Error codes removed
authorMarcel Werk <burntime@woltlab.com>
Mon, 8 Aug 2011 12:46:25 +0000 (14:46 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 8 Aug 2011 12:46:25 +0000 (14:46 +0200)
commit4fe0b42b3a548b78848061c83fcdd53a9717a9aa
treecc90027f5bbd92131002ab631c9501bd8514aa7d
parent36e25b08019112479f3efc1b37f73b8c556cdfc7
Error codes removed
54 files changed:
wcfsetup/install.php
wcfsetup/install/files/lib/acp/form/AbstractOptionListForm.class.php
wcfsetup/install/files/lib/acp/form/UserGroupAddForm.class.php
wcfsetup/install/files/lib/acp/page/UserListPage.class.php
wcfsetup/install/files/lib/data/language/LanguageEditor.class.php
wcfsetup/install/files/lib/data/style/StyleEditor.class.php
wcfsetup/install/files/lib/system/WCF.class.php
wcfsetup/install/files/lib/system/WCFSetup.class.php
wcfsetup/install/files/lib/system/cache/CacheHandler.class.php
wcfsetup/install/files/lib/system/cache/builder/CacheBuilderUserGroupPermission.class.php
wcfsetup/install/files/lib/system/cleanup/CleanupHandler.class.php
wcfsetup/install/files/lib/system/cronjob/CronjobScheduler.class.php
wcfsetup/install/files/lib/system/event/EventHandler.class.php
wcfsetup/install/files/lib/system/exception/SystemException.class.php
wcfsetup/install/files/lib/system/io/FTP.class.php
wcfsetup/install/files/lib/system/io/File.class.php
wcfsetup/install/files/lib/system/io/GZipFile.class.php
wcfsetup/install/files/lib/system/io/RemoteFile.class.php
wcfsetup/install/files/lib/system/io/Tar.class.php
wcfsetup/install/files/lib/system/language/LanguageServerProcessor.class.php
wcfsetup/install/files/lib/system/mail/SMTPMailSender.class.php
wcfsetup/install/files/lib/system/package/ACPTemplatesFileHandler.class.php
wcfsetup/install/files/lib/system/package/PackageArchive.class.php
wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php
wcfsetup/install/files/lib/system/package/PackageInstallationSQLParser.class.php
wcfsetup/install/files/lib/system/package/PackageInstallationScheduler.class.php
wcfsetup/install/files/lib/system/package/PackageUpdateDispatcher.class.php
wcfsetup/install/files/lib/system/package/plugin/AbstractMenuPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/AbstractOptionPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/AbstractXMLPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/GroupOptionsPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/LanguagesPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/OptionsPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/SQLPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/UserOptionsPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/request/RequestHandler.class.php
wcfsetup/install/files/lib/system/setup/Installer.class.php
wcfsetup/install/files/lib/system/style/StyleHandler.class.php
wcfsetup/install/files/lib/system/template/SetupTemplateEngine.class.php
wcfsetup/install/files/lib/system/template/TemplateEngine.class.php
wcfsetup/install/files/lib/system/template/TemplateScriptingCompiler.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginCompilerAppend.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginCompilerAssign.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginCompilerFetch.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginCompilerImplode.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginCompilerPrepend.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginFunctionCycle.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginFunctionHtmlcheckboxes.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginFunctionHtmloptions.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginFunctionPages.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginFunctionSmallpages.class.php
wcfsetup/install/files/lib/system/template/plugin/TemplatePluginModifierConcat.class.php
wcfsetup/install/files/lib/util/BasicFileUtil.class.php
wcfsetup/install/files/lib/util/FileUtil.class.php