af012e8b5a
Merge branch '3.2.x' into 3.3.x
2020-02-14 07:28:26 +01:00
96a7e04ea5
[ticket/16352] Deprecate phpbb_delete_user_pms
...
PHPBB3-16352
2020-02-03 02:20:35 +00:00
2fea7969d3
[ticket/16352] Deprecate more functions
...
PHPBB3-16352
2020-02-03 01:44:02 +00:00
d668f3a3c3
[ticket/16352] Deprecate a few function/classes
...
PHPBB3-16352
2020-02-03 00:44:44 +00:00
c628cd7e15
[ticket/16167] Deprecate phpbb_email_hash() and remove gen_email_hash()
...
The latter one has been deprecated for 10 years now.
PHPBB3-16167
2019-11-19 21:15:21 +01:00
00682db8a6
[ticket/16189] Make wrappers call native functions
...
PHPBB3-16189
2019-11-01 10:30:41 +00:00
0a7e98951b
[ticket/16189] Update version
...
PHPBB3-16189
2019-11-01 10:30:41 +00:00
f09f5bc51c
[ticket/16189] Deprecate inet_ntop and inet_pton wrappers
...
PHPBB3-16189
2019-11-01 10:30:41 +00:00
163aac74db
[ticket/16190] Deprecate phpbb's checkdnsrr wrapper
...
PHPBB3-16190
2019-10-31 20:54:21 +00:00
cfaf24bd45
[ticket/14584] Change all to be removed tags to 4.0
...
PHPBB3-14584
2019-05-06 21:27:08 +02:00
7a831c3e28
[ticket/14548] Move deprecated globals and functions
...
PHPBB3-14584
2019-05-06 21:26:55 +02:00
83f4074116
[ticket/15910] Pass object arguments by reference implicitly
...
PHPBB3-15910
2018-12-12 12:41:56 +01:00
4dfd12d5b2
[ticket/15350] Changes outdated wiki-link to new docs/
...
PHPBB3-15350
2017-09-07 15:05:53 +02:00
80768b526b
Merge branch '3.1.x'
...
Conflicts:
phpBB/phpbb/user_loader.php
2015-06-16 12:35:51 +02:00
be1d1c7d05
[ticket/13882] Lazy load the notification avatars.
...
This moves them further down the waterfall, making the page load
quicker.
PHPBB3-13882
2015-05-28 18:05:07 +02:00
f31483242b
[ticket/13614] Added phpbb_pcre_utf8_support() dummy for BC
...
PHPBB3-13614
2015-05-11 20:48:05 +02:00
179a470022
[ticket/13762] Moving language related functionality into a separate class
...
PHPBB3-13762
2015-05-02 13:37:12 +02:00
4bdef6fd21
[ticket/13697] Moving filesystem related functions to filesystem service
...
* 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
2015-04-16 13:24:10 +02:00
50478e68b0
[ticket/13497] Update calls to get_tables()
...
PHPBB3-13497
2015-02-11 21:28:11 +01:00
f6e06da4c6
[ticket/13455] Update calls to request_var()
...
PHPBB3-13455
2015-02-03 20:50:40 +01:00
a633f3484c
[ticket/13496] Update calls to set_config_count()
...
PHPBB3-13496
2015-02-02 21:52:59 +01:00
79d4ff5538
[ticket/13494] Update calls to set_config()
...
PHPBB3-13494
2015-02-02 19:28:23 +01:00
7fc586080b
[ticket/13468] Update calls to add_log()
...
PHPBB3-13468
2015-01-27 18:34:33 +01:00
17daaaf441
[ticket/13499] Move get_remote_file()
to functions_compatibility.php
...
PHPBB3-13499
2015-01-15 18:55:51 +01:00
b5544b2f47
[ticket/13450] Type-hint return value of $phpbb_container->get()
...
PHPBB3-13450
2015-01-12 20:19:07 +01:00
47759eb096
[ticket/13230] Add missing globals and missing request object for path helper
...
PHPBB3-13230
2014-10-27 14:54:17 +01:00
170b75d0c9
Merge pull request #2888 from Nicofuma/ticket/12993
...
[ticket/12993] Improve get_user_ranks
2014-10-01 10:19:24 +02:00
cd7b21a703
[ticket/12993] Update doc block
...
PHPBB3-12993
2014-09-24 16:07:23 +02:00
f4761b5e08
[ticket/12858] Directly return and use timezone selects
...
PHPBB3-12858
2014-09-17 19:07:24 +02:00
9ebee7de32
[ticket/12858] Generate timezone selects with template loop
...
PHPBB3-12858
2014-09-17 14:22:08 +02:00
fe1ab6d2ef
[ticket/12993] Return an array instead of reference passing
...
PHPBB3-12993
2014-08-19 22:25:01 +02:00
5e7d9d2fcf
[ticket/12993] Fix includes of functions_display
...
PHPBB3-12993
2014-08-19 13:51:21 +02:00
496cc64bc6
[ticket/12993] Rename to phpbb_get_user_rank
...
PHPBB3-12993
2014-08-18 16:32:05 +02:00
a759704b39
[ticket/12594] Remove @package tags and update file headers
...
PHPBB3-12594
2014-05-27 20:51:13 +02:00
af827bf2b4
[ticket/12199] Move deprecated functions to functions_compatibility.php
...
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
2014-04-26 01:25:51 +02:00
0d4968f735
[ticket/9758] Removed useless if-conditions to include functions.php
...
PHPBB3-9758
2014-03-28 19:12:31 +01:00
ddbdde53ab
[ticket/9758] Adds global template variable CURRENT_USER_AVATAR
...
PHPBB3-9758
2014-03-28 19:12:28 +01:00
429c006440
[ticket/12250] Remove deprecated phpbb_clean_path function
...
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
2014-03-07 03:44:28 +05:30
6251ca1459
[ticket/12239] Move deprecated passwords functions to compatibility file
...
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
2014-03-06 09:43:52 +01:00
11aff559d4
[feature/avatars] Use deprecated for compatibility function
...
Also moved use of global variables inside the only if statement they are
used in.
PHPBB3-10018
2013-02-03 23:06:30 +01:00
f322f4eac9
[feature/avatars] Correct license, copyright and package info
...
PHPBB3-10018
2013-02-03 23:02:35 +01:00
869de98f52
[feature/avatars] Add include of functions_display.php in BC function
...
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
2013-01-24 00:23:45 +01:00
e841453d03
[feature/avatars] Add note about when compatibility function was added
...
PHPBB3-10018
2013-01-22 21:05:31 +01:00
79356f5441
[feature/avatars] Add compatibility function for get_user_avatar()
...
PHPBB3-10018
2013-01-22 17:21:49 +01:00