aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_compatibility.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/16167] Deprecate phpbb_email_hash() and remove gen_email_hash()Marc Alexander2019-11-191-0/+14
* [ticket/16189] Make wrappers call native functionsrubencm2019-11-011-114/+2
* [ticket/16189] Update versionrubencm2019-11-011-2/+2
* [ticket/16189] Deprecate inet_ntop and inet_pton wrappersrubencm2019-11-011-0/+148
* [ticket/16190] Deprecate phpbb's checkdnsrr wrapperrubencm2019-10-311-0/+22
* [ticket/14584] Change all to be removed tags to 4.0Máté Bartus2019-05-061-19/+19
* [ticket/14548] Move deprecated globals and functionsMáté Bartus2019-05-061-0/+90
* [ticket/15910] Pass object arguments by reference implicitlykasimi2018-12-121-1/+1
* [ticket/15350] Changes outdated wiki-link to new docs/Crizzo2017-09-071-1/+1
* Merge branch '3.1.x'Marc Alexander2015-06-161-2/+3
|\
| * [ticket/13882] Lazy load the notification avatars.Callum Macrae2015-05-281-2/+3
* | [ticket/13614] Added phpbb_pcre_utf8_support() dummy for BCJoshyPHP2015-05-111-0/+9
* | [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-021-0/+19
* | [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-1/+86
* | [ticket/13497] Update calls to `get_tables()`Gaëtan Muller2015-02-111-0/+13
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-0/+60
* | [ticket/13496] Update calls to `set_config_count()`Gaëtan Muller2015-02-021-0/+27
* | [ticket/13494] Update calls to `set_config()`Gaëtan Muller2015-02-021-0/+33
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-4/+50
* | [ticket/13499] Move `get_remote_file()` to `functions_compatibility.php`Gaëtan Muller2015-01-151-0/+20
* | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-0/+3
|/
* [ticket/13230] Add missing globals and missing request object for path helperJoas Schilling2014-10-271-2/+5
* Merge pull request #2888 from Nicofuma/ticket/12993Joas Schilling2014-10-011-0/+27
|\
| * [ticket/12993] Update doc blockTristan Darricau2014-09-241-1/+1
| * [ticket/12993] Return an array instead of reference passingTristan Darricau2014-08-191-1/+4
| * [ticket/12993] Fix includes of functions_displayTristan Darricau2014-08-191-0/+6
| * [ticket/12993] Rename to phpbb_get_user_rankTristan Darricau2014-08-181-0/+18
* | [ticket/12858] Directly return and use timezone selectsMarc Alexander2014-09-171-2/+1
* | [ticket/12858] Generate timezone selects with template loopMarc Alexander2014-09-171-2/+2
|/
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* [ticket/12199] Move deprecated functions to functions_compatibility.phpNicofuma2014-04-261-0/+46
* [ticket/9758] Removed useless if-conditions to include functions.phpCrizzo2014-03-281-7/+0
* [ticket/9758] Adds global template variable CURRENT_USER_AVATARCrizzo2014-03-281-1/+1
* [ticket/12250] Remove deprecated phpbb_clean_path functionVarun Agrawal2014-03-071-0/+40
* [ticket/12239] Move deprecated passwords functions to compatibility fileMarc Alexander2014-03-061-0/+35
* [feature/avatars] Use deprecated for compatibility functionMarc Alexander2013-02-031-4/+5
* [feature/avatars] Correct license, copyright and package infoMarc Alexander2013-02-031-1/+1
* [feature/avatars] Add include of functions_display.php in BC functionMarc Alexander2013-01-241-1/+8
* [feature/avatars] Add note about when compatibility function was addedMarc Alexander2013-01-221-1/+2
* [feature/avatars] Add compatibility function for get_user_avatar()Marc Alexander2013-01-221-0/+41