Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/9758] Removed useless if-conditions to include functions.php | Crizzo | 2014-03-28 | 1 | -7/+0 |
| | | | | PHPBB3-9758 | ||||
* | [ticket/9758] Adds global template variable CURRENT_USER_AVATAR | Crizzo | 2014-03-28 | 1 | -1/+1 |
| | | | | PHPBB3-9758 | ||||
* | [ticket/12250] Remove deprecated phpbb_clean_path function | Varun Agrawal | 2014-03-07 | 1 | -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 file | Marc Alexander | 2014-03-06 | 1 | -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 function | Marc Alexander | 2013-02-03 | 1 | -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 info | Marc Alexander | 2013-02-03 | 1 | -1/+1 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Add include of functions_display.php in BC function | Marc Alexander | 2013-01-24 | 1 | -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 added | Marc Alexander | 2013-01-22 | 1 | -1/+2 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Add compatibility function for get_user_avatar() | Marc Alexander | 2013-01-22 | 1 | -0/+41 |
PHPBB3-10018 |