Added package update management
authorAlexander Ebert <ebert@woltlab.com>
Wed, 24 Apr 2013 15:05:37 +0000 (17:05 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 24 Apr 2013 15:05:37 +0000 (17:05 +0200)
commit3536d2fe3861c5da467bbff4ff42efb24c9ad9c3
tree7b0712f4ff2f6a3f2c72a369d18847eee9aa71c9
parentb98e7f33859c45fd9b6cbcff484b3d072a24184c
Added package update management
23 files changed:
com.woltlab.wcf/acpMenu.xml
wcfsetup/install/files/acp/js/WCF.ACP.js
wcfsetup/install/files/acp/templates/packageAutoUpdateList.tpl [deleted file]
wcfsetup/install/files/acp/templates/packageList.tpl
wcfsetup/install/files/acp/templates/packageUpdate.tpl
wcfsetup/install/files/acp/templates/packageUpdateUnauthorized.tpl [new file with mode: 0644]
wcfsetup/install/files/lib/acp/form/PackageUpdateForm.class.php [deleted file]
wcfsetup/install/files/lib/acp/page/PackageAutoUpdateListPage.class.php [deleted file]
wcfsetup/install/files/lib/acp/page/PackageUpdatePage.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/package/update/PackageUpdateAction.class.php
wcfsetup/install/files/lib/data/package/update/server/PackageUpdateServer.class.php
wcfsetup/install/files/lib/system/clipboard/ClipboardEditorItem.class.php
wcfsetup/install/files/lib/system/exception/HTTPNotFoundException.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/exception/HTTPServerErrorException.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/exception/HTTPUnauthorizedException.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/exception/LoggedException.class.php
wcfsetup/install/files/lib/system/package/PackageInstallationScheduler.class.php
wcfsetup/install/files/lib/system/package/PackageUpdateAuthorizationRequiredException.class.php [deleted file]
wcfsetup/install/files/lib/system/package/PackageUpdateDispatcher.class.php
wcfsetup/install/files/lib/system/package/PackageUpdateUnauthorizedException.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/util/HTTPRequest.class.php
wcfsetup/install/lang/de.xml
wcfsetup/install/lang/en.xml