aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14168] Fix docblock in managerMarc Alexander2015-10-091-2/+2
* [ticket/14168] Fix tabs in manager and add test fileMarc Alexander2015-10-091-71/+71
* [ticket/14168] Add attachment manager serviceMarc Alexander2015-10-091-0/+99
* [ticket/14168] Use correct docblockMarc Alexander2015-10-091-1/+1
* [ticket/14168] Minor coding style fixesMarc Alexander2015-10-093-4/+1
* [ticket/14168] Move image check and don't use trigger_error()Marc Alexander2015-10-091-4/+4
* [ticket/14168] Move phpbb_unlink() into attachment delete classMarc Alexander2015-10-091-8/+62
* [ticket/14168] Add tests for attachment delete classMarc Alexander2015-10-091-1/+1
* [ticket/14168] Add tests for attachment resync classMarc Alexander2015-10-091-1/+3
* [ticket/14168] Coding guidelines fixesMarc Alexander2015-10-091-4/+4
* [ticket/14168] Minor coding style fixesMarc Alexander2015-10-092-2/+2
* [ticket/14168] Add attachment resync classMarc Alexander2015-10-092-87/+134
* [ticket/14168] Further split up attachment delete classMarc Alexander2015-10-091-161/+218
* [ticket/14168] Move function for attachment deletion into classMarc Alexander2015-10-091-0/+398
* [ticket/14168] Further split up attachment upload classMarc Alexander2015-10-091-61/+94
* [ticket/14168] Further split up attachment upload classMarc Alexander2015-10-091-52/+78
* [ticket/14168] Split thumbnail creation to separate methodMarc Alexander2015-10-091-0/+15
* [ticket/14168] Use language class and fix incorrect docblockMarc Alexander2015-10-091-6/+6
* [ticket/14168] Add attachment upload classMarc Alexander2015-10-091-0/+261
* [ticket/14225] Inject the loader resolver when using the delegating loaderTristan Darricau2015-10-081-0/+1
* [ticket/14220] Move route loading to servicesTristan Darricau2015-10-086-200/+407
* Merge pull request #3857 from Nicofuma/ticket/14124Marc Alexander2015-10-074-4/+90
|\
| * [ticket/14124] CSTristan Darricau2015-08-261-1/+0
| * [ticket/14124] Migrate cron:run exceptionsTristan Darricau2015-08-251-4/+3
| * [ticket/14124] Automatically translate exceptions in CLITristan Darricau2015-08-254-0/+88
* | Merge pull request #3904 from Zoddo/ticket/14162Marc Alexander2015-10-075-35/+233
|\ \
| * | [ticket/14162] Add CLI command db:listZoddo2015-09-201-0/+73
| * | [ticket/14162] Add CLI command db:revertZoddo2015-09-204-35/+160
* | | [ticket/14205] Bump PHP requirement to PHP 5.4Tristan Darricau2015-10-042-2/+2
* | | Merge pull request #3916 from Nicofuma/ticket/12633Andreas Fischer2015-09-221-3/+3
|\ \ \
| * | | [ticket/12633] Doesn't use DEBUG to debug templates eventsTristan Darricau2015-09-181-3/+3
* | | | [ticket/14182] Move v310\notifications_board migration to v320\...Tristan Darricau2015-09-211-1/+1
* | | | Merge pull request #3911 from Nicofuma/ticket/12577Marc Alexander2015-09-201-7/+41
|\ \ \ \
| * | | | [ticket/12577] DocblockTristan Darricau2015-09-181-5/+18
| * | | | [ticket/12577] Lazy initialize the password managerTristan Darricau2015-09-171-2/+23
| |/ / /
* | | | [ticket/12769] Properly include FAMichael Miday2015-09-171-0/+29
|/ / /
* | | Merge pull request #3727 from marc1706/ticket/13904Tristan Darricau2015-09-1612-35/+1709
|\ \ \
| * | | [ticket/13904] Use filespec's get_filesize instead of calling filesize()Marc Alexander2015-09-131-2/+2
| * | | [ticket/13904] Set properties to protected where possible in filespecMarc Alexander2015-09-131-4/+4
| * | | [ticket/13904] Fix tests after changes to factoryMarc Alexander2015-09-092-3/+3
| * | | [ticket/13904] Minor coding style fixesMarc Alexander2015-09-097-24/+22
| * | | [ticket/13904] Add language entries for error messages in upload classMarc Alexander2015-09-091-5/+2
| * | | [ticket/13904] Modify files for updated fast-image-size libraryMarc Alexander2015-09-091-3/+3
| * | | [ticket/13904] Improve code coverageMarc Alexander2015-09-091-2/+2
| * | | [ticket/13904] Add unit tests for local upload typeMarc Alexander2015-09-091-12/+0
| * | | [ticket/13904] Minor coding style fixesMarc Alexander2015-09-092-2/+2
| * | | [ticket/13904] Improve test coverage of remote upload typeMarc Alexander2015-09-091-5/+0
| * | | [ticket/13904] Improve test coverage of form upload typeMarc Alexander2015-09-091-10/+0
| * | | [ticket/13904] Improve test coverage of filespec classMarc Alexander2015-09-091-5/+6
| * | | [ticket/13904] Use ini_get() wrapper in file upload typesMarc Alexander2015-09-094-21/+32