| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/13904] Use the class member plupload instead of argument | Marc Alexander | 2015-09-09 | 1 | -5/+4 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Fix minor coding issues and don't use form_upload anymore | Marc Alexander | 2015-09-09 | 2 | -2/+2 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Move form_upload to its own class and define type classes | Marc Alexander | 2015-09-09 | 4 | -79/+202 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Remove phpbb_root_path global from filespec class | Marc Alexander | 2015-09-09 | 1 | -8/+11 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Remove phpbb_root_path global from upload class | Marc Alexander | 2015-09-09 | 1 | -4/+7 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Pass request service to upload instead of using global | Marc Alexander | 2015-09-09 | 1 | -10/+13 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Use language class instead of global user in filespec | Marc Alexander | 2015-09-09 | 1 | -20/+25 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Improve doc blocks in filespec class | Marc Alexander | 2015-09-09 | 1 | -18/+76 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Use language class instead of user global in upload | Marc Alexander | 2015-09-09 | 1 | -26/+29 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Improve doc blocks in upload class | Marc Alexander | 2015-09-09 | 1 | -11/+74 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] No longer use fileerror class for extending filespec class | Marc Alexander | 2015-09-09 | 2 | -18/+23 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Use factory instead of container and add factory to services | Marc Alexander | 2015-09-09 | 1 | -12/+12 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Pass filesystem to upload avatar again | Marc Alexander | 2015-09-09 | 1 | -2/+9 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Fix filespec tests | Marc Alexander | 2015-09-09 | 1 | -1/+1 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Remove unneeded parameters from avatars and fix tests | Marc Alexander | 2015-09-09 | 1 | -16/+2 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Get rid of useless parameters and variables | Marc Alexander | 2015-09-09 | 2 | -7/+5 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Allow using factory for none files. classes | Marc Alexander | 2015-09-09 | 1 | -1/+1 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Remove magic method from factory and allow short names | Marc Alexander | 2015-09-09 | 1 | -24/+3 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Load upload class using factory | Marc Alexander | 2015-09-09 | 4 | -30/+38 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Add fileupload class to files classes | Marc Alexander | 2015-09-09 | 1 | -0/+655 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Turn filespec into prototype and improve init methods | Marc Alexander | 2015-09-09 | 1 | -0/+4 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Fix uploading for use with new filespec class | Marc Alexander | 2015-09-09 | 1 | -4/+4 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Modify constructor to be instantiatable by container | Marc Alexander | 2015-09-09 | 1 | -13/+28 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Add filespec class to files classes | Marc Alexander | 2015-09-09 | 1 | -0/+480 |
| | | | | | PHPBB3-13904 | ||||
| * | [ticket/13904] Add initial factory for handling file classes | Marc Alexander | 2015-09-09 | 1 | -0/+79 |
| | | | | | PHPBB3-13904 | ||||
| * | Merge pull request #3891 from marc1706/ticket/14150 | Tristan Darricau | 2015-09-09 | 2 | -4/+4 |
| |\ | | | | | | | | | | | | | [ticket/14150] Update fast-image-size to newest version * marc1706/ticket/14150: [ticket/14150] Update fast-image-size to newest version | ||||
| | * | [ticket/14150] Update fast-image-size to newest version | Marc Alexander | 2015-09-08 | 2 | -4/+4 |
| | | | | | | | | | PHPBB3-14150 | ||||
| * | | Merge branch '3.1.x' | Marc Alexander | 2015-09-08 | 1 | -1/+1 |
| |\ \ | |/ |/| | |||||
| | * | Merge pull request #3881 from VSEphpbb/ticket/14142 | Marc Alexander | 2015-09-08 | 1 | -1/+1 |
| | |\ | | | | | | | | | | [ticket/14142] Remove unused ignore_configs from avatar drivers | ||||
| | | * | [ticket/14142] Remove unused ignore_configs from avatar drivers | Matt Friedman | 2015-09-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-14142 | ||||
| * | | | Merge branch '3.1.x' | Joas Schilling | 2015-09-05 | 1 | -0/+31 |
| |\ \ \ | |/ / | | | | | | | | | | Conflicts: build/build.xml | ||||
| | * | | Merge branch 'prep-release-3.1.6' into 3.1.x | Joas Schilling | 2015-09-05 | 1 | -0/+31 |
| | |\ \ | | |/ | |/| | | | | | | | | | | | | | Conflicts: build/build.xml phpBB/includes/constants.php phpBB/install/schemas/schema_data.sql | ||||
| | | * | [prep-release-3.1.6] Add migration for 3.1.6 | Joas Schilling | 2015-09-05 | 1 | -0/+31 |
| | | | | |||||
| * | | | Merge branch '3.1.x' | Tristan Darricau | 2015-09-02 | 1 | -0/+1 |
| |\ \ \ | |/ / | | | | | | | | | | | | | | | | * 3.1.x: [ticket/14123] Fix typo [ticket/14123] Remove redundant help messages [ticket/14123] Add descriptive help to the CLI help output | ||||
| | * | | Merge pull request #3855 from VSEphpbb/ticket/14123 | Tristan Darricau | 2015-09-02 | 1 | -0/+1 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14123] Add descriptive help to the CLI help output * VSEphpbb/ticket/14123: [ticket/14123] Fix typo [ticket/14123] Remove redundant help messages [ticket/14123] Add descriptive help to the CLI help output | ||||
| | | * | | [ticket/14123] Remove redundant help messages | Matt Friedman | 2015-08-28 | 14 | -14/+0 |
| | | | | | | | | | | | | | | | | | PHPBB3-14123 | ||||
| | | * | | [ticket/14123] Add descriptive help to the CLI help output | Matt Friedman | 2015-08-23 | 15 | -0/+15 |
| | | | | | | | | | | | | | | | | | PHPBB3-14123 | ||||
| * | | | | Merge branch '3.1.x' | Tristan Darricau | 2015-09-02 | 1 | -2/+4 |
| |\ \ \ \ | |/ / / | | | | | | | | | | | | | * 3.1.x: [ticket/11468] Allow controllers to set paramters of page_header() | ||||
| | * | | | Merge pull request #3872 from Zoddo/ticket/11468 | Tristan Darricau | 2015-09-02 | 1 | -2/+4 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11468] Allow controllers to set paramters of page_header() * Zoddo/ticket/11468: [ticket/11468] Allow controllers to set paramters of page_header() | ||||
| | | * | | | [ticket/11468] Allow controllers to set paramters of page_header() | Zoddo | 2015-08-30 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-11468 | ||||
| * | | | | | Merge branch '3.1.x' | Tristan Darricau | 2015-09-01 | 1 | -0/+22 |
| |\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/13950] Hide undefined categories [ticket/13950] Hide undefined permissions | ||||
| | * | | | | [ticket/13950] Hide undefined categories | Zoddo | 2015-08-28 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This hides the categories added by disabled extensions PHPBB3-13950 | ||||
| | * | | | | [ticket/13950] Hide undefined permissions | Zoddo | 2015-08-28 | 1 | -0/+11 |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | This hides the permissions of the disabled extensions PHPBB3-13950 | ||||
| * | | | | Merge branch '3.1.x' | Tristan Darricau | 2015-08-28 | 1 | -4/+2 |
| |\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/13988] Update tests [ticket/13988] Use absolute path for image attachments in feeds | ||||
| | * | | | Merge pull request #3764 from Zoddo/ticket/13988 | Tristan Darricau | 2015-08-28 | 1 | -4/+2 |
| | |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | [ticket/13988] Use absolute path for image attachments in feeds * Zoddo/ticket/13988: [ticket/13988] Update tests [ticket/13988] Use absolute path for image attachments in feeds | ||||
| | | * | | [ticket/13988] Use absolute path for image attachments in feeds | CarstenF | 2015-07-15 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Previously, atom feeds use relative links for image attachments PHPBB3-13988 | ||||
| * | | | | Merge pull request #3858 from Nicofuma/ticket/14125 | Máté Bartus | 2015-08-28 | 1 | -12/+45 |
| |\ \ \ \ | | | | | | | | | | | [ticket/14125] Add --env option to all CLI commands | ||||
| | * | | | | [ticket/14125] Add --env option to all CLI commands | Tristan Darricau | 2015-08-24 | 1 | -12/+45 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14125 | ||||
| * | | | | | Merge pull request #3470 from Nicofuma/ticket/13645 | Máté Bartus | 2015-08-28 | 27 | -539/+1281 |
| |\ \ \ \ \ | | | | | | | | | | | | | [ticket/13645] Move the feeds to controllers | ||||
| | * | | | | | [ticket/13645] Fix docblocks | Tristan Darricau | 2015-08-24 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13645 | ||||
