aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | | | [ticket/13899] Add items to core.search_results_modify_search_titledavid632015-07-221-6/+8
|/ / / / | | | | | | | | | | | | PHPBB3-13899
* | | | Merge pull request #3719 from javiexin/ticket/13911Marc Alexander2015-07-223-2/+82
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/13911] Add events to configure options for profile fields
| * | | | [ticket/13911] Add events to configure options for profile fieldsjaviexin2015-06-272-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds core events to includes/acp/acp_profile.php and template events to adm/style/acp_profile.html to support adding configuration options to profile fields. Fixed version number again. PHPBB3-13911
| * | | | [ticket/13911] Add events to configure options for profile fieldsjaviexin2015-06-042-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds core events to includes/acp/acp_profile.php and template events to adm/style/acp_profile.html to support adding configuration options to profile fields. Fixed version number and event name. PHPBB3-13911
| * | | | [ticket/13911] Add events to configure options for profile fieldsjaviexin2015-06-021-3/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds core events to includes/acp/acp_profile.php and template events to adm/style/acp_profile.html to support adding configuration options to profile fields. Fix bamboo formatting errors. PHPBB3-13911
| * | | | [ticket/13911] Add events to configure options for profile fieldsjaviexin2015-06-023-2/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds core events to includes/acp/acp_profile.php and template events to adm/style/acp_profile.html to support adding configuration options to profile fields. PHPBB3-13911
* | | | | Merge pull request #3786 from marc1706/ticket/13311Marc Alexander2015-07-221-1/+19
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13311] Add core event on acp_forums for forum content deletes
| * | | | | [ticket/13311] Remove whitespace at end of lineMarc Alexander2015-07-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13311
| * | | | | [ticket/13311] Update @since to 3.1.6-RC1Marc Alexander2015-07-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13311
| * | | | | [ticket/13311] Add core event on acp_forums for forum content deletesalf0072015-07-221-1/+19
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Merge pull request #3787 from marc1706/ticket/13843Marc Alexander2015-07-223-0/+17
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | [ticket/13843] Add templates events to insert custom panel in posting editor
| * | | | [ticket/13843] Fix merge issues and update @since versionMarc Alexander2015-07-221-6/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-13843
| * | | | [ticket/13843] Add templates events to insert custom panel in postingalf0072015-07-223-0/+21
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Merge pull request #3754 from rxu/ticket/14002Marc Alexander2015-07-203-0/+20
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/14002] Add template events before/after user details in ucp_main_front.html
| * | | | [ticket/14002] Add template events before/after user details in ucp_main_frontrxu2015-07-113-0/+20
| | | | | | | | | | | | | | | | | | | | PHPBB3-14002
* | | | | Merge pull request #3780 from RMcGirr83/ticket/13815Marc Alexander2015-07-201-8/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13815] Event parameters in posting have no effect
| * | | | | [ticket/13815] Event parameters in posting have no effectRichard McGirr2015-07-191-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13815
* | | | | | Merge pull request #3772 from VSEphpbb/ticket/14018Tristan Darricau2015-07-191-2/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14018] Fix responsive quick link menus * VSEphpbb/ticket/14018: [ticket/14018] Update CSS for handling quick link menus [ticket/14018] Fix responsive quick link menus
| * | | | | [ticket/14018] Update CSS for handling quick link menusMatt Friedman2015-07-171-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14018
| * | | | | [ticket/14018] Fix responsive quick link menusMatt Friedman2015-07-161-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14018