aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16015] Fix core.ucp_profile_avatar_upload_validation docblockDSR!2019-04-161-4/+4
| | | | PHPBB3-16015
* [ticket/16015] Add new hook core.ucp_profile_avatar_upload_validationDSR!2019-04-151-0/+2
| | | | PHPBB3-16015
* [ticket/16015] Add new hook core.ucp_profile_avatar_upload_validationDSR!2019-04-141-0/+18
| | | | PHPBB3-16015
* Merge pull request #5534 from battye/ticket/15917Marc Alexander2019-04-132-1/+9
|\ | | | | | | [ticket/15917] Unapproved topics message for forums with no other posts
| * [ticket/15917] Remove br tagsbattye2019-04-071-2/+2
| | | | | | | | PHPBB3-15917
| * [ticket/15917] Special unapproved topics messagebattye2019-02-132-1/+9
| | | | | | | | | | | | | | | | For forums that have no approved posts but also have topics awaiting approval, to avoid the inconsistency of saying 'no posts' alongside a positive post count. PHPBB3-15917
* | Merge pull request #5484 from rxu/ticket/15915Marc Alexander2019-04-122-2/+50
|\ \ | | | | | | | | | [ticket/15915] Add template events to posting_attach_body.html
| * | [ticket/15915] Fix events order in events.md. Use Twig syntax for all events.rxu2019-03-312-17/+17
| | | | | | | | | | | | PHPBB3-15915
| * | [ticket/15915] Add template events to posting_attach_body.htmlrxu2019-03-312-0/+48
| | | | | | | | | | | | PHPBB3-15915
* | | [ticket/16010] Fix typo in event descriptionsMarc Alexander2019-04-111-2/+2
| | | | | | | | | | | | PHPBB3-16010
* | | [ticket/16010] Fix typos in event descriptionsMarc Alexander2019-04-111-6/+6
| | | | | | | | | | | | PHPBB3-16010
* | | [ticket/16010] Enforce alphabetical order for events in events.mdMarc Alexander2019-04-112-204/+212
| | | | | | | | | | | | PHPBB3-16010
* | | Merge pull request #5516 from toxyy/ticket/15944Marc Alexander2019-04-071-0/+14
|\ \ \ | | | | | | | | | | | | [ticket/15944] Add core.posting_modify_quote_attributes
| * | | [ticket/15944] Add core.posting_modify_quote_attributesAlec2019-01-181-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow modification of the quote attributes of the current post being quoted Any information in there can be changed without affecting the rest of the page New attributes can also be added if an extension needed to as well PHPBB3-15944
* | | | Merge pull request #5518 from 3D-I/ticket/15948Marc Alexander2019-04-071-0/+33
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15948] Add core.mcp_change_topic_type_after/before
| * \ \ \ Merge branch '3.2.x' into ticket/159483Di2019-03-2358-157/+515
| |\ \ \ \
| * | | | | [ticket/15948] Add core.mcp_change_topic_type_after/before3D-I2019-01-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15948
| * | | | | [ticket/15948] Add core.mcp_change_topic_type_after/before3D-I2019-01-211-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15948
* | | | | | Merge pull request #5519 from AlfredoRamos/ticket/15949Marc Alexander2019-04-072-0/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15949] Add ucp_profile_signature_posting_editor_options_prepend
| * | | | | | [ticket/15949] Add ucp_profile_signature_posting_editor_options_prependAlfredo Ramos2019-01-212-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It adds a template event in the signature posting editor to add custom options to be consistent with the default posting editor. PHPBB3-15949
* | | | | | | Merge pull request #5538 from 3D-I/ticket/15972Marc Alexander2019-04-071-8/+21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15972] Add core.markread_after
| * | | | | | | [ticket/15972] Let the event be triggered3D-I2019-02-261-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes old coding which is there just to save a few iterations. PHPBB3-15972
| * | | | | | | [ticket/15972] Add core.markread_after3D-I2019-02-201-0/+21
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | PHPBB3-15972
* | | | | | | Merge pull request #5552 from kasimi/ticket/15995Marc Alexander2019-04-071-7/+33
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15995] Add core.memberlist_modify_sort_pagination_params
| * | | | | | | [ticket/15995] Add core.memberlist_modify_sort_pagination_paramskasimi2019-03-181-7/+33
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | PHPBB3-15995
* | | | | | | Merge pull request #5554 from 3D-I/ticket/16001Marc Alexander2019-04-071-7/+13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/16001] Append data to the OAuth's redirect URL
| * | | | | | | [ticket/16001] Append data to the OAuth's redirect URL3D-I2019-03-251-7/+13
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | PHPBB3-16001
* | | | | | | Merge pull request #5501 from marc1706/ticket/15928Marc Alexander2019-04-073-107/+114
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15928] Remove support for downloading backups
| * | | | | | | [ticket/15928] Adjust ACP backup explanationMarc Alexander2019-03-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15928
| * | | | | | | [ticket/15928] Remove support for downloading backupsMarc Alexander2019-01-063-106/+113
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15928
* | | | | | | | Merge pull request #5556 from 3D-I/ticket/16004Marc Alexander2019-04-072-10/+23
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/16004] Add check-in for Emojis in Username
| * | | | | | | | [ticket/16004] Amend the whole docblock3D-I2019-03-311-12/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16004
| * | | | | | | | [ticket/16004] Add a line of comment in the docblock3D-I2019-03-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16004
| * | | | | | | | [ticket/16004] Move the check-in to a more appropriated place3D-I2019-03-311-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16004
| * | | | | | | | [ticket/16004] Add check-in for Emojis in Username3D-I2019-03-312-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16004
* | | | | | | | | Merge pull request #5558 from mrgoldy/ticket/16006Marc Alexander2019-04-072-1/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/16006] Create unique ID's for OAuth (un)linking
| * | | | | | | | | [ticket/16006] Create unique ID's for OAuth (un)linkingmrgoldy2019-04-022-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16006
* | | | | | | | | | Merge pull request #5560 from 3D-I/ticket/16009Marc Alexander2019-04-071-6/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/16009] Display OAuth login's buttons in a row
| * | | | | | | | | | [ticket/16009] Display OAuth login's buttons in a row3D-I2019-04-031-6/+4
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16009
* | | | | | | | | | Merge pull request #5537 from senky/ticket/15970Marc Alexander2019-04-072-1/+30
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | [ticket/15970] Add core.message_admin_form_submit_before
| * | | | | | | | | [ticket/15970] Add empty line before event docblockMarc Alexander2019-04-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15970
| * | | | | | | | | [ticket/15970] Add core.message_admin_form_submit_beforeJakub Senko2019-02-272-1/+29
| | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15970
* | | | | | | | | Merge pull request #5541 from senky/ticket/15978Marc Alexander2019-03-311-0/+11
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15978] Add core.index_mark_notification_after
| * | | | | | | | | [ticket/15978] Add core.index_mark_notification_afterJakub Senko2019-02-251-0/+11
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15978
* | | | | | | | | Merge pull request #5524 from hanakin/ticket/15953Marc Alexander2019-03-313-1/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15953] add reported pm message borders
| * | | | | | | | | [ticket/15953] add reported pm bordershanakin2019-03-043-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15953
* | | | | | | | | | Merge pull request #5460 from 3D-I/ticket/15889Marc Alexander2019-03-311-10/+50
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | [ticket/15889] Add core.memberlist_modify_memberrow_sql
| * | | | | | | | | [ticket/15889] Change mode description in doc-block3D-I2019-03-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15889 [ticket/15889] Change mode description in doc-block PHPBB3-15889 [ticket/15889] Amend doc-block PHPBB3-15889 [ticket/15889] Amend doc-block PHPBB3-15889 [ticket/15889] Change mode description in doc-block PHPBB3-15889
| * | | | | | | | | [ticket/15889] Use array version of sql_from tables in sql array3D-I2019-01-0623-31/+242
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | PHPBB3-15889
| * | | | | | | | | [ticket/15889] Use array version of sql_from tables in sql arrayMarc Alexander2019-01-061-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15889