aboutsummaryrefslogtreecommitdiffstats
path: root/tests/version/version_helper_remote_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-1/+1
| | | | PHPBB3-14948
* [ticket/14972] Migrate from deprecated getMock() method to createMock()rxu2019-05-081-1/+5
| | | | PHPBB3-14972
* 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/12610] Use exception_interfaceTristan Darricau2016-12-031-4/+3
| | | | | | | | 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-021-2/+4
|/ | | | 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
* [ticket/security-171] Add tests for retrieved remote data in version_helperMarc Alexander2014-11-211-0/+181
SECURITY-171