battye
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
battye
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
Marc Alexander
b8bdccbc44
Merge pull request #5432 from 3D-I/ticket/15859
...
[ticket/15859] Add core.viewforum_modify_topic_ordering
2018-11-25 21:17:41 +01:00
Marc Alexander
2eb2c69db9
Merge pull request #5454 from rxu/ticket/15881
...
[ticket/15881] Reset login keys for new password activation
2018-11-25 11:10:22 +01:00
rxu
79e6636092
[ticket/15881] Reset login keys for account reactivation after password update
...
PHPBB3-15881
2018-11-24 11:31:32 +07:00
Marc Alexander
5179e4f93f
Merge pull request #5433 from marc1706/ticket/15542
...
[ticket/15542] Always append assets versions to assets
2018-11-20 20:54:50 +01:00
Marc Alexander
6c5578a65b
Merge pull request #5445 from 3D-I/ticket/15873
...
[ticket/15873] Add core.mcp_report_template_data
2018-11-18 20:00:07 +01:00
3D-I
bf42eae114
[ticket/15859] Add core.viewforum_modify_topic_ordering
...
PHPBB3-15859
2018-11-18 19:52:02 +01:00
Marc Alexander
f21a43be2f
Merge pull request #5441 from 3D-I/ticket/15870
...
[ticket/15870] Add core.viewtopic_modify_forum_id
2018-11-18 19:50:19 +01:00
Marc Alexander
3606cce27f
Merge pull request #5436 from 3D-I/ticket/15863
...
[ticket/15863] Add core.viewforum_modify_sort_direction
2018-11-18 19:36:14 +01:00
Marc Alexander
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
3D-I
fcd916cc4f
[ticket/15873] Add core.mcp_report_template_data
...
PHPBB3-15873
2018-11-18 12:22:06 +01:00
3D-I
f3b94b118a
[ticket/15870] Add core.viewtopic_modify_forum_id
...
PHPBB3-15870
2018-11-18 12:19:04 +01:00
3D-I
2e8315353e
[ticket/15863] Add core.viewforum_modify_sort_direction
...
PHPBB3-15863
2018-11-18 12:14:30 +01:00
Marc Alexander
97912d74e2
Merge pull request #5448 from rxu/ticket/15875
...
[ticket/15875] Fix PHP fatal error on BBCode parsing
2018-11-17 22:18:08 +01:00
rxu
da9da88d11
[ticket/15875] Fix PHP fatal error on BBCode parsing
...
PHPBB3-15875
2018-11-18 01:33:56 +07:00
rxu
af1e8901e5
[ticket/15871] Add $php_ini to the class properties list
...
PHPBB3-15871
2018-11-15 21:01:17 +07:00
3D-I
b8f85325d8
[ticket/15859] Add core.viewforum_modify_topic_ordering
...
PHPBB3-15859
2018-11-11 21:49:51 +01:00
rxu
b03da3a9b2
[ticket/15871] Use php_ini service
...
PHPBB3-15871
2018-11-11 20:36:49 +07:00
Marc Alexander
7801bac09a
Merge branch 'prep-release-3.2.4' into 3.2.x
2018-11-11 12:22:20 +01:00
Marc Alexander
023ec01611
[prep-release-3.2.4] Correctly specify dependencies
2018-11-11 10:14:16 +01:00
Marc Alexander
335b23c679
[prep-release-3.2.4] Remove phpBB 3.0.14 builds
2018-11-11 09:59:25 +01:00
rxu
720477a9da
[ticket/15871] Fix PHP 7.1+ warning in ACR extensions module
...
PHPBB3-15871
2018-11-11 15:24:08 +07:00
Marc Alexander
1581ee9d05
[prep-release-3.2.4] Update changelog for 3.2.4 release
2018-11-10 21:35:29 +01:00
Marc Alexander
f631d6b84d
[prep-release-3.2.4] Add migration for 3.2.4
2018-11-10 21:24:14 +01:00
Marc Alexander
36a8e48083
[prep-release-3.2.4] Update version numbers for 3.2.4 release
2018-11-10 21:19:49 +01:00
Marc Alexander
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
Marc Alexander
65226168ee
Merge pull request #5434 from rubencm/ticket/15860
...
[ticket/15860] Fix format of backup files
2018-11-10 17:01:34 +01:00
Marc Alexander
c0a26e3d57
[ticket/security/227] Remove no longer needed validation tests
...
SECURITY-227
2018-11-07 22:04:30 +01:00
Derky
3d534a5eb6
[ticket/security/227] Change migration depends_on to 3.2.4-RC1
...
SECURITY-227
2018-11-04 23:18:38 +01:00
Derky
5c695d709e
[ticket/security/227] Change thumbnail_created event version to 3.2.4
...
SECURITY-227
2018-11-04 23:17:49 +01:00
Derky
e2d26e102d
[ticket/security/227] Remove "no thumbnail support" message
...
SECURITY-227
2018-11-04 23:10:44 +01:00
Ruben Calvo
31703585cb
[ticket/15860] Unique_id() return 16 characters again
...
PHPBB3-15860
2018-10-31 10:41:57 +00:00
Ruben Calvo
fa1fd316fe
[ticket/15860] Fix regexp
...
PHPBB3-15860
2018-10-30 22:56:20 +00:00
Marc Alexander
bab86aac7f
[ticket/15860] Limit regexp to expected formats
...
PHPBB3-15860
2018-10-30 20:49:14 +00:00
Ruben Calvo
1f14f7c327
[ticket/15860] Fix format of backup files
...
PHPBB3-15860
2018-10-30 11:18:34 +00:00
Marc Alexander
11ae11a156
[ticket/15542] Only add assets version for relative paths
...
PHPBB3-15542
2018-10-29 22:57:53 +01:00
Marc Alexander
5d4fccd235
[ticket/15542] Always append assets versions to assets
...
PHPBB3-15542
2018-10-29 16:07:48 +01:00
3D-I
dbb476d813
[ticket/15859] Add core.viewforum_modify_topic_ordering
...
PHPBB3-15859
2018-10-29 01:02:16 +01:00
Marc Alexander
f4063e475d
[3.2.x] Update versions to 3.2.5-dev
2018-10-28 21:55:08 +01:00
Marc Alexander
e64f96bf27
Merge branch 'prep-release-3.2.4' into 3.2.x
2018-10-28 21:52:51 +01:00
Marc Alexander
02fd679b26
[prep-release-3.2.4] Update changelog for 3.2.4-RC1
2018-10-28 20:27:10 +01:00
Marc Alexander
46bc335524
[prep-release-3.2.4] Add migration for 3.2.4-RC1
2018-10-28 20:19:07 +01:00
Marc Alexander
448d67cc30
[prep-release-3.2.4] Update versions for 3.2.4
2018-10-28 20:13:54 +01:00
Marc Alexander
d55cdc3546
[prep-release-3.2.4] Update versions for 3.2.4-RC1
2018-10-28 20:13:01 +01:00
Marc Alexander
ed64a69760
Merge pull request #4223 from senky/ticket/10432
...
[ticket/10432] Don't require username when user forgets password
2018-10-28 19:49:38 +01:00
Ruben Calvo
dc109b1952
Merge remote-tracking branch 'marc/ticket/15857' into 3.2.x
2018-10-28 17:00:58 +00:00
Marc Alexander
09f17a438e
[ticket/15857] Add rubencm to CREDITS.txt
...
[ci skip]
PHPBB3-15857
2018-10-28 17:50:29 +01:00
Marc Alexander
68b3c5d1f0
Merge pull request #5408 from senky/ticket/15833
...
[ticket/15833] Add core.avatar_manager_avatar_delete_after event
2018-10-28 16:32:46 +01:00
Marc Alexander
60414dec86
Merge pull request #5415 from senky/ticket/15838
...
[ticket/15838] Add core.ucp_register_register_after
2018-10-28 16:28:28 +01:00