812ba990ac
[ticket/16617] Shorten event names
...
PHPBB3-16617
2020-11-21 13:33:04 +07:00
5d270319e5
[ticket/16617] Add events to override message/PM BBCode status indications
...
PHPBB3-16617
2020-11-21 12:56:57 +07:00
5d66d4c91f
[ticket/16617] Events for posting/pm statuses
...
PHPBB3-16617
2020-11-21 12:56:52 +07:00
48db45f85b
Merge pull request #5949 from kasimi/ticket/16443
...
[ticket/16443] Add event core.ucp_pm_compose_modify_parse_after
2020-05-04 22:44:07 +02:00
c1583fa001
[ticket/16447] Add event core.ucp_pm_compose_compose_pm_basic_info_query_after
...
PHPBB3-16447
2020-04-17 15:32:24 +02:00
43ce44cb3b
[ticket/16443] Add event core.ucp_pm_compose_modify_parse_after
...
PHPBB3-16443
2020-04-16 20:23:16 +02:00
f59419ed7e
Merge pull request #5856 from mrgoldy/ticket/16356
...
[ticket/16356] Delete attachments on saving a draft
2020-03-01 17:11:00 +01:00
582919804a
[ticket/16356] Delete attachments on saving a draft
...
PHPBB3-16356
2020-02-05 11:04:01 +01:00
eaa597a430
[ticket/10506] Preserve attachments on not-saving PM draft
...
PHPBB3-10506
2020-02-05 10:54:49 +01:00
f0ebd6da0f
[ticket/15712] Add Emoji and rich text in PM Draft subject
...
Extends to Drafts
PHPBB3-15712
2020-01-03 00:06:15 +01:00
b0586b4f4d
[ticket/15712] Add Emoji and rich text in PM subject
...
PHPBB3-15712
2020-01-02 20:09:32 +01:00
d3749538f1
[ticket/16247] Quote PM has no identifier
...
PHPBB3-16247
2019-12-05 10:15:54 +01:00
56477a8f7c
[ticket/security/244] Add form token check to plupload
...
SECURTIY-244
2019-08-24 22:23:38 +02:00
2f8b9fb549
[ticket/16103] Add core.pm_modify_message_subject
...
PHPBB3-16103
2019-07-20 20:35:25 +02:00
75007697ae
[ticket/15954] Add safeguards to include() calls
...
PHPBB3-15954
2019-01-26 22:29:54 +01:00
3a7d17414d
Merge pull request #5468 from senky/ticket/15898
...
[ticket/15898] Add core.ucp_pm_compose_template
2018-12-27 21:31:51 +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
7aa639f050
Merge pull request #5379 from senky/ticket/15621
...
[ticket/15621] Remove graphical inconsistencies
2018-10-20 11:34:57 -04:00
e27da4a025
Merge pull request #5368 from kinerity/ticket/15803
...
[ticket/15803] Add events on ucp_pm_compose for additional message list actions
2018-10-13 15:49:35 -07:00
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
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
a478063d2b
[ticket/15621] Remove graphical inconsistencies
...
PHPBB3-15621
2018-09-26 09:17:29 +02:00
62c9996b2f
[ticket/15803] Change 'object' to 'bool'
...
PHPBB3-15803
2018-09-25 07:42:55 -04:00
eb867fc623
[ticket/15803] Global $phpbb_dispatcher
...
PHPBB3-15803
2018-09-23 00:33:58 -04:00
8ed759545e
[ticket/15803] Fix since version
...
PHPBB3-15803
2018-09-23 00:33:58 -04:00
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
4396bfba65
[ticket/15622] Rename function to avoid potential future conflicts
...
PHPBB3-15622
2018-09-16 19:23:30 +02:00
0d7c33c1af
[ticket/15329] Parse drafts before saving them (and decode)
...
PHPBB3-15329
2018-09-14 14:54:51 +02:00
ce2196517b
[ticket/15622] Fix message link generation
...
Now the message link is generated in different formats depending on whether
BBCodes are allowed or not in the site.
PHPBB3-15622
2018-08-01 16:19:30 +02:00
184d24bb16
[ticket/15622] Extract duplicated code
...
PHPBB3-15622
2018-07-31 16:06:49 +02:00
5be990e959
[ticket/15733] Fix undeclared variable concatenation
...
PHPBB3-15733
2018-07-29 13:34:59 +02:00
740006ba60
[ticket/15697] Remove unused variable and corresponding input field
...
PHPBB3-15697
2018-07-28 13:15:31 +02:00
210c5f5a59
[ticket/15697] Remove hard coded time check when sending PMs
...
PHPBB3-15697
2018-07-23 17:45:48 +02:00
12fdfe145a
[ticket/15622] Fix quoting in PMs when BBCodes are disabled
...
Before parsing the private message to be loaded a simple BBCode status
check is done to verify that BBCodes are enabled. Depending on that
option the quote will be formated as BBCode or as plain text, similarly
to what is done in posting.php.
PHPBB3-15622
2018-07-22 17:09:09 +02:00
f8fbe37936
[ticket/14972] replace all occurrences of sizeof() with the count()
...
PHPBB3-14972
2018-01-01 13:56:04 +01:00
5cafff36b2
Merge branch '3.1.x' into 3.2.x
2017-04-26 19:30:50 -04:00
f27cdad73e
Merge branch '3.1.x' into 3.2.x
2017-02-11 21:48:20 +01:00
1d38abdd7e
[ticket/13605] Add core.ucp_pm_compose_predefined_message event
...
PHPBB3-13605
2017-01-23 14:14:36 +01:00
777a1ad916
[ticket/14945] Parse signature preview with generate_text_for_display()
...
PHPBB3-14945
2017-01-04 22:04:07 +01:00
4b6c2c8cde
[ticket/10961] Send HTTP 403 when applicable
...
PHPBB3-10961
2016-09-01 08:48:37 +02:00
79d6d53296
Merge branch '3.1.x' into 3.2.x
...
Conflicts:
phpBB/includes/ucp/ucp_pm_compose.php
2016-06-19 17:20:45 +02:00
08acf2acba
[ticket/14630] Rename core event
...
PHPBB3-14630
2016-06-02 05:18:14 -04:00
06507f9fa6
[ticket/14630] Change event name and fix capitalization
...
PHPBB3-14630
2016-05-16 17:57:26 -04:00
c7bbcd7b84
[ticket/14630] Add event to modify pm message
...
https://tracker.phpbb.com/browse/PHPBB3-14630
PHPBB3-14630
2016-05-06 06:31:35 -04:00
f29ebb1846
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/13630] Prevent empty parameter select_single
2016-03-25 11:20:56 +01:00
f77142c0b6
[ticket/13630] Prevent empty parameter select_single
...
PHPBB3-13630
2016-03-20 16:58:35 +01:00
7a6a16e3a5
[ticket/13454] Remove unused variables
...
This is part 5 and there is more to come.
PHPBB3-13454
2016-01-06 13:52:11 +01:00
266576c6a4
[ticket/13454] Remove unused variables
...
Part 4
PHPBB3-13454
2016-01-06 13:52:11 +01:00
102d737d81
[ticket/14234] Fix event doc blocks
...
PHPBB3-14234
2015-10-12 22:20:52 +02:00