Implemented worker system based upon AJAX dialogs.
authorAlexander Ebert <ebert@woltlab.com>
Tue, 13 Sep 2011 19:06:34 +0000 (21:06 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 13 Sep 2011 19:26:47 +0000 (21:26 +0200)
commit532f117328b472af2b686c01d389e34a5f369aa4
tree1eaa1611d623247b2b46cda8f3401a647e155ffa
parentdf5c2ffabbf15c5b63f0a23f3c85357a3f153234
Implemented worker system based upon AJAX dialogs.

Reworked the previous worker system relying on the old-style WCF 1.1 worker system as used by the installation itself. Right now the system is pretty unstable and I'm not sure wether the loop calculation is right.
wcfsetup/install/files/acp/js/WCF.ACP.js
wcfsetup/install/files/acp/templates/worker.tpl [new file with mode: 0644]
wcfsetup/install/files/lib/acp/action/WorkerProxyAction.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/worker/AbstractWorker.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/worker/IWorker.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/worker/MailWorker.class.php [new file with mode: 0644]