Marc Alexander
|
808be852c4
|
Merge pull request #6181 from Crizz0/ticket/16747
[ticket/16747] Fix typo in post_in_queue.txt email template
|
2021-04-04 09:29:38 +02:00 |
|
Marc Alexander
|
95496ebd38
|
[ticket/16748] Adjust coding guidelines to put static after visibility
PHPBB3-16748
|
2021-04-03 22:41:58 +02:00 |
|
Marc Alexander
|
574de287e7
|
[ticket/13700] Add method for initializing config after cache purge
PHPBB3-13700
|
2021-04-03 22:31:51 +02:00 |
|
Christian Schnegelberger
|
e79afc6293
|
[ticket/16747] post_in_queue.txt change aprroval to approval
PHPBB3-16747
|
2021-04-03 13:02:14 +02:00 |
|
3D-I
|
8e5be03fe9
|
[ticket/16719] Fix PHP notice/warning on update
PHPBB3-16719
|
2021-04-02 10:01:08 +02:00 |
|
3D-I
|
b6f4f30015
|
[ticket/16719] Fix PHP notice/warning on update
PHPBB3-16719
|
2021-04-02 10:01:08 +02:00 |
|
3D-I
|
222c7cd74b
|
[ticket/16719] Fix PHP notice/warning on update
PHPBB3-16719
|
2021-04-02 10:01:07 +02:00 |
|
Marc Alexander
|
2d0e727f33
|
Merge pull request #6176 from marc1706/ticket/16740
[ticket/16740] Add method for ensuring resource is not passed to cache
|
2021-04-01 10:32:50 +02:00 |
|
Marc Alexander
|
4ce8224c2c
|
[ticket/16740] Use is_resource() to check whether connect id is still valid
PHPBB3-16740
|
2021-03-31 21:22:14 +02:00 |
|
Marc Alexander
|
9d2fae3285
|
Merge pull request #6169 from 3D-I/ticket/16735
[ticket/16735] Fix access array offset on value of type bool on login
|
2021-03-31 07:40:00 +02:00 |
|
Marc Alexander
|
47f7a81b41
|
Merge pull request #6177 from 3D-I/ticket/16743
[ticket/16743] Properly check if TMP file exists - PHP 8
|
2021-03-30 20:07:42 +02:00 |
|
3D-I
|
e49a6e06a8
|
[ticket/16743] Properly check if TMP file exists - PHP 8
PHPBB3-16743
|
2021-03-29 22:05:53 +02:00 |
|
Marc Alexander
|
4d5db19feb
|
Merge pull request #6175 from marc1706/ticket/16675
[ticket/16675] Use github base branch head rev for commit message check
|
2021-03-29 22:04:22 +02:00 |
|
Marc Alexander
|
e8afa29013
|
[ticket/16740] Implement sql_table_exists for psql w/out debug spam
Failed pg_query() results in PHP notices now ...
PHPBB3-16740
|
2021-03-28 11:40:23 +02:00 |
|
Marc Alexander
|
1e6ed3f0f5
|
[ticket/16740] Disable PHP 8.1 tests
PHPBB3-16740
|
2021-03-28 09:59:36 +02:00 |
|
Marc Alexander
|
c99bfe116f
|
[ticket/16740] Improve open queries handling & do not close freed connection
PHPBB3-16740
|
2021-03-28 09:52:55 +02:00 |
|
Marc Alexander
|
03824189e4
|
[ticket/16740] Add more postgres tests to github actions
PHPBB3-16740
|
2021-03-26 22:56:57 +01:00 |
|
Marc Alexander
|
645e662b11
|
[ticket/16740] Add method for ensuring resource is not passed to cache
PHPBB3-16740
|
2021-03-26 22:54:19 +01:00 |
|
Marc Alexander
|
1d22f001e6
|
Merge pull request #6174 from Crizz0/ticket/16739
[ticket/16739] Replaces TOPIC_TITLE by SUBCJECT in short/report_pm.txt
|
2021-03-26 21:58:53 +01:00 |
|
Marc Alexander
|
718d2dc77e
|
[ticket/16675] Use github base branch head rev for commit message check
PHPBB3-16675
|
2021-03-26 21:53:47 +01:00 |
|
Christian Schnegelberger
|
92425fcb46
|
[ticket/16739] Replaces TOPIC_TITLE by SUBCJECT in short/report_pm.txt
PHPBB3-16739
|
2021-03-26 18:30:13 +01:00 |
|
Marc Alexander
|
7d48254cc9
|
Merge pull request #6163 from marc1706/ticket/16730
[ticket/16730] Don't do additional sorting or output without any tickets
|
2021-03-24 21:31:22 +01:00 |
|
3D-I
|
c4efe5d0fa
|
[ticket/16735] Fix access array offset on value of type bool on login
properly check if is an array first
PHPBB3-16735
|
2021-03-23 23:58:13 +01:00 |
|
Máté Bartus
|
50a917ab4c
|
Merge pull request #6170 from marc1706/ticket/16736
[ticket/16736] Add sniffer for visibilitiy qualifiers before static keyword
|
2021-03-23 23:44:44 +01:00 |
|
3D-I
|
736b619294
|
[ticket/16735] Fix access array offset on value of type bool on login
Remove redundant type casting
PHPBB3-16735
|
2021-03-23 22:18:05 +01:00 |
|
Marc Alexander
|
a8ffd339fe
|
[ticket/16736] Fix invalid placement of visibility qualifiers next to static
PHPBB3-16736
|
2021-03-23 22:12:59 +01:00 |
|
Marc Alexander
|
0897d3e381
|
[ticket/16736] Add sniffer for visibilitiy qualifiers before static keyword
PHPBB3-16736
|
2021-03-23 22:09:05 +01:00 |
|
3D-I
|
5b84c51d81
|
[ticket/16735] Fix access array offset on value of type bool on login
PHPBB3-16735
|
2021-03-23 02:41:13 +01:00 |
|
3D-I
|
e0b4f3ff37
|
[ticket/16735] Fix access array offset on value of type bool on login
PHPBB3-16735
|
2021-03-23 02:02:28 +01:00 |
|
Marc Alexander
|
4721007c02
|
[ticket/16730] Don't do additional sorting or output without any tickets
PHPBB3-16730
|
2021-03-17 21:36:53 +01:00 |
|
Marc Alexander
|
f6b4031a96
|
Merge pull request #6162 from marc1706/ticket/16707
[ticket/16707] Disable unstable PHP 8.1 builds
|
2021-03-17 20:21:01 +01:00 |
|
Marc Alexander
|
39d89c8dbc
|
[ticket/16707] Disable unstable PHP 8.1 builds
PHP 8.1 builds keep failing. Don't use them until there is a release.
PHPBB3-16707
|
2021-03-17 17:50:01 +01:00 |
|
Marc Alexander
|
8f2d84f4dc
|
[3.3.x] Update versions to 3.3.5-dev
|
2021-03-16 20:16:25 +01:00 |
|
Marc Alexander
|
fe49e110bd
|
Merge branch 'prep-release-3.3.4' into 3.3.x
|
2021-03-16 20:14:33 +01:00 |
|
Marc Alexander
|
6d46c08191
|
[prep-release-3.3.4] Update changelog for 3.3.4-RC1
release-3.3.4-RC1
|
2021-03-15 21:48:18 +01:00 |
|
Marc Alexander
|
95bbebeb22
|
[prep-release-3.3.4] Add migration for 3.3.4-RC1
|
2021-03-15 21:47:35 +01:00 |
|
Marc Alexander
|
e3752b70e2
|
[prep-release-3.3.4] Update version numbers to 3.3.4
|
2021-03-15 21:47:29 +01:00 |
|
Marc Alexander
|
b45bd3ace7
|
[prep-release-3.3.4] Update version numbers to 3.3.4-RC1
|
2021-03-15 21:47:29 +01:00 |
|
Marc Alexander
|
8d5a624c8d
|
Merge pull request #6160 from marc1706/ticket/16726
[ticket/16726] Update composer & vendor packages to latest versions
|
2021-03-15 20:15:53 +01:00 |
|
Marc Alexander
|
29a3b6c792
|
Merge pull request #6161 from Dark1z/ticket/16728
[ticket/16728] Add search result template event
|
2021-03-15 20:03:20 +01:00 |
|
Dark❶
|
78679ed001
|
[ticket/16728] Add search result template event
PHPBB3-16728
|
2021-03-15 23:29:08 +05:30 |
|
Marc Alexander
|
2919b147d8
|
[ticket/16726] Update vendor packages to latest versions
PHPBB3-16726
|
2021-03-14 21:25:24 +01:00 |
|
Marc Alexander
|
f514c5eafb
|
[ticket/16726] Update composer to 2.0.11
PHPBB3-16726
|
2021-03-14 21:24:52 +01:00 |
|
Marc Alexander
|
2d1ce7dc24
|
Merge pull request #6159 from Dark1z/ticket/16725
[ticket/16725] Add MCP core event
|
2021-03-14 17:05:16 +01:00 |
|
Marc Alexander
|
026a143e42
|
Merge pull request #6158 from Dark1z/ticket/16724
[ticket/16724] Add some template events
|
2021-03-14 09:09:01 +01:00 |
|
Dark❶
|
9417c1803e
|
[ticket/16724] Add some template events
PHPBB3-16724
|
2021-03-13 22:21:32 +05:30 |
|
Dark❶
|
6ebd64521b
|
[ticket/16725] Add MCP core event
PHPBB3-16725
|
2021-03-13 17:40:10 +05:30 |
|
Dark❶
|
b3edc0884f
|
[ticket/16724] Add some template events
PHPBB3-16724
|
2021-03-13 16:34:23 +05:30 |
|
Marc Alexander
|
48ce6a9a68
|
Merge pull request #6155 from marc1706/ticket/16655
[ticket/16655] Add support for custom error message when exceeding attempts
|
2021-03-09 19:58:15 +01:00 |
|
Marc Alexander
|
bf5f0bb8f7
|
[ticket/16655] Add support for custom error message when exceeding attempts
PHPBB3-16655
|
2021-03-07 12:03:49 +01:00 |
|