javiexin
cf0170d5e3
[ticket/14037] Allows adapting memberlist profile fields headline
...
Adds an event to allow modifying the profile fields headline in line
with modifications to profile fields data.
PHPBB3-14037
2015-08-20 10:12:59 +02:00
Marc Alexander
00aab15f7c
Merge pull request #3769 from Zoddo/ticket/14023
...
[ticket/14090] Add mcp_topic_topic_title_* template events
2015-08-20 10:08:06 +02:00
Marc Alexander
11a0516739
Merge pull request #3846 from rxu/ticket/14115
...
[ticket/14115] Fix breadcrumbs microdata to make it valid
2015-08-20 08:51:42 +02:00
Andreas Fischer
ef3de412b7
Merge pull request #3848 from VSEphpbb/ticket/14116
...
[ticket/14116] sql_affectedrows method has no arguments
* VSEphpbb/ticket/14116:
[ticket/14116] sql_affectedrows method has no arguments
2015-08-20 03:52:34 +02:00
Matt Friedman
50a7167c9a
[ticket/14116] sql_affectedrows method has no arguments
...
PHPBB3-14116
2015-08-19 16:12:01 -07:00
rxu
51eaa8917f
[ticket/14115] Fix breadcrumbs microdata to make it valid
...
PHPBB3-14115
2015-08-20 01:12:12 +07:00
Andreas Fischer
19267242e3
Merge pull request #3818 from marc1706/ticket/14077
...
[ticket/14077] Fall back to 1 as focusOffset if length is unsupported
* marc1706/ticket/14077:
[ticket/14077] Fall back to 1 as focusOffset if length is unsupported
2015-08-18 10:47:40 -04:00
Marc Alexander
452b3b4890
[ticket/14077] Fall back to 1 as focusOffset if length is unsupported
...
The setBaseAndExtent() in Microsoft's Edge browser is incompatible with
the one Webkit browsers use. As a result of that, we have to fall back to
setting the focusOffset to 1 instead of the text length.
PHPBB3-14077
2015-08-17 15:25:13 +02:00
cyberalien
d89c952955
[ticket/14103] Reset text-decoration in abbr element
...
PHPBB3-14103
2015-08-15 13:57:48 +03:00
Marc Alexander
e466318dc2
Merge pull request #3761 from Zoddo/ticket/13997
...
[ticket/13997] Add posting_editor_submit_buttons template event
2015-08-14 13:36:22 +02:00
Zoddo
9d4228291c
[ticket/13968] Add core.user_setup_after event
...
It allows to execute code at the end of user setup.
It can replace the phpbb_user_session_handler hook.
PHPBB3-13968
2015-08-12 22:26:06 +02:00
rxu
2cd2cf2b39
[ticket/14093] Hardcoded language in ucp_pm_viewfolder.html
...
PHPBB3-14093
2015-08-12 14:41:48 +07:00
Zoddo
4bab984dac
[ticket/14090] Add mcp_topic_topic_title_* template events
...
Allows to add some information before/after the topic title
PHPBB3-14090
2015-08-11 20:10:45 +02:00
Zoddo
40666dd96f
[ticket/14086] Add mcp_forum_topic_title_* template events
...
Allows to add some information before/after the topic title
PHPBB3-14086
2015-08-10 22:27:19 +02:00
Andreas Fischer
3bd5fe6be8
Merge pull request #3811 from marcovo/ticket/14069
...
[ticket/14069] Corrected sql_fetchfield() in style_update_p1 migration
* marcovo/ticket/14069:
[ticket/14069] Corrected sql_fetchfield() in style_update_p1 migration
2015-08-10 13:20:03 +02:00
Zoddo
9a2c74a68c
[ticket/14019] Add posting_topic_title_before template event
...
Allows to add some information on the left of the topic title
in the posting form
PHPBB3-14019
2015-08-09 13:42:34 +02:00
Zoddo
166e0b5961
[ticket/13997] Add posting_editor_submit_buttons template event
...
PHPBB3-13997
2015-08-09 11:36:49 +02:00
Marc Alexander
668defcf57
Merge pull request #3784 from Senky/ticket/14043
...
[ticket/14043] Add core.get_avatar_after php event
2015-08-09 10:31:37 +02:00
Marc Alexander
5f4943c183
Merge pull request #3760 from Zoddo/ticket/14014
...
[ticket/14014] Add core.mcp_forum_view_before event
2015-08-09 10:13:24 +02:00
Marc Alexander
9e38f412ea
Merge pull request #3756 from rxu/ticket/14005
...
[ticket/14005] Allow extensions control post buttons displaying
2015-08-09 10:08:00 +02:00
Marc Alexander
8d54f06d19
Merge pull request #3822 from brunoais/ticket/14083
...
[ticket/14083] Fix wrong variables from previous commit
2015-08-09 10:00:29 +02:00
brunoais
7a2f72df75
[ticket/14083] Fix wrong variables from previous commit
...
Fixing variables wrongly attributed in PHPBB3-13693
PHPBB3-14083
2015-08-08 22:45:38 +01:00
brunoais
84a40b6ad1
[ticket/14082] Fix wrong variables from previous commit
...
Fixing variables wrongly attributed in PHPBB3-13686
PHPBB3-14082
2015-08-08 22:23:17 +01:00
Marc Alexander
8e80425c82
Merge pull request #3759 from Zoddo/ticket/14013
...
[ticket/14013] Add acp_forums_custom_settings event
2015-08-08 22:40:35 +02:00
Marc Alexander
b7e4d0b0a5
Merge pull request #3738 from javiexin/ticket/13981
...
[ticket/13981] Add events to capture avatar deletion or overwriting
2015-08-08 22:21:11 +02:00
Marc Alexander
3dcba7000b
Merge pull request #3757 from Zoddo/ticket/14006
...
[ticket/14006] Add core.ucp_register_agreement event
2015-08-08 22:17:21 +02:00
Marco Kubuntu
32f5dc3d8b
[ticket/14069] Corrected sql_fetchfield() in style_update_p1 migration
...
Changed the sql_fetchfield() call to comply to the function definition.
PHPBB3-14069
2015-08-05 19:07:02 +02:00
Andreas Fischer
4aac578908
Merge pull request #3782 from RMcGirr83/ticket/13711
...
[ticket/13711] Notifications are sent to inactive users
* RMcGirr83/ticket/13711:
[ticket/13711] Notifications are sent to inactive users
2015-08-05 13:45:02 +02:00
Andreas Fischer
b34e74254a
Merge pull request #3790 from prototech/ticket/14010
...
[ticket/14010] Update Plupload from 2.1.2 to 2.1.8.
* prototech/ticket/14010:
[ticket/14010] Update Plupload from 2.1.2 to 2.1.8.
2015-08-05 13:40:40 +02:00
Jakub Senko
7cb7ca57c2
[ticket/14043] Add more parameters to the event
...
PHPBB3-14043
2015-08-02 20:27:05 +02:00
RMcGirr83
771090f13e
[ticket/13711] Notifications are sent to inactive users
...
PHPBB3-13711
2015-07-27 06:27:25 -04:00
Cesar G
ff67a09724
[ticket/14049] Use headers from config when sending Plupload delete request.
...
PHPBB3-14049
2015-07-25 18:56:19 -07:00
Cesar G
edf81e8de8
[ticket/14010] Update Plupload from 2.1.2 to 2.1.8.
...
PHPBB3-14010
2015-07-25 18:54:09 -07:00
javiexin
c3d77edd83
[ticket/13981] Add events to capture avatar deletion or overwriting
...
An event to capture new avatar moving in place (and maybe overwriting
existing avatar), and another to capture deletion. Includes better error
processing. Rename event.
PHPBB3-13981
2015-07-24 10:52:00 +02:00
Marc Alexander
4bf0534bf9
[ticket/13982] Remove extra new line
...
PHPBB3-13982
2015-07-23 18:05:12 +02:00
Marc Alexander
da53d95b95
Merge pull request #3739 from javiexin/ticket/13982
...
[ticket/13982] Add events around ranks
Conflicts:
phpBB/docs/events.md
2015-07-23 12:10:27 +02:00
Marc Alexander
b24ce02526
[ticket/13899] Use multi-line definition for vars array
...
PHPBB3-13899
2015-07-23 08:54:13 +02:00
Marc Alexander
5e7550ee53
[ticket/13899] Fix doc block arrangement and add @changed info
...
PHPBB3-13899
2015-07-22 19:18:01 +02:00
david63
84d302a2fd
[ticket/13899] Add items to core.search_results_modify_search_title
...
PHPBB3-13899
2015-07-22 19:15:37 +02:00
Jakub Senko
c6a654e859
[ticket/14043] Add dispatcher to globals, change @since value
...
PHPBB3-14043
2015-07-22 13:55:26 +02:00
Marc Alexander
5da50fcf6e
Merge pull request #3719 from javiexin/ticket/13911
...
[ticket/13911] Add events to configure options for profile fields
2015-07-22 10:37:16 +02:00
Marc Alexander
e686f8bbdf
Merge pull request #3786 from marc1706/ticket/13311
...
[ticket/13311] Add core event on acp_forums for forum content deletes
2015-07-22 10:30:52 +02:00
Marc Alexander
23aed66473
[ticket/13311] Remove whitespace at end of line
...
PHPBB3-13311
2015-07-22 09:54:28 +02:00
Marc Alexander
49bffc1851
[ticket/13843] Fix merge issues and update @since version
...
PHPBB3-13843
2015-07-22 09:45:55 +02:00
alf007
8b21e7c0d9
[ticket/13843] Add templates events to insert custom panel in posting
...
Events added in events.md
Add in template posting_editor.html for link to custom panel
Add in template posting_layout.html for include of custom panel template body
PHPBB3-13843
2015-07-22 09:43:59 +02:00
Marc Alexander
ce937346f3
[ticket/13311] Update @since to 3.1.6-RC1
...
PHPBB3-13311
2015-07-22 09:29:22 +02:00
alf007
e30c6caac8
[ticket/13311] Add core event on acp_forums for forum content deletes
...
Event added for the function delete_forum_content() in
includes/acp/acp_forums.php, so that you can insert any extension's table(s)
to be updated when forum content is deleted
Incude parameters forum_id, topic_ids and post_counts
PHPBB3-13311
2015-07-22 09:25:19 +02:00
Jakub Senko
5e3ebda0da
[ticket/14043] Add core.get_avatar_after php event
...
PHPBB3-14043
2015-07-21 21:20:24 +02:00
Marc Alexander
6b658874bb
Merge pull request #3754 from rxu/ticket/14002
...
[ticket/14002] Add template events before/after user details in ucp_main_front.html
2015-07-20 13:06:29 +02:00
Marc Alexander
ebf0bc2134
Merge pull request #3780 from RMcGirr83/ticket/13815
...
[ticket/13815] Event parameters in posting have no effect
2015-07-20 09:39:35 +02:00