Added initial support for page handlers (WIP)
authorAlexander Ebert <ebert@woltlab.com>
Mon, 4 Jan 2016 14:46:52 +0000 (15:46 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 4 Jan 2016 14:46:52 +0000 (15:46 +0100)
commit72604b0d73f0f9212e12b6ac2f9d75557dd04bae
tree2d44734969d5e286be68a767c0672e9a50c6200d
parent1d3a88b48e2668ded2a8b57ef2feadf45c2e77c3
Added initial support for page handlers (WIP)
wcfsetup/install/files/lib/data/menu/item/MenuItemNode.class.php
wcfsetup/install/files/lib/system/package/plugin/PagePackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/page/handler/AbstractLookupPageHandler.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/page/handler/AbstractMenuPageHandler.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/page/handler/ILookupPageHandler.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/page/handler/IMenuPageHandler.class.php [new file with mode: 0644]
wcfsetup/setup/db/install.sql