|
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. |
| 16 | + |
| 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 | + |
| 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:** |
| 31 | + |
| 32 | +- Can delete pastebin entries |
| 33 | +- Can edit pastebin entries (Storage duration, Syntax highlighting) |
| 34 | +- Can deactivate pruning of selected pastebin entries |
| 35 | + |
| 36 | +## Development and bug reports |
18 | 37 |
|
19 | 38 | If you find a bug, please report it on https://github.com/phpbb-de/phpbb-ext-pastebin |
20 | 39 |
|
21 | 40 | ## Automated Testing |
22 | 41 |
|
23 | 42 | We use automated unit tests including functional tests to prevent regressions. Check out our travis build below: |
24 | 43 |
|
25 | | -master: [](http://travis-ci.org/phpbb-de/phpbb-ext-pastebin) |
| 44 | +3.2.x: [](http://travis-ci.org/phpbb-de/phpbb-ext-pastebin) |
26 | 45 |
|
27 | 46 | ## License |
28 | 47 |
|
|
0 commit comments