aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/files
Commit message (Expand)AuthorAgeFilesLines
...
* [ticket/13904] No longer use fileerror class for extending filespec classMarc Alexander2015-09-092-18/+23
* [ticket/13904] Use factory instead of container and add factory to servicesMarc Alexander2015-09-091-12/+12
* [ticket/13904] Fix filespec testsMarc Alexander2015-09-091-1/+1
* [ticket/13904] Get rid of useless parameters and variablesMarc Alexander2015-09-091-5/+3
* [ticket/13904] Allow using factory for none files. classesMarc Alexander2015-09-091-1/+1
* [ticket/13904] Remove magic method from factory and allow short namesMarc Alexander2015-09-091-24/+3
* [ticket/13904] Load upload class using factoryMarc Alexander2015-09-091-15/+16
* [ticket/13904] Add fileupload class to files classesMarc Alexander2015-09-091-0/+655
* [ticket/13904] Turn filespec into prototype and improve init methodsMarc Alexander2015-09-091-0/+4
* [ticket/13904] Fix uploading for use with new filespec classMarc Alexander2015-09-091-4/+4
* [ticket/13904] Modify constructor to be instantiatable by containerMarc Alexander2015-09-091-13/+28
* [ticket/13904] Add filespec class to files classesMarc Alexander2015-09-091-0/+480
* [ticket/13904] Add initial factory for handling file classesMarc Alexander2015-09-091-0/+79