aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | [ticket/13997] Add posting_editor_submit_buttons template eventZoddo2015-08-093-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13997
* | | | | | | | Merge pull request #3763 from Zoddo/ticket/13968Marc Alexander2015-08-131-0/+8
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | [ticket/13968] Add core.user_setup_after event
| * | | | | | | [ticket/13968] Add core.user_setup_after eventZoddo2015-08-121-0/+8
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It allows to execute code at the end of user setup. It can replace the phpbb_user_session_handler hook. PHPBB3-13968
* | | | | | | Merge pull request #3825 from rxu/ticket/14093Tristan Darricau2015-08-122-2/+2
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14093] Hardcoded language in ucp_pm_viewfolder.html * rxu/ticket/14093: [ticket/14093] Hardcoded language in ucp_pm_viewfolder.html
| * | | | | | [ticket/14093] Hardcoded language in ucp_pm_viewfolder.htmlrxu2015-08-122-2/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | PHPBB3-14093
* | | | | | Merge pull request #3768 from Zoddo/ticket/14021Marc Alexander2015-08-113-1/+19
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14086] Add mcp_forum_topic_title_* template events
| * | | | | | [ticket/14086] Add mcp_forum_topic_title_* template eventsZoddo2015-08-103-1/+19
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows to add some information before/after the topic title PHPBB3-14086
* | | | | | Merge pull request #3811 from marcovo/ticket/14069Andreas Fischer2015-08-101-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14069] Corrected sql_fetchfield() in style_update_p1 migration * marcovo/ticket/14069: [ticket/14069] Corrected sql_fetchfield() in style_update_p1 migration
| * | | | | [ticket/14069] Corrected sql_fetchfield() in style_update_p1 migrationMarco Kubuntu2015-08-051-1/+1
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Changed the sql_fetchfield() call to comply to the function definition. PHPBB3-14069
* | | | | Merge pull request #3766 from Zoddo/ticket/14019Marc Alexander2015-08-093-2/+10
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | [ticket/14019] Add posting_topic_title_before template event
| * | | | [ticket/14019] Add posting_topic_title_before template eventZoddo2015-08-093-2/+10
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Allows to add some information on the left of the topic title in the posting form PHPBB3-14019
* | | | Merge pull request #3784 from Senky/ticket/14043Marc Alexander2015-08-091-1/+15
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/14043] Add core.get_avatar_after php event
| * | | | [ticket/14043] Add more parameters to the eventJakub Senko2015-08-021-2/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-14043
| * | | | [ticket/14043] Add dispatcher to globals, change @since valueJakub Senko2015-07-221-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-14043
| * | | | [ticket/14043] Add core.get_avatar_after php eventJakub Senko2015-07-211-1/+11
| | | | | | | | | | | | | | | | | | | | PHPBB3-14043
* | | | | Merge pull request #3760 from Zoddo/ticket/14014Marc Alexander2015-08-091-0/+24
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14014] Add core.mcp_forum_view_before event
| * | | | | [ticket/14014] Add core.mcp_forum_view_before eventZoddo2015-07-151-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This event can be used to get some data in order to execute other actions. PHPBB3-14014
* | | | | | Merge pull request #3756 from rxu/ticket/14005Marc Alexander2015-08-093-2/+22
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14005] Allow extensions control post buttons displaying
| * | | | | | [ticket/14005] Allow extensions control post buttons displaying for PMrxu2015-07-172-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14005
| * | | | | | [ticket/14005] Allow extensions control post buttons displayingrxu2015-07-121-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14005
* | | | | | | Merge pull request #3822 from brunoais/ticket/14083Marc Alexander2015-08-091-0/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14083] Fix wrong variables from previous commit
| * | | | | | | [ticket/14083] Fix wrong variables from previous commitbrunoais2015-08-081-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing variables wrongly attributed in PHPBB3-13693 PHPBB3-14083
* | | | | | | | Merge pull request #3821 from brunoais/ticket/14082Marc Alexander2015-08-091-5/+7
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | [ticket/14082] Fix wrong variables from previous commit
| * | | | | | | [ticket/14082] Fix wrong variables from previous commitbrunoais2015-08-081-5/+7
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing variables wrongly attributed in PHPBB3-13686 PHPBB3-14082
* | | | | | | Merge pull request #3759 from Zoddo/ticket/14013Marc Alexander2015-08-082-0/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14013] Add acp_forums_custom_settings event
| * | | | | | | [ticket/14013] Add documentation for acp_forums_custom_settingsZoddo2015-07-151-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14013
| * | | | | | | [ticket/14013] Add acp_forums_custom_settings eventZoddo2015-07-151-0/+2
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | PHPBB3-14013
* | | | | | | Merge pull request #3738 from javiexin/ticket/13981Marc Alexander2015-08-083-8/+71
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13981] Add events to capture avatar deletion or overwriting
| * | | | | | | [ticket/13981] Add events to capture avatar deletion or overwritingjaviexin2015-07-241-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | [ticket/13981] Add events to capture avatar deletion or overwritingjaviexin2015-07-231-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An event to capture overwriting, and another to capture deletion. Includes better error processing. Replaced global by dependency injection. Fix Travis tests. PHPBB3-13981
| * | | | | | | [ticket/13981] Add events to capture avatar deletion or overwritingjaviexin2015-07-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An event to capture overwriting, and another to capture deletion. Includes better error processing. Replaced global by dependency injection. Fix typo. PHPBB3-13981
| * | | | | | | [ticket/13981] Add events to capture avatar deletion or overwritingjaviexin2015-07-172-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An event to capture overwriting, and another to capture deletion. Includes better error processing. Replaced global by dependency injection. PHPBB3-13981
| * | | | | | | [ticket/13981] Add events to capture avatar deletion or overwritingjaviexin2015-07-091-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An event to capture overwriting, and another to capture deletion. Includes better error processing. PHPBB3-13981
| * | | | | | | [ticket/13981] Add events to capture avatar deletion or overwritingjaviexin2015-07-031-6/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13981
* | | | | | | | Merge pull request #3757 from Zoddo/ticket/14006Marc Alexander2015-08-081-0/+10
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | [ticket/14006] Add core.ucp_register_agreement event
| * | | | | | | [ticket/14006] Add core.ucp_register_agreement eventZoddo2015-07-121-0/+10
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It allows to execute code before the agreements are displayed. PHPBB3-14006
* | | | | | | Merge pull request #3782 from RMcGirr83/ticket/13711Andreas Fischer2015-08-051-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13711] Notifications are sent to inactive users * RMcGirr83/ticket/13711: [ticket/13711] Notifications are sent to inactive users
| * | | | | | | [ticket/13711] Notifications are sent to inactive usersRMcGirr832015-07-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13711
* | | | | | | | Merge pull request #3790 from prototech/ticket/14010Andreas Fischer2015-08-051-8/+9
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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.
| * | | | | | | | [ticket/14010] Update Plupload from 2.1.2 to 2.1.8.Cesar G2015-07-251-8/+9
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14010
* | | | | | | | Merge pull request #3791 from prototech/ticket/14049Andreas Fischer2015-08-051-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14049] Use headers from config when sending Plupload delete request. * prototech/ticket/14049: [ticket/14049] Use headers from config when sending Plupload delete request.
| * | | | | | | [ticket/14049] Use headers from config when sending Plupload delete request.Cesar G2015-07-251-1/+1
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-14049
* | | | | | | Merge pull request #3789 from marc1706/ticket/13982Máté Bartus2015-07-231-2/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [ticket/13982] Remove extra new line
| * | | | | | | [ticket/13982] Remove extra new lineMarc Alexander2015-07-231-2/+0
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-13982
* | | | | | | Merge pull request #3739 from javiexin/ticket/13982Marc Alexander2015-07-238-2/+110
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13982] Add events around ranks Conflicts: phpBB/docs/events.md
| * | | | | | | [ticket/13982] Add events around ranksjaviexin2015-07-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add events to present information around ranks in the memberlist, user profile, viewtopic profile and private message profile. Slight repositioning of events in the memberlist. PHPBB3-13982
| * | | | | | | [ticket/13982] Add events around ranksjaviexin2015-07-048-2/+110
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add events to present information around ranks in the memberlist, user profile, viewtopic profile and private message profile. PHPBB3-13982
* | | | | | | Merge pull request #3788 from marc1706/ticket/13899Marc Alexander2015-07-231-6/+17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13899] Add items to core.search_results_modify_search_title
| * | | | | | | [ticket/13899] Use multi-line definition for vars arrayMarc Alexander2015-07-231-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13899
| * | | | | | | [ticket/13899] Fix doc block arrangement and add @changed infoMarc Alexander2015-07-221-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13899