Commit graph

4378 commits

Author SHA1 Message Date
rubencm
490ddbc2cd [ticket/16346] Fix method arguments
PHPBB3-16346
2020-08-14 18:42:50 +00:00
rubencm
758c28ca69 [ticket/16346] More fixes
PHPBB3-16346
2020-08-14 08:29:14 +00:00
rubencm
b13fb3298f [ticket/16346] Remove code in test
PHPBB3-16346
2020-08-14 08:29:14 +00:00
rubencm
774c609c4a [ticket/16345] Small improvements
PHPBB3-16346
2020-08-14 08:29:06 +00:00
rxu
0bc9d87891
[ticket/16538] Add identifiers quoting
If reserved word is used as identifier, it must be quoted.
If alias is used elsewhere in SQL statement, it must be quoted.

PHPBB3-16535
PHPBB3-16538
2020-08-14 04:51:11 +07:00
rxu
6cd54639b5
[ticket/16526] Adjust test to use better assertions
PHPBB3-16526
2020-08-14 04:30:20 +07:00
rxu
7ef87e3fbd
[ticket/16512] Adjust test to use better assertions
PHPBB3-16512
2020-08-14 04:24:57 +07:00
rxu
68122fca27
[ticket/16512] Add user_ipwhois() test which internally uses make_clickable()
PHPBB3-16512
2020-08-14 04:24:55 +07:00
rxu
da4b446ac6
[ticket/16512] Fix make_clickable() to make use of custom link classes
PHPBB3-16512
2020-08-14 04:24:49 +07:00
Marc Alexander
3cceeb45bf
Merge branch '3.3.x' 2020-08-13 21:16:33 +02:00
Marc Alexander
7d18ecd1bf
Merge pull request #6012 from rxu/ticket/16533
[ticket/16533] Add autologin keys management UCP module events
2020-08-13 21:15:59 +02:00
ansavin
b3199265a2
[ticket/16366] Make viewtopic lang vars available in feed pages
We call add_lang('viewtopic') in feed controller and configure_user(...)
in generate_content() in order to make viewtopic language constants
avaliable for message parser when it is called from feed controller

PHPBB3-16366
2020-08-13 16:46:23 +02:00
Marc Alexander
aae367e394
Merge branch '3.3.x' 2020-08-12 21:47:12 +02:00
Marc Alexander
1c724d0860
Merge pull request #6009 from iMattPro/ticket/16527
[ticket/16527] Add a role_exists method to permissions migrator tool
2020-08-12 21:46:50 +02:00
kasimi
0daf6ccbcb
[ticket/16565] Fixed cron.manager tests
PHPBB3-16565
2020-08-12 12:51:59 +02:00
Marc Alexander
f729887320
Merge pull request #5969 from mrgoldy/ticket/16472
[ticket/16472] [3.3.x] Remove UI tests
2020-08-10 17:27:27 +02:00
Marc Alexander
970d7ae91d
Merge branch 'ticket/16472' into ticket/16472-master 2020-08-09 13:48:44 +02:00
Marc Alexander
5f0b3c2141
Merge branch '3.3.x' 2020-08-06 17:44:03 +02:00
Marc Alexander
21d656907a
Merge branch '3.3.x' 2020-08-06 17:23:05 +02:00
Marc Alexander
2a8239075e
Merge branch '3.2.x' into 3.3.x 2020-08-06 17:21:58 +02:00
Marc Alexander
3be435561a
Merge branch 'prep-release-3.2.10' into prep-release-3.3.1 2020-07-25 11:18:09 +02:00
Marc Alexander
a378e0eb0c
Merge pull request #61 from phpbb/ticket/security-259
[ticket/security-259] Stop checking image size of images in img BBCode
2020-07-25 11:16:07 +02:00
Marc Alexander
8e5a635bfb
Merge pull request #60 from phpbb/ticket/security/257
[ticket/security/257] Enforce http(s) for URLs in image BBCode
2020-07-25 11:16:04 +02:00
Marc Alexander
2c04ce7a61
Merge branch 'prep-release-3.2.10' into prep-release-3.3.1 2020-07-22 10:08:47 +02:00
Marc Alexander
df49e0e993
Merge pull request #6006 from rxu/ticket/16524
[ticket/16524] Fix using out-of-bounds UTF8 characters in profile fields
2020-07-22 10:08:00 +02:00
3D-I
4aa3a80558
[ticket/16552] Roll back to FontAwesome 4.7
PHPBB3-16552
2020-07-21 11:58:28 +02:00
rxu
befab4f3c1
[ticket/16524] Remove u_emoji permission checks
PHPBB3-16524
2020-07-21 11:00:41 +02:00
rxu
ab3d8ade72
[ticket/16524] Add test
PHPBB3-16524
2020-07-21 11:00:16 +02:00
rxu
acd824d432
[ticket/16524] Filter out-of-bounds UTF8 characters for profile fields
PHPBB3-16524
2020-07-21 11:00:15 +02:00
rxu
d0197a94fb
[ticket/16539] Fix general SQL error for smilies mode on posting
PHPBB3-16539
2020-07-21 10:11:32 +02:00
Marc Alexander
d0e2023a63
[ticket/security-259] Stop checking image size of images in img bbcode
SECURITY-259
2020-06-25 22:20:58 +02:00
rxu
5a33a141af
[ticket/16533] Add autologin keys management UCP module events
PHPBB3-16533
2020-06-21 15:39:15 +07:00
Matt Friedman
b69507be8a [ticket/16527] Add a role_exists method to permissions migrator tool
PHPBB3-16527
2020-06-14 11:02:40 -07:00
rxu
8c79e9a61e
[ticket/16526] Add test
PHPBB3-16526
2020-06-12 01:28:14 +07:00
Marc Alexander
0656c0d6dd
Merge branch '3.3.x' 2020-06-07 11:22:00 +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
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
e05876a5f6
[ticket/16510] Test if all config options exist in schema_data.sql
PHPBB3-16510
2020-06-06 17:21:36 +02:00
Marc Alexander
2bf92024c7
Merge branch '3.3.x' 2020-05-31 12:05:05 +02:00
rxu
5afda415d1
[ticket/16435] Fix test_session_gc() test
PHPBB3-16435
2020-05-27 16:06:19 +07:00
Marc Alexander
f95e2c053a
Merge branch '3.3.x' 2020-05-17 22:13:37 +02:00
Marc Alexander
ce97122c6d
Merge branch '3.2.x' into 3.3.x 2020-05-17 22:13:04 +02:00
Marc Alexander
9368d2ea8a
Merge branch '3.3.x' 2020-05-14 17:44:31 +02:00
Marc Alexander
c5d83ef715
Merge branch '3.2.x' into 3.3.x 2020-05-14 17:44:22 +02:00
mrgoldy
38c26c8c44 [ticket/16472] Remove UI test suite
PHPBB3-16472
2020-05-08 14:20:28 +02:00
mrgoldy
6c0e17480c [ticket/16472] Remove UI tests
PHPBB3-16472
2020-05-08 14:09:53 +02:00
Marc Alexander
6a934a21a5
Merge branch '3.3.x' 2020-05-04 22:34:09 +02:00
Marc Alexander
a414584f4b
Merge pull request #5955 from kasimi/ticket/16449
[ticket/16449] Remove AJAX actions for extension management
2020-05-04 22:31:08 +02:00