[commits] Horde-Hatchery branch master updated. b34d6550bec76e0ff130028626590410bf7e1a33

Jan Schneider jan at horde.org
Thu Nov 12 23:16:25 UTC 2009


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

from: f536372c8a76dd627fc70fe2435bb8da4cd77928

ac1302d Handle tasks separately from other timeobjects. Fix toggling calendars.
c1b1b09 Return error on unknown action.
af13305 Always return true, so that the callback on the client side is always called, e.g. to close dialog boxes etc.
82fac6c Standardize on lowercase.
1fb7b13 Use setValue()/clear().
8b172fa Position growler at bottom right again.
b34d655 Implement task viewing.

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

commit ac1302dfc9ab8e048a2956b7cbfac3abdffa62e4
Author: Jan Schneider <jan at horde.org>
Date:   Thu Nov 12 23:18:25 2009 +0100

    Handle tasks separately from other timeobjects.
    Fix toggling calendars.

 kronolith/ajax.php                  |    1 +
 kronolith/js/kronolith.js           |   58 +++++++++++++++++++++++++++--------
 kronolith/lib/Kronolith.php         |   42 ++++++++++++++++++++++---
 kronolith/templates/index/index.inc |   16 +++++++++
 4 files changed, 99 insertions(+), 18 deletions(-)

http://git.horde.org/diff.php/kronolith/ajax.php?rt=horde-hatchery&r1=af9ac22e40d87bffa3008939c6fe0d7443a6e4fc&r2=ac1302dfc9ab8e048a2956b7cbfac3abdffa62e4
http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-hatchery&r1=86bd36f897868cd05871c9f834bbce1f9a0fcd48&r2=ac1302dfc9ab8e048a2956b7cbfac3abdffa62e4
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-hatchery&r1=c58504895fc8605d2117a799fadd9e27f798c877&r2=ac1302dfc9ab8e048a2956b7cbfac3abdffa62e4
http://git.horde.org/diff.php/kronolith/templates/index/index.inc?rt=horde-hatchery&r1=bd2903b9fd88b74a366217e629fb426d60962a66&r2=ac1302dfc9ab8e048a2956b7cbfac3abdffa62e4

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

commit c1b1b09d9dc9e8e79731adaad64a5f1ef190b496
Author: Jan Schneider <jan at horde.org>
Date:   Thu Nov 12 23:36:55 2009 +0100

    Return error on unknown action.

 kronolith/ajax.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/kronolith/ajax.php?rt=horde-hatchery&r1=ac1302dfc9ab8e048a2956b7cbfac3abdffa62e4&r2=c1b1b09d9dc9e8e79731adaad64a5f1ef190b496

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

commit af1330587386fe083a64d6a80af287edb5883fa4
Author: Jan Schneider <jan at horde.org>
Date:   Thu Nov 12 23:43:33 2009 +0100

    Always return true, so that the callback on the client side is always called,
    e.g. to close dialog boxes etc.

 kronolith/ajax.php |   21 +--------------------
 1 files changed, 1 insertions(+), 20 deletions(-)

http://git.horde.org/diff.php/kronolith/ajax.php?rt=horde-hatchery&r1=c1b1b09d9dc9e8e79731adaad64a5f1ef190b496&r2=af1330587386fe083a64d6a80af287edb5883fa4

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

commit 82fac6cf03ddedea8411c676e667cdbd7bf59a58
Author: Jan Schneider <jan at horde.org>
Date:   Fri Nov 13 00:10:34 2009 +0100

    Standardize on lowercase.

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

http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-hatchery&r1=ac1302dfc9ab8e048a2956b7cbfac3abdffa62e4&r2=82fac6cf03ddedea8411c676e667cdbd7bf59a58

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

commit 1fb7b138f06c1254c76148833ff8969becfd7d0e
Author: Jan Schneider <jan at horde.org>
Date:   Fri Nov 13 00:11:27 2009 +0100

    Use setValue()/clear().

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

http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-hatchery&r1=82fac6cf03ddedea8411c676e667cdbd7bf59a58&r2=1fb7b138f06c1254c76148833ff8969becfd7d0e

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

commit 8b172fa5251124f3e7a51b490665e54e9105999d
Author: Jan Schneider <jan at horde.org>
Date:   Fri Nov 13 00:11:50 2009 +0100

    Position growler at bottom right again.

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

http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-hatchery&r1=1fb7b138f06c1254c76148833ff8969becfd7d0e&r2=8b172fa5251124f3e7a51b490665e54e9105999d

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

commit b34d6550bec76e0ff130028626590410bf7e1a33
Author: Jan Schneider <jan at horde.org>
Date:   Fri Nov 13 00:15:28 2009 +0100

    Implement task viewing.

 kronolith/ajax.php                 |   21 ++++++++++
 kronolith/js/kronolith.js          |   77 ++++++++++++++++++++++++++++++-----
 kronolith/templates/index/task.inc |   10 ++--
 nag/lib/Api.php                    |   15 +++++++
 nag/lib/Task.php                   |   16 +++++--
 5 files changed, 118 insertions(+), 21 deletions(-)

http://git.horde.org/diff.php/kronolith/ajax.php?rt=horde-hatchery&r1=af1330587386fe083a64d6a80af287edb5883fa4&r2=b34d6550bec76e0ff130028626590410bf7e1a33
http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-hatchery&r1=8b172fa5251124f3e7a51b490665e54e9105999d&r2=b34d6550bec76e0ff130028626590410bf7e1a33
http://git.horde.org/diff.php/kronolith/templates/index/task.inc?rt=horde-hatchery&r1=2966359ccecae4631f81c9e2316d949340bcaaf1&r2=b34d6550bec76e0ff130028626590410bf7e1a33
http://git.horde.org/diff.php/nag/lib/Api.php?rt=horde-hatchery&r1=114ea87cb12c72da1a823d31aec329438b6e5844&r2=b34d6550bec76e0ff130028626590410bf7e1a33
http://git.horde.org/diff.php/nag/lib/Task.php?rt=horde-hatchery&r1=a9899eab606febb79c06246cba560555af7265cb&r2=b34d6550bec76e0ff130028626590410bf7e1a33




More information about the commits mailing list