Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/15755] Fix event vars in /phpbb/attachment/delete.php | rxu | 2018-08-12 | 1 | -4/+52 |
| | | | | PHPBB3-15755 | ||||
* | [ticket/14972] replace all occurrences of sizeof() with the count() | rxu | 2018-01-01 | 2 | -3/+3 |
| | | | | PHPBB3-14972 | ||||
* | [ticket/14589] Fix @var usage | Máté Bartus | 2016-04-13 | 2 | -2/+2 |
| | | | | PHPBB3-14589 | ||||
* | [ticket/14168] Correctly state return type of upload and upload_attachment | Marc Alexander | 2015-10-12 | 2 | -2/+2 |
| | | | | PHPBB3-14168 | ||||
* | [ticket/14168] Fix docblock in manager | Marc Alexander | 2015-10-09 | 1 | -2/+2 |
| | | | | PHPBB3-14168 | ||||
* | [ticket/14168] Fix tabs in manager and add test file | Marc Alexander | 2015-10-09 | 1 | -71/+71 |
| | | | | PHPBB3-14168 | ||||
* | [ticket/14168] Add attachment manager service | Marc Alexander | 2015-10-09 | 1 | -0/+99 |
| | | | | PHPBB3-14168 | ||||
* | [ticket/14168] Use correct docblock | Marc Alexander | 2015-10-09 | 1 | -1/+1 |
| | | | | PHPBB3-14168 | ||||
* | [ticket/14168] Minor coding style fixes | Marc Alexander | 2015-10-09 | 3 | -4/+1 |
| | | | | PHPBB3-14168 | ||||
* | [ticket/14168] Move image check and don't use trigger_error() | Marc Alexander | 2015-10-09 | 1 | -4/+4 |
| | | | | PHPBB3-14168 | ||||
* | [ticket/14168] Move phpbb_unlink() into attachment delete class | Marc Alexander | 2015-10-09 | 1 | -8/+62 |
| | | | | PHPBB3-14168 | ||||
* | [ticket/14168] Add tests for attachment delete class | Marc Alexander | 2015-10-09 | 1 | -1/+1 |
| | | | | PHPBB3-14168 | ||||
* | [ticket/14168] Add tests for attachment resync class | Marc Alexander | 2015-10-09 | 1 | -1/+3 |
| | | | | PHPBB3-14168 | ||||
* | [ticket/14168] Coding guidelines fixes | Marc Alexander | 2015-10-09 | 1 | -4/+4 |
| | | | | PHPBB3-14168 | ||||
* | [ticket/14168] Minor coding style fixes | Marc Alexander | 2015-10-09 | 2 | -2/+2 |
| | | | | PHPBB3-14168 | ||||
* | [ticket/14168] Add attachment resync class | Marc Alexander | 2015-10-09 | 2 | -87/+134 |
| | | | | PHPBB3-14168 | ||||
* | [ticket/14168] Further split up attachment delete class | Marc Alexander | 2015-10-09 | 1 | -161/+218 |
| | | | | PHPBB3-14168 | ||||
* | [ticket/14168] Move function for attachment deletion into class | Marc Alexander | 2015-10-09 | 1 | -0/+398 |
| | | | | PHPBB3-14168 | ||||
* | [ticket/14168] Further split up attachment upload class | Marc Alexander | 2015-10-09 | 1 | -61/+94 |
| | | | | PHPBB3-14168 | ||||
* | [ticket/14168] Further split up attachment upload class | Marc Alexander | 2015-10-09 | 1 | -52/+78 |
| | | | | PHPBB3-14168 | ||||
* | [ticket/14168] Split thumbnail creation to separate method | Marc Alexander | 2015-10-09 | 1 | -0/+15 |
| | | | | PHPBB3-14168 | ||||
* | [ticket/14168] Use language class and fix incorrect docblock | Marc Alexander | 2015-10-09 | 1 | -6/+6 |
| | | | | PHPBB3-14168 | ||||
* | [ticket/14168] Add attachment upload class | Marc Alexander | 2015-10-09 | 1 | -0/+261 |
PHPBB3-14168 |