We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removed from public namespace:
OCP\Activity\IManager::publishActivity
OCP\Util::logException
OCP\Util::mb_substr_replace
OCP\Util::mb_str_replace
Removed from private namespace:
OC_Helper::linkToPublic
OC\JSON::checkSubAdminUser
OC\Util::checkSubAdminUser
OC\Util::runningOnHhvm
Deprecations:
OCP\Util::linkToPublic
OCP\Util::recursiveArraySearch
Removed JavaScript APIs:
fileDownloadPath()
getScrollBarWidth()
OC.AppConfig.hasKey()
OC.AppConfig.deleteApp()
OC.Share.ShareConfigModel.areAvatarsEnabled()
OC.Util.hasSVGSupport()
OC.Util.replaceSVGIcon()
OC.Util.replaceSVG()
OC.Util.scaleFixForIE8()
OC.Util.isIE8()
Changes:
The text was updated successfully, but these errors were encountered:
The 16 version of this is in #12915
Sorry, something went wrong.
No branches or pull requests
Removed from public namespace:
OCP\Activity\IManager::publishActivity
Remove deprecated publishActivity function #11636OCP\Util::logException
Remove deprecated methods from OCP\Util #11044OCP\Util::mb_substr_replace
Remove deprecated methods from OCP\Util #11044OCP\Util::mb_str_replace
Remove deprecated methods from OCP\Util #11044Removed from private namespace:
OC_Helper::linkToPublic
Deprecate unused, private OC_Helper::linkToPublic #11685OC\JSON::checkSubAdminUser
Remove unused code in legacy classes #11604OC\Util::checkSubAdminUser
Remove unused code in legacy classes #11604OC\Util::runningOnHhvm
Remove unused code in legacy classes #11604Deprecations:
OCP\Util::linkToPublic
Deprecate unused, private OC_Helper::linkToPublic #11685OCP\Util::recursiveArraySearch
Deprecate unused OCP\Util::recursiveArraySearch #11686Removed JavaScript APIs:
fileDownloadPath()
Remove deprecated and unused fileDownloadPath #11682getScrollBarWidth()
Remove deprecated window.getScrollBarWidth #11681OC.AppConfig.hasKey()
Remove deprecated and noop APIs from OC.AppConfig #11692OC.AppConfig.deleteApp()
Remove deprecated and noop APIs from OC.AppConfig #11692OC.Share.ShareConfigModel.areAvatarsEnabled()
Remove deprecated and unused legacy ShareConfigModel.areAvatarsEnabled() #11693OC.Util.hasSVGSupport()
Remove deprecated SVG helpers for old IEs #11680OC.Util.replaceSVGIcon()
Remove deprecated SVG helpers for old IEs #11680OC.Util.replaceSVG()
Remove deprecated SVG helpers for old IEs #11680OC.Util.scaleFixForIE8()
Remove IE8 APIs #11679OC.Util.isIE8()
Remove IE8 APIs #11679Changes:
PHP 7.0 support is droppedonly a warning is shown on those instances [stable15] PHP 7.0 is end of life #12830The text was updated successfully, but these errors were encountered: