aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14049] Use headers from config when sending Plupload delete request.Cesar G2015-07-251-1/+1
| | | | PHPBB3-14049
* [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
* | [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
* | | | [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
* | | | | Merge pull request #3732 from kinerity/ticket/13974Marc Alexander2015-07-171-0/+11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13974] Add core.mcp_change_poster_after event
| * | | | | [ticket/13974] Change userdata type from string to arrayKailey Truscott2015-06-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the docblock for userdata from string to array. PHPBB3-13974
| * | | | | [ticket/13974] Add core.mcp_change_poster_after eventKailey Truscott2015-06-281-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a new event to perform additional tasks after chainging a post's poster. PHPBB3-13974
* | | | | | Merge pull request #3731 from marcovo/ticket/13971Marc Alexander2015-07-171-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/13971] Add draft_id var to core.posting_modify_template_vars
| * | | | | | [ticket/13971] Add draft_id var to event core.posting_modify_template_varsMarco Kubuntu2015-06-271-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added draft_id to the core.posting_modify_template_vars event in posting.php, to provide the ability to use the 'checked' draft_id in extensions, in addition to the 'raw' draft_id provided in earlier events in posting.php PHPBB3-13971
* | | | | | | Merge pull request #3593 from satanasov/ticket/13817Marc Alexander2015-07-171-4/+54
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13817] Add core.update_session event
| * | | | | | | [ticket/13817] Fix target versionStanislav Atanasov2015-07-121-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13817
| * | | | | | | [ticket/13817] fix after for session_updateStanislav Atanasov2015-06-241-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix wrong variables passed to create session event PHPBB3-13817
| * | | | | | | [ticket/13817] Add read-only notes to eventsStanislav Atanasov2015-06-201-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13817
| * | | | | | | [ticket/13817] Fix missing var namesStanislav Atanasov2015-06-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Var names in doc block PHPBB3-13817
| * | | | | | | [ticket/13817] Add _afterStanislav Atanasov2015-06-201-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As requested events are named *_after core.session_start_after is moved after USERS_TABLE update to prevent returning session data from extensions PHPBB3-13817
| * | | | | | | [ticket/13817] Change trgger_event to dispatchStanislav Atanasov2015-06-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix no event parameters PHPBB3-13817
| * | | | | | | [ticket/13817] Fix empty eventStanislav Atanasov2015-06-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Try adding event with no parameters PHPBB3-13817
| * | | | | | | [ticket/13817] Fix empty vars arrayStanislav Atanasov2015-06-201-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13817
| * | | | | | | [ticket/13817] Fix missing phpbb_dispatcherStanislav Atanasov2015-06-201-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix missing phpbb_dispatcher and add event to session_create PHPBB3-13817
| * | | | | | | [ticket/13817] Add session_kill and session_gcStanislav Atanasov2015-06-201-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ticket was changed to add few more session related events core.session_kill - send user_id and session_id core.session_gc - just triger event PHPBB3-13817
| * | | | | | | [ticket/13817] Change sinceStanislav Atanasov2015-06-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As requested by nickvergessen PHPBB3-13817
| * | | | | | | [ticket/13817] Add core.update_session eventStanislav Atanasov2015-06-201-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add core.update_session event in \phpbb\session.php PHPBB3-13817
* | | | | | | | Merge pull request #3755 from RMcGirr83/ticket/14004Marc Alexander2015-07-161-0/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14004] Add user_info to core event
| * | | | | | | | [ticket/14004] Add user_info to core eventRichard McGirr2015-07-121-0/+3
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14004
* | | | | | | | Merge pull request #3737 from javiexin/ticket/13980Marc Alexander2015-07-151-0/+7
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | [ticket/13980] Uploaded avatar not removed when new is uploaded
| * | | | | | | [ticket/13980] Uploaded avatar not removed when new is uploadedjaviexin2015-07-091-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the previously uploaded avatar when a new one with a different extension is uploaded, using existing delete method PHPBB3-13980
| * | | | | | | [ticket/13980] Uploaded avatar not removed when new is uploadedjaviexin2015-07-031-0/+10
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the previously uploaded avatar when a new one with a different extension is uploaded PHPBB3-13980
* | | | | | | Merge pull request #3741 from rxu/ticket/13984Marc Alexander2015-07-101-1/+4
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | [ticket/13984] Fix the call of Ajax loading indicator