[commits] Horde branch master updated. f438b2c85670201c39e3697860518609765f389a

Jan Schneider jan at horde.org
Tue Feb 23 23:36:48 UTC 2010


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

from: 9313cdee4f6ab63e30b3be1a858ab101b6a5b111

73a1bfa Only purge events from user's calendar.
f438b2c Add option to not automatically show all available shares.

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

commit 73a1bfa956264c3023494299f983ffc649089fb3
Author: Jan Schneider <jan at horde.org>
Date:   Tue Feb 23 13:11:24 2010 +0100

    Only purge events from user's calendar.

 kronolith/lib/LoginTasks/Task/PurgeEvents.php |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/LoginTasks/Task/PurgeEvents.php?rt=horde-git&r1=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07&r2=73a1bfa956264c3023494299f983ffc649089fb3

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

commit f438b2c85670201c39e3697860518609765f389a
Author: Jan Schneider <jan at horde.org>
Date:   Wed Feb 24 00:36:23 2010 +0100

    Add option to not automatically show all available shares.

 horde/config/conf.xml                     |    4 +++
 horde/docs/CHANGES                        |    1 +
 kronolith/data.php                        |   22 +++++++++++++++
 kronolith/lib/Api.php                     |    5 +++
 kronolith/lib/Application.php             |    6 ++--
 kronolith/lib/Block/month.php             |    5 +++
 kronolith/lib/Block/monthlist.php         |    5 +++
 kronolith/lib/Block/prevmonthlist.php     |    5 +++
 kronolith/lib/Block/summary.php           |    5 +++
 kronolith/lib/Kronolith.php               |   28 +++++++++++++++-----
 kronolith/lib/View/EditEvent.php          |   11 +++++++-
 kronolith/new.php                         |   12 ++++++++-
 kronolith/search.php                      |    8 +++++
 kronolith/templates/data/export.inc       |    4 +-
 kronolith/templates/data/import.inc       |    4 +-
 kronolith/templates/panel.inc             |   41 +++++++++++++++++++++--------
 kronolith/templates/prefs/shareselect.inc |   15 ++++++++--
 nag/data.php                              |   22 +++++++++++++++
 nag/lib/Api.php                           |   11 +++++---
 nag/lib/Application.php                   |    5 ++-
 nag/lib/Block/summary.php                 |    5 +++
 nag/lib/Block/tree_menu.php               |    5 +++
 nag/lib/Forms/task.php                    |   11 +++++--
 nag/templates/data/export.inc             |    4 +-
 nag/templates/data/import.inc             |    4 +-
 nag/templates/panel.inc                   |    4 +++
 nag/templates/prefs/tasklistselect.inc    |   11 +++++++-
 27 files changed, 219 insertions(+), 44 deletions(-)

http://git.horde.org/diff.php/horde/config/conf.xml?rt=horde-git&r1=4522c96db7c6c657592867711ee40b61647c79da&r2=f438b2c85670201c39e3697860518609765f389a
http://git.horde.org/diff.php/horde/docs/CHANGES?rt=horde-git&r1=4522c96db7c6c657592867711ee40b61647c79da&r2=f438b2c85670201c39e3697860518609765f389a
http://git.horde.org/diff.php/kronolith/data.php?rt=horde-git&r1=8e991d7139c86d178bb37a227d7493c46e488b27&r2=f438b2c85670201c39e3697860518609765f389a
http://git.horde.org/diff.php/kronolith/lib/Api.php?rt=horde-git&r1=8e991d7139c86d178bb37a227d7493c46e488b27&r2=f438b2c85670201c39e3697860518609765f389a
http://git.horde.org/diff.php/kronolith/lib/Application.php?rt=horde-git&r1=5fb5cc21e861699d935a686940e72dc5097ec2fe&r2=f438b2c85670201c39e3697860518609765f389a
http://git.horde.org/diff.php/kronolith/lib/Block/month.php?rt=horde-git&r1=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07&r2=f438b2c85670201c39e3697860518609765f389a
http://git.horde.org/diff.php/kronolith/lib/Block/monthlist.php?rt=horde-git&r1=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07&r2=f438b2c85670201c39e3697860518609765f389a
http://git.horde.org/diff.php/kronolith/lib/Block/prevmonthlist.php?rt=horde-git&r1=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07&r2=f438b2c85670201c39e3697860518609765f389a
http://git.horde.org/diff.php/kronolith/lib/Block/summary.php?rt=horde-git&r1=a700826d0e39e7c64a82f4fcf82e11e3ac0e7e07&r2=f438b2c85670201c39e3697860518609765f389a
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=aea09f7af49a0bd0032d5046204a2f693c5a6f34&r2=f438b2c85670201c39e3697860518609765f389a
http://git.horde.org/diff.php/kronolith/lib/View/EditEvent.php?rt=horde-git&r1=9f529bff639f1cafde6bae97fa3d6c7ee0112bce&r2=f438b2c85670201c39e3697860518609765f389a
http://git.horde.org/diff.php/kronolith/new.php?rt=horde-git&r1=9f529bff639f1cafde6bae97fa3d6c7ee0112bce&r2=f438b2c85670201c39e3697860518609765f389a
http://git.horde.org/diff.php/kronolith/search.php?rt=horde-git&r1=9befa6aa309c929db0d4a2b0370c157084fa4943&r2=f438b2c85670201c39e3697860518609765f389a
http://git.horde.org/diff.php/kronolith/templates/data/export.inc?rt=horde-git&r1=afeaee6e47588633ee5aa9f04592033d6e46ba85&r2=f438b2c85670201c39e3697860518609765f389a
http://git.horde.org/diff.php/kronolith/templates/data/import.inc?rt=horde-git&r1=afeaee6e47588633ee5aa9f04592033d6e46ba85&r2=f438b2c85670201c39e3697860518609765f389a
http://git.horde.org/diff.php/kronolith/templates/panel.inc?rt=horde-git&r1=b57ac1c4c761d359ff42ff67b899338be169fb6e&r2=f438b2c85670201c39e3697860518609765f389a
http://git.horde.org/diff.php/kronolith/templates/prefs/shareselect.inc?rt=horde-git&r1=9ce0efd60fe3c67658b828cb41a36f332b7918c1&r2=f438b2c85670201c39e3697860518609765f389a
http://git.horde.org/diff.php/nag/data.php?rt=horde-git&r1=9f529bff639f1cafde6bae97fa3d6c7ee0112bce&r2=f438b2c85670201c39e3697860518609765f389a
http://git.horde.org/diff.php/nag/lib/Api.php?rt=horde-git&r1=cf213bbdb6347a982580604e9044e95c93ab50fa&r2=f438b2c85670201c39e3697860518609765f389a
http://git.horde.org/diff.php/nag/lib/Application.php?rt=horde-git&r1=e48b8a54fc54a179be749967a6a8b6b73cc1162e&r2=f438b2c85670201c39e3697860518609765f389a
http://git.horde.org/diff.php/nag/lib/Block/summary.php?rt=horde-git&r1=659c348abc1a65fec88aa8c25b6848687dcb9f05&r2=f438b2c85670201c39e3697860518609765f389a
http://git.horde.org/diff.php/nag/lib/Block/tree_menu.php?rt=horde-git&r1=659c348abc1a65fec88aa8c25b6848687dcb9f05&r2=f438b2c85670201c39e3697860518609765f389a
http://git.horde.org/diff.php/nag/lib/Forms/task.php?rt=horde-git&r1=511f7bcf665aa80b81c67db9a95c9cee9394ad54&r2=f438b2c85670201c39e3697860518609765f389a
http://git.horde.org/diff.php/nag/templates/data/export.inc?rt=horde-git&r1=afeaee6e47588633ee5aa9f04592033d6e46ba85&r2=f438b2c85670201c39e3697860518609765f389a
http://git.horde.org/diff.php/nag/templates/data/import.inc?rt=horde-git&r1=afeaee6e47588633ee5aa9f04592033d6e46ba85&r2=f438b2c85670201c39e3697860518609765f389a
http://git.horde.org/diff.php/nag/templates/panel.inc?rt=horde-git&r1=5730407a709d2681ec63db47e6c5e0aac24c10a3&r2=f438b2c85670201c39e3697860518609765f389a
http://git.horde.org/diff.php/nag/templates/prefs/tasklistselect.inc?rt=horde-git&r1=9cd8bf7a40411347cf2b363a35cb3392d3b88d09&r2=f438b2c85670201c39e3697860518609765f389a




More information about the commits mailing list