1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-18 22:58:10 +01:00

32625 Commits

Author SHA1 Message Date
rxu
8c79e9a61e
[ticket/16526] Add test
PHPBB3-16526
2020-06-12 01:28:14 +07:00
rxu
bb20f3966f
[ticket/16526] Correctly handle ACP CSV settings
PHPBB3-16526
2020-06-11 21:54:15 +07:00
Alfredo Ramos
201a5b6e06 [ticket/16525] Remove usage of pg_constraint.consrc for PostgreSQL 12
The column pg_constraint.consrc has been deprecated for a long time,
and it was finally removed in PostgreSQL 12.0

PHPBB3-16525
2020-06-10 04:41:00 -05:00
Marc Alexander
8bb9a9803b
Merge pull request #6004 from kasimi/ticket/16510-3.3.x
[ticket/16510] [3.3.x] Add migration that makes sure config entry exists
2020-06-07 22:49:24 +02:00
Marc Alexander
b7b3282649
Merge pull request #6003 from kasimi/ticket/16514
[ticket/16514] Move google_recaptcha_v3 migration from v330 to v33x
2020-06-07 22:46:35 +02:00
Marc Alexander
6e05cb38f6
Merge branch '3.2.x' into 3.3.x 2020-06-07 22:31:49 +02:00
Marc Alexander
a4c69a8f43
Merge branch 'prep-release-3.2.10' into 3.2.x 2020-06-07 22:29:41 +02:00
Marc Alexander
47fcf3403f
[prep-release-3.2.10] Update changelog for 3.2.10-RC2 release-3.2.10-RC2 2020-06-07 12:11:24 +02:00
Marc Alexander
6f96f8b01e
[prep-release-3.2.10] Add migration for 3.2.10-RC2 2020-06-07 12:05:25 +02:00
Marc Alexander
6ab2821c34
[prep-release-3.2.10] Update version numbers for 3.2.10-RC2 2020-06-07 12:03:05 +02:00
kasimi
29b775f22c
[ticket/16510] Added migration that makes sure config entry exists
PHPBB3-16510
2020-06-07 11:47:58 +02:00
kasimi
78c3b8bb86
[ticket/16514] Move google_recaptcha_v3 migration from v330 to v33x
PHPBB3-16514
2020-06-07 11:32:40 +02:00
Marc Alexander
d1dfbe8ce5
Merge pull request #6000 from kasimi/ticket/16510-3.3.x
[ticket/16510] [3.3.x] Add config values to schema_data.sql
2020-06-07 11:21:55 +02:00
Marc Alexander
8ab866e7f4
[ticket/16510] Disable showing unapproved posts to users in feed test
PHPBB3-16510
2020-06-07 10:14:30 +02:00
Marc Alexander
de834b65e8
Merge pull request #5998 from 3D-I/ticket/16508
[ticket/16508] Fix WhoIs lookup
2020-06-07 09:23:58 +02:00
kasimi
2d1e8dc8a0
[ticket/16510] Run feed test without displaying unapproved posts
PHPBB3-16510
2020-06-06 22:30:01 +02:00
kasimi
b5a1c54ab2
[ticket/16510] Exclude deleted config entries in test
PHPBB3-16510
2020-06-06 21:48:15 +02:00
kasimi
5e23959e12
[ticket/16510] Fixed test
PHPBB3-16510
2020-06-06 21:03:24 +02:00
kasimi
5ae963cb34
[ticket/16510] Added .htaccess to v330 & v33x migration folders
PHPBB3-16510
2020-06-06 21:03:23 +02:00
kasimi
b33e95f1e7
[ticket/16510] Added config values for recaptchav3 to schema_data.sql
PHPBB3-16510
2020-06-06 21:03:23 +02:00
kasimi
9ba0560696
[ticket/16510] Added config values to schema_data.sql
PHPBB3-16510
2020-06-06 21:03:23 +02:00
kasimi
e05876a5f6
[ticket/16510] Test if all config options exist in schema_data.sql
PHPBB3-16510
2020-06-06 17:21:36 +02:00
kasimi
afae9421f6
[ticket/16510] Added config values to schema_data.sql
PHPBB3-16510
2020-06-06 17:21:36 +02:00
Marc Alexander
f72e847c17
Merge branch '3.2.x' into 3.3.x 2020-06-06 17:17:28 +02:00
Marc Alexander
cf40048f67
Merge branch 'prep-release-3.2.10' into 3.2.x 2020-06-06 17:11:01 +02:00
Marc Alexander
0df96f101b
Merge pull request #5999 from kasimi/ticket/16510-3.2.x
[ticket/16510] [3.2.x] Add config values to schema_data.sql
2020-06-06 17:10:25 +02:00
Marc Alexander
8591108451
Merge pull request #5995 from rxu/ticket/16505
[ticket/16505] Fix use of count() on non-Countable
2020-06-06 14:25:19 +02:00
Marc Alexander
cc67e8b26f
Merge pull request #6001 from marc1706/ticket/16511
[ticket/16511] Fix typo when checking for phpbb_delete_users_pms()
2020-06-06 12:03:34 +02:00
rxu
97a4114265
[ticket/16505] Forbid using of non-array as a second argument
PHPBB3-16505
2020-06-06 11:58:49 +02:00
rxu
e19dac0658
[ticket/16505] Fix use of count() on non-Countable
PHPBB3-16505
2020-06-06 11:58:49 +02:00
3D-I
481ca6190e
[ticket/16508] Fix WhoIs lookup
PHPBB3-16508
2020-06-04 21:20:19 +02:00
3D-I
642b774530
[ticket/16508] Fix WhoIs lookup
PHPBB3-16508
2020-06-04 21:20:19 +02:00
3D-I
4d5e8df8e6
[ticket/16508] Fix WhoIs lookup
PHPBB3-16508
2020-06-04 21:20:19 +02:00
3D-I
568a74e22c
[ticket/16508] Fix WhoIs lookup
PHPBB3-16508
2020-06-04 21:20:18 +02:00
3D-I
7b062b76c7
[ticket/16508] Fix WhoIs lookup
PHPBB3-16508
2020-06-04 21:20:18 +02:00
3D-I
3392f3aa09
[ticket/16508] Fix WhoIs lookup
PHPBB3-16508
2020-06-04 21:20:18 +02:00
3D-I
af6eebaa1a
[ticket/16508] Fix WhoIs lookup
PHPBB3-16508
2020-06-04 21:20:17 +02:00
3D-I
f8acf53f72
[ticket/16508] Fix WhoIs lookup
PHPBB3-16508
2020-06-04 21:20:17 +02:00
3D-I
73c133c91d
[ticket/16508] Fix WhoIs lookup
PHPBB3-16508
2020-06-04 21:20:17 +02:00
kasimi
0ac066aac7
[ticket/16510] Make sure config entry exists before updating it
PHPBB3-16510
2020-06-03 20:09:38 +02:00
kasimi
65d825b62c
[ticket/16510] Added migration that adds missing config entries
PHPBB3-16510
2020-06-03 20:09:38 +02:00
kasimi
e9bea9dec0
[ticket/16510] Added feed_limit to schema_data.sql
PHPBB3-16510
2020-06-03 20:09:38 +02:00
kasimi
6cab65efb0
[ticket/16510] Added more config values
PHPBB3-16510
2020-06-03 20:09:38 +02:00
kasimi
8ef8df4b18
[ticket/16510] Added config values to schema_data.sql
PHPBB3-16510
2020-06-03 20:09:38 +02:00
Marc Alexander
6a24d72183
[ticket/16511] Fix typo when checking for phpbb_delete_users_pms()
PHPBB3-16511
2020-06-02 21:22:27 +02:00
Marc Alexander
e65c0171e4
Merge pull request #5997 from marc1706/ticket/16507
[ticket/16507] Fix incorrect call to sphinx_clean_search_string()
2020-06-02 10:48:31 +02:00
Marc Alexander
0ce55e897d
[ticket/16507] Fix incorrect call to sphinx_clean_search_string()
PHPBB3-16507
2020-06-02 07:43:27 +02:00
Marc Alexander
fe7c833c8b
Merge branch '3.2.x' into 3.3.x 2020-06-01 20:40:12 +02:00
Marc Alexander
1aca32454f
[3.2.x] Update version number to 3.2.11-dev 2020-06-01 20:35:39 +02:00
Marc Alexander
86fcde5d07
Merge branch 'prep-release-3.2.10' into 3.2.x 2020-06-01 20:35:12 +02:00