aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/version_helper.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12610] Correctly handle empty cacheTristan Darricau2016-12-031-8/+8
| | | | PHPBB3-12610
* [ticket/12610] CSTristan Darricau2016-12-031-0/+1
| | | | PHPBB3-12610
* [ticket/12610] Use exception_interfaceTristan Darricau2016-12-031-23/+10
| | | | PHPBB3-12610
* [ticket/12618] Allow extension author to use SSL for version-checkKilian2015-09-251-3/+10
| | | | | | | | | For version-check a new parameter 'ssl' is introduced. If set to true, it will use 443 as port for the file_downloader. In file_downloader, the host parameter of fsockopen is appended with 'ssl://' in case the port is 443 in order to use SSL. PHPBB3-12618
* [ticket/13556] Fix exception translation with filedownloaderJoas Schilling2015-01-301-2/+3
| | | | PHPBB3-13556
* [ticket/13393] Call user->lang function directlyOliver Schramm2014-11-271-1/+1
| | | | PHPBB3-13393
* Merge branch 'ticket/13358' into ticket/security-171Marc Alexander2014-11-221-1/+1
|\
| * [ticket/13358] Correctly create version_helper in acp_extensionsMarc Alexander2014-11-221-1/+1
| | | | | | | | | | | | | | The full namespace for the file_downloader is now also being used in version_helper. PHPBB3-13358
* | Merge branch 'ticket/13358' into ticket/security-171Marc Alexander2014-11-211-5/+16
|\ \ | |/
| * [ticket/13358] Do not pass variables by referenceMarc Alexander2014-11-211-5/+3
| | | | | | | | PHPBB3-13358
| * [ticket/13358] Fix tests and use exceptions instead of user objectMarc Alexander2014-11-211-1/+7
| | | | | | | | PHPBB3-13358
| * [ticket/13358] Add file_downloader to version_helperMarc Alexander2014-11-211-2/+9
| | | | | | | | PHPBB3-13358
* | [ticket/security-171] Add tests for retrieved remote data in version_helperMarc Alexander2014-11-211-5/+8
| | | | | | | | SECURITY-171
* | [ticket/security-171] Use type cast helper for json dataMarc Alexander2014-11-211-9/+7
|/ | | | SECURITY-171
* [ticket/13243] Validate announcement entry for existence in version_helperOliver Schramm2014-11-091-1/+1
| | | | PHPBB3-13243
* [ticket/13232] Fix more issues with TTL and global cache fileJoas Schilling2014-10-281-1/+1
| | | | PHPBB3-13232
* [ticket/11366] Force the use of the cache on the list pageTristan Darricau2014-05-281-32/+40
| | | | PHPBB3-11366
* Merge remote-tracking branch 'upstream/develop-ascraeus' into ticket/12594Yuriy Rusko2014-05-281-1/+4
|\
| * [ticket/12536] Restore missing @throwsTristan Darricau2014-05-261-0/+1
| | | | | | | | PHPBB3-12536
| * [ticket/12536] Use stable values when unstable are unavailableTristan Darricau2014-05-151-11/+5
| | | | | | | | PHPBB3-12536
| * [ticket/12536] Update doc blockTristan Darricau2014-05-131-1/+0
| | | | | | | | PHPBB3-12536
| * [ticket/12536] Return empty array if stability unavailableTristan Darricau2014-05-131-1/+1
| | | | | | | | PHPBB3-12536
| * [ticket/12536] Get Versions Should Not Require Both Stable and UnstableTristan Darricau2014-05-121-3/+12
| | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12536 PHPBB3-12536
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
|/ | | | PHPBB3-12594
* [ticket/9871] Can set current version to use instead of the phpBB versionNathan Guse2014-03-141-3/+23
| | | | PHPBB3-9871
* [ticket/9871] Option to force the stability when checking for updatesNathan Guse2014-03-111-1/+31
| | | | PHPBB3-9871
* [ticket/9871] Allow setting the host/file to load for the version classNathan Guse2014-03-101-3/+44
| | | | PHPBB3-9871
* [ticket/9871] Typehint and comment on var typesNathan Guse2014-03-051-1/+6
| | | | PHPBB3-9871
* [ticket/9871] Restore phpbb_version_compareNathan Guse2014-03-051-11/+1
| | | | PHPBB3-9871
* [ticket/9871] Restore get_remote_fileNathan Guse2014-03-051-71/+7
| | | | PHPBB3-9871
* [ticket/9871] Update version check file to use json formatNathan Guse2014-02-191-0/+249
PHPBB3-9871