aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14220] Move route loading to servicesTristan Darricau2015-10-086-200/+407
| | | | PHPBB3-14220
* Merge pull request #3857 from Nicofuma/ticket/14124Marc Alexander2015-10-074-4/+90
|\ | | | | | | [ticket/14124] Automatically translate exceptions in CLI
| * [ticket/14124] CSTristan Darricau2015-08-261-1/+0
| | | | | | | | PHPBB3-14124
| * [ticket/14124] Migrate cron:run exceptionsTristan Darricau2015-08-251-4/+3
| | | | | | | | PHPBB3-14124
| * [ticket/14124] Automatically translate exceptions in CLITristan Darricau2015-08-254-0/+88
| | | | | | | | PHPBB3-14124
* | Merge pull request #3904 from Zoddo/ticket/14162Marc Alexander2015-10-075-35/+233
|\ \ | | | | | | | | | [ticket/14162] Add CLI commands to manage migrations
| * | [ticket/14162] Add CLI command db:listZoddo2015-09-201-0/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | This command lists all installed and uninstalled migrations. Note: The class is named `list_command`, because `list` is a reserved word and can't be used as class name in PHP. PHPBB3-14162
| * | [ticket/14162] Add CLI command db:revertZoddo2015-09-204-35/+160
| | | | | | | | | | | | | | | | | | This command allow to revert a migration from the CLI PHPBB3-14162
* | | [ticket/14205] Bump PHP requirement to PHP 5.4Tristan Darricau2015-10-042-2/+2
| | | | | | | | | | | | PHPBB3-14205
* | | Merge pull request #3916 from Nicofuma/ticket/12633Andreas Fischer2015-09-221-3/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12633] Doesn't use DEBUG to debug templates events * Nicofuma/ticket/12633: [ticket/12633] Doesn't use DEBUG to debug templates events
| * | | [ticket/12633] Doesn't use DEBUG to debug templates eventsTristan Darricau2015-09-181-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Check the templates events on runtime only when Twig debug is on PHPBB3-12633
* | | | [ticket/14182] Move v310\notifications_board migration to v320\...Tristan Darricau2015-09-211-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14182
* | | | Merge pull request #3911 from Nicofuma/ticket/12577Marc Alexander2015-09-201-7/+41
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/12577] Lazy initialize the password manager
| * | | | [ticket/12577] DocblockTristan Darricau2015-09-181-5/+18
| | | | | | | | | | | | | | | | | | | | PHPBB3-12577
| * | | | [ticket/12577] Lazy initialize the password managerTristan Darricau2015-09-171-2/+23
| |/ / / | | | | | | | | | | | | PHPBB3-12577
* | | | [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] Refactor attachments functions into service * marc1706/ticket/13904: (66 commits) [ticket/13904] Use filespec's get_filesize instead of calling filesize() [ticket/13904] Set properties to protected where possible in filespec [ticket/13904] Fix tests after changes to factory [ticket/13904] Minor coding style fixes [ticket/13904] Add language entries for error messages in upload class [ticket/13904] Modify files for updated fast-image-size library [ticket/13904] Update composer.lock [ticket/13904] Improve code coverage [ticket/13904] Add unit tests for local upload type [ticket/13904] Minor coding style fixes [ticket/13904] Improve test coverage of base upload type class [ticket/13904] Improve test coverage of remote upload type [ticket/13904] Improve test coverage of form upload type [ticket/13904] Improve test coverage of filespec class [ticket/13904] Add back tests for retrieving floats [ticket/13904] Use ini_get() wrapper in file upload types [ticket/13904] Modify files for changes in ini wrapper [ticket/13904] Add bantu/ini-get-wrapper to composer.json [ticket/13904] Switch around constructor arguments [ticket/13904] Use \phpbb\php\ini class for ini_get() ...
| * | | [ticket/13904] Use filespec's get_filesize instead of calling filesize()Marc Alexander2015-09-131-2/+2
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Set properties to protected where possible in filespecMarc Alexander2015-09-131-4/+4
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Fix tests after changes to factoryMarc Alexander2015-09-092-3/+3
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Minor coding style fixesMarc Alexander2015-09-097-24/+22
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Add language entries for error messages in upload classMarc Alexander2015-09-091-5/+2
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Modify files for updated fast-image-size libraryMarc Alexander2015-09-091-3/+3
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Improve code coverageMarc Alexander2015-09-091-2/+2
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Add unit tests for local upload typeMarc Alexander2015-09-091-12/+0
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Minor coding style fixesMarc Alexander2015-09-092-2/+2
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Improve test coverage of remote upload typeMarc Alexander2015-09-091-5/+0
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Improve test coverage of form upload typeMarc Alexander2015-09-091-10/+0
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Improve test coverage of filespec classMarc Alexander2015-09-091-5/+6
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Use ini_get() wrapper in file upload typesMarc Alexander2015-09-094-21/+32
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Modify files for changes in ini wrapperMarc Alexander2015-09-094-18/+18
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Switch around constructor argumentsMarc Alexander2015-09-092-17/+9
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Use \phpbb\php\ini class for ini_get()Marc Alexander2015-09-092-15/+25
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Update doc blocksMarc Alexander2015-09-093-6/+11
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Set visibility in files and improve test coverageMarc Alexander2015-09-092-55/+63
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Remove unused use statementMarc Alexander2015-09-091-3/+1
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Improve test coverage and use constants instead of magic numbersMarc Alexander2015-09-091-11/+19
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Split code up and pass root path to remote upload typeMarc Alexander2015-09-091-25/+41
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Modify doc blocksMarc Alexander2015-09-092-8/+5
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Fix remote upload functional testsMarc Alexander2015-09-091-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Move remote upload to its own type classMarc Alexander2015-09-093-186/+243
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Improve docblockMarc Alexander2015-09-093-11/+9
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Split up local_upload methodMarc Alexander2015-09-091-16/+31
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Add types base classMarc Alexander2015-09-091-0/+66
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Fix minor issues and move local_upload to its own classMarc Alexander2015-09-093-104/+152
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Use the class member plupload instead of argumentMarc Alexander2015-09-091-5/+4
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Fix minor coding issues and don't use form_upload anymoreMarc Alexander2015-09-092-2/+2
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Move form_upload to its own class and define type classesMarc Alexander2015-09-094-79/+202
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Remove phpbb_root_path global from filespec classMarc Alexander2015-09-091-8/+11
| | | | | | | | | | | | | | | | PHPBB3-13904
| * | | [ticket/13904] Remove phpbb_root_path global from upload classMarc Alexander2015-09-091-4/+7
| | | | | | | | | | | | | | | | PHPBB3-13904