1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-18 06:38:43 +01:00

32746 Commits

Author SHA1 Message Date
Marc Alexander
7870c48ced
[ticket/15300] Only display max filesize if it's not zero
PHPBB3-15300
2020-08-29 13:56:25 +02:00
Marc Alexander
5d0f7229e3
Merge pull request #6019 from rxu/ticket/16488
[ticket/16488] Fix not displaying min input element attribute when 0
2020-08-28 21:14:12 +02:00
Marc Alexander
bd407fd866
[ticket/16488] Add test for min value 0 as min number
PHPBB3-16488
2020-08-27 20:41:38 +02:00
Marc Alexander
98515e7c7d
Merge pull request #6041 from Crizz0/ticket/16588
[ticket/16588] Updates link to plural rules from 3.2.x to 3.3.x
2020-08-25 21:04:49 +02:00
Christian Schnegelberger
34d415a6b3 [ticket/16588] Updates link to plural rules from 3.2.x to 3.3.x
PHPBB3-16588
2020-08-25 12:11:56 +02:00
Marc Alexander
c1ce0153ea
Merge pull request #5981 from ansavin/ticket/16366
[ticket/16366] Make viewtopic lang vars available in feed pages
2020-08-23 16:49:36 +02:00
Marc Alexander
9de41ce44c
Merge pull request #6038 from JoshyPHP/ticket/16580
[ticket/16580] Update rendering tests to match actual Prosilver
2020-08-23 16:46:40 +02:00
JoshyPHP
9efa7c1a8c [ticket/16580] Fixed email template in bbcode.html
Relates to #4976

PHPBB3-16580
2020-08-20 14:36:29 +02:00
JoshyPHP
762d9fcf7b [ticket/16580] Updated email-related test
This ensures that re-activating email fields does not introduce any exploit

PHPBB3-16580
2020-08-20 14:35:38 +02:00
JoshyPHP
62333f0ca2 [ticket/16580] Updated regression tests
PHPBB3-16580
2020-08-20 14:35:38 +02:00
JoshyPHP
1ac142347e [ticket/16580] Update rendering tests to match actual Prosilver
PHPBB3-16580
2020-08-20 14:35:38 +02:00
Marc Alexander
1d54d60f04
Merge pull request #6039 from rubencm/ticket/16583
[ticket/16583] Fix cancel button
2020-08-19 21:08:45 +02:00
rubencm
fef1996b3d [ticket/16583] Fix cancel button
PHPBB3-16583
2020-08-19 05:04:28 +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
3bbe0f1d4e
[ticket/16538] Move script execution to setip-phpbb.sh
PHPBB3-16538
2020-08-14 04:44:06 +07:00
rxu
55d9154b01
[ticket/16538] Add MySQL 8 tests
PHPBB3-16538
2020-08-14 04:43:55 +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
f340e8ca04
[ticket/16512] Docblock and code adjustments
PHPBB3-16512
2020-08-14 04:24:52 +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
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
05a58e8942
Merge pull request #6005 from AlfredoRamos/ticket/16525
[ticket/16525] Remove usage of pg_constraint.consrc for PostgreSQL 12
2020-08-12 22:00:16 +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
76f2305b84
[ticket/16565] Inject service container
PHPBB3-16565
2020-08-12 13:03:23 +02:00
kasimi
0daf6ccbcb
[ticket/16565] Fixed cron.manager tests
PHPBB3-16565
2020-08-12 12:51:59 +02:00
Alec
c903381154 [ticket/15951] Add requested changes
Revert changes with $topic_info
Add $quickmod to the event
Change since versions to latest

PHPBB3-15951
2020-08-11 08:08:17 -04:00
Toxyy
0ae8710132 [ticket/15722] Allow forum topicrow pagination to use topicrow values
Changes topicrow pagination to use values from topicrow

This allows pagination to reflect values from core.viewforum_modify_row

PHPBB3-15722
2020-08-11 07:46:59 -04:00
Alec
ebc4912ada [ticket/15951] Add core.mcp_modify_permissions
Allow non staff to access mcp functions
This event would allow normal users to delete topics, for example
If extensions need normal users to access this file they will need this event

PHPBB3-15951
2020-08-11 07:44:00 -04:00
Alec
663e611fae [ticket/15951] Add core.mcp_delete_topic_modify_hidden_fields
Allow modification of the hidden fields when deleting topics
This lets you control the permissions for permanently deleting topics
Template variables can also be modified at this point

PHPBB3-15951
2020-08-11 07:44:00 -04:00
Alec
f4a1d4ef02 [ticket/15951] Add core.mcp_delete_topic_modify_permissions
Allow modification to permissions when deleting topics
This allows $check_permission to be false in the phpbb_check_ids function call

PHPBB3-15951
2020-08-11 07:44:00 -04:00
kasimi
fe97d19c66
[ticket/16565] Lazy-load cron.task_collection
PHPBB3-16565
2020-08-11 07:59:10 +02:00
Marc Alexander
d7ccd22383
Merge pull request #6034 from 3D-I/ticket/16559
[ticket/16569] Fix massive margin between zoomed posts
2020-08-10 20:51:32 +02:00
Marc Alexander
bda6b55047
Merge pull request #6033 from 3D-I/ticket/16568
[ticket/16568] Fix responsive tabs
2020-08-10 20:41:59 +02:00
Marc Alexander
15e1d87527
Merge pull request #6035 from Crizz0/ticket/16571
[ticket/16571] Update s9e/text-formatter to 2.7.3
2020-08-10 17:33:44 +02:00
Marc Alexander
922f75b004
Merge pull request #6030 from marc1706/ticket/16557
[ticket/16557] Support piping tracker XML to build_changelog.php
2020-08-10 17:31:14 +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
Christian Schnegelberger
fc75ca40c3 [ticket/16571] Update s9e/text-formatter to 2.7.3
PHPBB3-16571
2020-08-10 09:31:24 +02:00
3D-I
3e97ed915a [ticket/16569] Fix massive margin between zoomed posts
PHPBB3-16569
2020-08-10 01:36:40 +02:00
3D-I
ecfd198c3f [ticket/16568] Fix responsive tabs
PHPBB3-16568
2020-08-09 21:46:39 +02:00
Marc Alexander
7a1231a32f
Merge pull request #5938 from mrgoldy/ticket/16430
[ticket/16430] Sort permissions
2020-08-09 14:16:12 +02:00
Marc Alexander
e10ea1fcf3
Merge branch 'prep-release-3.3.1' into 3.3.x 2020-08-06 17:26:47 +02:00
Marc Alexander
2a8239075e
Merge branch '3.2.x' into 3.3.x 2020-08-06 17:21:58 +02:00
Marc Alexander
f28b1fd178
Merge branch 'prep-release-3.2.10' into 3.2.x 2020-08-06 17:19:21 +02:00
Marc Alexander
800bd98ae6
[prep-release-3.3.1] Update changelog for 3.3.1 release-3.3.1 2020-08-02 18:04:28 +02:00
Marc Alexander
c45df4e820
Merge pull request #6032 from marc1706/ticket/16559
[ticket/16559] Ensure event variables are defined in mcp_queue
2020-08-02 17:18:50 +02:00
Marc Alexander
fa636e35e0
[ticket/16559] Ensure event variables are defined in mcp_queue
PHPBB3-16559
2020-08-02 13:55:06 +02:00
Marc Alexander
02e6e6cf48
[prep-release-3.3.1] Add migration for 3.3.1 2020-07-29 21:49:25 +02:00
Marc Alexander
bcbe6339ec
[prep-release-3.3.1] Update version numbers to 3.3.1 2020-07-29 21:44:55 +02:00