[commits] Horde branch master updated. 4212a9bb30c6031df21b9ff4d855713648ebbe18
Jan Schneider
jan at horde.org
Tue Jul 12 10:49:19 UTC 2011
The branch "master" has been updated.
The following is a summary of the commits.
from: 03219029a61ced3e925f4903268be21505240c74
f5f63e9 Comment fix.
00a471b Use autoloading.
547ba02 Uppercase legacy actions so they can be recognized by action selection field in editing form.
da45f3c Fix Mailto action driver.
022ce18 Ulaform:: -> self::
39b3917 More autoloading fixes.
35b968c PEAR_Error to Exception conversion.
e05fb6b Not used anywhere.
7bebce6 Not used and no need, since Horde_Form have 'required' parameter for returning such array.
c33051f OOP fixes.
8809fa0 Horde_Util::addParameter -> Horde::url.
9765feb private -> protected (Request #10326).
4212a9b No need to re-throw (Request #10326).
-----------------------------------------------------------------------
commit f5f63e99462bd88346e408e4571400284c8ba864
Author: Jan Schneider <jan at horde.org>
Date: Mon Jul 11 15:14:51 2011 +0200
Comment fix.
horde/config/hooks.php.dist | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/f5f63e99462bd88346e408e4571400284c8ba864
-----------------------------------------------------------------------
commit 00a471b7a1ccc0e09db68c4f77a30dd188c21ff4
Author: Vilius Å umskas <vilius at lnk.lt>
Date: Wed Jul 6 13:43:51 2011 +0300
Use autoloading.
Signed-off-by: Jan Schneider <jan at horde.org>
ulaform/edit.php | 2 --
ulaform/fields.php | 2 --
ulaform/genhtml.php | 2 --
ulaform/lib/Driver/Sql.php | 2 --
4 files changed, 0 insertions(+), 8 deletions(-)
http://git.horde.org/horde-git/-/commit/00a471b7a1ccc0e09db68c4f77a30dd188c21ff4
-----------------------------------------------------------------------
commit 547ba02db7ddec069651d49a2ce90b43312e042b
Author: Vilius Å umskas <vilius at lnk.lt>
Date: Wed Jul 6 13:44:32 2011 +0300
Uppercase legacy actions so they can be recognized by action selection field in editing form.
Signed-off-by: Jan Schneider <jan at horde.org>
ulaform/edit.php | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/547ba02db7ddec069651d49a2ce90b43312e042b
-----------------------------------------------------------------------
commit da45f3ca3852d227d55ed43b501956821b8d6856
Author: Vilius Å umskas <vilius at lnk.lt>
Date: Wed Jul 6 14:35:50 2011 +0300
Fix Mailto action driver.
Signed-off-by: Jan Schneider <jan at horde.org>
ulaform/lib/Action/Mailto.php | 55 +++++++---------------------------------
1 files changed, 10 insertions(+), 45 deletions(-)
http://git.horde.org/horde-git/-/commit/da45f3ca3852d227d55ed43b501956821b8d6856
-----------------------------------------------------------------------
commit 022ce189522a8f23127cc9183ef23bc9e9644e0d
Author: Vilius Å umskas <vilius at lnk.lt>
Date: Wed Jul 6 15:32:47 2011 +0300
Ulaform:: -> self::
Signed-off-by: Jan Schneider <jan at horde.org>
ulaform/lib/Ulaform.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/022ce189522a8f23127cc9183ef23bc9e9644e0d
-----------------------------------------------------------------------
commit 39b39174b3940efb03fce8a926bc76c32ed28c50
Author: Vilius Å umskas <vilius at lnk.lt>
Date: Sat Jul 9 13:54:32 2011 +0300
More autoloading fixes.
Signed-off-by: Jan Schneider <jan at horde.org>
ulaform/lib/Driver/Sql.php | 2 --
ulaform/lib/Ulaform.php | 2 --
2 files changed, 0 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/39b39174b3940efb03fce8a926bc76c32ed28c50
-----------------------------------------------------------------------
commit 35b968cc93f423bccaddcc75059208b07665a26d
Author: Vilius Å umskas <vilius at lnk.lt>
Date: Sat Jul 9 18:42:49 2011 +0300
PEAR_Error to Exception conversion.
Signed-off-by: Jan Schneider <jan at horde.org>
ulaform/delete.php | 9 ++++-----
ulaform/deletefield.php | 9 ++++-----
ulaform/display.php | 9 ++++-----
ulaform/edit.php | 9 ++++-----
ulaform/fields.php | 18 ++++++++++--------
ulaform/forms.php | 12 +++++++-----
ulaform/lib/Api.php | 29 ++++++++++++++++-------------
ulaform/lib/Block/Form.php | 15 +++++++--------
ulaform/lib/Driver.php | 31 +++++++++++--------------------
ulaform/lib/Driver/Sql.php | 13 ++++++++-----
ulaform/sortfields.php | 9 ++++-----
11 files changed, 79 insertions(+), 84 deletions(-)
http://git.horde.org/horde-git/-/commit/35b968cc93f423bccaddcc75059208b07665a26d
-----------------------------------------------------------------------
commit e05fb6bf208bac77e7aae4ee93ee08d2b0a5b0fb
Author: Vilius Å umskas <vilius at lnk.lt>
Date: Sat Jul 9 18:55:02 2011 +0300
Not used anywhere.
Signed-off-by: Jan Schneider <jan at horde.org>
ulaform/lib/Driver/Sql.php | 35 -----------------------------------
1 files changed, 0 insertions(+), 35 deletions(-)
http://git.horde.org/horde-git/-/commit/e05fb6bf208bac77e7aae4ee93ee08d2b0a5b0fb
-----------------------------------------------------------------------
commit 7bebce6eca9bf4852671ff220ed60242fea9d40f
Author: Vilius Å umskas <vilius at lnk.lt>
Date: Sat Jul 9 19:05:36 2011 +0300
Not used and no need, since Horde_Form have 'required' parameter for returning such array.
Signed-off-by: Jan Schneider <jan at horde.org>
ulaform/lib/Action.php | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
http://git.horde.org/horde-git/-/commit/7bebce6eca9bf4852671ff220ed60242fea9d40f
-----------------------------------------------------------------------
commit c33051f860d1b83ed5e9437e3ff06e30c7c742c2
Author: Vilius Å umskas <vilius at lnk.lt>
Date: Sat Jul 9 19:32:26 2011 +0300
OOP fixes.
Signed-off-by: Jan Schneider <jan at horde.org>
ulaform/lib/Action.php | 4 +-
ulaform/lib/Action/Mailto.php | 14 +++++-----
ulaform/lib/Action/Sql.php | 10 ++++----
ulaform/lib/Application.php | 2 +-
ulaform/lib/Block/Form.php | 6 ++--
ulaform/lib/Driver.php | 12 ++++----
ulaform/lib/Driver/Sql.php | 54 ++++++++++++++++++++--------------------
ulaform/lib/Ulaform.php | 14 +++++-----
8 files changed, 58 insertions(+), 58 deletions(-)
http://git.horde.org/horde-git/-/commit/c33051f860d1b83ed5e9437e3ff06e30c7c742c2
-----------------------------------------------------------------------
commit 8809fa0f0501d7148154c60c2250c2e031b6edf1
Author: Vilius Å umskas <vilius at lnk.lt>
Date: Sat Jul 9 20:24:56 2011 +0300
Horde_Util::addParameter -> Horde::url.
Signed-off-by: Jan Schneider <jan at horde.org>
ulaform/delete.php | 6 ++----
ulaform/deletefield.php | 15 +++------------
ulaform/edit.php | 3 +--
ulaform/fields.php | 9 +++------
ulaform/genhtml.php | 2 +-
ulaform/lib/Driver.php | 14 +++++++-------
ulaform/sortfields.php | 3 +--
7 files changed, 18 insertions(+), 34 deletions(-)
http://git.horde.org/horde-git/-/commit/8809fa0f0501d7148154c60c2250c2e031b6edf1
-----------------------------------------------------------------------
commit 9765febfa01bbb960639ea80032e75009de2b9e2
Author: Jan Schneider <jan at horde.org>
Date: Tue Jul 12 12:47:42 2011 +0200
private -> protected (Request #10326).
ulaform/lib/Action/Mailto.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/9765febfa01bbb960639ea80032e75009de2b9e2
-----------------------------------------------------------------------
commit 4212a9bb30c6031df21b9ff4d855713648ebbe18
Author: Jan Schneider <jan at horde.org>
Date: Tue Jul 12 12:48:49 2011 +0200
No need to re-throw (Request #10326).
ulaform/lib/Driver.php | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/4212a9bb30c6031df21b9ff4d855713648ebbe18
More information about the commits
mailing list