[commits] Horde branch master updated. aa21d890c60368eaa254384563e59908675f6599

Jan Schneider jan at horde.org
Mon Oct 22 14:20:41 UTC 2012


The branch "master" has been updated.
The following is a summary of the commits.

from: 807ce308a199bb099eba18e853d2d9f94f3a8780

b639f92 Catch exceptions (Bug #11565).
ca6fa2d Require tasklist parameter.
57b4de1 Fix duplicate class attribute.
572c02b Catch error from ajax requests.
61b52a6 Track tasklist with all tasks (Bug #11565).
5fcf842 Always reset form when opening, and reset hidden fields manually (Bug #11565).
c98da77 Pass tasklist to create().
7a4489e Catch exceptions.
67f0e4f Fix setting due date via timeobjects API.
aa21d89 Pass tasklist to factory.

-----------------------------------------------------------------------

commit b639f92b333e843dae3d46c3af3ca6c4eeff0711
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 22 14:59:09 2012 +0200

    Catch exceptions (Bug #11565).

 nag/lib/Ajax/Application/Handler/Smartmobile.php |   27 +++++++++++++++++-----
 1 files changed, 21 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/b639f92b333e843dae3d46c3af3ca6c4eeff0711

-----------------------------------------------------------------------

commit ca6fa2d3356e4dab431f6de52fedebf313b03c8f
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 22 15:00:55 2012 +0200

    Require tasklist parameter.
    
    It's required for Kolab, so make sure we catch all cases where we don't pass
    it. Helps with bug #11565 et al.

 nag/lib/Factory/Driver.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/ca6fa2d3356e4dab431f6de52fedebf313b03c8f

-----------------------------------------------------------------------

commit 57b4de17b3c08995e857335f4c59e6e71eaa0a9d
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 22 15:06:49 2012 +0200

    Fix duplicate class attribute.

 framework/Core/lib/Horde/Core/Smartmobile/View/Helper.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/57b4de17b3c08995e857335f4c59e6e71eaa0a9d

-----------------------------------------------------------------------

commit 572c02bdc5dd47f8062f8f000ba39b2f36093b5d
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 22 15:53:30 2012 +0200

    Catch error from ajax requests.

 nag/js/smartmobile.js                            |   24 ++++++++++++++++++++++
 nag/lib/Ajax/Application/Handler/Smartmobile.php |    1 +
 2 files changed, 25 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/572c02bdc5dd47f8062f8f000ba39b2f36093b5d

-----------------------------------------------------------------------

commit 61b52a614a19556c8ada74eedd45922fce6439f9
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 22 15:57:19 2012 +0200

    Track tasklist with all tasks (Bug #11565).

 nag/js/smartmobile.js                       |   38 +++++++++++++++++----------
 nag/templates/smartmobile/taskform.html.php |    5 ++-
 2 files changed, 27 insertions(+), 16 deletions(-)

http://git.horde.org/horde-git/-/commit/61b52a614a19556c8ada74eedd45922fce6439f9

-----------------------------------------------------------------------

commit 5fcf8426395ba5d85e00216f8a5542ed5e1916f5
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 22 15:58:03 2012 +0200

    Always reset form when opening, and reset hidden fields manually (Bug #11565).

 nag/js/smartmobile.js |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/5fcf8426395ba5d85e00216f8a5542ed5e1916f5

-----------------------------------------------------------------------

commit c98da77474e9eabf3537bef355ac07e9859d8456
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 22 15:58:26 2012 +0200

    Pass tasklist to create().

 nag/lib/Ajax/Application/Handler/Smartmobile.php |    6 +++++-
 nag/lib/Factory/Driver.php                       |    2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/c98da77474e9eabf3537bef355ac07e9859d8456

-----------------------------------------------------------------------

commit 7a4489e983c0c1a12ba48e2b8e67258b85476d23
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 22 15:58:38 2012 +0200

    Catch exceptions.

 nag/lib/Ajax/Application/Handler/Smartmobile.php |    7 +++++--
 nag/lib/Factory/Driver.php                       |   10 +++++++---
 2 files changed, 12 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/7a4489e983c0c1a12ba48e2b8e67258b85476d23

-----------------------------------------------------------------------

commit 67f0e4f97394a0e812269fdde2fddf1b86e779c6
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 22 16:19:21 2012 +0200

    Fix setting due date via timeobjects API.

 nag/lib/Api.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/67f0e4f97394a0e812269fdde2fddf1b86e779c6

-----------------------------------------------------------------------

commit aa21d890c60368eaa254384563e59908675f6599
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 22 16:20:22 2012 +0200

    Pass tasklist to factory.

 nag/lib/Api.php                            |   25 +++++++++++++------------
 nag/lib/Application.php                    |    1 -
 nag/lib/LoginTasks/Task/PurgeCompleted.php |    6 ++----
 nag/lib/TagBrowser.php                     |    2 +-
 nag/view.php                               |    2 +-
 5 files changed, 17 insertions(+), 19 deletions(-)

http://git.horde.org/horde-git/-/commit/aa21d890c60368eaa254384563e59908675f6599




More information about the commits mailing list