aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [ticket/13904] Pass request service to upload instead of using globalMarc Alexander2015-09-091-10/+13
| | | | PHPBB3-13904
* [ticket/13904] Use language class instead of global user in filespecMarc Alexander2015-09-091-20/+25
| | | | PHPBB3-13904
* [ticket/13904] Improve doc blocks in filespec classMarc Alexander2015-09-091-18/+76
| | | | PHPBB3-13904
* [ticket/13904] Use language class instead of user global in uploadMarc Alexander2015-09-091-26/+29
| | | | PHPBB3-13904
* [ticket/13904] Improve doc blocks in upload classMarc Alexander2015-09-091-11/+74
| | | | PHPBB3-13904
* [ticket/13904] No longer use fileerror class for extending filespec classMarc Alexander2015-09-092-18/+23
| | | | PHPBB3-13904
* [ticket/13904] Use factory instead of container and add factory to servicesMarc Alexander2015-09-091-12/+12
| | | | PHPBB3-13904
* [ticket/13904] Pass filesystem to upload avatar againMarc Alexander2015-09-091-2/+9
| | | | PHPBB3-13904
* [ticket/13904] Fix filespec testsMarc Alexander2015-09-091-1/+1
| | | | PHPBB3-13904
* [ticket/13904] Remove unneeded parameters from avatars and fix testsMarc Alexander2015-09-091-16/+2
| | | | PHPBB3-13904
* [ticket/13904] Get rid of useless parameters and variablesMarc Alexander2015-09-092-7/+5
| | | | PHPBB3-13904
* [ticket/13904] Allow using factory for none files. classesMarc Alexander2015-09-091-1/+1
| | | | PHPBB3-13904
* [ticket/13904] Remove magic method from factory and allow short namesMarc Alexander2015-09-091-24/+3
| | | | PHPBB3-13904
* [ticket/13904] Load upload class using factoryMarc Alexander2015-09-094-30/+38
| | | | PHPBB3-13904
* [ticket/13904] Add fileupload class to files classesMarc Alexander2015-09-091-0/+655
| | | | PHPBB3-13904
* [ticket/13904] Turn filespec into prototype and improve init methodsMarc Alexander2015-09-091-0/+4
| | | | PHPBB3-13904
* [ticket/13904] Fix uploading for use with new filespec classMarc Alexander2015-09-091-4/+4
| | | | PHPBB3-13904
* [ticket/13904] Modify constructor to be instantiatable by containerMarc Alexander2015-09-091-13/+28
| | | | PHPBB3-13904
* [ticket/13904] Add filespec class to files classesMarc Alexander2015-09-091-0/+480
| | | | PHPBB3-13904
* [ticket/13904] Add initial factory for handling file classesMarc Alexander2015-09-091-0/+79
| | | | PHPBB3-13904
* Merge pull request #3891 from marc1706/ticket/14150Tristan Darricau2015-09-092-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 versionMarc Alexander2015-09-082-4/+4
| | | | | | | | PHPBB3-14150
* | Merge branch '3.1.x'Marc Alexander2015-09-081-1/+1
|\ \ | |/ |/|
| * Merge pull request #3881 from VSEphpbb/ticket/14142Marc Alexander2015-09-081-1/+1
| |\ | | | | | | | | | [ticket/14142] Remove unused ignore_configs from avatar drivers
| | * [ticket/14142] Remove unused ignore_configs from avatar driversMatt Friedman2015-09-041-1/+1
| | | | | | | | | | | | PHPBB3-14142
* | | Merge branch '3.1.x'Joas Schilling2015-09-051-0/+31
|\ \ \ | |/ / | | | | | | | | | Conflicts: build/build.xml
| * | Merge branch 'prep-release-3.1.6' into 3.1.xJoas Schilling2015-09-051-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.6Joas Schilling2015-09-051-0/+31
| | |
* | | Merge branch '3.1.x'Tristan Darricau2015-09-021-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/14123Tristan Darricau2015-09-021-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 messagesMatt Friedman2015-08-2814-14/+0
| | | | | | | | | | | | | | | | PHPBB3-14123
| | * | [ticket/14123] Add descriptive help to the CLI help outputMatt Friedman2015-08-2315-0/+15
| | | | | | | | | | | | | | | | PHPBB3-14123
* | | | Merge branch '3.1.x'Tristan Darricau2015-09-021-2/+4
|\ \ \ \ | |/ / / | | | | | | | | | | | | * 3.1.x: [ticket/11468] Allow controllers to set paramters of page_header()
| * | | Merge pull request #3872 from Zoddo/ticket/11468Tristan Darricau2015-09-021-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()Zoddo2015-08-301-2/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-11468
* | | | | Merge branch '3.1.x'Tristan Darricau2015-09-011-0/+22
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/13950] Hide undefined categories [ticket/13950] Hide undefined permissions
| * | | | [ticket/13950] Hide undefined categoriesZoddo2015-08-281-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This hides the categories added by disabled extensions PHPBB3-13950
| * | | | [ticket/13950] Hide undefined permissionsZoddo2015-08-281-0/+11
| |/ / / | | | | | | | | | | | | | | | | | | | | This hides the permissions of the disabled extensions PHPBB3-13950
* | | | Merge branch '3.1.x'Tristan Darricau2015-08-281-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/13988Tristan Darricau2015-08-281-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 feedsCarstenF2015-07-151-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | Previously, atom feeds use relative links for image attachments PHPBB3-13988
* | | | Merge pull request #3858 from Nicofuma/ticket/14125Máté Bartus2015-08-281-12/+45
|\ \ \ \ | | | | | | | | | | [ticket/14125] Add --env option to all CLI commands
| * | | | [ticket/14125] Add --env option to all CLI commandsTristan Darricau2015-08-241-12/+45
| | | | | | | | | | | | | | | | | | | | PHPBB3-14125
* | | | | Merge pull request #3470 from Nicofuma/ticket/13645Máté Bartus2015-08-2827-539/+1281
|\ \ \ \ \ | | | | | | | | | | | | [ticket/13645] Move the feeds to controllers
| * | | | | [ticket/13645] Fix docblocksTristan Darricau2015-08-241-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13645
| * | | | | [ticket/13645] Proper OOP for feedsTristan Darricau2015-08-2314-320/+505
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13645