|
1 | | -# phpBB 3.1 Extension - phpBB.de Pastebin |
| 1 | +# phpBB 3.2/3.3 Extension - phpBB.de Pastebin |
2 | 2 |
|
3 | 3 | ## Installation |
4 | 4 |
|
5 | | -Clone into ext/phpbbde/pastebin: |
| 5 | +Copy the content of this repository via git clone: |
6 | 6 |
|
7 | 7 | git clone https://github.com/phpbb-de/phpbb-ext-pastebin ext/phpbbde/pastebin |
8 | 8 |
|
9 | | -Go to ext/phpbbde/pastebin and install dependencies: |
| 9 | +or create the following directory structure in your phpBB-root directory: |
10 | 10 |
|
11 | | - php composer.phar install --no-dev |
| 11 | + ext/phpbbde/pastebin |
12 | 12 |
|
13 | | -If you wish to contribute to development, you should also consider installing the development dependencies by leaving out --no-dev. |
14 | | - |
15 | | -Go to "ACP" > "Customise" > "Extensions" and enable the "phpBB.de pastebin" extension. |
| 13 | +and copy the repository content to it. |
16 | 14 |
|
17 | | -## Development |
| 15 | +Go to "ACP" > "Customise" > "Extensions" and enable the "Pastebin" extension. |
18 | 16 |
|
19 | | -If you find a bug, please report it on https://github.com/phpbb-de/phpbb-ext-pastebin |
| 17 | +## Added permissions |
| 18 | +The extension adds on the first install group permissions to "user standard" role and "Standard Moderator" |
| 19 | +and "Full Moderator" roles. You will find them in the user or moderator roles tab "Pastebin". |
20 | 20 |
|
21 | | -## Automated Testing |
| 21 | +**New user permissions:** |
| 22 | + |
| 23 | +- Can delete own pastebin entries |
| 24 | +- Can edit own pastebin entries (Storage duration, Syntax highlighting) |
| 25 | +- Can post pastebin entries |
| 26 | +- Can post non-pruned pastebin entries |
| 27 | +- Can post pastebin entries without visual confirmation |
| 28 | +- Can view pastebin entries |
| 29 | + |
| 30 | +**New moderator permissions:** |
22 | 31 |
|
23 | | -We use automated unit tests including functional tests to prevent regressions. Check out our travis build below: |
| 32 | +- Can delete pastebin entries |
| 33 | +- Can edit pastebin entries (Storage duration, Syntax highlighting) |
| 34 | +- Can deactivate pruning of selected pastebin entries |
24 | 35 |
|
25 | | -master: [](http://travis-ci.org/phpbb-de/phpbb-ext-pastebin) |
| 36 | +## Development and bug reports |
| 37 | + |
| 38 | +If you find a bug, please report it on https://github.com/phpbb-de/phpbb-ext-pastebin |
| 39 | + |
| 40 | +## Automated Testing |
26 | 41 |
|
27 | 42 | ## License |
28 | 43 |
|
|
0 commit comments