dcfddb8445
[ticket/16608] Modernize readme
...
PHPBB3-16608
2020-10-01 17:57:12 -07:00
6b92f23c81
Merge pull request #5944 from mrgoldy/ticket/16436
...
[ticket/16436] Display correct "no topics" message when filtering by time
2020-09-23 18:53:38 +02:00
856fcf7554
[ticket/16208] Code adjustments
...
PHPBB3-16208
2020-09-19 18:15:13 +07:00
242476c290
[ticket/16208] Fix closed post report notifications
...
PHPBB3-16208
2020-09-19 18:12:12 +07:00
3caa31bf58
[ticket/16208] Fix posts/PM report notifications
...
PHPBB3-16208
2020-09-19 18:11:59 +07:00
9c5f338d3c
Merge pull request #6037 from kasimi/ticket/16565
...
[ticket/16565] Lazy-load cron.task_collection
2020-09-19 11:12:41 +02:00
43eeb008fa
Merge pull request #6048 from JoshyPHP/ticket/16602
...
[ticket/16602] Check for mbstring extension support on install
2020-09-19 10:50:07 +02:00
5b0406cfdc
[ticket/16602] Added mbstring to Composer requirements
...
PHPBB3-16602
2020-09-16 00:42:34 +02:00
ca62538ce3
[ticket/16602] Check for mbstring extension support on install
...
PHPBB3-16602
2020-09-16 00:21:17 +02:00
fb3f811cf3
[ticket/16569] Fix massive margin between zoomed posts
...
PHPBB3-16569
2020-09-15 02:34:46 +02:00
c728889e0e
Merge pull request #5168 from juanse254/ticket/15594
...
[ticket/15594] Removed references to AOL and AIM as it is discontinued.
2020-09-11 10:10:20 +02:00
4de62a3712
[ticket/15594] Use correct v33x namespace for migration
...
PHPBB3-15594
2020-09-10 12:52:11 +02:00
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
93796bb474
Merge pull request #5327 from rubencm/ticket/15300
...
[ticket/15300] Show maximum attachment filesize
2020-09-09 09:24:25 +02:00
9a23f187ce
[ticket/16587] Adjust composer.lock to reflect all changes for sami removal
...
PHPBB3-16587
2020-09-08 10:40:35 +02:00
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
414e17a089
[ticket/16587] Fix phpdoc errors reported by Doctum on @todo blocks
...
PHPBB3-16587
2020-09-07 12:11:31 +02:00
fedfc330ef
[ticket/16587] Fix phpdoc errors reported by Doctum
...
PHPBB3-16587
2020-09-07 12:11:31 +02:00
8a8a05e31c
Merge pull request #6029 from MichaIng/ticket/16556
...
[ticket/16556] Remove purposeless <Files "*"> from .htaccess
2020-09-07 11:51:05 +02:00
8e2dd65c6e
[ticket/16544] Correctly mark notification read
...
PHPBB3-16544
2020-09-02 22:11:52 +07:00
aa76f6b9f2
[ticket/16544] Use forum_notify.txt for forum subscription email notifications
...
PHPBB3-16544
2020-09-02 22:11:51 +07:00
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
e56088f921
[ticket/15594] Adjust depends_on and add effectively_installed check
...
PHPBB3-15594
2020-08-30 22:14:56 +02:00
269f9251a2
[ticket/15594] Convert to short array syntax
...
PHPBB3-15594
2020-08-30 22:12:16 +02:00
ca2a380d03
[ticket/15594] Move remove_profilefield_aol migration to v33x
...
PHPBB3-15594
2020-08-30 22:08:44 +02:00
a2ab14d9d5
[ticket/15594] Removed references to AOL and AIM as it is discontinued.
...
Since AIM is not available anymore,
AOL fields must be removed and redirected to profile.
Also, a migration file was created for current users
updating to 3.2.x.
PHPBB3-15594
2020-08-30 22:08:24 +02:00
0d3dd61ad4
Merge pull request #6007 from rxu/ticket/16526
...
[ticket/16526] Correctly handle ACP CSV settings
2020-08-30 14:47:20 +02:00
13aa1ff760
[ticket/16526] Get rid of goto operator
...
PHPBB3-16526
2020-08-30 18:04:04 +07:00
7870c48ced
[ticket/15300] Only display max filesize if it's not zero
...
PHPBB3-15300
2020-08-29 13:56:25 +02:00
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
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
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
9efa7c1a8c
[ticket/16580] Fixed email template in bbcode.html
...
Relates to #4976
PHPBB3-16580
2020-08-20 14:36:29 +02:00
1d54d60f04
Merge pull request #6039 from rubencm/ticket/16583
...
[ticket/16583] Fix cancel button
2020-08-19 21:08:45 +02:00
fef1996b3d
[ticket/16583] Fix cancel button
...
PHPBB3-16583
2020-08-19 05:04:28 +00:00
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
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
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
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
76f2305b84
[ticket/16565] Inject service container
...
PHPBB3-16565
2020-08-12 13:03:23 +02:00
fe97d19c66
[ticket/16565] Lazy-load cron.task_collection
...
PHPBB3-16565
2020-08-11 07:59:10 +02:00
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
bda6b55047
Merge pull request #6033 from 3D-I/ticket/16568
...
[ticket/16568] Fix responsive tabs
2020-08-10 20:41:59 +02:00
fc75ca40c3
[ticket/16571] Update s9e/text-formatter to 2.7.3
...
PHPBB3-16571
2020-08-10 09:31:24 +02:00
3e97ed915a
[ticket/16569] Fix massive margin between zoomed posts
...
PHPBB3-16569
2020-08-10 01:36:40 +02:00
ecfd198c3f
[ticket/16568] Fix responsive tabs
...
PHPBB3-16568
2020-08-09 21:46:39 +02:00
7a1231a32f
Merge pull request #5938 from mrgoldy/ticket/16430
...
[ticket/16430] Sort permissions
2020-08-09 14:16:12 +02:00
e10ea1fcf3
Merge branch 'prep-release-3.3.1' into 3.3.x
2020-08-06 17:26:47 +02:00
2a8239075e
Merge branch '3.2.x' into 3.3.x
2020-08-06 17:21:58 +02:00
f28b1fd178
Merge branch 'prep-release-3.2.10' into 3.2.x
2020-08-06 17:19:21 +02:00