Marc Alexander
3d36211101
Merge branch '3.3.x'
2020-09-10 12:43:45 +02:00
Marc Alexander
c141962dc8
Merge pull request #6018 from rxu/ticket/16544
...
[ticket/16544] Use forum_notify.txt for forum subscription email notifications
2020-09-10 12:43:40 +02:00
Marc Alexander
d32bb65cb7
Merge branch '3.3.x'
2020-09-09 09:24:32 +02:00
Marc Alexander
93796bb474
Merge pull request #5327 from rubencm/ticket/15300
...
[ticket/15300] Show maximum attachment filesize
2020-09-09 09:24:25 +02:00
Marc Alexander
17c4fe6f9e
Merge branch '3.3.x'
2020-09-08 20:41:52 +02:00
Marc Alexander
619820a059
Merge pull request #6043 from code-lts/3.3.x
...
[ticket/16587] Replace Sami by Doctum
2020-09-08 20:33:58 +02:00
William Desportes
3be5ab3a5c
[ticket/16587] Restore the Doctum config script and document the process
...
PHPBB3-16587
2020-09-08 11:08:35 +02:00
William Desportes
7f29daf0d4
[ticket/16587] Improve the wording of the update script
...
PHPBB3-16587
2020-09-08 11:00:46 +02:00
Marc Alexander
9a23f187ce
[ticket/16587] Adjust composer.lock to reflect all changes for sami removal
...
PHPBB3-16587
2020-09-08 10:40:35 +02:00
William Desportes
8b21096919
[ticket/16587] Add Doctum phar file
...
PHPBB3-16587
2020-09-07 12:11:31 +02:00
William Desportes
4dada87d32
[ticket/16587] Clean the TravisCI Doctum script and update build file
...
PHPBB3-16587
2020-09-07 12:11:31 +02:00
William Desportes
322f8eabd6
[ticket/16587] Replace Sami by Doctum
...
PHPBB3-16587
2020-09-07 12:11:31 +02:00
William Desportes
2b17ecf196
[ticket/16587] Use Doctum phar
...
PHPBB3-16587
2020-09-07 12:11:31 +02:00
William Desportes
1484f8ce91
[ticket/16587] Replace Sami by Doctum
...
PHPBB3-16587
2020-09-07 12:11:31 +02:00
Marc Alexander
52cb565eef
[ticket/16587] Remove Doctum from composer.json
...
PHPBB3-16587
[ticket/16587] Adjust composer.lock changes to only removal of sami
PHPBB3-16587
2020-09-07 12:11:31 +02:00
William Desportes
a755103350
[ticket/16587] Clean the TravisCI Doctum script
...
PHPBB3-16587
2020-09-07 12:11:31 +02:00
William Desportes
414e17a089
[ticket/16587] Fix phpdoc errors reported by Doctum on @todo blocks
...
PHPBB3-16587
2020-09-07 12:11:31 +02:00
William Desportes
fedfc330ef
[ticket/16587] Fix phpdoc errors reported by Doctum
...
PHPBB3-16587
2020-09-07 12:11:31 +02:00
Marc Alexander
f65b60d5bc
Merge branch '3.3.x'
2020-09-07 11:51:10 +02:00
Marc Alexander
8a8a05e31c
Merge pull request #6029 from MichaIng/ticket/16556
...
[ticket/16556] Remove purposeless <Files "*"> from .htaccess
2020-09-07 11:51:05 +02:00
rxu
8e2dd65c6e
[ticket/16544] Correctly mark notification read
...
PHPBB3-16544
2020-09-02 22:11:52 +07:00
rxu
02f54ef219
[ticket/16544] Fix notifications tests
...
PHPBB3-16544
2020-09-02 22:11:51 +07:00
rxu
aa76f6b9f2
[ticket/16544] Use forum_notify.txt for forum subscription email notifications
...
PHPBB3-16544
2020-09-02 22:11:51 +07:00
MichaIng
eff277a872
[ticket/16556] Remove purposeless <Files "*"> from .htaccess
...
Wrapping access permissions into <Files "*"> at best has zero effect
and implies unnecessary code and parsing for the web server. At least
it does not block access to files only, but still denies auto indexing
and access to sub directories effectively as well. But removing this
directive is still the cleaner and safer way to deny access to any
kind of resource that is provided within the directory in question.
To deny access to migration data, a single .htaccess file can be used.
This reduces the effort for future changes and it is not required
anymore to create new .htaccess files for every new migration
directory.
Additionally this corrects the fact the "Require" is part of
"mod_authz_core", not "mod_authz_host".
PHPBB3-16556
Signed-off-by: MichaIng <micha@dietpi.com>
2020-09-01 18:19:13 +02:00
Marc Alexander
10dbc2878c
Merge pull request #5334 from rubencm/ticket/12630
...
[ticket/12630] Add debug.url_matcher
2020-08-30 14:49:38 +02:00
Marc Alexander
2c65df7185
Merge branch '3.3.x'
2020-08-30 14:47:35 +02:00
Marc Alexander
0d3dd61ad4
Merge pull request #6007 from rxu/ticket/16526
...
[ticket/16526] Correctly handle ACP CSV settings
2020-08-30 14:47:20 +02:00
rxu
13aa1ff760
[ticket/16526] Get rid of goto operator
...
PHPBB3-16526
2020-08-30 18:04:04 +07:00
rubencm
92c31dd454
[ticket/12630] Use di to inject parameter
...
PHPBB3-12630
2020-08-30 10:47:28 +00:00
Rubén Calvo
f8888c62ca
[ticket/12630] Add debug.url_matcher
...
PHPBB3-12630
2020-08-30 10:37:07 +00:00
Marc Alexander
d94ee3f864
Merge pull request #5335 from rubencm/ticket/15765
...
[ticket/15765] Add debug.url_generator
2020-08-30 12:01:51 +02:00
rubencm
21fac34854
[ticket/15765] Change parameter to true
...
PHPBB3-15765
2020-08-30 10:32:38 +02:00
rubencm
eac6e1a557
[ticket/15765] Add missing property
...
PHPBB3-15765
2020-08-30 10:30:00 +02:00
rubencm
116eb64755
[ticket/15765] Inject parameter
...
PHPBB3-15765
2020-08-30 10:29:59 +02:00
Rubén Calvo
6b337e0882
[ticket/15765] Add debug.url_generator
...
PHPBB3-15765
2020-08-30 10:29:59 +02:00
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
59e5f17cd6
Merge branch '3.3.x'
2020-08-28 21:14:40 +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
bdf2e6f709
Merge branch '3.3.x'
2020-08-25 21:05:00 +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
e61dcc9590
Merge branch '3.3.x'
2020-08-23 16:49:44 +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
d095a8537d
Merge branch '3.3.x'
2020-08-23 16:47:13 +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
Marc Alexander
6e97bfa956
Merge pull request #6040 from iMattPro/ticket/16237
...
[ticket/16237] Fix broken vars and remove conditional overhead
2020-08-23 16:45:38 +02:00
Matt Friedman
9b9ca25934
[ticket/16237] Fix broken vars and remove conditional overhead
...
PHPBB3-16237
2020-08-21 15:33:08 -07:00
Marc Alexander
49dd2791e4
Merge pull request #5753 from hanakin/ticket/16237
...
[ticket/16237] Overhaul icons to use Twig function
2020-08-21 19:50:58 +02:00
hanakin
a060e4f186
[ticket/16237] include icon.css only once
...
PHPBB3-16237
2020-08-21 12:01:15 +02:00