| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | [ticket/14247] Use quotes around @ and % strings in YAML | Matt Friedman | 2015-12-07 | 29 | -857/+857 | |
| | | | | | PHPBB3-14247 | |||||
| * | Merge pull request #4005 from Elsensee/ticket/14257 | Tristan Darricau | 2015-12-05 | 3 | -1/+86 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14257] Reparse after update * Elsensee/ticket/14257: [ticket/14257] Add tests for reparser manager [ticket/14257] Fix CLI reparser and set cron interval [ticket/14257] Fix CLI error message [ticket/14257] Fix phpdoc in CLI command [ticket/14257] Add text_reparser manager [ticket/14257] Use migrations instead of cron job for some reparsers [ticket/14257] Fix lock acquire in CLI command [ticket/14257] Fix if condition [ticket/14257] Add reparse_lock to CLI command [ticket/14257] Add cron tasks for reparsing text | |||||
| | * | [ticket/14257] Add text_reparser manager | Oliver Schramm | 2015-10-26 | 3 | -2/+14 | |
| | | | | | | | | | PHPBB3-14257 | |||||
| | * | [ticket/14257] Use migrations instead of cron job for some reparsers | Oliver Schramm | 2015-10-25 | 1 | -52/+0 | |
| | | | | | | | | | PHPBB3-14257 | |||||
| | * | [ticket/14257] Add reparse_lock to CLI command | Oliver Schramm | 2015-10-24 | 1 | -0/+1 | |
| | | | | | | | | | PHPBB3-14257 | |||||
| | * | [ticket/14257] Add cron tasks for reparsing text | Oliver Schramm | 2015-10-24 | 2 | -0/+124 | |
| | | | | | | | | | PHPBB3-14257 | |||||
| * | | [ticket/14273] Remove unused core.root_path dependency in files.upload service | Cesar G | 2015-11-05 | 1 | -1/+0 | |
| | | | | | | | | | PHPBB3-14273 | |||||
| * | | [ticket/14264] Don't use constants as return values | Oliver Schramm | 2015-11-03 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | This will prevent BC breaking in the future if we decide to get rid of constants. PHPBB3-14264 | |||||
| * | | [ticket/14265] Make all tables available in container | Oliver Schramm | 2015-11-01 | 1 | -1/+50 | |
| | | | | | | | | | PHPBB3-14265 | |||||
| * | | Merge pull request #3971 from VSEphpbb/ticket/14237 | Oliver Schramm | 2015-10-29 | 1 | -0/+2 | |
| |\ \ | |/ |/| | | | [ticket/14237] Use $language class for notifications | |||||
| | * | [ticket/14237] Use $language class for notifications | Matt Friedman | 2015-10-13 | 1 | -0/+2 | |
| | | | | | | | | | PHPBB3-14237 | |||||
| * | | [ticket/14039] Revamp updater | Mate Bartus | 2015-10-17 | 7 | -12/+16 | |
| | | | | | | | | | PHPBB3-14039 | |||||
| * | | [ticket/14168] Add attachment manager service | Marc Alexander | 2015-10-09 | 1 | -0/+8 | |
| | | | | | | | | | PHPBB3-14168 | |||||
| * | | [ticket/14168] Add services_attachment.yml to services.yml | Marc Alexander | 2015-10-09 | 1 | -0/+1 | |
| | | | | | | | | | PHPBB3-14168 | |||||
| * | | [ticket/14168] Move attachment service definitions to services_attachment | Marc Alexander | 2015-10-09 | 2 | -32/+32 | |
| | | | | | | | | | PHPBB3-14168 | |||||
| * | | [ticket/14168] Move phpbb_unlink() into attachment delete class | Marc Alexander | 2015-10-09 | 1 | -0/+2 | |
| | | | | | | | | | PHPBB3-14168 | |||||
| * | | [ticket/14168] Add attachment resync class | Marc Alexander | 2015-10-09 | 1 | -8/+15 | |
| | | | | | | | | | PHPBB3-14168 | |||||
| * | | [ticket/14168] Move function for attachment deletion into class | Marc Alexander | 2015-10-09 | 1 | -0/+8 | |
| | | | | | | | | | PHPBB3-14168 | |||||
| * | | [ticket/14168] Add attachment upload class | Marc Alexander | 2015-10-09 | 1 | -0/+15 | |
| |/ | | | | PHPBB3-14168 | |||||
| * | [ticket/14220] Move route loading to services | Tristan Darricau | 2015-10-08 | 2 | -2/+57 | |
| | | | | | PHPBB3-14220 | |||||
| * | Merge pull request #3857 from Nicofuma/ticket/14124 | Marc Alexander | 2015-10-07 | 1 | -0/+8 | |
| |\ | | | | | | | [ticket/14124] Automatically translate exceptions in CLI | |||||
| | * | [ticket/14124] Automatically translate exceptions in CLI | Tristan Darricau | 2015-08-25 | 1 | -0/+8 | |
| | | | | | | | | | PHPBB3-14124 | |||||
| * | | Merge pull request #3904 from Zoddo/ticket/14162 | Marc Alexander | 2015-10-07 | 1 | -0/+24 | |
| |\ \ | | | | | | | | | | [ticket/14162] Add CLI commands to manage migrations | |||||
| | * | | [ticket/14162] Add CLI command db:list | Zoddo | 2015-09-20 | 1 | -0/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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:revert | Zoddo | 2015-09-20 | 1 | -0/+13 | |
| | | | | | | | | | | | | | | | | | | | This command allow to revert a migration from the CLI PHPBB3-14162 | |||||
| * | | | Merge pull request #3727 from marc1706/ticket/13904 | Tristan Darricau | 2015-09-16 | 3 | -2/+59 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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] Improve test coverage of filespec class | Marc Alexander | 2015-09-09 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | [ticket/13904] Use ini_get() wrapper in file upload types | Marc Alexander | 2015-09-09 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | [ticket/13904] Modify files for changes in ini wrapper | Marc Alexander | 2015-09-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | [ticket/13904] Switch around constructor arguments | Marc Alexander | 2015-09-09 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | [ticket/13904] Use \phpbb\php\ini class for ini_get() | Marc Alexander | 2015-09-09 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | [ticket/13904] Split code up and pass root path to remote upload type | Marc Alexander | 2015-09-09 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | [ticket/13904] Move remote upload to its own type class | Marc Alexander | 2015-09-09 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | [ticket/13904] Fix minor issues and move local_upload to its own class | Marc Alexander | 2015-09-09 | 1 | -0/+10 | |
| | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | [ticket/13904] Move form_upload to its own class and define type classes | Marc Alexander | 2015-09-09 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | [ticket/13904] Remove phpbb_root_path global from filespec class | Marc Alexander | 2015-09-09 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | [ticket/13904] Pass request service to upload instead of using global | Marc Alexander | 2015-09-09 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | [ticket/13904] Use language class instead of global user in filespec | Marc Alexander | 2015-09-09 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | [ticket/13904] Use language class instead of user global in upload | Marc Alexander | 2015-09-09 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | [ticket/13904] Use factory instead of container and add factory to services | Marc Alexander | 2015-09-09 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | [ticket/13904] Pass filesystem to upload avatar again | Marc Alexander | 2015-09-09 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | [ticket/13904] Remove unneeded parameters from avatars and fix tests | Marc Alexander | 2015-09-09 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | [ticket/13904] Load upload class using factory | Marc Alexander | 2015-09-09 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | [ticket/13904] Turn filespec into prototype and improve init methods | Marc Alexander | 2015-09-09 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | [ticket/13904] Modify constructor to be instantiatable by container | Marc Alexander | 2015-09-09 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | PHPBB3-13904 | |||||
| | * | | | [ticket/13904] Add filespec class to files classes | Marc Alexander | 2015-09-09 | 1 | -0/+3 | |
| | |/ / | | | | | | | | | | PHPBB3-13904 | |||||
| * | | | Merge branch '3.1.x' | Marc Alexander | 2015-09-13 | 1 | -0/+7 | |
| |/ / | ||||||
| * | | [ticket/14150] Update fast-image-size to newest version | Marc Alexander | 2015-09-08 | 1 | -1/+1 | |
| | | | | | | | | | PHPBB3-14150 | |||||
| * | | Merge pull request #3470 from Nicofuma/ticket/13645 | Máté Bartus | 2015-08-28 | 4 | -13/+28 | |
| |\ \ | |/ |/| | [ticket/13645] Move the feeds to controllers | |||||
| | * | [ticket/13645] Move the feeds to controllers | Nicofuma | 2015-08-23 | 4 | -13/+28 | |
| | | | | | | | | | PHPBB3-13645 | |||||
