aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [3.2.x] Update versions to 3.2.7-devMarc Alexander2019-04-213-5/+5
|
* Merge branch 'prep-release-3.2.6' into 3.2.xMarc Alexander2019-04-218-7/+109
|\
| * [prep-release-3.2.6] Update changelog for 3.2.6-RC1Marc Alexander2019-04-201-0/+65
| |
| * [prep-release-3.2.6] Add migration for 3.2.6-RC1Marc Alexander2019-04-201-0/+37
| |
| * [prep-release-3.2.6] Update version numbers for 3.2.6 release processMarc Alexander2019-04-202-3/+3
| |
| * [prep-release-3.2.6] Update version numbers for 3.2.6-RC1Marc Alexander2019-04-204-4/+4
|/
* Merge pull request #5570 from dark-1/ticket/16020Marc Alexander2019-04-201-1/+1
|\ | | | | | | [ticket/16020] Fix some mistake from PHPBB3-15827
| * [ticket/16020] Fix some mistake from PHPBB3-15827Darkā¶2019-04-191-1/+1
| | | | | | | | PHPBB3-16020
* | Merge pull request #5567 from marc1706/ticket/16018Marc Alexander2019-04-202-138/+139
|\ \ | |/ |/| | | [ticket/16018] Update composer to 1.8.5, symfony & dependencies to latest
| * [ticket/16018] Update composer to 1.8.5, symfony & dependencies to latestMarc Alexander2019-04-172-138/+139
| | | | | | | | PHPBB3-16018
* | Merge pull request #5559 from mrgoldy/ticket/16007Marc Alexander2019-04-174-7/+38
|\ \ | |/ |/| | | [ticket/16007] Show ban message for OAuth login
| * [ticket/16007] Correct check_ban_test to booleanmrgoldy2019-04-021-1/+2
| | | | | | | | PHPBB3-16007
| * [ticket/16007] No strict comparison against "false"mrgoldy2019-04-023-4/+7
| | | | | | | | PHPBB3-16007
| * [ticket/16007] Show ban message for OAuth loginmrgoldy2019-04-023-6/+33
| | | | | | | | PHPBB3-16007
* | Merge pull request #5513 from mrgoldy/ticket/15942Marc Alexander2019-04-173-16/+41
|\ \ | | | | | | | | | [ticket/15942] Allow array in confirm_box title
| * | [ticket/15942] Add language to compatibility globals & use in confirm_boxMarc Alexander2019-04-172-9/+16
| | | | | | | | | | | | PHPBB3-15942
| * | [ticket/15942] Past tensemrgoldy2019-04-161-1/+1
| | | | | | | | | | | | PHPBB3-15942
| * | [ticket/15942] Update DocBlockmrgoldy2019-04-161-0/+2
| | | | | | | | | | | | PHPBB3-15942
| * | [ticket/15942] Optimize countmrgoldy2019-01-151-4/+6
| | | | | | | | | | | | PHPBB3-15942
| * | [ticket/15942] Allow array in confirm_box titlemrgoldy2019-01-152-9/+23
| | | | | | | | | | | | PHPBB3-15942
* | | 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
* | | | | Merge pull request #5561 from marc1706/ticket/16010Marc Alexander2019-04-122-204/+212
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/16010] Enforce alphabetical order for events in events.md
| * | | | | [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-2371-168/+554
| |\ \ \ \ \
| * | | | | | [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-073-10/+34
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/16004] Add check-in for Emojis in Username
| * | | | | | | | | [ticket/16004] Add tests/functions/validate_username_test.php3D-I2019-04-011-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16004