nextcloud/lib
Individual IT Services fbe43e6a26 cache result of \OCP\Util::needUpgrade()
reduce calls of \OCP\Util::needUpgrade()
where \OCP\Util::needUpgrade() is called we can call as well
self::checkUpgrade and use the cached result
In line 877 the call way unnecessary anyway because of the first part of
the if statement

move caching to \OCP\Util::needUpgrade

renaming variable

fixing testNeedUpgradeCore()

cache result of checkUpgrade() in self::$needUpgrade

reduce calls of \OCP\Util::needUpgrade()
where \OCP\Util::needUpgrade() is called we can call as well
self::checkUpgrade and use the cached result
In line 877 the call way unnecessary anyway because of the first part of
the if statement

move caching to \OCP\Util::needUpgrade

renaming variable

fixing testNeedUpgradeCore()

fix typo in variable name

deleting tabs
2015-09-29 15:34:42 +02:00
..
l10n [tx-robot] updated from transifex 2015-09-29 01:55:02 -04:00
private Add blob: scheme to default CSP policy 2015-09-29 14:27:35 +02:00
public cache result of \OCP\Util::needUpgrade() 2015-09-29 15:34:42 +02:00
repair Repair mime types only when upgrading from OC 8.0 2015-09-23 10:51:37 +02:00
autoloader.php Restore loadApp() autoload registration 2015-09-16 10:48:03 +01:00
base.php cache result of \OCP\Util::needUpgrade() 2015-09-29 15:34:42 +02:00