55b57eb8c2
Merge branch 'ticket/15928' into ticket/15928-master
2019-01-06 18:13:21 +01:00
0af07d1425
[ticket/15928] Remove support for downloading backups
...
PHPBB3-15928
2019-01-06 16:52:47 +01:00
4c0a948d84
Merge branch '3.2.x'
2019-01-05 16:12:43 +01:00
537ff0c567
Merge pull request #5457 from battye/ticket/15883
...
[ticket/15883] New error message for when users try adding invalid usernames to a group
2019-01-05 16:12:29 +01:00
3f19d32f76
[ticket/15883] Review changes
...
PHPBB3-15883
2019-01-04 15:49:15 +00:00
c79da081d8
Merge branch '3.2.x'
2018-12-24 15:32:58 +01:00
83f4074116
[ticket/15910] Pass object arguments by reference implicitly
...
PHPBB3-15910
2018-12-12 12:41:56 +01:00
565f692541
[ticket/15883] Use the new language object
...
Using the new ->lang() format. Made the username
comparison case insensitive. Also fixed a bug where the return to
previous page link in the UCP was going back to the list of
groups rather than the specific manage group page when an error
occurred.
PHPBB3-15883
2018-11-29 14:37:14 +00:00
101829b4dc
[ticket/15883] Add error for invalid usernames being added to a group
...
Update the ACP and the UCP so that when bulk adding users to a group,
if invalid usernames are submitted alongside valid usernames then a
message will be displayed to inform the user what the invalid usernames
are.
PHPBB3-15883
2018-11-26 13:08:57 +00:00
20fc2b7c2e
Merge branch '3.2.x'
2018-11-18 12:26:10 +01:00
5b3eb2d61c
Merge pull request #5442 from rxu/ticket/15871
...
[ticket/15871] Fix PHP 7.1+ warning in ACP extensions module
2018-11-18 12:24:16 +01:00
af1e8901e5
[ticket/15871] Add $php_ini to the class properties list
...
PHPBB3-15871
2018-11-15 21:01:17 +07:00
b03da3a9b2
[ticket/15871] Use php_ini service
...
PHPBB3-15871
2018-11-11 20:36:49 +07:00
06a3bfd203
Merge branch '3.2.x'
2018-11-11 14:03:27 +01:00
720477a9da
[ticket/15871] Fix PHP 7.1+ warning in ACR extensions module
...
PHPBB3-15871
2018-11-11 15:24:08 +07:00
0dfbb60bc3
Merge pull request #42 from phpbb/ticket/security/227
...
[ticket/security/227] Replace ImageMagick support with thumbnail event
2018-11-10 17:04:00 +01:00
e2d26e102d
[ticket/security/227] Remove "no thumbnail support" message
...
SECURITY-227
2018-11-04 23:10:44 +01:00
fa1fd316fe
[ticket/15860] Fix regexp
...
PHPBB3-15860
2018-10-30 22:56:20 +00:00
bab86aac7f
[ticket/15860] Limit regexp to expected formats
...
PHPBB3-15860
2018-10-30 20:49:14 +00:00
1f14f7c327
[ticket/15860] Fix format of backup files
...
PHPBB3-15860
2018-10-30 11:18:34 +00:00
54f8adf4f3
Merge branch '3.2.x'
2018-10-28 13:30:44 +01:00
25d42b0f10
Merge pull request #5407 from senky/ticket/15832
...
[ticket/15832] Add core.acp_users_avatar_sql event
2018-10-28 13:30:33 +01:00
7bc61277c1
Merge branch '3.2.x'
2018-10-28 13:19:51 +01:00
99abb311c7
Merge pull request #5406 from senky/ticket/15831
...
[ticket/15831] Add core.acp_users_modify_signature_sql_ary event
2018-10-28 13:19:44 +01:00
002694e37b
Merge branch '3.2.x'
2018-10-28 00:16:23 +02:00
b5d36645f2
Merge pull request #5402 from 3D-I/ticket/15825
...
[ticket/15825] Add core.acp_manage_forums_move_content_sql_before
2018-10-28 00:16:18 +02:00
9aae801eee
Merge branch '3.2.x'
2018-10-27 22:33:50 +02:00
d753351edc
[ticket/security/227] Replace ImageMagick support with thumbnail event
...
SECURITY-227
2018-10-23 23:57:24 +02:00
b148bb5d70
[ticket/15849] Stop using php4 constructors
...
PHPBB3-15849
2018-10-21 07:02:26 +00:00
49f0680a18
Merge pull request #5004 from JoshyPHP/ticket/15410
...
[ticket/15410] Remove obsolete code from BBCodes ACP
2018-10-09 08:54:07 +02:00
3aae3eea0e
Merge branch '3.2.x'
2018-10-09 08:07:54 +02:00
ae672b0c7f
Merge pull request #5326 from rubencm/ticket/15762
...
[ticket/15762] Update type for forum_topics_per_page
2018-10-09 08:07:49 +02:00
38d7ad40a3
[ticket/15832] Add core.acp_users_avatar_sql event
...
PHPBB3-15832
2018-10-08 15:38:14 +02:00
9d85422edb
[ticket/15831] Add core.acp_users_modify_signature_sql_ary event
...
PHPBB3-15831
2018-10-08 15:33:42 +02:00
35c9357d2f
[ticket/15825] Add core.acp_manage_forums_move_content_sql_before
...
PHPBB3-15825
2018-10-02 18:19:11 +02:00
9929ff1fef
[ticket/15772] Remove not needed check for IN_INSTALL
...
PHPBB3-15772
2018-09-22 22:20:30 +02:00
f3a2c99a14
[ticket/15772] Hide warning in acp when allow_install_dir is true
...
PHPBB3-15772
2018-09-22 12:08:32 +02:00
62e191826d
Merge branch '3.2.x'
2018-09-16 11:27:11 +02:00
eb5d61044c
Merge pull request #5160 from kasimi/ticket/15590
...
[ticket/15590] Add events core.acp_bbcodes_(modify_create|delete)_after
2018-09-16 11:27:03 +02:00
5367c09ec0
Merge branch '3.2.x'
2018-09-14 14:43:48 +02:00
1991df9519
Merge pull request #5349 from rubencm/ticket/15566
...
[ticket/15566] Set category to none if extension don't exist
2018-09-14 14:40:46 +02:00
af5a2c4a20
[ticket/15566] Add missing variable sign
...
PHPBB3-15566
2018-09-13 15:26:17 +00:00
0898c4c1cc
[ticket/15566] Set category to none if extension don't exist
...
PHPBB3-15566
2018-09-13 11:55:05 +00:00
9719d5a3d5
[ticket/15762] Update type for forum_topics_per_page in acp_forums
...
PHPBB3-15762
2018-08-30 19:05:12 +02:00
00938c2589
[ticket/15760] Fix write_stream
...
PHPBB3-15760
2018-08-21 03:49:12 +02:00
1c406c70e0
Merge pull request #5221 from rubencm/ticket/15663
...
[ticket/15663] Remove flash support in attachments
2018-08-05 13:19:33 +02:00
7a91766caa
Merge branch '3.2.x'
2018-07-30 13:46:50 +02:00
2bac84c51f
Merge branch 'prep-release-3.2.3' into 3.2.x
2018-07-30 13:45:50 +02:00
a6a3899aea
[ticket/15731] Fix language string parameters
...
PHPBB3-15731
2018-07-30 11:20:42 +02:00
3966440008
[ticket/15663] Remove flash attachments support
...
PHPBB3-15663
2018-07-12 22:02:48 +02:00