1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-12 02:25:18 +02:00

78 Commits

Author SHA1 Message Date
Marc Alexander
a366eb7f6c
[ticket/16955] Update namespace for iterators to finder
PHPBB3-16955
2023-01-02 22:14:11 +01:00
Ruben Calvo
daa2dd280c
[ticket/16955] Fix most return types in phpdoc
PHPBB3-16955
2023-01-02 14:17:04 +01:00
Ruben Calvo
3e8fced5c8
[ticket/16955] Fix phpdoc annotations and return types
PHPBB3-16955
2022-12-31 16:18:06 +01:00
Marc Alexander
9a546c535c
[ticket/16955] Use common code for path iterator generation
PHPBB3-16955
2022-12-28 08:36:59 +01:00
Marc Alexander
0a64ffa834
Merge branch '3.3.x' 2022-04-30 22:46:05 +02:00
lionel-rowe
9b2f42748c [ticket/16981] Fix HTML-encoded emojis in email subject line
PHPBB3-16981
2022-04-05 17:18:33 +01:00
Tristan Darricau
6ce708539b [ticket/16741] General fixes
PHPBB3-16741
2021-11-09 02:48:34 +01:00
Marc Alexander
37ebf41308
Merge pull request #5274 from rubencm/ticket/14285
[ticket/14285] Move downloads to controller
2021-05-28 07:17:15 +02:00
rubencm
1e624bef15 [ticket/14285] Add prefix in routing
PHPBB3-14285
2021-05-25 07:28:05 +02:00
Marc Alexander
c0f031ba3a
Merge branch '3.3.x' 2021-04-10 23:07:44 +02:00
Máté Bartus
6eb357b421 [ticket/16754] Fix docblocks
PHPBB3-16754
2021-04-10 10:36:01 +02:00
rubencm
c375f2c9e5 [ticket/14285] Use route service for download routes
PHPBB3-14285
2021-03-21 23:12:31 +01:00
rubencm
f66c1d9e1e [ticket/14285] Fix tests
PHPBB3-14285
2021-03-21 20:02:45 +01:00
rubencm
925502a92f [ticket/14285] Move deprecated functions to functions_compatibility.php
PHPBB3-14285
2021-03-21 19:18:34 +01:00
Marc Alexander
ca4fdeaf2b
[ticket/10824] Move parse_cfg_file() to functions_compatibility
PHPBB3-10824
2021-01-26 22:22:20 +01:00
Máté Bartus
29e7226c96 Merge branch '3.3.x' 2021-01-22 19:14:53 +01:00
rxu
2fd4dbb685
[ticket/16690] Fix htmlspecialchars and htmlspecialchars_decode default flag
PHPBB3-16690
2021-01-20 00:21:24 +07:00
Marc Alexander
17c4fe6f9e
Merge branch '3.3.x' 2020-09-08 20:41:52 +02:00
William Desportes
fedfc330ef
[ticket/16587] Fix phpdoc errors reported by Doctum
PHPBB3-16587
2020-09-07 12:11:31 +02:00
Marc Alexander
bdf2e6f709
Merge branch '3.3.x' 2020-08-25 21:05:00 +02:00
Christian Schnegelberger
34d415a6b3 [ticket/16588] Updates link to plural rules from 3.2.x to 3.3.x
PHPBB3-16588
2020-08-25 12:11:56 +02:00
rubencm
4156204419 [ticket/16346] More fixes
PHPBB3-16346
2020-08-14 08:29:14 +00:00
rubencm
774c609c4a [ticket/16345] Small improvements
PHPBB3-16346
2020-08-14 08:29:06 +00:00
Marc Alexander
b86c197d95
Merge branch '3.3.x' 2020-02-14 07:28:49 +01:00
Marc Alexander
af012e8b5a
Merge branch '3.2.x' into 3.3.x 2020-02-14 07:28:26 +01:00
rubencm
96a7e04ea5 [ticket/16352] Deprecate phpbb_delete_user_pms
PHPBB3-16352
2020-02-03 02:20:35 +00:00
rubencm
2fea7969d3 [ticket/16352] Deprecate more functions
PHPBB3-16352
2020-02-03 01:44:02 +00:00
rubencm
d668f3a3c3 [ticket/16352] Deprecate a few function/classes
PHPBB3-16352
2020-02-03 00:44:44 +00:00
Marc Alexander
b6ec8c8a94
Merge branch '3.3.x' 2019-11-21 14:55:37 +01:00
Marc Alexander
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
Marc Alexander
1499e8c18e
Merge branch '3.3.x' 2019-11-01 22:01:31 +01:00
rubencm
00682db8a6 [ticket/16189] Make wrappers call native functions
PHPBB3-16189
2019-11-01 10:30:41 +00:00
rubencm
0a7e98951b [ticket/16189] Update version
PHPBB3-16189
2019-11-01 10:30:41 +00:00
rubencm
f09f5bc51c [ticket/16189] Deprecate inet_ntop and inet_pton wrappers
PHPBB3-16189
2019-11-01 10:30:41 +00:00
Marc Alexander
fe11ee3e70
Merge branch '3.3.x' 2019-11-01 08:16:15 +01:00
rubencm
163aac74db [ticket/16190] Deprecate phpbb's checkdnsrr wrapper
PHPBB3-16190
2019-10-31 20:54:21 +00:00
Máté Bartus
cfaf24bd45
[ticket/14584] Change all to be removed tags to 4.0
PHPBB3-14584
2019-05-06 21:27:08 +02:00
Máté Bartus
7a831c3e28
[ticket/14548] Move deprecated globals and functions
PHPBB3-14584
2019-05-06 21:26:55 +02:00
Marc Alexander
c79da081d8
Merge branch '3.2.x' 2018-12-24 15:32:58 +01:00
kasimi
83f4074116
[ticket/15910] Pass object arguments by reference implicitly
PHPBB3-15910
2018-12-12 12:41:56 +01:00
Oliver Schramm
aa15e61e4c Merge branch '3.2.x' 2017-09-08 13:53:38 +02:00
Crizzo
4dfd12d5b2 [ticket/15350] Changes outdated wiki-link to new docs/
PHPBB3-15350
2017-09-07 15:05:53 +02:00
Rubén Calvo
436410761d [ticket/15253] Fix code
PHPBB3-15253
2017-07-20 19:55:52 +02:00
Rubén Calvo
603a8c51da [ticket/15253] Move storage helper to filesystem
PHPBB3-15253
2017-07-20 19:55:52 +02:00
Rubén Calvo
ecb79539f4 [ticket/15253] Use storage helper methods instead of filesystem methods
PHPBB3-15253
2017-07-20 19:55:52 +02:00
Máté Bartus
e9f28ea22c [ticket/14584] Change all to be removed tags to 4.0
PHPBB3-14584
2016-07-29 17:48:26 +02:00
Máté Bartus
54e5d41359 [ticket/14548] Move deprecated globals and functions
PHPBB3-14584
2016-07-29 17:48:00 +02:00
Marc Alexander
80768b526b Merge branch '3.1.x'
Conflicts:
	phpBB/phpbb/user_loader.php
2015-06-16 12:35:51 +02:00
Callum Macrae
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
JoshyPHP
f31483242b [ticket/13614] Added phpbb_pcre_utf8_support() dummy for BC
PHPBB3-13614
2015-05-11 20:48:05 +02:00