aboutsummaryrefslogtreecommitdiffstats
path: root/tests/version
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16190] Deprecate phpbb's checkdnsrr wrapperrubencm2019-10-311-1/+1
| | | | PHPBB3-16190
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-093-3/+3
| | | | PHPBB3-14948
* [ticket/14972] Migrate from deprecated getMock() method to createMock()rxu2019-05-081-1/+5
| | | | PHPBB3-14972
* Merge pull request #35 from phpbb/ticket/security-203-rheaMarc Alexander2017-07-161-31/+74
|\ | | | | | | [ticket/security-203] Fully validate version check data in version helper -- Rhea
| * Merge branch 'ticket/security-203' into ticket/security-203-rheaMarc Alexander2016-12-281-31/+74
| |\
| | * [ticket/security-203] Do not add null values to versions infoMarc Alexander2016-12-271-1/+14
| | | | | | | | | | | | | | | | | | Also stopped using reference for validate_versions() method argument. SECURTIY-203
| | * [ticket/security-203] Fully validate version check data in version helperMarc Alexander2016-12-261-34/+64
| | | | | | | | | | | | | | | | | | | | | | | | This will also take care of SECURITY-204 as it's the same underlying issue. Admins still need to ensure they don't visit malicious sites for URLs provided by extensions. SECURITY-203
* | | [ticket/15142] Merge branch 'ticket/15142' into 32xMatt Friedman2017-04-101-0/+297
|\ \ \ | | | | | | | | | | | | PHPBB3-15142
| * | | [ticket/15142] Add ext branch update testsMatt Friedman2017-03-241-0/+292
| | | | | | | | | | | | | | | | PHPBB3-15142
* | | | [ticket/15045] Fix user object instantiation in version_testMarc Alexander2017-01-241-1/+6
| | | | | | | | | | | | | | | | PHPBB3-15045
* | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-01-221-0/+200
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | | | | | | | | | * 3.1.x: [ticket/14968] Use earlier version as written in comment [ticket/14968] Update docblock and ensure method returns array [ticket/14968] Display possible upgrade on acp index and update page [ticket/14968] Add method for retrieving updates on current branch
| * | [ticket/14968] Use earlier version as written in commentMarc Alexander2017-01-221-2/+2
| | | | | | | | | | | | PHPBB3-14968
| * | [ticket/14968] Update docblock and ensure method returns arrayMarc Alexander2017-01-221-2/+2
| | | | | | | | | | | | PHPBB3-14968
| * | [ticket/14968] Add method for retrieving updates on current branchMarc Alexander2017-01-221-0/+200
| |/ | | | | | | PHPBB3-14968
* | [ticket/12610] Use exception_interfaceTristan Darricau2016-12-033-12/+5
| | | | | | | | PHPBB3-12610
* | [ticket/13782] Rename null driver to dummy for PHP7 compatibilityMarc Alexander2015-05-041-1/+1
| | | | | | | | PHPBB3-13782
* | [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-023-6/+22
|/ | | | PHPBB3-13762
* [ticket/security-171] Remove duplicate semicolon from testsMarc Alexander2014-11-221-1/+1
| | | | SECURITY-171
* [ticket/security-171] Modify tests for new file_downloader classMarc Alexander2014-11-211-12/+4
| | | | SECURITY-171
* Merge branch 'ticket/13358' into ticket/security-171Marc Alexander2014-11-212-0/+4
|\
| * [ticket/13358] Fix tests and use exceptions instead of user objectMarc Alexander2014-11-212-0/+4
| | | | | | | | PHPBB3-13358
* | [ticket/security-171] Add tests for retrieved remote data in version_helperMarc Alexander2014-11-211-0/+181
|/ | | | SECURITY-171
* [ticket/12932] Fix tests and calls to create_datetimeMarc Alexander2014-08-102-4/+4
| | | | PHPBB3-12932
* Merge remote-tracking branch 'upstream/develop-ascraeus' into ticket/12594Yuriy Rusko2014-05-281-0/+10
|\
| * [ticket/12536] Add test cases with empty versions listTristan Darricau2014-05-151-0/+10
| | | | | | | | PHPBB3-12536
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-272-6/+14
|/ | | | PHPBB3-12594
* [ticket/9871] Fix test nameNathan Guse2014-03-141-1/+1
| | | | PHPBB3-9871
* [ticket/9871] Split fast and slow version testsNathan Guse2014-03-132-26/+58
| | | | PHPBB3-9871
* [ticket/9871] Fix testsNathan Guse2014-03-081-3/+11
| | | | PHPBB3-9871
* [ticket/9871] Mark test as slowNathan Guse2014-03-051-0/+3
| | | | PHPBB3-9871
* [ticket/9871] Update version check file to use json formatNathan Guse2014-02-191-0/+333
PHPBB3-9871