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.
Scope | Description of resource | Alternative usage | Deprecated with version | Deprecation type |
---|---|---|---|---|
Class method | cDirHandler::fileNameIsDot | cFileHandler::fileNameIsDot | 4.9.3 (not released yet) | NORMAL |
Class method | cFileHandler::recursiveRmdir | cDirHandler::recursiveRmdir | 4.9.3 | NORMAL |
Class method | cFileHandler::recursiveCopy | cDirHandler::recursiveCopy | 4.9.3 | NORMAL |
Class method | cFileHandler::isDirectoryEmpty | cDirHandler::isDirectoryEmpty | 4.9.3 | NORMAL |
Class method | cFileHandler::setDefaultDirPerms | cDirHandler::setDefaultDirPerms | 4.9.3 | NORMAL |
Class method | cApiDbfsCollection::file_exists | cApiDbfsCollection::fileExists | 4.9.3 | NORMAL |
Class method | cApiDbfsCollection::dir_exists | cApiDbfsCollection::dirExists | 4.9.3 | NORMAL |
Class method | cApiDbfsCollection::parent_dir | cApiDbfsCollection::parentDir | 4.9.3 | NORMAL |
JavaScript function | leave_check | leaveCheck | 4.9.1 (2013-10-16) | NORMAL SILENT |
Global context function | global context function endsWith | cString::endsWith | 4.9.1 | NORMAL |
Global context function | setHelpContext | getJsHelpContext | 4.9.1 | NORMAL |
Global context function | modTestModule | None. | 4.9.1 | NORMAL |
Class method | cApiContainerCollection::assignModul() | cApiContainerCollection::assignModule() | 4.9.1 | NORMAL |
Global context function | addslashes_deep | cString::addSlashes() | 4.9.0 (2013-08-13) | EXTENDED SILENT |
Global context function | stripslashes_deep | cString::stripSlashes() | 4.9.0 | EXTENDED SILENT |
Class property | cApiAction::$_objectInvalid | None. | 4.9.0 | NORMAL SILENT |