572545a430
[ticket/15899] Add core.modify_attachment_sql_ary_on_* events
...
PHPBB3-15899
2018-12-27 10:27:10 +01:00
c79da081d8
Merge branch '3.2.x'
2018-12-24 15:32:58 +01:00
58856c06b0
Merge pull request #5481 from kasimi/ticket/15910-3.2.x
...
[ticket/15910] Pass object arguments by reference implicitly
2018-12-24 15:32:50 +01:00
e389cb2fab
Merge branch '3.2.x'
2018-12-22 17:33:05 +01:00
70a56c208f
Merge branch 'prep-release-3.2.5' into 3.2.x
2018-12-22 17:31:30 +01:00
52f559cd4b
[prep-release-3.2.5] Update version numbers to 3.2.5
2018-12-19 20:16:01 +01:00
a2407ce978
[ticket/15911] Prevent errors when trying to delete from non-existent tables
...
This can happen when migrating to the latest version from versions before
3.0.14.
PHPBB3-15911
2018-12-18 21:06:51 +01:00
83f4074116
[ticket/15910] Pass object arguments by reference implicitly
...
PHPBB3-15910
2018-12-12 12:41:56 +01:00
6e9c5c6769
Merge pull request #5336 from rubencm/ticket/12629
...
[ticket/12629] Add debug.errors_show
2018-12-03 21:18:59 +01:00
75b993c6a3
[ticket/15898] Add core.ucp_pm_compose_template
...
PHPBB3-15898
2018-12-03 14:02:38 +01:00
087bf6fd35
[ticket/15893] Pass needed language class directly to format quote
...
PHPBB3-15893
2018-12-02 19:50:09 +01:00
3eda535b91
[ticket/15892] Rename variable to commonly used $storage_attachment
...
PHPBB3-15892
2018-12-02 11:29:31 +01:00
73fd2f3573
[3.2.x] Update versions to 3.2.6-dev
2018-12-01 19:20:55 +01:00
27abc18662
[prep-release-3.2.5] Update version numbers for 3.2.5-RC1
2018-11-29 21:45:51 +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
a7eb80b83b
Merge branch '3.2.x'
2018-11-28 23:26:01 +01:00
f8e1c66e81
Merge pull request #5449 from senky/ticket/15878
...
[ticket/15878] Add attachments to ucp_pm_view_message
2018-11-28 23:25:56 +01:00
685397c32e
Merge branch '3.2.x'
2018-11-28 23:21:50 +01:00
c89f4500f0
Merge pull request #5443 from toxyy/ticket/15872
...
[ticket/15872] Add show_user_activity to display_user_activity_modify_actives
2018-11-28 23:21:46 +01: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
2778c9b76b
Merge branch '3.2.x'
2018-11-25 11:10:28 +01:00
79e6636092
[ticket/15881] Reset login keys for account reactivation after password update
...
PHPBB3-15881
2018-11-24 11:31:32 +07:00
22b8b45f28
[ticket/15878] Add attachments to ucp_pm_view_message
...
PHPBB3-15878
2018-11-19 15:35:26 +01:00
9f69d42f99
Merge branch '3.2.x'
2018-11-18 20:00:15 +01:00
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
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
fcd916cc4f
[ticket/15873] Add core.mcp_report_template_data
...
PHPBB3-15873
2018-11-18 12:22:06 +01:00
4036b2620b
Merge branch '3.2.x'
2018-11-17 22:18:13 +01:00
da9da88d11
[ticket/15875] Fix PHP fatal error on BBCode parsing
...
PHPBB3-15875
2018-11-18 01:33:56 +07:00
af1e8901e5
[ticket/15871] Add $php_ini to the class properties list
...
PHPBB3-15871
2018-11-15 21:01:17 +07:00
a2480f992d
[ticket/15872] Add show_user_activity to display_user_activity_modify_actives
...
Add config option for toggling most active forum & topic in the user profile.
A bool was added to display_user_activity_modify_actives to achieve this.
PHPBB3-15872
2018-11-12 01:54:11 -05: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
7801bac09a
Merge branch 'prep-release-3.2.4' into 3.2.x
2018-11-11 12:22:20 +01:00
720477a9da
[ticket/15871] Fix PHP 7.1+ warning in ACR extensions module
...
PHPBB3-15871
2018-11-11 15:24:08 +07:00
36a8e48083
[prep-release-3.2.4] Update version numbers for 3.2.4 release
2018-11-10 21:19:49 +01: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
65226168ee
Merge pull request #5434 from rubencm/ticket/15860
...
[ticket/15860] Fix format of backup files
2018-11-10 17:01:34 +01:00
5c695d709e
[ticket/security/227] Change thumbnail_created event version to 3.2.4
...
SECURITY-227
2018-11-04 23:17:49 +01:00
e2d26e102d
[ticket/security/227] Remove "no thumbnail support" message
...
SECURITY-227
2018-11-04 23:10:44 +01:00
31703585cb
[ticket/15860] Unique_id() return 16 characters again
...
PHPBB3-15860
2018-10-31 10:41:57 +00: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
f4063e475d
[3.2.x] Update versions to 3.2.5-dev
2018-10-28 21:55:08 +01:00
d55cdc3546
[prep-release-3.2.4] Update versions for 3.2.4-RC1
2018-10-28 20:13:01 +01:00
649b35fdcc
Merge branch '3.2.x'
2018-10-28 19:49:44 +01:00
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
fbb9b368d3
Merge branch '3.2.x'
2018-10-28 16:28:33 +01:00