aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/files/filespec.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15738] Remove code related with safe_modeRubén Calvo2019-05-091-1/+1
| | | | PHPBB3-15738
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-3/+3
| | | | PHPBB3-14972
* [ticket/15227] Remove STRIP, as always falsejaviexin2017-05-211-1/+1
| | | | PHPBB3-15227
* [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] Minor coding style fixesMarc Alexander2015-09-091-3/+1
| | | | PHPBB3-13904
* [ticket/13904] Modify files for updated fast-image-size libraryMarc Alexander2015-09-091-3/+3
| | | | PHPBB3-13904
* [ticket/13904] Minor coding style fixesMarc Alexander2015-09-091-0/+1
| | | | PHPBB3-13904
* [ticket/13904] Improve test coverage of filespec classMarc Alexander2015-09-091-5/+6
| | | | PHPBB3-13904
* [ticket/13904] Modify files for changes in ini wrapperMarc Alexander2015-09-091-4/+4
| | | | PHPBB3-13904
* [ticket/13904] Switch around constructor argumentsMarc Alexander2015-09-091-14/+6
| | | | PHPBB3-13904
* [ticket/13904] Use \phpbb\php\ini class for ini_get()Marc Alexander2015-09-091-13/+18
| | | | PHPBB3-13904
* [ticket/13904] Set visibility in files and improve test coverageMarc Alexander2015-09-091-35/+43
| | | | PHPBB3-13904
* [ticket/13904] Improve docblockMarc Alexander2015-09-091-2/+2
| | | | PHPBB3-13904
* [ticket/13904] Remove phpbb_root_path global from filespec classMarc Alexander2015-09-091-8/+11
| | | | 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] No longer use fileerror class for extending filespec classMarc Alexander2015-09-091-0/+14
| | | | PHPBB3-13904
* [ticket/13904] Fix filespec testsMarc Alexander2015-09-091-1/+1
| | | | 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