aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 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 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 #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 #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 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 #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 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
| * | | | | | [ticket/14715] Fixed typos in events.mdkasimi2016-07-211-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14715
| * | | | | | [ticket/14715] Add template events in posting_topic_review & mcp_topickasimi2016-07-215-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The events will allow adding content before and after the post details in topic review and topic moderation. PHPBB3-14715
* | | | | | | Merge pull request #3659 from Elsensee/ticket/12230Marc Alexander2016-08-281-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | [ticket/12230] Disable newly registered group when post limit is set to 0
| * | | | | | [ticket/12230] Remove users from new users group when post limit is 0Oliver Schramm2016-05-171-1/+1
| | |/ / / / | |/| | | | | | | | | | | | | | | | PHPBB3-12230
* | | | | | Merge pull request #4415 from Elsensee/ticket/14743Marc Alexander2016-08-211-3/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14743] Remove PHP7 from travis tests in 3.1.x
| * | | | | | [ticket/14743] Remove PHP7 from travis testsOliver Schramm2016-08-171-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14743
* | | | | | | Merge pull request #4411 from Senky/ticket/12925Marc Alexander2016-08-214-12/+21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12925] Pluralize permanent delete checkbox label
| * | | | | | | [ticket/12925] Pluralize permanent delete checkbox labelJakub Senko2016-08-154-12/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12925
* | | | | | | | Merge pull request #4419 from Elsensee/ticket/14742Marc Alexander2016-08-216-59/+51
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | [ticket/14742] Further improvements to migrator
| * | | | | | | [ticket/14742] Reset migration_data_state before revertingOliver Schramm2016-08-201-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14742
| * | | | | | | [ticket/14742] Change constants to use Symfony valuesOliver Schramm2016-08-201-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to avoid errors when comparing verbosity levels in a CLI output handler that is using Symfony's OutputInterface for example. PHPBB3-14742
| * | | | | | | [ticket/14742] Pause after each update_data step tooOliver Schramm2016-08-201-50/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rewriting process_data_step() to remove the now useless foreach() loop. PHPBB3-14742
| * | | | | | | [ticket/14742] Improve readability of the codeOliver Schramm2016-08-201-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14742
| * | | | | | | [ticket/14742] Fix comments in migratorOliver Schramm2016-08-205-5/+6
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-14742
* | | | | | | Merge pull request #4413 from wesleyfok/ticket/14745Marc Alexander2016-08-161-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14745] Removed unneeded HTML ampersand
| * | | | | | | [ticket/14745] Removed unneeded HTML ampersandWesley Fok2016-08-151-1/+1
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed the HTML ampersand entity in U_NOTIFICATION_SETTINGS into a bare ampersand character. PHPBB3-14745
* | | | | | | Merge pull request #4409 from Elsensee/ticket/14742Marc Alexander2016-08-1311-34/+201
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | [ticket/14742] Improvements to migrator
| * | | | | | [ticket/14742] Enhance measured time for migrationsOliver Schramm2016-08-121-5/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14742
| * | | | | | [ticket/14742] Improve verbosity of migrator outputOliver Schramm2016-08-121-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14742
| * | | | | | [ticket/14742] Add test for (not) reverting ifOliver Schramm2016-08-112-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14742
| * | | | | | [ticket/14742] Avoid loop while reverting schemaOliver Schramm2016-08-111-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14742
| * | | | | | [ticket/14742] Make $last_run_migration protectedOliver Schramm2016-08-112-8/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14742
| * | | | | | [ticket/14742] Fix schema updateOliver Schramm2016-08-111-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First make it work, then avoid a loop PHPBB3-14742
| * | | | | | [ticket/14742] Add test for reverse_update_data()Oliver Schramm2016-08-111-0/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14742
| * | | | | | [ticket/14742] Small fixes to migratorOliver Schramm2016-08-111-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14742
| * | | | | | [ticket/14742] Avoid loop while reverting dataOliver Schramm2016-08-116-12/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This combines reverted updata_data and revert_data into a single array. PHPBB3-14742