| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
Conflicts:
phpBB/phpbb/user_loader.php
|
| |
| |
| |
| |
| |
| |
| | |
This moves them further down the waterfall, making the page load
quicker.
PHPBB3-13882
|
| |
| |
| |
| | |
PHPBB3-13614
|
| |
| |
| |
| | |
PHPBB3-13762
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| |
| |
| |
| | |
PHPBB3-13497
|
| |
| |
| |
| | |
PHPBB3-13455
|
| |
| |
| |
| | |
PHPBB3-13496
|
| |
| |
| |
| | |
PHPBB3-13494
|
| |
| |
| |
| | |
PHPBB3-13468
|
| |
| |
| |
| | |
PHPBB3-13499
|
|/
|
|
| |
PHPBB3-13450
|
|
|
|
| |
PHPBB3-13230
|
|\
| |
| |
| | |
[ticket/12993] Improve get_user_ranks
|
| |
| |
| |
| | |
PHPBB3-12993
|
| |
| |
| |
| | |
PHPBB3-12993
|
| |
| |
| |
| | |
PHPBB3-12993
|
| |
| |
| |
| | |
PHPBB3-12993
|
| |
| |
| |
| | |
PHPBB3-12858
|
|/
|
|
| |
PHPBB3-12858
|
|
|
|
| |
PHPBB3-12594
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
PHPBB3-9758
|
|
|
|
| |
PHPBB3-9758
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Also moved use of global variables inside the only if statement they are
used in.
PHPBB3-10018
|
|
|
|
| |
PHPBB3-10018
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
PHPBB3-10018
|
|
PHPBB3-10018
|