1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-23 10:01:55 +02:00
Commit Graph

824 Commits

Author SHA1 Message Date
Marc Alexander
cef8aaf1a4 [ticket/17176] Update implementations to be compatible with Symfony 6.3
PHPBB3-17176
2023-09-18 19:28:16 +02:00
rxu
0ac97841cb [ticket/17151] Use Twig and short array syntax in tests
PHPBB3-17151
2023-09-11 09:59:02 +07:00
rxu
69cc2a9734 [ticket/17151] Make macros available for extensions
Also add tests and error reporting.

PHPBB3-17151
2023-09-09 14:02:17 +07:00
Marc Alexander
dde0ccac56 Merge pull request #6517 from marc1706/ticket/17137-master
[ticket/17137] Allow deleting user files only when post/pm can be changed -- master version
2023-08-06 20:32:52 +02:00
Marc Alexander
cdc7f6da22 Merge branch '3.3.x' 2023-08-06 14:01:29 +02:00
Marc Alexander
dd790b41eb Merge pull request #6481 from marc1706/ticket/17129
[ticket/17129] Update youtube profile field to support latest URLs
2023-08-06 14:01:27 +02:00
Marc Alexander
d1941ab769 [ticket/17137] Update tests for master branch
PHPBB3-17137
2023-07-28 22:04:20 +02:00
Marc Alexander
f9fca89ab6 Merge branch 'ticket/17137' into ticket/17137-master 2023-07-28 20:44:38 +02:00
Marc Alexander
e3547aeb82 [ticket/17137] Allow deleting user files only when post/pm can be changed
PHPBB3-17137
2023-07-28 20:43:32 +02:00
Marc Alexander
5cb0b267d3 [ticket/15687] Adjust regex for attachment URL
PHPBB3-15687
2023-06-27 22:34:44 +02:00
Marc Alexander
acaec9f95f [ticket/17129] Update regex and tests for changed input data to youtube cpf
PHPBB3-17129
2023-06-20 10:32:48 +02:00
rxu
7f3f2e0449 Merge branch 'ticket/17107' into ticket/17107-master 2023-06-14 21:23:14 +07:00
rxu
60d267893c [ticket/17107] Fix viewonline functional test
PHPBB3-17107
2023-05-24 19:35:37 +07:00
rxu
f5c5d7d1e6 [ticket/17107] Fix viewonline page locations for posting modes
PHPBB3-17107
2023-05-23 19:09:13 +07:00
Marc Alexander
21222adc99 [ticket/17108] Stop using backslashes for css selectors
PHPBB3-17108
2023-04-05 20:53:20 +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
94ed73b812 Merge branch 'ticket/16913_3.3.x' into ticket/16913_master 2022-12-30 09:09:09 +01:00
Marc Alexander
27c5f61e30 [ticket/15769] Fix JS and avatar functional tests
PHPBB3-15769
2022-12-13 21:17:50 +01:00
Dark❶
a45f8f0796 [ticket/16913] Add Search Index Progress Bar with Stats
- Update SQL for count of posts
- Update search index test
- Removed "Pop-up Progress Bar".
- For first run display the "Success Message".
- Display the Info from "Pop-up Progress Bar" to "Success Message".
- Only display "Redirect" & "Rate" of post refreshed "Success Message".
- Minor Language Fix.
- Use `ORDER BY post_id ASC` for progress stats.
- Removed HTML from Lang String.
- Moved HTML to PHP file.
- Increased the size of Progress-Bar by 2x.

PHPBB3-16913
2022-11-17 02:20:46 +05:30
Marc Alexander
bad7517831 Merge branch '3.3.x' 2022-11-03 20:08:06 +01:00
SagePtr
b86d15a766 [ticket/17056] Fix PHP 8.2 deprecation warning about ${var} syntax
The "${var}" style of string interpolation is deprecated in PHP 8.2,
using "{$var}" syntax instead.

PHPBB3-17056
2022-11-02 00:30:46 +02:00
Marc Alexander
b810bb578a [ticket/17048] Update tests to updated composer output
PHPBB3-17048
2022-10-19 22:31:18 +02:00
Marc Alexander
afc2747a04 [ticket/17049] Make installation of extensions for catalog test more stable
PHPBB3-17049
2022-10-16 20:58:52 +02:00
Marc Alexander
7a7190ff5a [ticket/17049] Update tests for defaulting to stable versions
PHPBB3-17049
2022-10-16 16:28:00 +02:00
rxu
b1f6f93d99 [ticket/16976] Fix search results count for in-topic/in-forum search
PHPBB3-16976
2022-03-27 13:32:01 +07:00
rxu
d44dd404a3 [ticket/16976] Fix search results count
PHPBB3-16976
2022-03-27 13:32:00 +07:00
rxu
6cc0fe5f95 [ticket/16976] Fix search results count for in-topic/in-forum search
PHPBB3-16976
2022-03-27 12:59:03 +07:00
rxu
0dd053eeba [ticket/16976] Fix search results count
PHPBB3-16976
2022-03-25 00:01:23 +07:00
Marc Alexander
be1de2c4b0 Merge branch '3.3.x' 2022-01-25 22:13:23 +01:00
Marc Alexander
97356d9879 [ticket/13821] Remove HTML from PHP files and deduplicate lang variable
PHPBB3-13821
2022-01-22 23:50:33 +01:00
Marc Alexander
f7538e7d37 Merge pull request #6350 from rxu/ticket/16688
[ticket/16688] Fix PHP fatal errors on installing extensions via catalog
2022-01-22 20:53:26 +01:00
Marc Alexander
869867fdbe Merge pull request #6345 from marc1706/ticket/16935
[ticket/16935] Refactor sphinx to use new clases and remove unused parts
2022-01-22 09:04:43 +01:00
Marc Alexander
3b50ddf9f8 Merge pull request #6352 from rxu/ticket/16902-master
[ticket/16902] Improve search results count - master
2022-01-19 20:34:29 +01:00
rxu
54fd71ea2e [ticket/16902] Make flood interval control in tests consistent
Also remove crawler dumping tool

PHPBB3-16902
2022-01-15 12:41:09 +07:00
rxu
f7a240f3fa [ticket/16902] Add search index created assertion to test
PHPBB3-16902
2022-01-15 12:08:09 +07:00
rxu
f14bf0ab9a [ticket/16902] Add search index deleted assertion to test
PHPBB3-16902
2022-01-15 12:08:08 +07:00
rxu
97906a736f [ticket/16902] Extend test
PHPBB3-16902
2022-01-15 12:08:05 +07:00
rxu
5a69fc22b4 [ticket/16902] Improve test, use DISTINCT for precise results count
PHPBB3-16902
2022-01-15 11:11:11 +07:00
rxu
5e43f6195c [ticket/16902] Make flood interval control in tests consistent
Also remove crawler dumping tool

PHPBB3-16902
2022-01-15 10:37:45 +07:00
rxu
6846eeaa48 [ticket/16902] Add search index created assertion to test
PHPBB3-16902
2022-01-15 10:19:12 +07:00
rxu
b602b57b02 [ticket/16902] Add search index deleted assertion to test
PHPBB3-16902
2022-01-15 10:19:11 +07:00
rxu
015c9313a7 [ticket/16902] Extend test
PHPBB3-16902
2022-01-15 10:18:16 +07:00
rxu
e7c81cd1a6 [ticket/16902] Improve test, use DISTINCT for precise results count
PHPBB3-16902
2022-01-15 10:16:54 +07:00
Marc Alexander
6adb1bf12a [ticket/16950] Make download_test URLs work without URL rewrite
PHPBB3-16950
2022-01-14 21:28:51 +01:00
Marc Alexander
b5b8d26536 Merge branch '3.3.x' 2022-01-12 21:26:12 +01:00
rxu
afe97fb573 [ticket/16688] Fix issues with custom repositories
Make any custom repo non-canonical to give repo.packagist.org (if enabled)
higher repository priority in case custom repo contains outdated/incorrect
packages/dependencies.

PHPBB3-16688
2021-12-20 23:53:19 +07:00
rxu
85f23474d7 [ticket/16688] Fix 'Remove' link for Extension manager
'Remove' link is broken and rendered as 'Array'.

PHPBB3-16943
2021-12-19 19:42:25 +07:00
rxu
4d9e33aa32 [ticket/16688] Fix Composer error on installing extensions via catalog
Do not pass packages update list on installing extension.

PHPBB3-16943
2021-12-19 18:16:11 +07:00
rxu
d4d26987e5 [ticket/16688] Fix PHP fatal errors on installing extensions via catalog
PHPBB3-16688
2021-12-18 18:49:37 +07:00