aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15055] Use getMock() for phpBB 3.2 compatibilityMarc Alexander2018-01-011-1/+1
| | | | PHPBB3-15055
* [ticket/15055] Add comments explaining overriden createXMLDataSet()Marc Alexander2018-01-011-0/+14
| | | | PHPBB3-15055
* [ticket/15055] Properly support index length check on mssqlMarc Alexander2018-01-013-13/+46
| | | | PHPBB3-15055
* [ticket/15055] Run phantomjs for UI testsMarc Alexander2018-01-011-0/+4
| | | | PHPBB3-15055
* [ticket/15055] Support console questions on windowsMarc Alexander2018-01-014-15/+52
| | | | PHPBB3-15055
* [ticket/15055] Extend build matrix and trim text in extension_acp_testMarc Alexander2018-01-012-45/+83
| | | | PHPBB3-15055
* [ticket/15055] Run also on PHP 7.0Marc Alexander2018-01-011-6/+9
| | | | PHPBB3-15055
* [ticket/15055] Specify utf8 as character set in sqlsrv_connectMarc Alexander2018-01-011-1/+2
| | | | | | This is needed to be able to correctly retrieve unicode data from the db. PHPBB3-15055
* [ticket/15055] Try using build matrixMarc Alexander2018-01-014-4/+42
| | | | PHPBB3-15055
* [ticket/15055] Only drop dependent PK indexes and fix more tests for mssqlMarc Alexander2018-01-0112-10/+57
| | | | PHPBB3-15055
* [ticket/15055] Handle default identity column on mssql in database testsMarc Alexander2018-01-011-0/+47
| | | | PHPBB3-15055
* [ticket/15055] Try moving to PHP 7.1Marc Alexander2018-01-011-6/+17
| | | | PHPBB3-15055
* [ticket/15055] Drop primary keys when necessary and fix test comparisonsMarc Alexander2018-01-012-1/+43
| | | | PHPBB3-15055
* [ticket/15055] Use unicode column types where necessaryMarc Alexander2018-01-011-14/+14
| | | | PHPBB3-15055
* [ticket/15055] Start fixing missing keys in fixturesMarc Alexander2018-01-012-0/+8
| | | | PHPBB3-15055
* [ticket/15055] Start setting up IISMarc Alexander2018-01-011-1/+22
| | | | PHPBB3-15055
* [ticket/15055] Further fixes to ensure PHP 7.1 & mssql compatibilityMarc Alexander2018-01-014-6/+8
| | | | PHPBB3-15055
* [ticket/15055] Debug issuesMarc Alexander2018-01-012-1/+8
| | | | PHPBB3-15055
* [ticket/15055] Output test config to test_config.phpMarc Alexander2018-01-011-1/+4
| | | | PHPBB3-15055
* [ticket/15055] Add .appveyor.yml fileMarc Alexander2018-01-011-0/+39
| | | | PHPBB3-15055
* [3.2.x] Update version number to 3.2.3-devMarc Alexander2017-12-283-5/+5
|
* Merge branch 'prep-release-3.2.2' into 3.2.xMarc Alexander2017-12-289-7/+180
|\
| * [prep-release-3.2.2] Update changelog for 3.2.2-RC1Marc Alexander2017-12-281-0/+132
| |
| * [prep-release-3.2.2] Add migration for 3.2.2-RC1Marc Alexander2017-12-282-0/+41
| |
| * [prep-release-3.2.2] Update version to 3.2.2Marc Alexander2017-12-282-3/+3
| |
| * [prep-release-3.2.2] Update version to 3.2.2-RC1Marc Alexander2017-12-284-4/+4
|/
* Merge pull request #5066 from marc1706/ticket/15179Marc Alexander2017-12-281-102/+103
|\ | | | | | | [ticket/15179] Update dependencies for 3.2.x
| * [ticket/15179] Update dependencies for 3.2.xMarc Alexander2017-12-281-102/+103
|/ | | | PHPBB3-15179
* Merge pull request #4971 from Elsensee/ticket/15339Marc Alexander2017-12-2811-160/+221
|\ | | | | | | [ticket/15339] Use manual method when adding modules
| * [ticket/15339] Fix testsOliver Schramm2017-12-242-20/+1
| | | | | | | | PHPBB3-15339
| * [ticket/15339] Free sql results in migration module toolOliver Schramm2017-11-171-2/+4
| | | | | | | | PHPBB3-15339
| * [ticket/15339] Allow a module to have multiple parentsOliver Schramm2017-11-173-123/+136
| | | | | | | | | | | | Also restore old behaviour from Olympus regarding re-sorting modules PHPBB3-15339
| * [ticket/15339] Use manual method when adding modulesOliver Schramm2017-09-229-18/+83
| | | | | | | | | | | | | | This will fix cases where the module is deleted in later versions and the migrator thus cannot retrieve the info. PHPBB3-15339
* | Merge pull request #5045 from senky/ticket/15454Marc Alexander2017-12-281-2/+30
|\ \ | | | | | | | | | [ticket/15454] Add core.mcp_queue_approve_details_template
| * | [ticket/15454] Add post template data to eventMarc Alexander2017-12-281-0/+2
| | | | | | | | | | | | PHPBB3-15454
| * | [ticket/15454] Add core.mcp_queue_approve_details_templateJakub Senko2017-11-131-2/+28
| | | | | | | | | | | | PHPBB3-15454
* | | Merge pull request #5044 from hubaishan/ticket/15453Marc Alexander2017-12-281-2/+15
|\ \ \ | | | | | | | | | | | | [ticket/15453] Add core event after language deleted in acp_language.php
| * | | [ticket/15453] Add core event after language deleted in acp_language.phphubaishan2017-12-271-2/+15
| |/ / | | | | | | | | | | | | | | | Add core event after language deleted in acp_language.php PHPBB3-15453
* | | Merge pull request #5063 from vinny/ticket/15485Marc Alexander2017-12-282-1/+33
|\ \ \ | | | | | | | | | | | | [ticket/15485] Add template event for forum images
| * | | [ticket/15485] Add missing separation below event titleMarc Alexander2017-12-271-0/+1
| | | | | | | | | | | | | | | | PHPBB3-15485
| * | | [ticket/15485] Add template event for forum imagesvinny2017-12-182-1/+32
| | | | | | | | | | | | | | | | PHPBB3-15485
* | | | Merge pull request #5039 from hubaishan/ticket/15445Marc Alexander2017-12-271-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15445] Update URIs in README.md
| * | | | [ticket/15445] Update URIs in README.mdhubaishan2017-12-271-1/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | Update Coding and Git Guidelines URIs in README.md PHPBB3-15445
* | | | Merge pull request #5040 from kasimi/ticket/15446Marc Alexander2017-12-271-0/+26
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15446] Add event core.acp_profile_action
| * | | | [ticket/15446] Add event core.acp_profile_actionkasimi2017-11-081-0/+26
| | | | | | | | | | | | | | | | | | | | PHPBB3-15446
* | | | | Merge pull request #5041 from kasimi/ticket/15447Marc Alexander2017-12-271-2/+21
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15447] Add event core.acp_profile_modify_profile_row
| * | | | | [ticket/15447] Add event core.acp_profile_modify_profile_rowkasimi2017-11-081-2/+21
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-15447
* | | | | Merge pull request #5042 from kinerity/ticket/15451Marc Alexander2017-12-272-0/+18
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15451] Add template event mcp_topic_postrow_attachments_before/after
| * | | | | [ticket/15451] Add template event mcp_topic_postrow_attachments_before/afterKailey Truscott2017-11-132-0/+18
| | |_|/ / | |/| | | | | | | | | | | | | PHPBB3-15451
* | | | | Merge pull request #5043 from kinerity/ticket/15452Marc Alexander2017-12-272-0/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15452] Add template event mcp_topic_postrow_post_before