1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-23 18:11:47 +02:00
Commit Graph

5703 Commits

Author SHA1 Message Date
Marc Alexander
03bdfa5719 Merge pull request #6485 from rxu/ticket/17107-master
[ticket/17107] Fix viewonline page locations for posting modes - master
2023-06-19 09:37:00 +02:00
rxu
7f3f2e0449 Merge branch 'ticket/17107' into ticket/17107-master 2023-06-14 21:23:14 +07:00
rxu
4f9bd296a7 [ticket/17107] Add method parameter and result type declarations
PHPBB3-17107
2023-06-14 21:13:49 +07:00
Marc Alexander
442430002c Merge branch '3.3.x' 2023-05-29 20:39:08 +02:00
Micha Ober
f4af87f718 [ticket/17097] Fix PHP 8.2 deprecation warnings
PHPBB3-17097
2023-05-28 01:28:03 +02:00
rxu
dfe6421da8 [ticket/17107] Fix docblock issues
PHPBB3-17107
2023-05-24 20:27:53 +07:00
Marc Alexander
73f9398ab0 Merge pull request #6470 from marc1706/ticket/17100
[ticket/17100] Introduce twig macros for commonly used form elements
2023-05-23 20:46:31 +02:00
rxu
f5c5d7d1e6 [ticket/17107] Fix viewonline page locations for posting modes
PHPBB3-17107
2023-05-23 19:09:13 +07:00
Marc Alexander
4762fa1824 Merge branch '3.3.x' 2023-05-16 20:46:46 +02:00
Marc Alexander
11eeeae150 [ticket/17100] Revert not needed twig changes
PHPBB3-17100
2023-04-29 13:54:52 +02:00
Marc Alexander
5655febb8d [ticket/15129] Ensure link to installation guide is correct
PHPBB3-15129
2023-04-26 21:42:54 +02:00
Marc Alexander
80e55b2ec8 Merge branch '3.3.x' 2023-04-11 22:22:26 +02:00
Marc Alexander
6e66f1505c Merge pull request #6392 from lionel-rowe/ticket/8071
[ticket/8071] Add sql_last_inserted_id alias for sql_nextid
2023-04-11 22:18:57 +02:00
Marc Alexander
db93cfba0e Merge branch '3.3.x' 2023-04-11 21:17:41 +02:00
Marc Alexander
4b17de74a4 [ticket/17100] Move forum selects to HTML files
PHPBB3-17100
2023-04-10 15:17:26 +02:00
Marc Alexander
9ee130fc59 [ticket/17100] Move date format select HTML to HTML files
PHPBB3-17100
2023-04-10 10:53:58 +02:00
Marc Alexander
3b20b84e5a [ticket/17100] Cast after using null coalescing operator
PHPBB3-17100
2023-04-09 14:35:07 +02:00
Marc Alexander
60dacf0bfe [ticket/17100] Use twig functions for form elements
PHPBB3-17100
2023-04-09 13:43:05 +02:00
Marc Alexander
2dfe5ebe6d [ticket/17100] Refactor code to be more reusable
PHPBB3-17100
2023-04-09 13:43:01 +02:00
Marc Alexander
4846723bb6 [ticket/17100] Move lang options HTML to template
PHPBB3-17100
2023-04-09 13:42:59 +02:00
Marc Alexander
97933380bb [ticket/17100] Move legend generation to group helper
... and moved HTML to actual HTML files.

PHPBB3-17100
2023-04-09 13:42:48 +02:00
rxu
98f6a1a300 [ticket/17127] Do not purge guest sessions when resetting password
PHPBB3-17127
2023-04-07 18:37:57 +07:00
Marc Alexander
4f2b29fc78 [ticket/17108] Suppress warning about less specific return type
PHPBB3-17108
2023-04-05 21:38:49 +02:00
Marc Alexander
0567655bf7 Merge pull request #6473 from rxu/ticket/17115-master
[ticket/17115] Fix PHP warning for space+hyphen ending search query - master
2023-04-04 21:33:05 +02:00
rxu
e7ccc1e6b2 Merge branch 'ticket/17115' into ticket/17115-master 2023-03-16 21:54:13 +07:00
rxu
defb807dbc [ticket/17115] Fix PHP warning for space+hyphen ending search query
PHPBB3-17115
2023-03-16 20:57:43 +07:00
Marc Alexander
4daf350d21 [ticket/17105] Add type specifier to docblock for column
PHPBB3-17105
2023-02-28 20:41:08 +01:00
Matt Friedman
ea8a4bf203 [ticket/17105] Fix order of arguments for schema changes on indexes
PHPBB3-17105
2023-02-24 09:06:58 -08:00
Marc Alexander
49b9dc4a3d Merge pull request #6461 from Crizz0/ticket/17067
[ticket/17067] Add lang variable for rows per second & searchindex:
2023-02-06 20:07:12 +01:00
Marc Alexander
bbef375844 Merge branch '3.3.x' 2023-02-05 22:07:30 +01:00
Marc Alexander
4a185ed02e [prep-release-3.3.1] Add migration for 3.3.10 2023-02-04 20:31:26 +01:00
Christian Schnegelberger
b092886d5b [ticket/17067] Add lang variable for rows per second & searchindex:
PHPBB3-17067
2023-02-01 19:52:47 +01:00
Marc Alexander
b5c316c9c3 [ticket/8071] Make nextid alias of sql_last_inserted_id and add deprecation
PHPBB3-8071
2023-01-31 17:17:42 +01:00
Marc Alexander
f0f8683914 Merge branch 'ticket/17092' into ticket/17092_master 2023-01-17 20:48:05 +01:00
Marc Alexander
738dd786ba [ticket/17092] Clean up docblock and remove redundant check
PHPBB3-17092
2023-01-17 20:44:05 +01:00
Patrick Webster
17f2d6e03a [ticket/17092] Check for Spamhaus error codes
Fix indentation

PHPBB3-17092
2023-01-17 20:37:49 +01:00
Patrick Webster
20c3371460 [ticket/17092] Check for Spamhaus error codes
Remove leftover logging

PHPBB3-17092
2023-01-17 20:37:49 +01:00
Patrick Webster
aa523eadf1 [ticket/17092] Check for Spamhaus error codes
Switches to using callbacks for each DNSBL so that special cases can be
handled when needed. Adds support for Spamhaus error codes and disables DNSBL
checking if errors are encountered since they probably won't be resolved in a
timely manner by the owner or host.

PHPBB3-17092
2023-01-17 20:37:48 +01:00
Marc Alexander
3914f1ec41 Merge branch '3.3.x' 2023-01-17 20:36:38 +01:00
Marc Alexander
8ebb64a92a [ticket/17091] Ensure session length is int
PHPBB3-17091
2023-01-16 16:56:12 +01:00
Marc Alexander
f5f93790e0 Merge branch '3.3.x' 2023-01-13 22:53:39 +01:00
Marc Alexander
aff7fab65f [prep-release-3.3.10] Add migration for 3.3.10-RC1 2023-01-13 21:11:51 +01:00
Marc Alexander
8c75eda0ba Merge branch '3.3.x' 2023-01-09 21:58:41 +01:00
Marc Alexander
3ece314338 [ticket/17071] Switch to jsdelivr CDN for twemoji emojis
PHPBB3-17071
2023-01-09 21:25:46 +01:00
Marc Alexander
34eb913d5a [ticket/16955] Use runtime_exception instead of \Exception
PHPBB3-16955
2023-01-03 21:33:47 +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