aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | | | | [ticket/13984] Fix the call of Ajax loading indicatorrxu2015-07-041-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13984
* | | | | | Merge pull request #3749 from VSEphpbb/ticket/13995Marc Alexander2015-07-088-18/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/13995] Fixes for invalid HTML in docs and phpBB
| * | | | | | [ticket/13995] Invalid avatar HTML missing space between elementsMatt Friedman2015-07-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13995
| * | | | | | [ticket/13995] Remove invalid name element from anchors in DocsMatt Friedman2015-07-076-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13995
| * | | | | | [ticket/13995] Remove deprecated projection media typeMatt Friedman2015-07-077-11/+11
| |/ / / / / | | | | | | | | | | | | | | | | | | PHPBB3-13995
* | | | | | [ticket/13955] Revert changes made in previous commitKailey Truscott2015-07-062-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert the javascript function change Place the families code on it's own line PHPBB3-13955
* | | | | | [ticket/13955] Fix javascript to conform to Google and add simple_headerKailey Truscott2015-07-062-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the javascript code to conform to Google Fonts standard Add code to fix simple_header PHPBB3-13955
* | | | | | [ticket/13955] Fix WebFontConig to load web fonts correctlyKailey Truscott2015-07-031-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix overall_header's WebFontConfig section to load fonts correctly in all browsers. PHPBB3-13955
* | | | | Merge pull request #3734 from RMcGirr83/ticket/13759Joas Schilling2015-07-031-1/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13759] Initial commit broke timestamps when quoting a post.
| * | | | | [ticket/13579] This commit corrects the regression.RMcGirr832015-07-021-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13759
* | | | | | Merge pull request #3654 from s9e/ticket/13880Tristan Darricau2015-06-292-23/+61
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | [ticket/13880] Automatically remove quotes that are nested too deep
| * | | | | [ticket/13880] Replaced the quote regexp to allow bracketsJoshyPHP2015-06-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This matches the regexp used in bbcode::bbcode_cache_init() PHPBB3-13880
| * | | | | [ticket/13880] Automatically remove quotes that are nested too deepJoshyPHP2015-06-272-23/+61
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13880
* | | | | | Merge pull request #3620 from VSEphpbb/ticket/13818Joas Schilling2015-06-276-2/+28
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | [ticket/13818] Add Extension and Style CDB Links into ACP Management pages
| * | | | | [ticket/13818] Add browse CDB links to ext style lang managementMatt Friedman2015-06-066-2/+28
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13818
* | | | | | Merge pull request #3714 from marc1706/ticket/13951Joas Schilling2015-06-271-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/13951] Make sure the page number is an integer
| * | | | | | [ticket/13951] Make sure the page number is an integerMarc Alexander2015-06-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13951
* | | | | | | Merge pull request #3725 from RMcGirr83/ticket/13962Joas Schilling2015-06-271-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13962] MCP Queue dropdown for forum selection
| * | | | | | | [ticket/13962] MCP Queue dropdown for forum selectionRMcGirr832015-06-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13962
* | | | | | | | [ticket/13967] Use HTTPS on phpbb.com linksZoddo2015-06-261-2/+2
| |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fix the HTTPS breaking issue on the BBCode FAQ. PHPBB3-13967
* | | | | | | [ticket/13966] Adds the missing phpbb_dispatcher to includes/mcp/mcp_postCrizzo2015-06-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13966