Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

This page will inform you about active deprecations in the system. 

CONTENIDO has two different types of deprecations:

  • Normal Deprecation. The resource is outdated and will be removed in the next version which is released 6 months after the release date.
  • Extended Deprecation. The resource is outdated and will be removed in the next version which is released 12 months after the release date.

Normally, a deprecation raises an log entry in the file deprecatedlog.txt. This behaviour can be turned off via configuration. For some deprecations (such as JS functions), a deprecation logging can't be provided. Also some of the key core functions which were called a lot, do not write an entry in the log file (silent deprecation).

Not completed

This table is not completed yet.

ScopeDescription of resourceAlternative usageDeprecated with versionDeprecation type
Class methodcDirHandler::fileNameIsDotcFileHandler::fileNameIsDot4.9.3 (not released yet)NORMAL
Class methodcFileHandler::recursiveRmdircDirHandler::recursiveRmdir4.9.3NORMAL
Class methodcFileHandler::recursiveCopycDirHandler::recursiveCopy4.9.3NORMAL
Class methodcFileHandler::isDirectoryEmptycDirHandler::isDirectoryEmpty4.9.3NORMAL
Class methodcFileHandler::setDefaultDirPermscDirHandler::setDefaultDirPerms4.9.3NORMAL
Class methodcApiDbfsCollection::file_existscApiDbfsCollection::fileExists4.9.3NORMAL
Class methodcApiDbfsCollection::dir_existscApiDbfsCollection::dirExists4.9.3NORMAL
Class methodcApiDbfsCollection::parent_dircApiDbfsCollection::parentDir4.9.3NORMAL
JavaScript functionleave_checkleaveCheck4.9.1 (2013-10-16)NORMAL SILENT
Global context functionglobal context function endsWithcString::endsWith4.9.1NORMAL
Global context functionsetHelpContextgetJsHelpContext4.9.1NORMAL
Global context functionmodTestModuleNone.4.9.1NORMAL
Class methodcApiContainerCollection::assignModul()cApiContainerCollection::assignModule()4.9.1NORMAL
Global context functionaddslashes_deepcString::addSlashes()4.9.0 (2013-08-13)EXTENDED SILENT
Global context functionstripslashes_deepcString::stripSlashes()4.9.0EXTENDED SILENT
Class propertycApiAction::$_objectInvalidNone.4.9.0NORMAL SILENT
Old usageUsing field type.codeMove code to filesystem4.9.0NORMAL
Old usageAdding JavaScript code to cGuiPageMove code to files and include.4.9.0NORMAL
  • No labels