aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_compatibility.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/9758] Removed useless if-conditions to include functions.phpCrizzo2014-03-281-7/+0
| | | | PHPBB3-9758
* [ticket/9758] Adds global template variable CURRENT_USER_AVATARCrizzo2014-03-281-1/+1
| | | | PHPBB3-9758
* [ticket/12250] Remove deprecated phpbb_clean_path functionVarun Agrawal2014-03-071-0/+40
| | | | | | | | The function phpbb_clean_path() in functions.php is deprecated and is replaced by filesystem class. Therefore, this function is moved to the functions_compatibility file. PHPBB3-12250
* [ticket/12239] Move deprecated passwords functions to compatibility fileMarc Alexander2014-03-061-0/+35
| | | | | | | | The deprecated passwords functions are no longer used in the core and have been replaced with the passwords manager. Therefore, the functions are moved to the functions_compatibility file. PHPBB3-12239
* [feature/avatars] Use deprecated for compatibility functionMarc Alexander2013-02-031-4/+5
| | | | | | | Also moved use of global variables inside the only if statement they are used in. PHPBB3-10018
* [feature/avatars] Correct license, copyright and package infoMarc Alexander2013-02-031-1/+1
| | | | PHPBB3-10018
* [feature/avatars] Add include of functions_display.php in BC functionMarc Alexander2013-01-241-1/+8
| | | | | | | | The needed function phpbb_get_avatar() is defined in includes/functions_display.php. Include that file in the backwards compatible function get_user_avatar(). PHPBB3-10018
* [feature/avatars] Add note about when compatibility function was addedMarc Alexander2013-01-221-1/+2
| | | | PHPBB3-10018
* [feature/avatars] Add compatibility function for get_user_avatar()Marc Alexander2013-01-221-0/+41
PHPBB3-10018