Horde 4 style autoloading for kronolith's forms
authorMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 27 Jan 2011 17:23:37 +0000 (12:23 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 27 Jan 2011 17:23:37 +0000 (12:23 -0500)
commitfb33270d9e0978e6efbf62b9970b4c225e42b0c9
tree50ecef13ede1764a3aec290a1c3d0351a2336719
parentb2fe2944783230279d48d34459ae239296bad14b
Horde 4 style autoloading for kronolith's forms
36 files changed:
kronolith/calendars/create.php
kronolith/calendars/delete.php
kronolith/calendars/edit.php
kronolith/calendars/remote_edit.php
kronolith/calendars/remote_subscribe.php
kronolith/calendars/remote_unsubscribe.php
kronolith/lib/Form/CreateCalendar.php [new file with mode: 0755]
kronolith/lib/Form/CreateResource.php [new file with mode: 0644]
kronolith/lib/Form/CreateResourceGroup.php [new file with mode: 0644]
kronolith/lib/Form/DeleteCalendar.php [new file with mode: 0644]
kronolith/lib/Form/DeleteResource.php [new file with mode: 0644]
kronolith/lib/Form/DeleteResourceGroup.php [new file with mode: 0644]
kronolith/lib/Form/EditCalendar.php [new file with mode: 0644]
kronolith/lib/Form/EditRemoteCalendar.php [new file with mode: 0644]
kronolith/lib/Form/EditResource.php [new file with mode: 0644]
kronolith/lib/Form/EditResourceGroup.php [new file with mode: 0644]
kronolith/lib/Form/SubscribeRemoteCalendar.php [new file with mode: 0644]
kronolith/lib/Form/UnsubscribeRemoteCalendar.php [new file with mode: 0644]
kronolith/lib/Forms/CreateCalendar.php [deleted file]
kronolith/lib/Forms/CreateResource.php [deleted file]
kronolith/lib/Forms/CreateResourceGroup.php [deleted file]
kronolith/lib/Forms/DeleteCalendar.php [deleted file]
kronolith/lib/Forms/DeleteResource.php [deleted file]
kronolith/lib/Forms/DeleteResourceGroup.php [deleted file]
kronolith/lib/Forms/EditCalendar.php [deleted file]
kronolith/lib/Forms/EditRemoteCalendar.php [deleted file]
kronolith/lib/Forms/EditResource.php [deleted file]
kronolith/lib/Forms/EditResourceGroup.php [deleted file]
kronolith/lib/Forms/SubscribeRemoteCalendar.php [deleted file]
kronolith/lib/Forms/UnsubscribeRemoteCalendar.php [deleted file]
kronolith/resources/create.php
kronolith/resources/delete.php
kronolith/resources/edit.php
kronolith/resources/groups/create.php
kronolith/resources/groups/delete.php
kronolith/resources/groups/edit.php