aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.1.x' into 3.2.xMarc Alexander2016-09-112-1/+19
|\ | | | | | | | | Conflicts: phpBB/styles/subsilver2/template/posting_body.html
| * Merge pull request #4371 from imkingdavid/ticket/14695Marc Alexander2016-09-113-2/+26
| |\ | | | | | | | | | [ticket/14695] Add posting_editor_subject_prepend/append template events
| | * [ticket/14695] Add posting_editor_subject_append/prepend subsilver2 to events.mdDavid King2016-08-091-0/+2
| | | | | | | | | | | | | | | As per request in PR. PHPBB3-14695
| | * [ticket/14695] Added posting_editor_subject_append/prepend events to subsilverDavid King2016-08-091-1/+5
| | | | | | | | | | | | | | | As per request in PR. PHPBB3-14695
| | * [ticket/14695] Put posting_editor_subject_append/prepend events on newlinesDavid King2016-08-091-1/+5
| | | | | | | | | | | | | | | As per request in the PR. PHPBB3-14695
| | * [ticket/14695] Updated version number in events.mdDavid King2016-06-251-2/+2
| | | | | | | | | | | | PHPBB3-14695
| | * [ticket/14695] Add posting_editor_subject_prepend/append template eventsDavid King2016-06-252-1/+15
| | | | | | | | | | | | PHPBB3-14695
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-09-091-1/+1
|\ \ \ | |/ /
| * | Merge pull request #4438 from danchr/ticket/12133Marc Alexander2016-09-091-1/+1
| |\ \ | | | | | | | | | | | | [ticket/12133] fix download file names for WebKit-derived browsers
| | * | [ticket/12133] fix download file names for WebKit-derived browsersDan Villiom Podlaski Christiansen2016-09-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All browser engines that descend from WebKit declare themselves as Safari in the user agent, including Chrome. Currently, the code assumes that any Safari-like browser cannot handle the RFC-compliant filename syntax. At least for recent versions of Safari, this is no longer the case, and the legacy syntax results in URI-quoted filenames. Using the standard syntax works as expected in both Safari 9 and Chrome 45. The ticket reporting this issue is from January 2014, so we can safely ignore compatibility: any browser still relying on the previous behaviour is unlikely to receive security updates. PHPBB3-12133
* | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-09-071-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | Conflicts: phpBB/styles/subsilver2/template/mcp_topic.html
| * | | Merge pull request #4428 from rmcgirr83/ticket/14755Marc Alexander2016-09-072-2/+2
| |\ \ \ | | | | | | | | | | | | | | | [ticket/14755] Fix max length in mcp topic html file
| | * | | [ticket/14755] Fix subsilver2Richard McGirr2016-08-311-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-14755
| | * | | [ticket/14755] Fix max length in mcp topic html fileRMcGirr832016-08-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move posts does not accept a topic number greater than 999999 topic_id set in both posts table and topics table accepts 10 digits https://tracker.phpbb.com/browse/PHPBB3-14755 PHPBB3-14755
* | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-09-062-2/+4
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #4426 from bantu/ticket/14109Marc Alexander2016-09-062-2/+4
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | [ticket/14109] Increase MySQL Version for InnoDB FULLTEXT Index to 5.…
| | * | | [ticket/14109] Increase MySQL Version for InnoDB FULLTEXT Index to 5.6.8.Andreas Fischer2016-08-282-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is required for proper overall database operation. In previous versions, InnoDB might error on ALTER statements when multiple FULLTEXT Indexes are defined. PHPBB3-14109
* | | | | Merge pull request #4435 from Crizz0/ticket/14764Marc Alexander2016-09-062-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14764] Wrong link to database update script has been fixed
| * | | | | [ticket/14764] Implements feedback to wording in install db updaterCrizzo2016-09-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14764
| * | | | | [ticket/14764] Wrong link to database update script has been fixedCrizzo2016-09-022-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14764
* | | | | | Merge pull request #4436 from rxu/ticket/14765Marc Alexander2016-09-041-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14765] Fix the typo in the installer routing config
| * | | | | | [ticket/14765] Fix the typo in the installer routing configrxu2016-09-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14765
* | | | | | | Merge pull request #4434 from marc1706/ticket/14763Tristan Darricau2016-09-031-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14763] Specify correct class for local files class type * marc1706/ticket/14763: [ticket/14763] Specify correct class for local files class type
| * | | | | | [ticket/14763] Specify correct class for local files class typeMarc Alexander2016-09-021-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | PHPBB3-14763
* | | | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-09-011-0/+20
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | * 3.1.x: [ticket/14727] Event core.search_modify_submit_parameters
| * | | | | Merge pull request #4396 from ErnadoO/ticket/14727Tristan Darricau2016-09-011-0/+20
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14727] Event core.search_modify_submit_parameters * ErnadoO/ticket/14727: [ticket/14727] Event core.search_modify_submit_parameters
| | * | | | | [ticket/14727] Event core.search_modify_submit_parametersErwan Nader2016-07-311-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14727
* | | | | | | Merge pull request #4340 from Senky/ticket/10961Tristan Darricau2016-09-0126-0/+98
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/10961] Send HTTP 403 when applicable * Senky/ticket/10961: [ticket/10961] Send HTTP 403 when applicable
| * | | | | | | [ticket/10961] Send HTTP 403 when applicableJakub Senko2016-09-0126-0/+98
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-10961
* | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-08-314-67/+211
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/phpbb/db/migration/tool/module.php
| * | | | | | Merge pull request #4377 from rxu/ticket/14703Marc Alexander2016-08-314-67/+211
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14703] Fix parent module selection for custom extension modules
| | * | | | | | [ticket/14703] Improve exception testingrxu2016-08-281-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14703
| | * | | | | | [ticket/14703] Fix the docblockrxu2016-07-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14703
| | * | | | | | [ticket/14703] Fix existance checking if multiple parent module_langname foundrxu2016-07-241-9/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14703
| | * | | | | | [ticket/14703] Add test for the case multiple parent module_langname foundrxu2016-07-243-6/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14703
| | * | | | | | [ticket/14703] Select the parent module id from the several foundrxu2016-07-232-3/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14703
| | * | | | | | [ticket/14703] Refine the parent module selection for custom extension modulesrxu2016-07-102-71/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14703
| | * | | | | | [ticket/14703] Fix parent module selection for custom modules removalrxu2016-07-031-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14703
| | * | | | | | [ticket/14703] Fix parent module selection for custom extension modulesrxu2016-07-031-1/+4
| | | |_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | PHPBB3-14703
* | | | | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-08-311-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/14673] Changes wrong language variable in mcp_forum
| * | | | | | Merge pull request #4422 from Crizz0/ticket/14673Tristan Darricau2016-08-311-1/+1
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14673] Changes wrong language variable in mcp_forum * Crizz0/ticket/14673: [ticket/14673] Changes wrong language variable in mcp_forum
| | * | | | | [ticket/14673] Changes wrong language variable in mcp_forumCrizzo2016-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14673
* | | | | | | Merge pull request #4427 from hanakin/patch-2Tristan Darricau2016-08-311-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14588] fix header search rtl * hanakin/patch-2: [ticket/14588] fix header search rtl
| * | | | | | | [ticket/14588] fix header search rtlMichael Miday2016-08-291-0/+1
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-14588#add-comment PHPBB3-14588
* | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-08-282-1/+10
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge pull request #4338 from Senky/ticket/14469Marc Alexander2016-08-283-2/+14
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add viewforum_body_topicrow_before template event
| | * | | | | | [ticket/14469] Add viewforum_body_topicrow_before template eventJakub Senko2016-08-113-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14469
* | | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-08-283-0/+35
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge pull request #4389 from kasimi/ticket/14715-3.1.xMarc Alexander2016-08-285-0/+42
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14715] Add template events in posting_topic_review & mcp_topic
| | * | | | | | | [ticket/14715] Converted tabs to spaceskasimi2016-07-221-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14715