aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/compatibility_globals.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13740] Fix CS in compatibilty_globals.phpMate Bartus2015-07-241-1/+1
| | | | PHPBB3-13740
* [ticket/13740] Fix CS and extend phpbb extensionsCHItA2015-07-081-10/+10
| | | | | | [ci skip] PHPBB3-13740
* [ticket/13740] Core file workaroundsMateBartus2015-07-081-41/+58
| | | | | | [ci skip] PHPBB3-13740
* [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-1/+1
| | | | | | | | | | | | | | | | * 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/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-3/+0
| | | | PHPBB3-13455
* [ticket/13496] Update calls to `set_config_count()`Gaëtan Muller2015-02-021-1/+0
| | | | PHPBB3-13496
* [ticket/13494] Update calls to `set_config()`Gaëtan Muller2015-02-021-1/+0
| | | | PHPBB3-13494
* [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-0/+20
| | | | PHPBB3-13450
* [ticket/13061] Replace the service event.subscriber_loader by a compiler passTristan Darricau2014-09-131-1/+0
| | | | PHPBB3-13061
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12473] Move compatibility globals out into its own file.Andreas Fischer2014-05-021-0/+44
PHPBB3-12473