aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/finder.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15424] Multiple typo fixes in docs & commentsluzpaz2019-05-081-2/+2
| | | | | | Fixed typos in some docs, guidelines, some non-user-facing files. PHPBB3-15424
* [ticket/12610] Add command to check if the board is up to date.Etienne Baroux2016-12-031-2/+2
| | | | PHPBB3-12610
* [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-2/+2
| | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697
* [ticket/12508] Fix doc blockJoas Schilling2014-06-101-1/+3
| | | | PHPBB3-12508
* [ticket/12508] Add new line to separate the if and foreach betterJoas Schilling2014-06-101-0/+1
| | | | PHPBB3-12508
* [ticket/12508] Only take a list of names for set_extensions()Joas Schilling2014-06-101-3/+11
| | | | PHPBB3-12508
* [ticket/12508] Fix class doc blockJoas Schilling2014-06-101-1/+1
| | | | PHPBB3-12508
* [ticket/12508] Move \phpbb\extension\finder to \phpbb\finderJoas Schilling2014-06-101-0/+536
PHPBB3-12508