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.
Version 4.9.3 (not released yet)
Scope | Description of resource | Alternative usage | Deprecation type |
---|---|---|---|
Class method | cDirHandler::fileNameIsDot | cFileHandler::fileNameIsDot | NORMAL |
Class method | cFileHandler::recursiveRmdir | cDirHandler::recursiveRmdir | NORMAL |
Class method | cFileHandler::recursiveCopy | cDirHandler::recursiveCopy | NORMAL |
Class method | cFileHandler::isDirectoryEmpty | cDirHandler::isDirectoryEmpty | NORMAL |
Class method | cFileHandler::setDefaultDirPerms | cDirHandler::setDefaultDirPerms | NORMAL |
Class method | cApiDbfsCollection::file_exists | cApiDbfsCollection::fileExists | NORMAL |
Class method | cApiDbfsCollection::dir_exists | cApiDbfsCollection::dirExists | NORMAL |
Class method | cApiDbfsCollection::parent_dir | cApiDbfsCollection::parentDir | NORMAL |
Default plugin class | Contenido_Backend_SmartyWrapper | cSmartyBackend | NORMAL |
Default plugin class | Contenido_SmartyWrapper | cSmartyFrontend | NORMAL |
Version 4.9.1 (2013-10-16)
Scope | Description of resource | Alternative usage | Deprecation type |
---|---|---|---|
JavaScript function | leave_check | leaveCheck | NORMAL SILENT |
Global context function | global context function endsWith | cString::endsWith | NORMAL |
Global context function | setHelpContext | getJsHelpContext | NORMAL |
Global context function | modTestModule | None. | NORMAL |
Class method | cApiContainerCollection::assignModul() | cApiContainerCollection::assignModule() | NORMAL |
Version 4.9.0 (2013-08-13)
Scope | Description of resource | Alternative usage | Deprecation type |
---|---|---|---|
Global context function | addslashes_deep | cString::addSlashes() | EXTENDED SILENT |
Global context function | stripslashes_deep | cString::stripSlashes() | EXTENDED SILENT |
Class property | cApiAction::$_objectInvalid | None. | NORMAL SILENT |
Old usage | Using field type.code | Move code to filesystem | NORMAL |
Old usage | Adding JavaScript code to cGuiPage | Move code to files and include. | NORMAL |