[commits] Horde branch master updated. 7153a4bf59bf720ca92b99c21daf7bc362f7f3fc
Michael J. Rubinsky
mrubinsk at horde.org
Thu Jan 27 21:53:38 UTC 2011
The branch "master" has been updated.
The following is a summary of the commits.
from: 0c99b0373e31ca937e6a259943bf40b022456f55
5a4e83c Allow specifying an application scope for custom form types.
7153a4b Native PHP5 code for Nag.
-----------------------------------------------------------------------
commit 5a4e83c1e408192f34fe5a7a77a693143801198c
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Thu Jan 27 16:49:26 2011 -0500
Allow specifying an application scope for custom form types.
This allows applications to add their own Horde_Form_Type_* classes
and have them be properly autoloaded. This is an interim solution only
until Horde_Form is refactored after 4.0 is released..
framework/Form/Form.php | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/5a4e83c1e408192f34fe5a7a77a693143801198c
-----------------------------------------------------------------------
commit 7153a4bf59bf720ca92b99c21daf7bc362f7f3fc
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Thu Jan 27 16:51:59 2011 -0500
Native PHP5 code for Nag.
Only thing not touched is the Kolab driver code, as Gunnar indicated
they all need to be rewritten.
nag/data.php | 107 ++++----
nag/lib/Api.php | 513 +++++++++++++++++--------------------
nag/lib/Application.php | 27 +--
nag/lib/Block/summary.php | 27 ++-
nag/lib/Driver.php | 109 ++++-----
nag/lib/Driver/Sql.php | 124 ++++-----
nag/lib/Form/CreateTaskList.php | 44 ++++
nag/lib/Form/DeleteTaskList.php | 53 ++++
nag/lib/Form/EditTaskList.php | 57 +++++
nag/lib/Form/Renderer/Task.php | 46 ++++
nag/lib/Form/Type/NagAlarm.php | 43 ++++
nag/lib/Form/Type/NagDue.php | 51 ++++
nag/lib/Form/Type/NagMethod.php | 56 ++++
nag/lib/Form/Type/NagStart.php | 35 +++
nag/lib/Form/task.php | 136 ++++++++++
nag/lib/Forms/CreateTaskList.php | 49 ----
nag/lib/Forms/DeleteTaskList.php | 52 ----
nag/lib/Forms/EditTaskList.php | 55 ----
nag/lib/Forms/task.php | 315 -----------------------
nag/lib/Nag.php | 126 +++++-----
nag/lib/Task.php | 148 ++++++------
nag/lib/Ui/VarRenderer/Nag.php | 8 +-
nag/list.php | 26 ++-
nag/mobile.php | 13 +-
nag/quick.php | 10 +-
nag/scripts/import_vtodos.php | 7 +-
nag/task.php | 76 +++---
nag/tasks/index.php | 7 +-
nag/view.php | 6 +-
29 files changed, 1154 insertions(+), 1172 deletions(-)
create mode 100644 nag/lib/Form/CreateTaskList.php
create mode 100644 nag/lib/Form/DeleteTaskList.php
create mode 100644 nag/lib/Form/EditTaskList.php
create mode 100644 nag/lib/Form/Renderer/Task.php
create mode 100644 nag/lib/Form/Type/NagAlarm.php
create mode 100644 nag/lib/Form/Type/NagDue.php
create mode 100644 nag/lib/Form/Type/NagMethod.php
create mode 100644 nag/lib/Form/Type/NagStart.php
create mode 100644 nag/lib/Form/task.php
delete mode 100644 nag/lib/Forms/CreateTaskList.php
delete mode 100644 nag/lib/Forms/DeleteTaskList.php
delete mode 100644 nag/lib/Forms/EditTaskList.php
delete mode 100644 nag/lib/Forms/task.php
http://git.horde.org/horde-git/-/commit/7153a4bf59bf720ca92b99c21daf7bc362f7f3fc
More information about the commits
mailing list