DSR!
c67dd0c591
[ticket/15836] Event to send message via external transport
...
PHPBB3-15836
2018-10-13 15:14:44 -07:00
Marc Alexander
a70aa74dd1
Merge branch '3.2.x'
2018-10-10 22:49:14 +02:00
Marc Alexander
40332ecfcc
Merge pull request #5374 from senky/ticket/15758
...
[ticket/15758] Show translated msg for INSECURE_REDIRECT
2018-10-10 22:49:08 +02:00
Marc Alexander
8b6eddd50b
Merge branch '3.2.x'
2018-10-09 22:59:16 +02:00
Marc Alexander
6087f0347c
Merge pull request #5377 from senky/ticket/15700
...
[ticket/15700] Use correct T_THEME_LANG_NAME
2018-10-09 22:58:32 +02:00
Marc Alexander
466d331fec
Merge pull request #5313 from senky/ticket/12628
...
[ticket/12628] Introduce debug.memory
2018-10-09 14:05:42 +02:00
Marc Alexander
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
Marc Alexander
3aae3eea0e
Merge branch '3.2.x'
2018-10-09 08:07:54 +02:00
Marc Alexander
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
Marc Alexander
0b16ded3ca
Merge branch '3.2.x'
2018-10-08 22:28:06 +02:00
Marc Alexander
6e61804e45
Merge pull request #5370 from senky/ticket/15805
...
[ticket/15805] Add result to core.login_box_redirect
2018-10-08 22:27:55 +02:00
Marc Alexander
362123be48
Merge branch '3.2.x'
2018-10-08 22:22:05 +02:00
Marc Alexander
2de198e30d
Merge pull request #5354 from Elsensee/ticket/15329
...
[ticket/15329] Parse drafts before saving them (and decode)
2018-10-08 22:21:55 +02:00
Marc Alexander
dd236c6bc9
Merge branch '3.2.x'
2018-10-08 22:08:33 +02:00
Marc Alexander
b8c5537948
Merge pull request #5343 from senky/ticket/15716
...
[ticket/15716] Remove OAuth data upon user deletion
2018-10-08 22:07:35 +02:00
Marc Alexander
74b5c48aec
Merge branch '3.2.x'
2018-10-08 21:49:07 +02:00
Marc Alexander
bcd4b01071
Merge pull request #5338 from senky/ticket/15420
...
[ticket/15420] Only update quote notification with original author
2018-10-08 21:48:56 +02:00
Marc Alexander
6ea9ed57b7
Merge branch '3.2.x'
2018-10-08 21:35:50 +02:00
Marc Alexander
dd43c6a61e
Merge pull request #5296 from MikelAlejoBR/ticket/15622
...
[ticket/15622] Fix quoting in PMs when BBCodes are disabled
2018-10-08 21:35:38 +02:00
Marc Alexander
d3aae52d66
Merge branch '3.2.x'
2018-10-08 21:24:04 +02:00
Marc Alexander
8bdb2ce6ba
Merge pull request #5220 from senky/ticket/15662
...
[ticket/15662] Add $this->template to core.modify_notification_message
2018-10-08 21:23:54 +02:00
Marc Alexander
7ed89f3c4b
Merge branch '3.2.x'
2018-10-08 21:06:19 +02:00
Marc Alexander
426d8ce79f
Merge pull request #5152 from senky/ticket/15579
...
[ticket/15579] Add ucp_front events
2018-10-08 21:04:56 +02:00
Jakub Senko
c9df803d3c
[ticket/15494] Allow user to be removed from NEWLY_REGISTERED multiple times
...
PHPBB3-15494
2018-10-08 16:00:06 +02:00
Jakub Senko
38d7ad40a3
[ticket/15832] Add core.acp_users_avatar_sql event
...
PHPBB3-15832
2018-10-08 15:38:14 +02:00
Jakub Senko
9d85422edb
[ticket/15831] Add core.acp_users_modify_signature_sql_ary event
...
PHPBB3-15831
2018-10-08 15:33:42 +02:00
3D-I
35c9357d2f
[ticket/15825] Add core.acp_manage_forums_move_content_sql_before
...
PHPBB3-15825
2018-10-02 18:19:11 +02:00
3D-I
710760b9e4
[ticket/15826] Add core.mcp_main_fork_sql_after
...
PHPBB3-15826
2018-10-02 05:59:25 +02:00
Alec
eb4a95f659
[ticket/15819] Add core event to functions_posting to modify notifications
...
Events added to allow modifying notification data before in the database.
Useful to change variables in the notification message, such as usernames.
Includes some other residual data to allow this event to be versatile.
PHPBB3-15819
2018-10-01 00:42:55 -04:00
Jakub Senko
f657ee51f8
[ticket/15593] Do not allow print view with direct URL
...
PHPBB3-15593
2018-09-28 12:55:45 +02:00
Jakub Senko
d29d4389f9
[ticket/15758] Show translated msg for INSECURE_REDIRECT
...
PHPBB3-15758
2018-09-28 12:27:55 +02:00
Jakub Senko
f82e0a83d1
[ticket/15616] Add jumpbox to login_forum.html
...
PHPBB3-15616
2018-09-26 16:29:43 +02:00
Jakub Senko
a478063d2b
[ticket/15621] Remove graphical inconsistencies
...
PHPBB3-15621
2018-09-26 09:17:29 +02:00
Jakub Senko
dab4c10c2f
[ticket/15700] Use correct T_THEME_LANG_NAME
...
PHPBB3-15700
2018-09-25 15:24:34 +02:00
Jakub Senko
f251c26fe6
[ticket/15701] Display signature in MCP
...
PHPBB3-15701
2018-09-25 15:22:14 +02:00
Kailey Truscott
62c9996b2f
[ticket/15803] Change 'object' to 'bool'
...
PHPBB3-15803
2018-09-25 07:42:55 -04:00
Jakub Senko
1d0fdc446f
[ticket/15805] Add result to core.login_box_redirect
...
PHPBB3-15805
2018-09-24 16:09:51 +02:00
kinerity
eb867fc623
[ticket/15803] Global $phpbb_dispatcher
...
PHPBB3-15803
2018-09-23 00:33:58 -04:00
kinerity
8ed759545e
[ticket/15803] Fix since version
...
PHPBB3-15803
2018-09-23 00:33:58 -04:00
kinerity
78732fd7c2
[ticket/15803] Add events on ucp_pm_compose for additional message list actions
...
Event added for the handle_message_list_actions() function in ucp_pm_compose
so that extensions can perform additional actions.
PHPBB3-15803
2018-09-22 21:28:02 -04:00
Marc Alexander
9929ff1fef
[ticket/15772] Remove not needed check for IN_INSTALL
...
PHPBB3-15772
2018-09-22 22:20:30 +02:00
rubencm
f3a2c99a14
[ticket/15772] Hide warning in acp when allow_install_dir is true
...
PHPBB3-15772
2018-09-22 12:08:32 +02:00
Marc Alexander
ca04dca6e9
Merge branch '3.2.x'
2018-09-17 21:01:51 +02:00
Marc Alexander
9000936926
Merge pull request #5292 from rubencm/ticket/15723
...
[ticket/15723] Rewrite gen_rand_string() and gen_rand_string_friendly()
2018-09-17 21:01:45 +02:00
MikelAlejoBR
4396bfba65
[ticket/15622] Rename function to avoid potential future conflicts
...
PHPBB3-15622
2018-09-16 19:23:30 +02:00
MikelAlejoBR
e17f00fb6b
[ticket/15622] Remove "since" tag as it belongs to events
...
PHPBB3-15622
2018-09-16 19:23:16 +02:00
Marc Alexander
d2c5c65682
Merge branch '3.2.x'
2018-09-16 17:15:29 +02:00
Marc Alexander
a505a3adf9
Merge pull request #5309 from Zoddo/ticket/15737
...
[ticket/15737] Add $user_rows to core.delete_user_before
2018-09-16 17:15:24 +02:00
Jakub Senko
1a284ebe8d
[ticket/15579] Add ucp_front events
...
PHPBB3-15579
2018-09-16 14:20:49 +02:00
Jakub Senko
0725723813
[ticket/15662] Add template
...
PHPBB3-15662
2018-09-16 14:19:13 +02:00