Overview

Packages

  • Core
    • Authentication
    • Backend
    • Cache
    • CEC
    • Chain
    • ContentType
    • Database
    • Datatype
    • Debug
    • Exception
    • Frontend
      • Search
      • URI
      • Util
    • GenericDB
      • Model
    • GUI
      • HTML
    • I18N
    • LayoutHandler
    • Log
    • Security
    • Session
    • Util
    • Validation
    • Versioning
    • XML
  • Module
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
  • mpAutoloaderClassMap
  • None
  • Plugin
    • ContentAllocation
    • CronjobOverview
    • FormAssistant
    • FrontendLogic
    • FrontendUsers
    • Linkchecker
    • ModRewrite
    • Newsletter
    • Repository
      • FrontendNavigation
      • KeywordDensity
    • SearchSolr
    • SmartyWrapper
    • UrlShortener
    • UserForum
    • Workflow
  • PluginManager
  • Setup
    • Form
    • GUI
    • Helper
      • Environment
      • Filesystem
      • MySQL
      • PHP
    • UpgradeJob

Classes

  • cUpgradeJob_0001
  • cUpgradeJob_0002
  • cUpgradeJob_0003
  • cUpgradeJob_0004
  • cUpgradeJob_0005
  • cUpgradeJob_0006
  • cUpgradeJob_0007
  • cUpgradeJob_0008
  • cUpgradeJob_0009
  • cUpgradeJob_0010
  • cUpgradeJob_0011
  • cUpgradeJob_0012
  • cUpgradeJob_0013
  • cUpgradeJob_0014
  • cUpgradeJobAbstract
  • cUpgradeJobMain
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Class cUpgradeJob_0007

Upgrade job 7. Runs the upgrade job to remove unused mail logging include files from the DB. Additionally, the used include file is renamed. Besides, the column idmail_resend is removed from the con_mail_log_success table.

cUpgradeJobAbstract
Extended by cUpgradeJob_0007
Package: Setup\UpgradeJob
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Simon Sprankel
Located at upgrade_jobs/class.upgrade.job.0007.php
Methods summary
public
# _execute( )

Main function for each upgrade job. Each upgrade job has to implement this!

Main function for each upgrade job. Each upgrade job has to implement this!

Methods inherited from cUpgradeJobAbstract
__construct(), _getAllClients(), _getAllLanguages(), _logError(), execute()
Properties summary
public string $maxVersion "4.9.0-beta1"
#

This must be set. 0 means this upgrade job will be executed every time. Anyhting else should be a valid CONTENIDO version. Only if the upgraded version is older than this string the job will be executed.

This must be set. 0 means this upgrade job will be executed every time. Anyhting else should be a valid CONTENIDO version. Only if the upgraded version is older than this string the job will be executed.

Setting this to '4.8.18' would mean that any version lower than 4.8.18 will get the upgrade job.

Properties inherited from cUpgradeJobAbstract
$_aCfg, $_clients, $_languages, $_oDb, $_rootHttpPath, $_rootPath, $_setupType, $_version
CMS CONTENIDO 4.9.2 API documentation generated by ApiGen 2.8.0