aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/compatibility_globals.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15663] Move constant to compatibility_globalsRubén Calvo2019-05-091-0/+1
| | | | PHPBB3-15663
* [ticket/14548] Move deprecated globals and functionsMáté Bartus2019-05-061-0/+7
| | | | PHPBB3-14584
* [ticket/15942] Add language to compatibility globals & use in confirm_boxMarc Alexander2019-04-171-1/+4
| | | | PHPBB3-15942
* [ticket/14636] Inject into set_config methodsOliver Schramm2016-08-211-0/+2
| | | | | PHPBB3-13573 PHPBB3-14636
* [ticket/14636] Restore BC with request_varOliver Schramm2016-08-201-0/+2
| | | | PHPBB3-14636
* [ticket/13616] Fix UI testsTristan Darricau2016-04-031-2/+0
| | | | PHPBB3-13616
* [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