[commits] Horde-Hatchery branch master updated. 6aed776e78e1b5fbe029ff188fc7214eb75a131e

Jan Schneider jan at horde.org
Mon Nov 16 15:19:08 UTC 2009


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

from: 3bd29609d3f70e418aab9f64a142512ea6ac70c0

f2c902d Implement task type switching.
8727459 Only load missing tasks if switching task states.
bb10970 Naming consistency.
d6c63d8 Fix signature checking of ListTasks request.
40aba4c Fix toggling of completion.
6aed776 This is not for loading calendars only anymore.

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

commit f2c902d617e6b07c7cc17da95dae50ba0eb90751
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 16 13:47:27 2009 +0100

    Implement task type switching.

 kronolith/ajax.php                 |    2 +-
 kronolith/js/kronolith.js          |  214 ++++++++++++++++++++++++++---------
 kronolith/templates/index/task.inc |    2 +-
 nag/lib/Api.php                    |    2 +-
 4 files changed, 162 insertions(+), 58 deletions(-)

http://git.horde.org/diff.php/kronolith/ajax.php?rt=horde-hatchery&r1=b34d6550bec76e0ff130028626590410bf7e1a33&r2=f2c902d617e6b07c7cc17da95dae50ba0eb90751
http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-hatchery&r1=3bd29609d3f70e418aab9f64a142512ea6ac70c0&r2=f2c902d617e6b07c7cc17da95dae50ba0eb90751
http://git.horde.org/diff.php/kronolith/templates/index/task.inc?rt=horde-hatchery&r1=b34d6550bec76e0ff130028626590410bf7e1a33&r2=f2c902d617e6b07c7cc17da95dae50ba0eb90751
http://git.horde.org/diff.php/nag/lib/Api.php?rt=horde-hatchery&r1=b34d6550bec76e0ff130028626590410bf7e1a33&r2=f2c902d617e6b07c7cc17da95dae50ba0eb90751

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

commit 8727459efdb7b03e3b109d35412467d6ba482112
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 16 15:28:44 2009 +0100

    Only load missing tasks if switching task states.

 kronolith/ajax.php        |    6 ++--
 kronolith/js/kronolith.js |   71 +++++++++++++++++++++++++++++++-------------
 2 files changed, 53 insertions(+), 24 deletions(-)

http://git.horde.org/diff.php/kronolith/ajax.php?rt=horde-hatchery&r1=f2c902d617e6b07c7cc17da95dae50ba0eb90751&r2=8727459efdb7b03e3b109d35412467d6ba482112
http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-hatchery&r1=f2c902d617e6b07c7cc17da95dae50ba0eb90751&r2=8727459efdb7b03e3b109d35412467d6ba482112

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

commit bb10970d592017c371e11ceb5fd371eafa9f203f
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 16 15:40:07 2009 +0100

    Naming consistency.

 kronolith/ajax.php        |   20 ++---
 kronolith/js/kronolith.js |  164 ++++++++++++++++++++++----------------------
 2 files changed, 90 insertions(+), 94 deletions(-)

http://git.horde.org/diff.php/kronolith/ajax.php?rt=horde-hatchery&r1=8727459efdb7b03e3b109d35412467d6ba482112&r2=bb10970d592017c371e11ceb5fd371eafa9f203f
http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-hatchery&r1=8727459efdb7b03e3b109d35412467d6ba482112&r2=bb10970d592017c371e11ceb5fd371eafa9f203f

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

commit d6c63d8d87296848551edcfe989bb4db7958d470
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 16 16:15:24 2009 +0100

    Fix signature checking of ListTasks request.

 kronolith/ajax.php        |    1 +
 kronolith/js/kronolith.js |    7 ++++---
 2 files changed, 5 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/kronolith/ajax.php?rt=horde-hatchery&r1=bb10970d592017c371e11ceb5fd371eafa9f203f&r2=d6c63d8d87296848551edcfe989bb4db7958d470
http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-hatchery&r1=bb10970d592017c371e11ceb5fd371eafa9f203f&r2=d6c63d8d87296848551edcfe989bb4db7958d470

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

commit 40aba4c1aba5aefb3ff7c0caac71a36a0b587a06
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 16 16:15:46 2009 +0100

    Fix toggling of completion.

 kronolith/js/kronolith.js |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-hatchery&r1=d6c63d8d87296848551edcfe989bb4db7958d470&r2=40aba4c1aba5aefb3ff7c0caac71a36a0b587a06

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

commit 6aed776e78e1b5fbe029ff188fc7214eb75a131e
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 16 16:18:58 2009 +0100

    This is not for loading calendars only anymore.

 kronolith/js/kronolith.js |   25 ++++++++++++-------------
 1 files changed, 12 insertions(+), 13 deletions(-)

http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-hatchery&r1=40aba4c1aba5aefb3ff7c0caac71a36a0b587a06&r2=6aed776e78e1b5fbe029ff188fc7214eb75a131e




More information about the commits mailing list