Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/15055] Use getMock() for phpBB 3.2 compatibility | Marc Alexander | 2018-01-01 | 1 | -1/+1 |
| | | | | PHPBB3-15055 | ||||
* | [ticket/15055] Add comments explaining overriden createXMLDataSet() | Marc Alexander | 2018-01-01 | 1 | -0/+14 |
| | | | | PHPBB3-15055 | ||||
* | [ticket/15055] Properly support index length check on mssql | Marc Alexander | 2018-01-01 | 3 | -13/+46 |
| | | | | PHPBB3-15055 | ||||
* | [ticket/15055] Run phantomjs for UI tests | Marc Alexander | 2018-01-01 | 1 | -0/+4 |
| | | | | PHPBB3-15055 | ||||
* | [ticket/15055] Support console questions on windows | Marc Alexander | 2018-01-01 | 4 | -15/+52 |
| | | | | PHPBB3-15055 | ||||
* | [ticket/15055] Extend build matrix and trim text in extension_acp_test | Marc Alexander | 2018-01-01 | 2 | -45/+83 |
| | | | | PHPBB3-15055 | ||||
* | [ticket/15055] Run also on PHP 7.0 | Marc Alexander | 2018-01-01 | 1 | -6/+9 |
| | | | | PHPBB3-15055 | ||||
* | [ticket/15055] Specify utf8 as character set in sqlsrv_connect | Marc Alexander | 2018-01-01 | 1 | -1/+2 |
| | | | | | | This is needed to be able to correctly retrieve unicode data from the db. PHPBB3-15055 | ||||
* | [ticket/15055] Try using build matrix | Marc Alexander | 2018-01-01 | 4 | -4/+42 |
| | | | | PHPBB3-15055 | ||||
* | [ticket/15055] Only drop dependent PK indexes and fix more tests for mssql | Marc Alexander | 2018-01-01 | 12 | -10/+57 |
| | | | | PHPBB3-15055 | ||||
* | [ticket/15055] Handle default identity column on mssql in database tests | Marc Alexander | 2018-01-01 | 1 | -0/+47 |
| | | | | PHPBB3-15055 | ||||
* | [ticket/15055] Try moving to PHP 7.1 | Marc Alexander | 2018-01-01 | 1 | -6/+17 |
| | | | | PHPBB3-15055 | ||||
* | [ticket/15055] Drop primary keys when necessary and fix test comparisons | Marc Alexander | 2018-01-01 | 2 | -1/+43 |
| | | | | PHPBB3-15055 | ||||
* | [ticket/15055] Use unicode column types where necessary | Marc Alexander | 2018-01-01 | 1 | -14/+14 |
| | | | | PHPBB3-15055 | ||||
* | [ticket/15055] Start fixing missing keys in fixtures | Marc Alexander | 2018-01-01 | 2 | -0/+8 |
| | | | | PHPBB3-15055 | ||||
* | [ticket/15055] Start setting up IIS | Marc Alexander | 2018-01-01 | 1 | -1/+22 |
| | | | | PHPBB3-15055 | ||||
* | [ticket/15055] Further fixes to ensure PHP 7.1 & mssql compatibility | Marc Alexander | 2018-01-01 | 4 | -6/+8 |
| | | | | PHPBB3-15055 | ||||
* | [ticket/15055] Debug issues | Marc Alexander | 2018-01-01 | 2 | -1/+8 |
| | | | | PHPBB3-15055 | ||||
* | [ticket/15055] Output test config to test_config.php | Marc Alexander | 2018-01-01 | 1 | -1/+4 |
| | | | | PHPBB3-15055 | ||||
* | [ticket/15055] Add .appveyor.yml file | Marc Alexander | 2018-01-01 | 1 | -0/+39 |
| | | | | PHPBB3-15055 | ||||
* | [3.2.x] Update version number to 3.2.3-dev | Marc Alexander | 2017-12-28 | 3 | -5/+5 |
| | |||||
* | Merge branch 'prep-release-3.2.2' into 3.2.x | Marc Alexander | 2017-12-28 | 9 | -7/+180 |
|\ | |||||
| * | [prep-release-3.2.2] Update changelog for 3.2.2-RC1 | Marc Alexander | 2017-12-28 | 1 | -0/+132 |
| | | |||||
| * | [prep-release-3.2.2] Add migration for 3.2.2-RC1 | Marc Alexander | 2017-12-28 | 2 | -0/+41 |
| | | |||||
| * | [prep-release-3.2.2] Update version to 3.2.2 | Marc Alexander | 2017-12-28 | 2 | -3/+3 |
| | | |||||
| * | [prep-release-3.2.2] Update version to 3.2.2-RC1 | Marc Alexander | 2017-12-28 | 4 | -4/+4 |
|/ | |||||
* | Merge pull request #5066 from marc1706/ticket/15179 | Marc Alexander | 2017-12-28 | 1 | -102/+103 |
|\ | | | | | | | [ticket/15179] Update dependencies for 3.2.x | ||||
| * | [ticket/15179] Update dependencies for 3.2.x | Marc Alexander | 2017-12-28 | 1 | -102/+103 |
|/ | | | | PHPBB3-15179 | ||||
* | Merge pull request #4971 from Elsensee/ticket/15339 | Marc Alexander | 2017-12-28 | 11 | -160/+221 |
|\ | | | | | | | [ticket/15339] Use manual method when adding modules | ||||
| * | [ticket/15339] Fix tests | Oliver Schramm | 2017-12-24 | 2 | -20/+1 |
| | | | | | | | | PHPBB3-15339 | ||||
| * | [ticket/15339] Free sql results in migration module tool | Oliver Schramm | 2017-11-17 | 1 | -2/+4 |
| | | | | | | | | PHPBB3-15339 | ||||
| * | [ticket/15339] Allow a module to have multiple parents | Oliver Schramm | 2017-11-17 | 3 | -123/+136 |
| | | | | | | | | | | | | Also restore old behaviour from Olympus regarding re-sorting modules PHPBB3-15339 | ||||
| * | [ticket/15339] Use manual method when adding modules | Oliver Schramm | 2017-09-22 | 9 | -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/15454 | Marc Alexander | 2017-12-28 | 1 | -2/+30 |
|\ \ | | | | | | | | | | [ticket/15454] Add core.mcp_queue_approve_details_template | ||||
| * | | [ticket/15454] Add post template data to event | Marc Alexander | 2017-12-28 | 1 | -0/+2 |
| | | | | | | | | | | | | PHPBB3-15454 | ||||
| * | | [ticket/15454] Add core.mcp_queue_approve_details_template | Jakub Senko | 2017-11-13 | 1 | -2/+28 |
| | | | | | | | | | | | | PHPBB3-15454 | ||||
* | | | Merge pull request #5044 from hubaishan/ticket/15453 | Marc Alexander | 2017-12-28 | 1 | -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.php | hubaishan | 2017-12-27 | 1 | -2/+15 |
| |/ / | | | | | | | | | | | | | | | | Add core event after language deleted in acp_language.php PHPBB3-15453 | ||||
* | | | Merge pull request #5063 from vinny/ticket/15485 | Marc Alexander | 2017-12-28 | 2 | -1/+33 |
|\ \ \ | | | | | | | | | | | | | [ticket/15485] Add template event for forum images | ||||
| * | | | [ticket/15485] Add missing separation below event title | Marc Alexander | 2017-12-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-15485 | ||||
| * | | | [ticket/15485] Add template event for forum images | vinny | 2017-12-18 | 2 | -1/+32 |
| | | | | | | | | | | | | | | | | PHPBB3-15485 | ||||
* | | | | Merge pull request #5039 from hubaishan/ticket/15445 | Marc Alexander | 2017-12-27 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | [ticket/15445] Update URIs in README.md | ||||
| * | | | | [ticket/15445] Update URIs in README.md | hubaishan | 2017-12-27 | 1 | -1/+1 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | Update Coding and Git Guidelines URIs in README.md PHPBB3-15445 | ||||
* | | | | Merge pull request #5040 from kasimi/ticket/15446 | Marc Alexander | 2017-12-27 | 1 | -0/+26 |
|\ \ \ \ | | | | | | | | | | | | | | | | [ticket/15446] Add event core.acp_profile_action | ||||
| * | | | | [ticket/15446] Add event core.acp_profile_action | kasimi | 2017-11-08 | 1 | -0/+26 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-15446 | ||||
* | | | | | Merge pull request #5041 from kasimi/ticket/15447 | Marc Alexander | 2017-12-27 | 1 | -2/+21 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/15447] Add event core.acp_profile_modify_profile_row | ||||
| * | | | | | [ticket/15447] Add event core.acp_profile_modify_profile_row | kasimi | 2017-11-08 | 1 | -2/+21 |
| |/ / / / | | | | | | | | | | | | | | | | PHPBB3-15447 | ||||
* | | | | | Merge pull request #5042 from kinerity/ticket/15451 | Marc Alexander | 2017-12-27 | 2 | -0/+18 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/15451] Add template event mcp_topic_postrow_attachments_before/after | ||||
| * | | | | | [ticket/15451] Add template event mcp_topic_postrow_attachments_before/after | Kailey Truscott | 2017-11-13 | 2 | -0/+18 |
| | |_|/ / | |/| | | | | | | | | | | | | | PHPBB3-15451 | ||||
* | | | | | Merge pull request #5043 from kinerity/ticket/15452 | Marc Alexander | 2017-12-27 | 2 | -0/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/15452] Add template event mcp_topic_postrow_post_before |