Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/16167] Deprecate phpbb_email_hash() and remove gen_email_hash() | Marc Alexander | 2019-11-19 | 1 | -0/+14 |
| | | | | | | The latter one has been deprecated for 10 years now. PHPBB3-16167 | ||||
* | [ticket/16189] Make wrappers call native functions | rubencm | 2019-11-01 | 1 | -114/+2 |
| | | | | PHPBB3-16189 | ||||
* | [ticket/16189] Update version | rubencm | 2019-11-01 | 1 | -2/+2 |
| | | | | PHPBB3-16189 | ||||
* | [ticket/16189] Deprecate inet_ntop and inet_pton wrappers | rubencm | 2019-11-01 | 1 | -0/+148 |
| | | | | PHPBB3-16189 | ||||
* | [ticket/16190] Deprecate phpbb's checkdnsrr wrapper | rubencm | 2019-10-31 | 1 | -0/+22 |
| | | | | PHPBB3-16190 | ||||
* | [ticket/14584] Change all to be removed tags to 4.0 | Máté Bartus | 2019-05-06 | 1 | -19/+19 |
| | | | | PHPBB3-14584 | ||||
* | [ticket/14548] Move deprecated globals and functions | Máté Bartus | 2019-05-06 | 1 | -0/+90 |
| | | | | PHPBB3-14584 | ||||
* | [ticket/15910] Pass object arguments by reference implicitly | kasimi | 2018-12-12 | 1 | -1/+1 |
| | | | | PHPBB3-15910 | ||||
* | [ticket/15350] Changes outdated wiki-link to new docs/ | Crizzo | 2017-09-07 | 1 | -1/+1 |
| | | | | PHPBB3-15350 | ||||
* | Merge branch '3.1.x' | Marc Alexander | 2015-06-16 | 1 | -2/+3 |
|\ | | | | | | | | | Conflicts: phpBB/phpbb/user_loader.php | ||||
| * | [ticket/13882] Lazy load the notification avatars. | Callum Macrae | 2015-05-28 | 1 | -2/+3 |
| | | | | | | | | | | | | | | This moves them further down the waterfall, making the page load quicker. PHPBB3-13882 | ||||
* | | [ticket/13614] Added phpbb_pcre_utf8_support() dummy for BC | JoshyPHP | 2015-05-11 | 1 | -0/+9 |
| | | | | | | | | PHPBB3-13614 | ||||
* | | [ticket/13762] Moving language related functionality into a separate class | MateBartus | 2015-05-02 | 1 | -0/+19 |
| | | | | | | | | PHPBB3-13762 | ||||
* | | [ticket/13697] Moving filesystem related functions to filesystem service | MateBartus | 2015-04-16 | 1 | -1/+86 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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/13497] Update calls to `get_tables()` | Gaëtan Muller | 2015-02-11 | 1 | -0/+13 |
| | | | | | | | | PHPBB3-13497 | ||||
* | | [ticket/13455] Update calls to `request_var()` | Gaëtan Muller | 2015-02-03 | 1 | -0/+60 |
| | | | | | | | | PHPBB3-13455 | ||||
* | | [ticket/13496] Update calls to `set_config_count()` | Gaëtan Muller | 2015-02-02 | 1 | -0/+27 |
| | | | | | | | | PHPBB3-13496 | ||||
* | | [ticket/13494] Update calls to `set_config()` | Gaëtan Muller | 2015-02-02 | 1 | -0/+33 |
| | | | | | | | | PHPBB3-13494 | ||||
* | | [ticket/13468] Update calls to `add_log()` | Gaëtan Muller | 2015-01-27 | 1 | -4/+50 |
| | | | | | | | | PHPBB3-13468 | ||||
* | | [ticket/13499] Move `get_remote_file()` to `functions_compatibility.php` | Gaëtan Muller | 2015-01-15 | 1 | -0/+20 |
| | | | | | | | | PHPBB3-13499 | ||||
* | | [ticket/13450] Type-hint return value of $phpbb_container->get() | Gaëtan Muller | 2015-01-12 | 1 | -0/+3 |
|/ | | | | PHPBB3-13450 | ||||
* | [ticket/13230] Add missing globals and missing request object for path helper | Joas Schilling | 2014-10-27 | 1 | -2/+5 |
| | | | | PHPBB3-13230 | ||||
* | Merge pull request #2888 from Nicofuma/ticket/12993 | Joas Schilling | 2014-10-01 | 1 | -0/+27 |
|\ | | | | | | | [ticket/12993] Improve get_user_ranks | ||||
| * | [ticket/12993] Update doc block | Tristan Darricau | 2014-09-24 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-12993 | ||||
| * | [ticket/12993] Return an array instead of reference passing | Tristan Darricau | 2014-08-19 | 1 | -1/+4 |
| | | | | | | | | PHPBB3-12993 | ||||
| * | [ticket/12993] Fix includes of functions_display | Tristan Darricau | 2014-08-19 | 1 | -0/+6 |
| | | | | | | | | PHPBB3-12993 | ||||
| * | [ticket/12993] Rename to phpbb_get_user_rank | Tristan Darricau | 2014-08-18 | 1 | -0/+18 |
| | | | | | | | | PHPBB3-12993 | ||||
* | | [ticket/12858] Directly return and use timezone selects | Marc Alexander | 2014-09-17 | 1 | -2/+1 |
| | | | | | | | | PHPBB3-12858 | ||||
* | | [ticket/12858] Generate timezone selects with template loop | Marc Alexander | 2014-09-17 | 1 | -2/+2 |
|/ | | | | PHPBB3-12858 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -3/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/12199] Move deprecated functions to functions_compatibility.php | Nicofuma | 2014-04-26 | 1 | -0/+46 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently 13 functions are marked as deprecated: functions.php: function set_var() function request_var() function set_config() function set_config_count() function tz_select() function add_log() functions_admin: function cache_moderators() function update_foes() functions_compatibility: function get_user_avatar() function phpbb_hash() function phpbb_check_hash() function phpbb_clean_path() functions_install: function get_tables() 8 of them are still used in the core: add_log Used in many places (~198 calls) get_tables Used in install\install_convert::get_convert_settings and functions_install.php\connect_check_db get_user_avatar Used in phpbb\user_loader:get_avatar phpbb_hash Used in phpbb\db\migration\data\v30x\release_3_0_5_rc1 request_var Used quite everywhere (~997 calls) set_config Used in many places (~129 calls) set_config_count Used in a few places (~37 calls) set_var Used by phpbb_http_login and phpbb\auth\provider\apache::autologin PHPBB3-12199 | ||||
* | [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 |