1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-03 04:55:36 +02:00

30822 Commits

Author SHA1 Message Date
Marc Alexander
c90376ddf8
Merge branch '3.3.x' 2023-01-09 21:39:32 +01:00
Marc Alexander
96afebf969
Merge pull request #6448 from marc1706/ticket/16938
[ticket/16938] Replace invalid nowrap with white-space css
2023-01-09 21:39:22 +01:00
Marc Alexander
6980b7656c
Merge branch '3.3.x' 2023-01-07 21:02:23 +01:00
Marc Alexander
c62d9e4c05
Merge pull request #6446 from rubencm/ticket/17082
[ticket/17082] Remove ability to warn anonymous
2023-01-07 21:02:12 +01:00
Marc Alexander
a0477a10ce
[ticket/16938] Replace invalid nowrap with white-space css
PHPBB3-16938
2023-01-07 15:44:29 +01:00
Marc Alexander
569382244f
Merge branch '3.3.x' 2023-01-07 15:40:38 +01:00
Ruben Calvo
7d29f133e5
[ticket/17082] Remove ability to warn anonymous
PHPBB3-17082
2023-01-06 04:33:09 +01:00
Ruben Calvo
e535f8e054
[ticket/17081] Fix accept attribute in upload input
PHPBB3-17081
2023-01-06 04:29:32 +01:00
Marc Alexander
2b91202879
Merge branch '3.3.x' 2023-01-04 21:48:09 +01:00
Marc Alexander
11e68e910b
Merge pull request #6444 from iMattPro/ticket/17075
[ticket/17075] Add template events to ACP footers after $SCRIPT
2023-01-04 21:47:53 +01:00
Marc Alexander
eafec8ff64
Merge branch '3.3.x' 2023-01-03 22:52:15 +01:00
Marc Alexander
02efbc251e
Merge pull request #6443 from rubencm/ticket/17074
[ticket/17074] Don't allow to create two roles with the same name
2023-01-03 22:52:04 +01:00
Marc Alexander
34eb913d5a
[ticket/16955] Use runtime_exception instead of \Exception
PHPBB3-16955
2023-01-03 21:33:47 +01:00
Matt Friedman
7434783b07 [ticket/17075] Add template events to ACP footers after $SCRIPT
PHPBB3-17075
2023-01-03 08:24:07 -08:00
Ruben Calvo
d446030a9b
[ticket/17074] Don't allow to create two roles with the same name
PHPBB3-17074
2023-01-03 01:46:56 +01:00
Marc Alexander
daa6d2240c
[ticket/16955] Cache ttl is always integer value
PHPBB3-16955
2023-01-02 22:14:20 +01:00
Marc Alexander
a366eb7f6c
[ticket/16955] Update namespace for iterators to finder
PHPBB3-16955
2023-01-02 22:14:11 +01:00
Marc Alexander
4d6dbfb745
[ticket/16955] Move iterators to finder folder
PHPBB3-16955
2023-01-02 22:14:03 +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
60aee47f50
[ticket/16955] Replace returns with return in docblock
PHPBB3-16955
2022-12-30 22:08:34 +01:00
Marc Alexander
3b8f6ae4e9
[ticket/16955] Use constants for exit codes in installer console commands
PHPBB3-16955
2022-12-30 17:28:17 +01:00
Marc Alexander
fab81eca2b
[ticket/16955] Add missing docblocks and fix unclear ones
PHPBB3-16955
2022-12-30 17:27:31 +01:00
Marc Alexander
918723e476
[ticket/16955] Clean up phing sniff errors and warnings
PHPBB3-16955
2022-12-28 08:37:26 +01:00
Marc Alexander
cedd447659
[ticket/16955] Resolve incompatibilities with doctum
PHPBB3-16955
2022-12-28 08:37:25 +01:00
Marc Alexander
eeeb69b4ae
[ticket/16955] Clean up auth classes
PHPBB3-16955
2022-12-28 08:37:24 +01:00
Marc Alexander
5756d4dd9b
[ticket/16955] Clean up avatar classes
PHPBB3-16955
2022-12-28 08:37:24 +01:00
Marc Alexander
ba3a1389e6
[ticket/16955] Clean up config classes
PHPBB3-16955
2022-12-28 08:37:23 +01:00
Marc Alexander
2aed7ff4e3
[ticket/16955] Clean up composer classes and fix typos in exceptions
PHPBB3-16955
2022-12-28 08:37:23 +01:00
Marc Alexander
35228ffd62
[ticket/16955] Clean up captcha classes
PHPBB3-16955
2022-12-28 08:37:22 +01:00
Marc Alexander
83cb41e72a
[ticket/16955] Add stubs for cache classes and clean up
PHPBB3-16955
2022-12-28 08:37:21 +01:00
Marc Alexander
b855b8a5a5
[ticket/16955] Clean up cron and console classes
PHPBB3-16955
2022-12-28 08:37:21 +01:00
Marc Alexander
a8b878349a
[ticket/16955] Remove shell option as this has been removed in Symfony 3.0
PHPBB3-16955
2022-12-28 08:37:20 +01:00
Marc Alexander
948023078b
[ticket/16955] Clean up code in db classes
PHPBB3-16955
2022-12-28 08:37:20 +01:00
Marc Alexander
de9019d64e
[ticket/16955] Clean up debug, event, and extension classes
PHPBB3-16955
2022-12-28 08:37:19 +01:00
Marc Alexander
e1a3b6b552
[ticket/16955] Clean up feed classes
PHPBB3-16955
2022-12-28 08:37:18 +01:00
Marc Alexander
7f61f8b770
[ticket/16955] Clean up filesystem and files classes
PHPBB3-16955
2022-12-28 08:37:17 +01:00
Marc Alexander
1c02b1a7b5
[ticket/16955] Clean up reset_password and user_loader
PHPBB3-16955
2022-12-28 08:37:16 +01:00
Marc Alexander
6ad0b533d9
[ticket/16955] Clean up textformatter and textreparser
PHPBB3-16955
2022-12-28 08:37:16 +01:00
Marc Alexander
60c165c3d0
[ticket/16955] Clean up storage and template classes
PHPBB3-16955
2022-12-28 08:37:15 +01:00
Marc Alexander
077ceba2a9
[ticket/16955] Improve consistency of user and session class
PHPBB3-16955
2022-12-28 08:37:14 +01:00
Marc Alexander
b90f384466
[ticket/16955] Clean up rrouter and fulltext_sphinx
PHPBB3-16955
2022-12-28 08:37:14 +01:00
Marc Alexander
056f786769
[ticket/16955] Clean up request classes
PHPBB3-16955
2022-12-28 08:37:13 +01:00
Marc Alexander
5b23dcd606
[ticket/16955] Fix another batch of docblocks
PHPBB3-16955
2022-12-28 08:37:13 +01:00
Marc Alexander
96911b7403
[ticket/16955] Clean up variable names and docblocks in notifications
PHPBB3-16955
2022-12-28 08:37:12 +01:00
Marc Alexander
733f4e2530
[ticket/16955] Wrap RecursiveDirectoryIteratorr calls for dot prefix filter
PHPBB3-16955
2022-12-28 08:37:12 +01:00
Marc Alexander
40e8a737c3
[ticket/16955] Clean up installer classes for psalm
PHPBB3-16955
2022-12-28 08:37:11 +01:00
Marc Alexander
d9c179f9ef
[ticket/16955] Clean up group related classes for psalm
PHPBB3-16955
2022-12-28 08:37:11 +01:00
Marc Alexander
c4d3e1aa7b
[ticket/16955] Resolve psalm issues in di files
PHPBB3-16955
2022-12-28 08:37:10 +01:00
Marc Alexander
cd026245fe
[ticket/16955] Improve minor docblock quirks
PHPBB3-16955
2022-12-28 08:37:09 +01:00