[commits] Horde branch master updated. 9663ac2bcd613505f2bbd750c2b68fd2c10fc90d

2010-10-15 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 683cb98e28ce25d26cefa6e9cf0fd843a09809a4

e93fead Use Horde_String.
cee761b phpdoc
18a73c6 Use Horde_Url, fix double encoding.
a1cc65b phpdoc
831de08 URLs in href attributes must always be htmlencoded.
c85ce2c Add tests for link().
05c47f9 Use Horde_Url, fixes HTML escaping.
b41e222 Use global mod_rewrite configuration.
0aac4cc Don't attach hash if there isn't any anchor.
319f940 Horde_Db uses Exceptions.
e62d0e8 Remove references.
71dd090 Hotfix to support Horde_Db until we have ported this stuff to there. 
Blob handling is still broken.
9663ac2 Escape title.

---

commit e93fead90638440a36f410a49fe9ff29ae513181
Author: Jan Schneider j...@horde.org
Date:   Fri Oct 15 12:47:58 2010 +0200

Use Horde_String.

 wicked/lib/Text_Wiki/Render/Xhtml/Url.php |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/wicked/lib/Text_Wiki/Render/Xhtml/Url.php?rt=horde-gitr1=da4c5687690883de5668a2ce8bb7b279a815b6d1r2=e93fead90638440a36f410a49fe9ff29ae513181

---

commit cee761bf359921ae752d4fa67df81f3cd934339e
Author: Jan Schneider j...@horde.org
Date:   Fri Oct 15 12:51:48 2010 +0200

phpdoc

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

http://git.horde.org/diff.php/wicked/lib/Wicked.php?rt=horde-gitr1=ec604b28b431054f96ce346520e8b98de031102ar2=cee761bf359921ae752d4fa67df81f3cd934339e

---

commit 18a73c6f927790a6c1b4c9b7cab7334513c63952
Author: Jan Schneider j...@horde.org
Date:   Fri Oct 15 13:00:09 2010 +0200

Use Horde_Url, fix double encoding.

 wicked/lib/Page.php |   10 +++---
 1 files changed, 3 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/wicked/lib/Page.php?rt=horde-gitr1=ec604b28b431054f96ce346520e8b98de031102ar2=18a73c6f927790a6c1b4c9b7cab7334513c63952

---

commit a1cc65b3035512e30a4ed0279152917dc9987c10
Author: Jan Schneider j...@horde.org
Date:   Fri Oct 15 13:05:51 2010 +0200

phpdoc

 framework/Core/lib/Horde/Registry.php |   15 +++
 1 files changed, 7 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-gitr1=d31fb704b84d37791d0cc649652ba5b4393ff07br2=a1cc65b3035512e30a4ed0279152917dc9987c10

---

commit 831de081dacd4d8a289be51223dd9d267da116ba
Author: Jan Schneider j...@horde.org
Date:   Fri Oct 15 13:08:32 2010 +0200

URLs in href attributes must always be htmlencoded.

 framework/Url/lib/Horde/Url.php |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Url/lib/Horde/Url.php?rt=horde-gitr1=173d0a2761e51e94e78b632276fa550af5b33bdcr2=831de081dacd4d8a289be51223dd9d267da116ba

---

commit c85ce2cc338aa7864514f45cb47df97367ab1cad
Author: Jan Schneider j...@horde.org
Date:   Fri Oct 15 13:12:30 2010 +0200

Add tests for link().

 framework/Url/test/Horde/Url/LinkTest.php |   21 +
 1 files changed, 21 insertions(+), 0 deletions(-)
 create mode 100644 framework/Url/test/Horde/Url/LinkTest.php

http://git.horde.org/co.php/framework/Url/test/Horde/Url/LinkTest.php?rt=horde-gitr=c85ce2cc338aa7864514f45cb47df97367ab1cad

---

commit 05c47f9dc66f0997f66eb82379c1756142541751
Author: Jan Schneider j...@horde.org
Date:   Fri Oct 15 14:07:16 2010 +0200

Use Horde_Url, fixes HTML escaping.

 wicked/lib/Text_Wiki/Render/Xhtml/Registrylink.php |7 ---
 1 files changed, 4 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/wicked/lib/Text_Wiki/Render/Xhtml/Registrylink.php?rt=horde-gitr1=da4c5687690883de5668a2ce8bb7b279a815b6d1r2=05c47f9dc66f0997f66eb82379c1756142541751

---

commit b41e222abd180cbf8cb4cf85bb512c8cffac48d3
Author: Jan Schneider j...@horde.org
Date:   Fri Oct 15 14:07:33 2010 +0200

Use global mod_rewrite configuration.

 wicked/config/conf.xml  |5 -
 wicked/lib/Text_Wiki/Render/Xhtml/Wikilink2.php |   12 +++-
 wicked/lib/Wicked.php   |4 +---
 3 files changed, 4 insertions(+), 17 deletions(-)

http://git.horde.org/diff.php/wicked/config/conf.xml?rt=horde-gitr1=be8ff1a08a34c731c676218fad7e3b77aafabfc3r2=b41e222abd180cbf8cb4cf85bb512c8cffac48d3
http://git.horde.org/diff.php/wicked/lib/Text_Wiki/Render/Xhtml/Wikilink2.php?rt=horde-gitr1=da4c5687690883de5668a2ce8bb7b279a815b6d1r2=b41e222abd180cbf8cb4cf85bb512c8cffac48d3
http://git.horde.org/diff.php

[commits] [Wiki] deleted: pgp

2010-10-15 Thread Jan Schneider

jan  Fri, 15 Oct 2010 13:15:21 -0400

Deleted page: pgp

__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 347b4626efed76b016346fbc33149232ce79ddc2

2010-10-18 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 0a954f687392888107e6035cf5a925ef528bdd43

5213d1f MFB: Add import test.
d39d8e9 MFB: Fix test.
0f55387 MFB: Fix importing recurrence exceptions from vCalendar 1.0.
568c663 Fix charset.
a8e2814 Fix method call. Reset attributes and components.
347b462 Update package.xml.

---

commit 5213d1fef84368975fe5566f3767f651a15f532b
Author: Jan Schneider j...@horde.org
Date:   Tue Oct 19 00:55:31 2010 +0200

MFB: Add import test.

 kronolith/lib/tests/fromicalendar.ics  |   28 ++
 kronolith/lib/tests/fromicalendar.phpt |   61 
 2 files changed, 89 insertions(+), 0 deletions(-)
 create mode 100644 kronolith/lib/tests/fromicalendar.ics
 create mode 100644 kronolith/lib/tests/fromicalendar.phpt

http://git.horde.org/co.php/kronolith/lib/tests/fromicalendar.ics?rt=horde-gitr=5213d1fef84368975fe5566f3767f651a15f532b
http://git.horde.org/co.php/kronolith/lib/tests/fromicalendar.phpt?rt=horde-gitr=5213d1fef84368975fe5566f3767f651a15f532b

---

commit d39d8e933af12eeb13641ebb2bc92a896065456e
Author: Jan Schneider j...@horde.org
Date:   Tue Oct 19 00:59:35 2010 +0200

MFB: Fix test.

 framework/Icalendar/test/Horde/Icalendar/timezones.phpt |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/Icalendar/test/Horde/Icalendar/timezones.phpt?rt=horde-gitr1=09a0ade1f7c7d156a3158532a338c7989498ddfbr2=d39d8e933af12eeb13641ebb2bc92a896065456e

---

commit 0f55387ba42135049fdf9890b8b1188d36161d0a
Author: Jan Schneider j...@horde.org
Date:   Tue Oct 19 01:10:55 2010 +0200

MFB: Fix importing recurrence exceptions from vCalendar 1.0.

 framework/Icalendar/lib/Horde/Icalendar.php |   83 +++
 horde/docs/CHANGES  |1 +
 2 files changed, 47 insertions(+), 37 deletions(-)

http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar.php?rt=horde-gitr1=fc55d6178d33ca825f59a1a2eba44c8c7daa6019r2=0f55387ba42135049fdf9890b8b1188d36161d0a
http://git.horde.org/diff.php/horde/docs/CHANGES?rt=horde-gitr1=78b1fb67ef553ec321281fd7720d6d46365d3e04r2=0f55387ba42135049fdf9890b8b1188d36161d0a

---

commit 568c663db79e85ab40c87f6de4fd790bf4b17c05
Author: Jan Schneider j...@horde.org
Date:   Tue Oct 19 01:26:26 2010 +0200

Fix charset.

 framework/Icalendar/test/Horde/Icalendar/charset1.phpt  |4 ++--
 framework/Icalendar/test/Horde/Icalendar/timezones.phpt |6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/framework/Icalendar/test/Horde/Icalendar/charset1.phpt?rt=horde-gitr1=e60da622060274282dd92c2d41c4c0dce4724dd6r2=568c663db79e85ab40c87f6de4fd790bf4b17c05
http://git.horde.org/diff.php/framework/Icalendar/test/Horde/Icalendar/timezones.phpt?rt=horde-gitr1=d39d8e933af12eeb13641ebb2bc92a896065456er2=568c663db79e85ab40c87f6de4fd790bf4b17c05

---

commit a8e28144a18b114e311d0d2c04c1c18e3a53e9f5
Author: Jan Schneider j...@horde.org
Date:   Tue Oct 19 01:27:13 2010 +0200

Fix method call.
Reset attributes and components.

 framework/Icalendar/lib/Horde/Icalendar.php |4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar.php?rt=horde-gitr1=0f55387ba42135049fdf9890b8b1188d36161d0ar2=a8e28144a18b114e311d0d2c04c1c18e3a53e9f5

---

commit 347b4626efed76b016346fbc33149232ce79ddc2
Author: Jan Schneider j...@horde.org
Date:   Tue Oct 19 01:31:42 2010 +0200

Update package.xml.

 framework/Icalendar/package.xml |  371 +--
 1 files changed, 317 insertions(+), 54 deletions(-)

http://git.horde.org/diff.php/framework/Icalendar/package.xml?rt=horde-gitr1=12b51c158b35596938568f70acd59a1530a66993r2=347b4626efed76b016346fbc33149232ce79ddc2


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] [Wiki] deleted: sent

2010-10-19 Thread Jan Schneider

jan  Tue, 19 Oct 2010 05:45:36 -0400

Deleted page: sent

__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 7756b6b041a421aa19e6dfec861b7b1f0461b06f

2010-10-20 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 95499e15bc097d3c35d59c4f996538b5563065f4

1de0dc7 Fix session initialization again.
7756b6b Fix log level name.

---

commit 1de0dc71fb447ae6131c0091c6fd41af47cf064c
Author: Jan Schneider j...@horde.org
Date:   Tue Oct 19 19:24:05 2010 +0200

Fix session initialization again.

 framework/SyncML/SyncML/Backend/Horde.php |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/SyncML/SyncML/Backend/Horde.php?rt=horde-gitr1=6e9d7738bcc5e69734865cc346c233a5c7cc6816r2=1de0dc71fb447ae6131c0091c6fd41af47cf064c

---

commit 7756b6b041a421aa19e6dfec861b7b1f0461b06f
Author: Jan Schneider j...@horde.org
Date:   Tue Oct 19 21:34:17 2010 +0200

Fix log level name.

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

http://git.horde.org/diff.php/whups/lib/Driver/sql.php?rt=horde-gitr1=d1719f334a03e88cddade61b24edfec9fb59bbfcr2=7756b6b041a421aa19e6dfec861b7b1f0461b06f


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. c4b663a5ef8100adba5c7fdcbe4065343b983932

2010-10-21 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 59ee9d3f8fbb867c3f04e15b3657079e0b92e62b

1e22c78 Add $Id$ tag.
2f6dc8d Re-add the $clear parameter instead.
c4b663a Report the correct class name in exception.

---

commit 1e22c78c7fdba942d2e3b654031a23f259ef7efa
Author: Jan Schneider j...@horde.org
Date:   Wed Oct 20 17:18:17 2010 +0200

Add $Id$ tag.

 wicked/config/prefs.php.dist |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/wicked/config/prefs.php.dist?rt=horde-gitr1=21652c9db84ac02e489ebaded3ed9a955ace1fc5r2=1e22c78c7fdba942d2e3b654031a23f259ef7efa

---

commit 2f6dc8daf9da28405565a2c648e33d4c9d4cc919
Author: Jan Schneider j...@horde.org
Date:   Wed Oct 20 18:21:04 2010 +0200

Re-add the $clear parameter instead.

 framework/Icalendar/lib/Horde/Icalendar.php |7 +--
 1 files changed, 5 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar.php?rt=horde-gitr1=a8e28144a18b114e311d0d2c04c1c18e3a53e9f5r2=2f6dc8daf9da28405565a2c648e33d4c9d4cc919

---

commit c4b663a5ef8100adba5c7fdcbe4065343b983932
Author: Jan Schneider j...@horde.org
Date:   Wed Oct 20 18:39:13 2010 +0200

Report the correct class name in exception.

 framework/Mime_Viewer/lib/Horde/Mime/Viewer.php |7 +++
 1 files changed, 3 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/framework/Mime_Viewer/lib/Horde/Mime/Viewer.php?rt=horde-gitr1=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cdr2=c4b663a5ef8100adba5c7fdcbe4065343b983932


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 309cd00a448c256edd4029fe7ccd1a919770ed55

2010-10-21 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: c4b663a5ef8100adba5c7fdcbe4065343b983932

309cd00 Fix method name (Bug #9326).

---

commit 309cd00a448c256edd4029fe7ccd1a919770ed55
Author: Jan Schneider j...@horde.org
Date:   Thu Oct 21 11:00:38 2010 +0200

Fix method name (Bug #9326).

 framework/SyncML/SyncML/Backend/Horde.php |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/SyncML/SyncML/Backend/Horde.php?rt=horde-gitr1=1de0dc71fb447ae6131c0091c6fd41af47cf064cr2=309cd00a448c256edd4029fe7ccd1a919770ed55


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. bff790f7910b671a8bf14b50b75cbf477cc04ecb

2010-10-21 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 309cd00a448c256edd4029fe7ccd1a919770ed55

bff790f Hardcode charset (Bug #9285).

---

commit bff790f7910b671a8bf14b50b75cbf477cc04ecb
Author: Jan Schneider j...@horde.org
Date:   Thu Oct 21 13:45:08 2010 +0200

Hardcode charset (Bug #9285).

 ingo/lib/Script/Imap.php |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/ingo/lib/Script/Imap.php?rt=horde-gitr1=f562e4a6ae1ff029d1311bbeb8f75c1a4b2542d6r2=bff790f7910b671a8bf14b50b75cbf477cc04ecb


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 5428592ddae32ae6f92773a12a520d8f40d47357

2010-10-21 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: bff790f7910b671a8bf14b50b75cbf477cc04ecb

0fa5f6b MFB
954f50d MFB
5428592 Horde_Icalendar (Bug #9319).

---

commit 0fa5f6b1fb9b76610a039c81dba6e119885821ec
Author: Jan Schneider j...@horde.org
Date:   Thu Oct 21 13:57:15 2010 +0200

MFB

 imp/docs/CHANGES |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-gitr1=7e5d76a41fd01b78fed4aedb6970378d4cdcb73cr2=0fa5f6b1fb9b76610a039c81dba6e119885821ec

---

commit 954f50d7ce9c24b91fb309db0935853a7c31c555
Author: Jan Schneider j...@horde.org
Date:   Thu Oct 21 13:58:03 2010 +0200

MFB

 framework/DataTree/DataTree/sql.php |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/DataTree/DataTree/sql.php?rt=horde-gitr1=1526c4e2f0121646bf75285f8b25fdb3865aa60cr2=954f50d7ce9c24b91fb309db0935853a7c31c555

---

commit 5428592ddae32ae6f92773a12a520d8f40d47357
Author: Jan Schneider j...@horde.org
Date:   Thu Oct 21 17:48:55 2010 +0200

Horde_Icalendar (Bug #9319).

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

http://git.horde.org/diff.php/nag/lib/Api.php?rt=horde-gitr1=e60da622060274282dd92c2d41c4c0dce4724dd6r2=5428592ddae32ae6f92773a12a520d8f40d47357


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 0b66a50ae28ab6b8a60af9290264d4a98c016a83

2010-10-21 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 85e306b9042c49634b25d0a3d1573366576fc165

9b7dc3d MFB
40344e7 Fix scope.
4a6943f [jan] Use name format preference not only for paging, but for sorting 
too   (Request #8806).
678ebe0 MFB: Need charset conversion here too (Bug #9323).
0b66a50 BFN

---

commit 9b7dc3dc5eb081dd85df68e501262c64176adc88
Author: Jan Schneider j...@horde.org
Date:   Thu Oct 21 18:55:14 2010 +0200

MFB

 turba/docs/CHANGES |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/turba/docs/CHANGES?rt=horde-gitr1=9fc2aa5230e1adf27540789561a3420332413551r2=9b7dc3dc5eb081dd85df68e501262c64176adc88

---

commit 40344e746b1655bdafad14bfe72b4e19e6885883
Author: Jan Schneider j...@horde.org
Date:   Thu Oct 21 21:59:53 2010 +0200

Fix scope.

 whups/ticket/type.php |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/whups/ticket/type.php?rt=horde-gitr1=474382a60011932d21b626aae790da872f1e041er2=40344e746b1655bdafad14bfe72b4e19e6885883

---

commit 4a6943f8334f97af5667edcdbfc251298db963cf
Author: Jan Schneider j...@horde.org
Date:   Thu Oct 21 22:13:30 2010 +0200

[jan] Use name format preference not only for paging, but for sorting too
  (Request #8806).

 turba/docs/CHANGES |2 ++
 turba/lib/List.php |   42 ++
 2 files changed, 36 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/turba/docs/CHANGES?rt=horde-gitr1=9b7dc3dc5eb081dd85df68e501262c64176adc88r2=4a6943f8334f97af5667edcdbfc251298db963cf
http://git.horde.org/diff.php/turba/lib/List.php?rt=horde-gitr1=a82aefe91997736e871cd5931d96f6369fa9r2=4a6943f8334f97af5667edcdbfc251298db963cf

---

commit 678ebe04a2932a138e20a764ec37787df99cab25
Author: Jan Schneider j...@horde.org
Date:   Thu Oct 21 22:15:35 2010 +0200

MFB: Need charset conversion here too (Bug #9323).

 framework/DataTree/DataTree/sql.php |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/DataTree/DataTree/sql.php?rt=horde-gitr1=954f50d7ce9c24b91fb309db0935853a7c31c555r2=678ebe04a2932a138e20a764ec37787df99cab25

---

commit 0b66a50ae28ab6b8a60af9290264d4a98c016a83
Author: Jan Schneider j...@horde.org
Date:   Thu Oct 21 22:17:57 2010 +0200

BFN

 horde/docs/CHANGES |8 +++-
 1 files changed, 7 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/docs/CHANGES?rt=horde-gitr1=0f55387ba42135049fdf9890b8b1188d36161d0ar2=0b66a50ae28ab6b8a60af9290264d4a98c016a83


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 404e8d1ea7c0bf99373aec2ce7f2534a442149b3

2010-10-22 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 08208cf8e8556d856e14da0233b6dde3137f666f

404e8d1 Remove accidentally added files.

---

commit 404e8d1ea7c0bf99373aec2ce7f2534a442149b3
Author: Jan Schneider j...@horde.org
Date:   Fri Oct 22 20:00:31 2010 +0200

Remove accidentally added files.

 framework/Core/package.xml  |8 --
 framework/Crypt/package.xml |  136 ---
 framework/Data/package.xml  |7 --
 framework/File_Csv/package.xml  |  115 +-
 framework/Prefs/package.xml |   14 
 framework/Share/package.xml |   10 ---
 framework/VFS_ISOWriter/package.xml |   15 
 7 files changed, 1 insertions(+), 304 deletions(-)

http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-gitr1=08208cf8e8556d856e14da0233b6dde3137f666fr2=404e8d1ea7c0bf99373aec2ce7f2534a442149b3
http://git.horde.org/diff.php/framework/Crypt/package.xml?rt=horde-gitr1=86cf457beaed347585b357e4ba089c88c11e55a0r2=404e8d1ea7c0bf99373aec2ce7f2534a442149b3
http://git.horde.org/diff.php/framework/Data/package.xml?rt=horde-gitr1=86cf457beaed347585b357e4ba089c88c11e55a0r2=404e8d1ea7c0bf99373aec2ce7f2534a442149b3
http://git.horde.org/diff.php/framework/File_Csv/package.xml?rt=horde-gitr1=86cf457beaed347585b357e4ba089c88c11e55a0r2=404e8d1ea7c0bf99373aec2ce7f2534a442149b3
http://git.horde.org/diff.php/framework/Prefs/package.xml?rt=horde-gitr1=86cf457beaed347585b357e4ba089c88c11e55a0r2=404e8d1ea7c0bf99373aec2ce7f2534a442149b3
http://git.horde.org/diff.php/framework/Share/package.xml?rt=horde-gitr1=86cf457beaed347585b357e4ba089c88c11e55a0r2=404e8d1ea7c0bf99373aec2ce7f2534a442149b3
http://git.horde.org/diff.php/framework/VFS_ISOWriter/package.xml?rt=horde-gitr1=86cf457beaed347585b357e4ba089c88c11e55a0r2=404e8d1ea7c0bf99373aec2ce7f2534a442149b3


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. a2667f3bdfb1b785d108d746c0db835a96e21b3e

2010-10-22 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 404e8d1ea7c0bf99373aec2ce7f2534a442149b3

a2667f3 Fix XML.

---

commit a2667f3bdfb1b785d108d746c0db835a96e21b3e
Author: Jan Schneider j...@horde.org
Date:   Fri Oct 22 20:02:47 2010 +0200

Fix XML.

 framework/File_Csv/package.xml |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/File_Csv/package.xml?rt=horde-gitr1=404e8d1ea7c0bf99373aec2ce7f2534a442149b3r2=a2667f3bdfb1b785d108d746c0db835a96e21b3e


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. f4d21bbe25ff8e300a72436b6eec061f9cd848df

2010-10-22 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: f3ce61be9d973df21d52b6d1a5afeb95a0951dcc

f4d21bb style

---

commit f4d21bbe25ff8e300a72436b6eec061f9cd848df
Author: Jan Schneider j...@horde.org
Date:   Fri Oct 22 22:43:42 2010 +0200

style

 framework/Translation/lib/Horde/Translation/Exception.php |4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Translation/lib/Horde/Translation/Exception.php?rt=horde-gitr1=204e6a3ed21a55d4f3b990d044ce5933f9a08850r2=f4d21bbe25ff8e300a72436b6eec061f9cd848df


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 86f413e74f764d4e2b3b1f59d79b83291605c533

2010-10-23 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 5038089a82e158e2b8cac22cfb54bebc13cc2ae8

86f413e Remove call-time pass-by-reference.

---

commit 86f413e74f764d4e2b3b1f59d79b83291605c533
Author: Jan Schneider j...@horde.org
Date:   Sat Oct 23 11:58:52 2010 +0200

Remove call-time pass-by-reference.

 framework/Db/lib/Horde/Db/Adapter/SplitRead.php |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/SplitRead.php?rt=horde-gitr1=82b5e16de8f83c432be6b66ea54dc041a1fb0b92r2=86f413e74f764d4e2b3b1f59d79b83291605c533


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde-Support branch master updated. 9e0c679d884e7f439cd470b0dff84f780964d66c

2010-10-23 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 37dcedd425eefbfe45051e9784169088aa1b5876

0180b41 Try adding a new library.
9e0c679 Fix autoloader loading.

---

commit 0180b41e43e52f77441605f5397b0b64ccc4f492
Author: Jan Schneider j...@horde.org
Date:   Sat Oct 23 12:22:24 2010 +0200

Try adding a new library.

 ci-hudson/workdir/jobs/Date_Parser/.gitignore |6 +
 ci-hudson/workdir/jobs/Date_Parser/config.xml |  262 +
 2 files changed, 268 insertions(+), 0 deletions(-)
 create mode 100644 ci-hudson/workdir/jobs/Date_Parser/.gitignore
 create mode 100644 ci-hudson/workdir/jobs/Date_Parser/config.xml

http://git.horde.org/co.php/ci-hudson/workdir/jobs/Date_Parser/.gitignore?rt=horde-supportr=0180b41e43e52f77441605f5397b0b64ccc4f492
http://git.horde.org/co.php/ci-hudson/workdir/jobs/Date_Parser/config.xml?rt=horde-supportr=0180b41e43e52f77441605f5397b0b64ccc4f492

---

commit 9e0c679d884e7f439cd470b0dff84f780964d66c
Author: Jan Schneider j...@horde.org
Date:   Sat Oct 23 12:22:50 2010 +0200

Fix autoloader loading.

 maintainer-tools/horde-make-release.php |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/maintainer-tools/horde-make-release.php?rt=horde-supportr1=c998848f4f15c561908af309b067f749a0e8aa6cr2=9e0c679d884e7f439cd470b0dff84f780964d66c


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. ee879f7311f34004e3441bae01fe0716094ef395

2010-10-23 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 86f413e74f764d4e2b3b1f59d79b83291605c533

ee879f7 Add Date dependency.

---

commit ee879f7311f34004e3441bae01fe0716094ef395
Author: Jan Schneider j...@horde.org
Date:   Sat Oct 23 13:00:00 2010 +0200

Add Date dependency.

 framework/Date_Parser/package.xml |4 
 1 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/Date_Parser/package.xml?rt=horde-gitr1=c240cdc93602ddc11e210fddbf4d00f19f33c965r2=ee879f7311f34004e3441bae01fe0716094ef395


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde Web Source branch master updated. 0a8751c082964e60c2ff4d36096f15f34c7cfbe4

2010-10-25 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: fb2c6501b1d4d0c6aa038b2fe1eb38123b7ee632

0a8751c Announce releases.

---

commit 0a8751c082964e60c2ff4d36096f15f34c7cfbe4
Author: Jan Schneider j...@horde.org
Date:   Mon Oct 25 17:56:33 2010 +0200

Announce releases.

 config/news.php |5 +
 config/versions.php |   20 ++--
 main.html   |   10 ++
 3 files changed, 25 insertions(+), 10 deletions(-)

http://git.horde.org/diff.php/config/news.php?rt=horde-webr1=cca7d8ec33424b01e710899a6bb8fd13b7d3208ar2=0a8751c082964e60c2ff4d36096f15f34c7cfbe4
http://git.horde.org/diff.php/config/versions.php?rt=horde-webr1=cca7d8ec33424b01e710899a6bb8fd13b7d3208ar2=0a8751c082964e60c2ff4d36096f15f34c7cfbe4
http://git.horde.org/diff.php/main.html?rt=horde-webr1=cca7d8ec33424b01e710899a6bb8fd13b7d3208ar2=0a8751c082964e60c2ff4d36096f15f34c7cfbe4


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 1e6056a927e0fdfc47ac25d400f4add25cd02f0f

2010-10-26 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: f1e865a778f2736dfffed7db32d51d0fc246401e

01be6c1 MFB
fa182cd Drop Horde_File_Csv. fgetcsv() is sufficiently capable these days that 
a whole library is no longer justified. Add a light wrapper to Horde_Util 
instead.
1e6056a Don't require the browser object, it's only used at a few places.

---

commit 01be6c1a9ea3abfffc6b55a02bfd7fde109c00d7
Author: Jan Schneider j...@horde.org
Date:   Mon Oct 25 16:43:27 2010 +0200

MFB

 horde/docs/CHANGES |9 -
 imp/docs/CHANGES   |   22 ++
 2 files changed, 26 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/horde/docs/CHANGES?rt=horde-gitr1=0b66a50ae28ab6b8a60af9290264d4a98c016a83r2=01be6c1a9ea3abfffc6b55a02bfd7fde109c00d7
http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-gitr1=0fa5f6b1fb9b76610a039c81dba6e119885821ecr2=01be6c1a9ea3abfffc6b55a02bfd7fde109c00d7

---

commit fa182cd88e4cbaf3bdd09888913dabeed2c515ee
Author: Jan Schneider j...@horde.org
Date:   Tue Oct 26 23:09:47 2010 +0200

Drop Horde_File_Csv. fgetcsv() is sufficiently capable these days that a 
whole library is no longer justified. Add a light wrapper to Horde_Util instead.

 framework/Data/lib/Horde/Data.php |2 +-
 framework/Data/lib/Horde/Data/Csv.php |   55 +-
 framework/Data/test/Horde/Data/AllTests.php   |   36 +
 framework/Data/test/Horde/Data/CsvTest.php|   38 +
 framework/Data/test/Horde/Data/csv_importFile_01.phpt |   90 -
 framework/Data/test/Horde/Data/fixtures/simple_dos.csv|2 +
 framework/Data/test/Horde/Data/fixtures/simple_unix.csv   |2 +
 framework/Data/test/Horde/Data/simple_dos.csv |2 -
 framework/Data/test/Horde/Data/simple_unix.csv|2 -
 framework/File_Csv/lib/Horde/File/Csv.php |  531 -
 framework/File_Csv/lib/Horde/File/Csv/Exception.php   |   20 -
 framework/File_Csv/lib/Horde/File/Csv/Translation.php |   50 -
 framework/File_Csv/locale/Horde_File_Csv.pot  |   27 -
 framework/File_Csv/locale/ar/LC_MESSAGES/Horde_File_Csv.mo|  Bin 383 - 0 
bytes
 framework/File_Csv/locale/ar/LC_MESSAGES/Horde_File_Csv.po|   26 -
 framework/File_Csv/locale/bg/LC_MESSAGES/Horde_File_Csv.mo|  Bin 383 - 0 
bytes
 framework/File_Csv/locale/bg/LC_MESSAGES/Horde_File_Csv.po|   26 -
 framework/File_Csv/locale/bs/LC_MESSAGES/Horde_File_Csv.mo|  Bin 383 - 0 
bytes
 framework/File_Csv/locale/bs/LC_MESSAGES/Horde_File_Csv.po|   26 -
 framework/File_Csv/locale/ca/LC_MESSAGES/Horde_File_Csv.mo|  Bin 664 - 0 
bytes
 framework/File_Csv/locale/ca/LC_MESSAGES/Horde_File_Csv.po|   26 -
 framework/File_Csv/locale/cs/LC_MESSAGES/Horde_File_Csv.mo|  Bin 740 - 0 
bytes
 framework/File_Csv/locale/cs/LC_MESSAGES/Horde_File_Csv.po|   27 -
 framework/File_Csv/locale/da/LC_MESSAGES/Horde_File_Csv.mo|  Bin 687 - 0 
bytes
 framework/File_Csv/locale/da/LC_MESSAGES/Horde_File_Csv.po|   27 -
 framework/File_Csv/locale/de/LC_MESSAGES/Horde_File_Csv.mo|  Bin 696 - 0 
bytes
 framework/File_Csv/locale/de/LC_MESSAGES/Horde_File_Csv.po|   27 -
 framework/File_Csv/locale/el/LC_MESSAGES/Horde_File_Csv.mo|  Bin 426 - 0 
bytes
 framework/File_Csv/locale/el/LC_MESSAGES/Horde_File_Csv.po|   27 -
 framework/File_Csv/locale/en/LC_MESSAGES/Horde_File_Csv.mo|  Bin 684 - 0 
bytes
 framework/File_Csv/locale/en/LC_MESSAGES/Horde_File_Csv.po|   27 -
 framework/File_Csv/locale/es/LC_MESSAGES/Horde_File_Csv.mo|  Bin 714 - 0 
bytes
 framework/File_Csv/locale/es/LC_MESSAGES/Horde_File_Csv.po|   27 -
 framework/File_Csv/locale/et/LC_MESSAGES/Horde_File_Csv.mo|  Bin 675 - 0 
bytes
 framework/File_Csv/locale/et/LC_MESSAGES/Horde_File_Csv.po|   27 -
 framework/File_Csv/locale/eu/LC_MESSAGES/Horde_File_Csv.mo|  Bin 383 - 0 
bytes
 framework/File_Csv/locale/eu/LC_MESSAGES/Horde_File_Csv.po|   16 -
 framework/File_Csv/locale/fa/LC_MESSAGES/Horde_File_Csv.mo|  Bin 383 - 0 
bytes
 framework/File_Csv/locale/fa/LC_MESSAGES/Horde_File_Csv.po|   26 -
 framework/File_Csv/locale/fi/LC_MESSAGES/Horde_File_Csv.mo|  Bin 698 - 0 
bytes
 framework/File_Csv/locale/fi/LC_MESSAGES/Horde_File_Csv.po|   27 -
 framework/File_Csv/locale/fr/LC_MESSAGES/Horde_File_Csv.mo|  Bin 706 - 0 
bytes
 framework/File_Csv/locale/fr/LC_MESSAGES/Horde_File_Csv.po|   27 -
 framework/File_Csv/locale/gl/LC_MESSAGES/Horde_File_Csv.mo|  Bin 383 - 0 
bytes
 framework/File_Csv/locale/gl/LC_MESSAGES/Horde_File_Csv.po|   26 -
 framework/File_Csv/locale/he/LC_MESSAGES/Horde_File_Csv.mo|  Bin 426 - 0 
bytes
 framework/File_Csv/locale/he/LC_MESSAGES/Horde_File_Csv.po|   27

[commits] [Wiki] deleted: trace a received text

2010-10-27 Thread Jan Schneider

jan  Wed, 27 Oct 2010 15:48:59 -0400

Deleted page: trace a received text

__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch H4-Icalendar updated. 5728d7ecd3ece89e16c731394d8be6539969af44

2010-10-28 Thread Jan Schneider
The branch H4-Icalendar has been updated.
The following is a summary of the commits.

from: 233584b3e2d190d00762abde2931225c4392d47e

5728d7e Add a fix to ignore the autoloading of the newer PHPUnit (= 3.5.0, 
currently RC).

---

commit 5728d7ecd3ece89e16c731394d8be6539969af44
Author: Gunnar Wrobel p...@rdus.de
Date:   Tue Aug 24 10:07:50 2010 +0200

Add a fix to ignore the autoloading of the newer PHPUnit (= 3.5.0, 
currently RC).

Also extracted the reduced Autoloading setup for the test suites. This
way I can avoid duplicating code when defining the Autoload.php setup
I use for running single test suites.

 framework/Test/lib/Horde/Test/AllTests.php |4 +--
 framework/Test/lib/Horde/Test/Autoload.php |   31 
 framework/Test/package.xml |8 --
 3 files changed, 37 insertions(+), 6 deletions(-)
 create mode 100644 framework/Test/lib/Horde/Test/Autoload.php

http://git.horde.org/diff.php/framework/Test/lib/Horde/Test/AllTests.php?rt=horde-gitr1=2c92ce70739c1a6392ab9887a849ad76d730bfacr2=5728d7ecd3ece89e16c731394d8be6539969af44
http://git.horde.org/co.php/framework/Test/lib/Horde/Test/Autoload.php?rt=horde-gitr=5728d7ecd3ece89e16c731394d8be6539969af44
http://git.horde.org/diff.php/framework/Test/package.xml?rt=horde-gitr1=bf8fc986126bdbd1eb56a30d5308ab1247d83f7fr2=5728d7ecd3ece89e16c731394d8be6539969af44


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 09f391c332888c9c32ab70bf17a485b29d03e8bb

2010-10-28 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 32c4dac082310c4e5041a0540cf1b348f7447f22

e7b9fc6 Simplify
09f391c Use CSS for search button image.

---

commit e7b9fc6901da8da89f464688558ab20a8e59c89a
Author: Jan Schneider j...@horde.org
Date:   Wed Oct 27 00:51:45 2010 +0200

Simplify

 kronolith/themes/ie7.css |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/kronolith/themes/ie7.css?rt=horde-gitr1=027d3025ccaa10d120439c225e1655ef97470a2er2=e7b9fc6901da8da89f464688558ab20a8e59c89a

---

commit 09f391c332888c9c32ab70bf17a485b29d03e8bb
Author: Jan Schneider j...@horde.org
Date:   Wed Oct 27 00:52:15 2010 +0200

Use CSS for search button image.

 kronolith/templates/index/index.inc |2 +-
 kronolith/themes/screen.css |   14 --
 2 files changed, 13 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/kronolith/templates/index/index.inc?rt=horde-gitr1=eaa17bf3175f2e4656fd3431919bf0ce19096738r2=09f391c332888c9c32ab70bf17a485b29d03e8bb
http://git.horde.org/diff.php/kronolith/themes/screen.css?rt=horde-gitr1=22d919cb7dd2ae3c69f420c3dc0df7a419904e73r2=09f391c332888c9c32ab70bf17a485b29d03e8bb


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. cf213bdc5a623683e20c213e26098c6c4da5d419

2010-10-28 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 09f391c332888c9c32ab70bf17a485b29d03e8bb

cf213bd Update package.xml

---

commit cf213bdc5a623683e20c213e26098c6c4da5d419
Author: Jan Schneider j...@horde.org
Date:   Thu Oct 28 12:12:56 2010 +0200

Update package.xml

 framework/Data/package.xml |   22 +-
 1 files changed, 13 insertions(+), 9 deletions(-)

http://git.horde.org/diff.php/framework/Data/package.xml?rt=horde-gitr1=404e8d1ea7c0bf99373aec2ce7f2534a442149b3r2=cf213bdc5a623683e20c213e26098c6c4da5d419


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 0cec2e34f2a53c9ecf904f1c7773565a761ccde2

2010-10-28 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: cf213bdc5a623683e20c213e26098c6c4da5d419

6aae11b Examples should have the doc role.
b729576 More role fixes. Anything in test(s)/ should have the role test.
0cec2e3 Fix location of post-install script, and change class name to make the 
post-install prompt clearer.

---

commit 6aae11b69bff80d9749a579c58578089bc0f99da
Author: Jan Schneider j...@horde.org
Date:   Thu Oct 28 12:16:09 2010 +0200

Examples should have the doc role.

 framework/Injector/package.xml |   12 ++--
 framework/Kolab_Server/package.xml |2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/framework/Injector/package.xml?rt=horde-gitr1=0729ad4e199098207fec994fbac9d34c72e9b436r2=6aae11b69bff80d9749a579c58578089bc0f99da
http://git.horde.org/diff.php/framework/Kolab_Server/package.xml?rt=horde-gitr1=3982d3163400fe4b8d96c115b84b33ecf2bd363dr2=6aae11b69bff80d9749a579c58578089bc0f99da

---

commit b729576be39d7c9ce9f58b6cef20ed04dc89d62d
Author: Jan Schneider j...@horde.org
Date:   Thu Oct 28 12:22:01 2010 +0200

More role fixes. Anything in test(s)/ should have the role test.

 framework/Image/package.xml  |   12 +-
 framework/Service_Scribd/package.xml |2 +-
 framework/Share/package.xml  |4 +-
 framework/SyncML/package.xml |  408 +-
 4 files changed, 213 insertions(+), 213 deletions(-)

http://git.horde.org/diff.php/framework/Image/package.xml?rt=horde-gitr1=86cf457beaed347585b357e4ba089c88c11e55a0r2=b729576be39d7c9ce9f58b6cef20ed04dc89d62d
http://git.horde.org/diff.php/framework/Service_Scribd/package.xml?rt=horde-gitr1=86cf457beaed347585b357e4ba089c88c11e55a0r2=b729576be39d7c9ce9f58b6cef20ed04dc89d62d
http://git.horde.org/diff.php/framework/Share/package.xml?rt=horde-gitr1=404e8d1ea7c0bf99373aec2ce7f2534a442149b3r2=b729576be39d7c9ce9f58b6cef20ed04dc89d62d
http://git.horde.org/diff.php/framework/SyncML/package.xml?rt=horde-gitr1=86cf457beaed347585b357e4ba089c88c11e55a0r2=b729576be39d7c9ce9f58b6cef20ed04dc89d62d

---

commit 0cec2e34f2a53c9ecf904f1c7773565a761ccde2
Author: Jan Schneider j...@horde.org
Date:   Thu Oct 28 12:34:50 2010 +0200

Fix location of post-install script, and change class name to make the 
post-install prompt clearer.

 framework/Role/Horde/Role.php |   75 +
 framework/Role/Setconfig.php  |   75 -
 framework/Role/package.xml|   33 ++
 3 files changed, 93 insertions(+), 90 deletions(-)
 create mode 100644 framework/Role/Horde/Role.php
 delete mode 100644 framework/Role/Setconfig.php

http://git.horde.org/co.php/framework/Role/Horde/Role.php?rt=horde-gitr=0cec2e34f2a53c9ecf904f1c7773565a761ccde2
http://git.horde.org/diff.php/framework/Role/Setconfig.php?rt=horde-gitr1=6c4d7e581efd5fabc96fa3d4bb80ad7859798ec8r2=0cec2e34f2a53c9ecf904f1c7773565a761ccde2
http://git.horde.org/diff.php/framework/Role/package.xml?rt=horde-gitr1=6c4d7e581efd5fabc96fa3d4bb80ad7859798ec8r2=0cec2e34f2a53c9ecf904f1c7773565a761ccde2


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch H4-Icalendar updated. cd610d77298872377e0cf26f38fe801223a3891c

2010-10-28 Thread Jan Schneider
The branch H4-Icalendar has been updated.
The following is a summary of the commits.

from: 5728d7ecd3ece89e16c731394d8be6539969af44

a7eff62 Lots of phpdoc and small fixes.
38c1512 Implement parameter writing and fix date property exporting.
51cd43d Implement RFC 2445 line-folding.
3aff885 Multiple descriptions are allowed in VJOURNALs.
cd610d7 Implement parameter and text value escaping. The first test passes.

---

commit a7eff62db28e781ed13d953dd95c048044be33d0
Author: Jan Schneider j...@horde.org
Date:   Thu Oct 28 18:05:38 2010 +0200

Lots of phpdoc and small fixes.

 framework/Icalendar/lib/Horde/Icalendar/Base.php|  183 --
 framework/Icalendar/lib/Horde/Icalendar/Exception.php   |   17 +
 framework/Icalendar/lib/Horde/Icalendar/Valarm.php  |   26 +-
 framework/Icalendar/lib/Horde/Icalendar/Vcalendar.php   |   42 ++-
 framework/Icalendar/lib/Horde/Icalendar/Vevent.php  |   38 +-
 framework/Icalendar/lib/Horde/Icalendar/Vfreebusy.php   |   34 +-
 framework/Icalendar/lib/Horde/Icalendar/Vjournal.php|   26 +-
 framework/Icalendar/lib/Horde/Icalendar/Vtimezone.php   |   26 +-
 framework/Icalendar/lib/Horde/Icalendar/Vtodo.php   |   26 +-
 framework/Icalendar/lib/Horde/Icalendar/Writer.php  |   27 -
 framework/Icalendar/lib/Horde/Icalendar/Writer/Base.php |   54 ++-
 framework/Icalendar/lib/Horde/Icalendar/Writer/Vcalendar/20.php |   29 +
 framework/Icalendar/test/Horde/Icalendar/WriterTest.php |8 +-
 13 files changed, 415 insertions(+), 121 deletions(-)
 delete mode 100644 framework/Icalendar/lib/Horde/Icalendar/Writer.php

http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Base.php?rt=horde-gitr1=233584b3e2d190d00762abde2931225c4392d47er2=a7eff62db28e781ed13d953dd95c048044be33d0
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Exception.php?rt=horde-gitr1=233584b3e2d190d00762abde2931225c4392d47er2=a7eff62db28e781ed13d953dd95c048044be33d0
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Valarm.php?rt=horde-gitr1=233584b3e2d190d00762abde2931225c4392d47er2=a7eff62db28e781ed13d953dd95c048044be33d0
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Vcalendar.php?rt=horde-gitr1=233584b3e2d190d00762abde2931225c4392d47er2=a7eff62db28e781ed13d953dd95c048044be33d0
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Vevent.php?rt=horde-gitr1=233584b3e2d190d00762abde2931225c4392d47er2=a7eff62db28e781ed13d953dd95c048044be33d0
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Vfreebusy.php?rt=horde-gitr1=233584b3e2d190d00762abde2931225c4392d47er2=a7eff62db28e781ed13d953dd95c048044be33d0
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Vjournal.php?rt=horde-gitr1=233584b3e2d190d00762abde2931225c4392d47er2=a7eff62db28e781ed13d953dd95c048044be33d0
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Vtimezone.php?rt=horde-gitr1=233584b3e2d190d00762abde2931225c4392d47er2=a7eff62db28e781ed13d953dd95c048044be33d0
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Vtodo.php?rt=horde-gitr1=233584b3e2d190d00762abde2931225c4392d47er2=a7eff62db28e781ed13d953dd95c048044be33d0
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Writer.php?rt=horde-gitr1=233584b3e2d190d00762abde2931225c4392d47er2=a7eff62db28e781ed13d953dd95c048044be33d0
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Writer/Base.php?rt=horde-gitr1=233584b3e2d190d00762abde2931225c4392d47er2=a7eff62db28e781ed13d953dd95c048044be33d0
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Writer/Vcalendar/20.php?rt=horde-gitr1=233584b3e2d190d00762abde2931225c4392d47er2=a7eff62db28e781ed13d953dd95c048044be33d0
http://git.horde.org/diff.php/framework/Icalendar/test/Horde/Icalendar/WriterTest.php?rt=horde-gitr1=233584b3e2d190d00762abde2931225c4392d47er2=a7eff62db28e781ed13d953dd95c048044be33d0

---

commit 38c151239155a2835f5407ffe666a35f106a7f7b
Author: Jan Schneider j...@horde.org
Date:   Thu Oct 28 18:39:46 2010 +0200

Implement parameter writing and fix date property exporting.

 framework/Icalendar/lib/Horde/Icalendar/Base.php|2 +-
 framework/Icalendar/lib/Horde/Icalendar/Writer/Base.php |   38 ++-
 framework/Icalendar/lib/Horde/Icalendar/Writer/Vcalendar/20.php |   27 ++---
 framework/Icalendar/test/Horde/Icalendar/WriterTest.php |4 +-
 4 files changed, 50 insertions(+), 21 deletions(-)

http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Base.php?rt=horde-gitr1=a7eff62db28e781ed13d953dd95c048044be33d0r2=38c151239155a2835f5407ffe666a35f106a7f7b
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde

[commits] [Wiki] deleted: Email Signature

2010-10-29 Thread Jan Schneider

jan  Fri, 29 Oct 2010 04:33:15 -0400

Deleted page: Email Signature

__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] [Wiki] deleted: ..

2010-10-31 Thread Jan Schneider

jan  Sun, 31 Oct 2010 12:36:29 -0400

Deleted page: ..

__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] [Wiki] deleted: ..

2010-11-01 Thread Jan Schneider

jan  Mon, 01 Nov 2010 12:03:55 -0400

Deleted page: ..

__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch H4-Icalendar updated. 6ed3f6f055704f3726ea1ae677dc5c79988b1818

2010-11-01 Thread Jan Schneider
The branch H4-Icalendar has been updated.
The following is a summary of the commits.

from: cd610d77298872377e0cf26f38fe801223a3891c

89dc917c Add more writer tests.
e52c409 Add ORGANIZER as valid property.
b6742b9 Fix tests.
6ed3f6f Implement vCalendar 1.0 writer. Improve RFC 2445 writer.

---

commit 89dc917cc29ddf1c1b61883bc1f355b06649df2d
Author: Jan Schneider j...@horde.org
Date:   Thu Oct 28 23:14:02 2010 +0200

Add more writer tests.

 framework/Icalendar/test/Horde/Icalendar/WriterTest.php |  193 +++
 1 files changed, 193 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/Icalendar/test/Horde/Icalendar/WriterTest.php?rt=horde-gitr1=cd610d77298872377e0cf26f38fe801223a3891cr2=89dc917cc29ddf1c1b61883bc1f355b06649df2d

---

commit e52c4091f9d063560c9b826c3981acae2ecaeeb2
Author: Jan Schneider j...@horde.org
Date:   Mon Nov 1 17:24:39 2010 +0100

Add ORGANIZER as valid property.

 framework/Icalendar/lib/Horde/Icalendar/Vevent.php|   14 +-
 framework/Icalendar/lib/Horde/Icalendar/Vfreebusy.php |4 
 framework/Icalendar/lib/Horde/Icalendar/Vjournal.php  |   14 +-
 framework/Icalendar/lib/Horde/Icalendar/Vtodo.php |   14 +-
 4 files changed, 43 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Vevent.php?rt=horde-gitr1=a7eff62db28e781ed13d953dd95c048044be33d0r2=e52c4091f9d063560c9b826c3981acae2ecaeeb2
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Vfreebusy.php?rt=horde-gitr1=a7eff62db28e781ed13d953dd95c048044be33d0r2=e52c4091f9d063560c9b826c3981acae2ecaeeb2
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Vjournal.php?rt=horde-gitr1=3aff8859076d8d7e00b5cf4dabbdb87ba661ca2br2=e52c4091f9d063560c9b826c3981acae2ecaeeb2
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Vtodo.php?rt=horde-gitr1=a7eff62db28e781ed13d953dd95c048044be33d0r2=e52c4091f9d063560c9b826c3981acae2ecaeeb2

---

commit b6742b9c49112ccc8c6ae395fa8718e85bf93072
Author: Jan Schneider j...@horde.org
Date:   Mon Nov 1 17:45:12 2010 +0100

Fix tests.

 framework/Icalendar/test/Horde/Icalendar/WriterTest.php |   60 +++
 1 files changed, 29 insertions(+), 31 deletions(-)

http://git.horde.org/diff.php/framework/Icalendar/test/Horde/Icalendar/WriterTest.php?rt=horde-gitr1=89dc917cc29ddf1c1b61883bc1f355b06649df2dr2=b6742b9c49112ccc8c6ae395fa8718e85bf93072

---

commit 6ed3f6f055704f3726ea1ae677dc5c79988b1818
Author: Jan Schneider j...@horde.org
Date:   Mon Nov 1 17:46:48 2010 +0100

Implement vCalendar 1.0 writer. Improve RFC 2445 writer.

 framework/Icalendar/lib/Horde/Icalendar/Vevent.php  |2 +-
 framework/Icalendar/lib/Horde/Icalendar/Vtodo.php   |   19 +
 framework/Icalendar/lib/Horde/Icalendar/Writer/Base.php |  112 ++-
 framework/Icalendar/lib/Horde/Icalendar/Writer/Vcalendar/10.php |  112 +++
 framework/Icalendar/lib/Horde/Icalendar/Writer/Vcalendar/20.php |   39 ++-
 5 files changed, 251 insertions(+), 33 deletions(-)
 create mode 100644 
framework/Icalendar/lib/Horde/Icalendar/Writer/Vcalendar/10.php

http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Vevent.php?rt=horde-gitr1=e52c4091f9d063560c9b826c3981acae2ecaeeb2r2=6ed3f6f055704f3726ea1ae677dc5c79988b1818
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Vtodo.php?rt=horde-gitr1=e52c4091f9d063560c9b826c3981acae2ecaeeb2r2=6ed3f6f055704f3726ea1ae677dc5c79988b1818
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Writer/Base.php?rt=horde-gitr1=cd610d77298872377e0cf26f38fe801223a3891cr2=6ed3f6f055704f3726ea1ae677dc5c79988b1818
http://git.horde.org/co.php/framework/Icalendar/lib/Horde/Icalendar/Writer/Vcalendar/10.php?rt=horde-gitr=6ed3f6f055704f3726ea1ae677dc5c79988b1818
http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar/Writer/Vcalendar/20.php?rt=horde-gitr1=cd610d77298872377e0cf26f38fe801223a3891cr2=6ed3f6f055704f3726ea1ae677dc5c79988b1818


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] [Wiki] deleted: ..

2010-11-02 Thread Jan Schneider

jan  Tue, 02 Nov 2010 05:18:26 -0400

Deleted page: ..

__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] [Wiki] created: ..

2010-11-02 Thread Jan Schneider

jan  Tue, 02 Nov 2010 05:18:41 -0400

Created page: http://wiki.horde.org/..



__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 9fd9e5ba21cd7cdf526ea95848e6d785d3a76626

2010-11-02 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: d29083e275d05a53f330d7296d65def275fd9f06

b73d73b Fix parse error.
9fd9e5b Fix parentheses (Bug #9356).

---

commit b73d73bc8d3f4bf86fb645987170f67efb6e1afe
Author: Jan Schneider j...@horde.org
Date:   Tue Nov 2 17:14:09 2010 +0100

Fix parse error.

 agora/deleteforum.php |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/agora/deleteforum.php?rt=horde-gitr1=7277728730e6ab11d05f3a5f0c7133315a350917r2=b73d73bc8d3f4bf86fb645987170f67efb6e1afe

---

commit 9fd9e5ba21cd7cdf526ea95848e6d785d3a76626
Author: Jan Schneider j...@horde.org
Date:   Tue Nov 2 17:18:26 2010 +0100

Fix parentheses (Bug #9356).

 framework/Core/lib/Horde/Core/Sidebar.php |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Sidebar.php?rt=horde-gitr1=86cf457beaed347585b357e4ba089c88c11e55a0r2=9fd9e5ba21cd7cdf526ea95848e6d785d3a76626


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 9b08d2c79f3df97cc9100bbead05fafb68832f35

2010-11-02 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 5b28b71cc0dc12cbc4d9d3d4feb56f419d15fc54

41d6133 Remove getTags()/setTags().
7709e53 Remove setGeoLocation()/getGeoLocation().
d16d3c0 Fix expectations.
e2ce45e MFB
9b08d2c MFB: Update Cyrus links.

---

commit 41d6133760f4544f8f19784a26cf35806eade715
Author: Jan Schneider j...@horde.org
Date:   Mon Nov 1 19:41:29 2010 +0100

Remove getTags()/setTags().

 kronolith/data.php|3 +-
 kronolith/lib/Driver/Sql.php  |2 +-
 kronolith/lib/Event.php   |   40 ++--
 kronolith/lib/Event/Kolab.php |1 -
 kronolith/lib/Resource/Single.php |2 +-
 kronolith/lib/View/EditEvent.php  |6 +
 6 files changed, 11 insertions(+), 43 deletions(-)

http://git.horde.org/diff.php/kronolith/data.php?rt=horde-gitr1=dc70544a10b2beafac548a8994bab1b4c88736cdr2=41d6133760f4544f8f19784a26cf35806eade715
http://git.horde.org/diff.php/kronolith/lib/Driver/Sql.php?rt=horde-gitr1=f4a82832e8d7286ba074fbbe12b0a83933f63936r2=41d6133760f4544f8f19784a26cf35806eade715
http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-gitr1=7193e5a39589847cd91783e463ed79d9d4d24d7br2=41d6133760f4544f8f19784a26cf35806eade715
http://git.horde.org/diff.php/kronolith/lib/Event/Kolab.php?rt=horde-gitr1=9d423efda515f75fc205f66032a4373d70407020r2=41d6133760f4544f8f19784a26cf35806eade715
http://git.horde.org/diff.php/kronolith/lib/Resource/Single.php?rt=horde-gitr1=640b8cfa6e428926f2efae356808ba0ed194a78fr2=41d6133760f4544f8f19784a26cf35806eade715
http://git.horde.org/diff.php/kronolith/lib/View/EditEvent.php?rt=horde-gitr1=b5f636ee56dd74007e1ee57d116ab4d384a2105br2=41d6133760f4544f8f19784a26cf35806eade715

---

commit 7709e53c077c4eda203f8dc8057e2fa30e126dfb
Author: Jan Schneider j...@horde.org
Date:   Mon Nov 1 19:45:02 2010 +0100

Remove setGeoLocation()/getGeoLocation().

 kronolith/lib/Event.php   |   44 +---
 kronolith/lib/Resource/Single.php |2 +-
 2 files changed, 12 insertions(+), 34 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-gitr1=41d6133760f4544f8f19784a26cf35806eade715r2=7709e53c077c4eda203f8dc8057e2fa30e126dfb
http://git.horde.org/diff.php/kronolith/lib/Resource/Single.php?rt=horde-gitr1=41d6133760f4544f8f19784a26cf35806eade715r2=7709e53c077c4eda203f8dc8057e2fa30e126dfb

---

commit d16d3c0db326820426a29ac2e1f982e866266914
Author: Jan Schneider j...@horde.org
Date:   Mon Nov 1 22:48:38 2010 +0100

Fix expectations.

 kronolith/lib/tests/fromicalendar.phpt |8 
 kronolith/lib/tests/toicalendar.phpt   |   26 +-
 2 files changed, 17 insertions(+), 17 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/tests/fromicalendar.phpt?rt=horde-gitr1=7193e5a39589847cd91783e463ed79d9d4d24d7br2=d16d3c0db326820426a29ac2e1f982e866266914
http://git.horde.org/diff.php/kronolith/lib/tests/toicalendar.phpt?rt=horde-gitr1=09a0ade1f7c7d156a3158532a338c7989498ddfbr2=d16d3c0db326820426a29ac2e1f982e866266914

---

commit e2ce45e26b55baedd54868c72d6267d4ce5d78d6
Author: Jan Schneider j...@horde.org
Date:   Tue Nov 2 16:13:35 2010 +0100

MFB

 horde/docs/CHANGES |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/docs/CHANGES?rt=horde-gitr1=01be6c1a9ea3abfffc6b55a02bfd7fde109c00d7r2=e2ce45e26b55baedd54868c72d6267d4ce5d78d6

---

commit 9b08d2c79f3df97cc9100bbead05fafb68832f35
Author: Jan Schneider j...@horde.org
Date:   Tue Nov 2 16:14:09 2010 +0100

MFB: Update Cyrus links.

 horde/docs/PERFORMANCE |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/docs/PERFORMANCE?rt=horde-gitr1=b11a8b317080ddf2ccb0e956445ade8004b09b43r2=9b08d2c79f3df97cc9100bbead05fafb68832f35


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] [Wiki] deleted: ..

2010-11-02 Thread Jan Schneider

jan  Tue, 02 Nov 2010 19:43:50 -0400

Deleted page: ..

__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 67133536173f483559595a93794f0d5b684d5b0b

2010-11-03 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 2289d3fa1819bed870a7dcabaa7f6cef85ed228d

4690adc Don't try to load dot files from the data/ directory.
9044893 Fix a bunch of roles manually. Rule of thumb: everything should be of 
the horde role, besides: docs/ - role=doc bin/ - role=script scripts/ - 
role=data
4ee Actually we want bin/ to have the horde role too for now, because they 
rely on finding HORDE_BASE.
6713353 Update after setting the correct roles.

---

commit 4690adc80cbef1dbb3e612ea8523798a5ba19aae
Author: Jan Schneider j...@horde.org
Date:   Wed Nov 3 14:35:10 2010 +0100

Don't try to load dot files from the data/ directory.

 wicked/lib/Page/StandardPage.php |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/wicked/lib/Page/StandardPage.php?rt=horde-gitr1=1a670aa19e143666862165e67f730152933580b3r2=4690adc80cbef1dbb3e612ea8523798a5ba19aae

---

commit 9044893f1de5c86b621d4636792fb3d2db7e18e1
Author: Jan Schneider j...@horde.org
Date:   Wed Nov 3 14:55:23 2010 +0100

Fix a bunch of roles manually. Rule of thumb: everything should be of the 
horde role, besides:
docs/ - role=doc
bin/ - role=script
scripts/ - role=data

 horde/package.xml |  268 ++--
 1 files changed, 134 insertions(+), 134 deletions(-)

http://git.horde.org/diff.php/horde/package.xml?rt=horde-gitr1=c2cbaf6a531a2029048754de1383ad02cc62bc3dr2=9044893f1de5c86b621d4636792fb3d2db7e18e1

---

commit 4ee5d815508c95fd0a0e24410171379a5432
Author: Jan Schneider j...@horde.org
Date:   Wed Nov 3 14:58:31 2010 +0100

Actually we want bin/ to have the horde role too for now, because they rely 
on
finding HORDE_BASE.

 horde/package.xml |   14 +++---
 1 files changed, 7 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/horde/package.xml?rt=horde-gitr1=9044893f1de5c86b621d4636792fb3d2db7e18e1r2=4ee5d815508c95fd0a0e24410171379a5432

---

commit 67133536173f483559595a93794f0d5b684d5b0b
Author: Jan Schneider j...@horde.org
Date:   Wed Nov 3 15:00:29 2010 +0100

Update after setting the correct roles.

 horde/package.xml |   56 ++--
 1 files changed, 28 insertions(+), 28 deletions(-)

http://git.horde.org/diff.php/horde/package.xml?rt=horde-gitr1=4ee5d815508c95fd0a0e24410171379a5432r2=67133536173f483559595a93794f0d5b684d5b0b


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 5b7205d9072011dac1a0fd96528be3fd3ff6988b

2010-11-03 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 8d15f16e482be7b8f35646482540d2b9ad2fb3a0

fa16b32 Use application name translations from horde, not Horde_Core.
5b7205d Fix Horde::url() calls with full paths, but without requesting full 
URLs.

---

commit fa16b324aaee6cf77f3e10f7186da0c1cd88ab4e
Author: Jan Schneider j...@horde.org
Date:   Wed Nov 3 15:34:27 2010 +0100

Use application name translations from horde, not Horde_Core.

 framework/Core/lib/Horde/Core/Sidebar.php |9 +
 framework/Core/lib/Horde/Registry.php |2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Sidebar.php?rt=horde-gitr1=9fd9e5ba21cd7cdf526ea95848e6d785d3a76626r2=fa16b324aaee6cf77f3e10f7186da0c1cd88ab4e
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-gitr1=2b5ec255ff78dc3c8ce227ce6c7bd6f105b63270r2=fa16b324aaee6cf77f3e10f7186da0c1cd88ab4e

---

commit 5b7205d9072011dac1a0fd96528be3fd3ff6988b
Author: Jan Schneider j...@horde.org
Date:   Wed Nov 3 15:41:30 2010 +0100

Fix Horde::url() calls with full paths, but without requesting full URLs.

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

http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-gitr1=d01eaa60b8a3fd37c1ad7607e181554cc76f0648r2=5b7205d9072011dac1a0fd96528be3fd3ff6988b


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 83ac62c54a286d6a8108dbf5c95e5dd9f866e150

2010-11-03 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 5b7205d9072011dac1a0fd96528be3fd3ff6988b

83ac62c Fix links to apps with their own full webroot URL.

---

commit 83ac62c54a286d6a8108dbf5c95e5dd9f866e150
Author: Jan Schneider j...@horde.org
Date:   Wed Nov 3 15:28:21 2010 +

Fix links to apps with their own full webroot URL.

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

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Sidebar.php?rt=horde-gitr1=fa16b324aaee6cf77f3e10f7186da0c1cd88ab4er2=83ac62c54a286d6a8108dbf5c95e5dd9f866e150


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. a7078e12d5841ca7527e3b0ad59081b2a570cb56

2010-11-03 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: dd5f71126b48fa1e6554ee48d96bc40cb711a292

1c9caf6 Port URL test.
a7078e1 We don't generate relative URLs anymore, and we support parameters 
without values. All tests pass.

---

commit 1c9caf62b1beedbe5b0c8811ff01d986eca2be52
Author: Jan Schneider j...@horde.org
Date:   Wed Nov 3 16:19:32 2010 +0100

Port URL test.

 framework/Core/test/Horde/Core/UrlTest.php |  297 
 framework/Core/test/Horde/Core/url.phpt|  290 ---
 2 files changed, 297 insertions(+), 290 deletions(-)
 create mode 100644 framework/Core/test/Horde/Core/UrlTest.php
 delete mode 100644 framework/Core/test/Horde/Core/url.phpt

http://git.horde.org/co.php/framework/Core/test/Horde/Core/UrlTest.php?rt=horde-gitr=1c9caf62b1beedbe5b0c8811ff01d986eca2be52
http://git.horde.org/diff.php/framework/Core/test/Horde/Core/url.phpt?rt=horde-gitr1=14440e42d8640071d6c6955cfd7d6a9eaf63d77fr2=1c9caf62b1beedbe5b0c8811ff01d986eca2be52

---

commit a7078e12d5841ca7527e3b0ad59081b2a570cb56
Author: Jan Schneider j...@horde.org
Date:   Wed Nov 3 16:25:38 2010 +0100

We don't generate relative URLs anymore, and we support parameters without
values. All tests pass.

 framework/Core/test/Horde/Core/UrlTest.php |  360 ++--
 1 files changed, 180 insertions(+), 180 deletions(-)

http://git.horde.org/diff.php/framework/Core/test/Horde/Core/UrlTest.php?rt=horde-gitr1=1c9caf62b1beedbe5b0c8811ff01d986eca2be52r2=a7078e12d5841ca7527e3b0ad59081b2a570cb56


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 69538150bb02193e8cc2adf46e8116bdeab151a3

2010-11-03 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 17c3c203f309f2d3170033708374d04eb77cb36b

6953815 Fix passing append_session, and strip scheme and hostname from URLs.

---

commit 69538150bb02193e8cc2adf46e8116bdeab151a3
Author: Jan Schneider j...@horde.org
Date:   Wed Nov 3 17:45:37 2010 +0100

Fix passing append_session, and strip scheme and hostname from URLs.

 wicked/lib/Wicked.php |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/wicked/lib/Wicked.php?rt=horde-gitr1=b41e222abd180cbf8cb4cf85bb512c8cffac48d3r2=69538150bb02193e8cc2adf46e8116bdeab151a3


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 296b38015872a7e23376d7bcf365ac0d42437413

2010-11-03 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: e572be1068b97248a28568dc6d7c4ac34be80be6

590f742 Upgrade to prototype 1.7 RC3.
296b380 The growls are closing now onclick, catch click events if necessary.

---

commit 590f742249d8f92792c0f7ac03fe49de5aec2227
Author: Jan Schneider j...@horde.org
Date:   Wed Nov 3 19:54:10 2010 +0100

Upgrade to prototype 1.7 RC3.

 horde/js/prototype.js |  268 ++---
 1 files changed, 74 insertions(+), 194 deletions(-)

http://git.horde.org/diff.php/horde/js/prototype.js?rt=horde-gitr1=d17f3356a4b7f006226afb853526bb6f120c7d4ar2=590f742249d8f92792c0f7ac03fe49de5aec2227

---

commit 296b38015872a7e23376d7bcf365ac0d42437413
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 4 00:03:34 2010 +0100

The growls are closing now onclick, catch click events if necessary.

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

http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-gitr1=8bc2fd05a8658ae406f650ca2f5c6887cbb667b8r2=296b38015872a7e23376d7bcf365ac0d42437413


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. c85a6e35ff877a8bb6ab017825a983ab6e12dad4

2010-11-04 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: a2d19ece47802e7a9bed4749500871404ca290b8

c85a6e3 Pull latest prototype fixes in.

---

commit c85a6e35ff877a8bb6ab017825a983ab6e12dad4
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 4 10:18:58 2010 +0100

Pull latest prototype fixes in.

 horde/js/prototype.js |  289 ++---
 1 files changed, 200 insertions(+), 89 deletions(-)

http://git.horde.org/diff.php/horde/js/prototype.js?rt=horde-gitr1=590f742249d8f92792c0f7ac03fe49de5aec2227r2=c85a6e35ff877a8bb6ab017825a983ab6e12dad4


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 0047bc2e3202cf1f43125a1989c2bae579882d4f

2010-11-04 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: c85a6e35ff877a8bb6ab017825a983ab6e12dad4

33e0a41 Extends Horde_Vcs_Directory.
0047bc2 Merge branch 'master' of /horde/git/horde

---

commit 33e0a4124b784930dfb3d7a9876f781129769253
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 4 10:11:54 2010 +

Extends Horde_Vcs_Directory.

 framework/Vcs/lib/Horde/Vcs/Directory/Cvs.php |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs/Directory/Cvs.php?rt=horde-gitr1=a06c6d8b8ba1628167c68921fdd917b4ca48ab06r2=33e0a4124b784930dfb3d7a9876f781129769253

---

commit 0047bc2e3202cf1f43125a1989c2bae579882d4f
Merge: 33e0a41 c85a6e3
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 4 10:12:01 2010 +

Merge branch 'master' of /horde/git/horde

 framework/Db/lib/Horde/Db/Adapter/Mysql.php |4 +-
 framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php  |4 +-
 framework/Db/lib/Horde/Db/Adapter/Mysqli.php|4 +-
 framework/Db/lib/Horde/Db/Adapter/Pdo/Base.php  |4 +-
 framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php |   10 +-
 framework/Group/lib/Horde/Group/Ldap.php|4 +-
 horde/js/prototype.js   |  545 +++
 kronolith/js/kronolith.js   |6 +-
 whups/admin/index.php   |6 +-
 whups/lib/Driver.php|   20 +-
 whups/lib/Driver/sql.php|   20 +
 whups/lib/Forms/Admin/Queue.php |2 +-
 wicked/lib/Text_Wiki/Render/Xhtml/Wikilink2.php |2 +-
 13 files changed, 322 insertions(+), 309 deletions(-)

http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Mysql.php?rt=horde-gitr1=0c74aa451e16e87dc0a8217db516342ce25eda0fr2=0047bc2e3202cf1f43125a1989c2bae579882d4f
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php?rt=horde-gitr1=d877d2f520b940a1cb9fae49ee829d9141d49563r2=0047bc2e3202cf1f43125a1989c2bae579882d4f
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Mysqli.php?rt=horde-gitr1=bc918f0c1113b43913aebc717d9337b9ee740dd1r2=0047bc2e3202cf1f43125a1989c2bae579882d4f
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Pdo/Base.php?rt=horde-gitr1=f6c4867ad140073c32b030c0510c31b0aa7d688fr2=0047bc2e3202cf1f43125a1989c2bae579882d4f
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php?rt=horde-gitr1=fbd6029d4e3b631d274e6a36e71fe158a00a80a2r2=0047bc2e3202cf1f43125a1989c2bae579882d4f
http://git.horde.org/diff.php/framework/Group/lib/Horde/Group/Ldap.php?rt=horde-gitr1=e60da622060274282dd92c2d41c4c0dce4724dd6r2=0047bc2e3202cf1f43125a1989c2bae579882d4f
http://git.horde.org/diff.php/horde/js/prototype.js?rt=horde-gitr1=d17f3356a4b7f006226afb853526bb6f120c7d4ar2=0047bc2e3202cf1f43125a1989c2bae579882d4f
http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-gitr1=8bc2fd05a8658ae406f650ca2f5c6887cbb667b8r2=0047bc2e3202cf1f43125a1989c2bae579882d4f
http://git.horde.org/diff.php/whups/admin/index.php?rt=horde-gitr1=b0ee59fe2b830806015bb4a030a5106d29cb3993r2=0047bc2e3202cf1f43125a1989c2bae579882d4f
http://git.horde.org/diff.php/whups/lib/Driver.php?rt=horde-gitr1=ee55e0993d8c6777bd26c789830e3bde251114cfr2=0047bc2e3202cf1f43125a1989c2bae579882d4f
http://git.horde.org/diff.php/whups/lib/Driver/sql.php?rt=horde-gitr1=7756b6b041a421aa19e6dfec861b7b1f0461b06fr2=0047bc2e3202cf1f43125a1989c2bae579882d4f
http://git.horde.org/diff.php/whups/lib/Forms/Admin/Queue.php?rt=horde-gitr1=b0ee59fe2b830806015bb4a030a5106d29cb3993r2=0047bc2e3202cf1f43125a1989c2bae579882d4f
http://git.horde.org/diff.php/wicked/lib/Text_Wiki/Render/Xhtml/Wikilink2.php?rt=horde-gitr1=1a670aa19e143666862165e67f730152933580b3r2=0047bc2e3202cf1f43125a1989c2bae579882d4f


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. f8b7335d4d7e11bf1e7295fa50b3e779995f4ce2

2010-11-04 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 0047bc2e3202cf1f43125a1989c2bae579882d4f

f8b7335 Fix method name (Bug #9361).

---

commit f8b7335d4d7e11bf1e7295fa50b3e779995f4ce2
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 4 11:37:30 2010 +0100

Fix method name (Bug #9361).

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

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Prefs.php?rt=horde-gitr1=7b6150f3a2acdedea798fbd6b17f26ca9e0835c2r2=f8b7335d4d7e11bf1e7295fa50b3e779995f4ce2


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 4114202bf64ad75f9f982a288f16a2bd13488041

2010-11-04 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 0959120abadd553307e97517e2fa3f3145a044cf

f6abd25 Catch race condition where event dates are no longer matching current 
view.
d2d1e32 Activate alarm if picking a notification method.
25106d0 Better ask for confirmation before deleting a calendar.
4114202 MFB

---

commit f6abd2504f089642426c3de2ce32819dfb2956d9
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 4 21:41:16 2010 +0100

Catch race condition where event dates are no longer matching current view.

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

http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-gitr1=1165f9d1470de61ed2becaa3ffaf19aecac8ab4cr2=f6abd2504f089642426c3de2ce32819dfb2956d9

---

commit d2d1e3267567f499f453ed7201da70931fb38551
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 4 21:53:57 2010 +0100

Activate alarm if picking a notification method.

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

http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-gitr1=f6abd2504f089642426c3de2ce32819dfb2956d9r2=d2d1e3267567f499f453ed7201da70931fb38551

---

commit 25106d01f007b1c4d3b7d3b6947a2d150e58a613
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 4 22:00:31 2010 +0100

Better ask for confirmation before deleting a calendar.

 kronolith/js/kronolith.js   |   11 ++-
 kronolith/lib/Kronolith.php |2 ++
 2 files changed, 12 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-gitr1=d2d1e3267567f499f453ed7201da70931fb38551r2=25106d01f007b1c4d3b7d3b6947a2d150e58a613
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-gitr1=fbebe84713c699afc217b985ecca3d321f7e4a15r2=25106d01f007b1c4d3b7d3b6947a2d150e58a613

---

commit 4114202bf64ad75f9f982a288f16a2bd13488041
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 4 22:15:07 2010 +0100

MFB

 passwd/docs/CREDITS |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/passwd/docs/CREDITS?rt=horde-gitr1=2b06b89c4e2e1a154fb0c2e85139036ac036e74er2=4114202bf64ad75f9f982a288f16a2bd13488041


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 40be1cc07408259452998a02b7825bc843848295

2010-11-04 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 4114202bf64ad75f9f982a288f16a2bd13488041

40be1cc Fix session access.

---

commit 40be1cc07408259452998a02b7825bc843848295
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 4 22:26:57 2010 +0100

Fix session access.

 kronolith/index.php |7 +++
 1 files changed, 3 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/kronolith/index.php?rt=horde-gitr1=bba91212696c8b0f61dba6209ca0a7053ab7b594r2=40be1cc07408259452998a02b7825bc843848295


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 01f34d51ca1fad8035c411e27cfcfc53de16cfb3

2010-11-05 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: ea880fc8bfb00999ed54a268ea07fb0c00ded1e3

01f34d5 Set correct charset, and don't accumulate To: headers.

---

commit 01f34d51ca1fad8035c411e27cfcfc53de16cfb3
Author: Jan Schneider j...@horde.org
Date:   Fri Nov 5 16:09:07 2010 +0100

Set correct charset, and don't accumulate To: headers.

 kronolith/lib/Kronolith.php |6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-gitr1=25106d01f007b1c4d3b7d3b6947a2d150e58a613r2=01f34d51ca1fad8035c411e27cfcfc53de16cfb3


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 8e9b548bf7ccb8ddcbdc349bec0631dc8c005a00

2010-11-08 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 48c768a1a2157a11b422d2ae7bfac2b062359486

dfbdae1 Fix scope.
4776b8d Don't set a width on the login button.
8e9b548 Add hu translation.

---

commit dfbdae13e0b50650184805fd2bd241629a404359
Author: Jan Schneider j...@horde.org
Date:   Fri Nov 5 18:47:43 2010 +0100

Fix scope.

 horde/admin/config/index.php |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/horde/admin/config/index.php?rt=horde-gitr1=0931a3e087c7aae6aa102fe3849c2db8bf35c4fbr2=dfbdae13e0b50650184805fd2bd241629a404359

---

commit 4776b8db120a586a4f5e34a271ae4f164a977d19
Author: Jan Schneider j...@horde.org
Date:   Fri Nov 5 22:22:34 2010 +0100

Don't set a width on the login button.

 horde/themes/screen.css |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/themes/screen.css?rt=horde-gitr1=c2830078d758731d972e588f0b4d8737caceb9fbr2=4776b8db120a586a4f5e34a271ae4f164a977d19

---

commit 8e9b548bf7ccb8ddcbdc349bec0631dc8c005a00
Author: Jan Schneider j...@horde.org
Date:   Mon Nov 8 13:34:00 2010 +0100

Add hu translation.

 whups/docs/CHANGES   |1 +
 whups/docs/CREDITS   |1 +
 whups/locale/hu/LC_MESSAGES/whups.mo |  Bin 0 - 94344 bytes
 whups/locale/hu/LC_MESSAGES/whups.po | 2323 ++
 whups/locale/hu/help.xml |   17 +
 5 files changed, 2342 insertions(+), 0 deletions(-)
 create mode 100644 whups/locale/hu/LC_MESSAGES/whups.mo
 create mode 100644 whups/locale/hu/LC_MESSAGES/whups.po
 create mode 100644 whups/locale/hu/help.xml

http://git.horde.org/diff.php/whups/docs/CHANGES?rt=horde-gitr1=24aa50f612552f775dc6c2054a8a61b0bbf95b88r2=8e9b548bf7ccb8ddcbdc349bec0631dc8c005a00
http://git.horde.org/diff.php/whups/docs/CREDITS?rt=horde-gitr1=15ae708857f6cc57de6cf9990b84fca63dbe9b93r2=8e9b548bf7ccb8ddcbdc349bec0631dc8c005a00
http://git.horde.org/co.php/whups/locale/hu/LC_MESSAGES/whups.mo?rt=horde-gitr=8e9b548bf7ccb8ddcbdc349bec0631dc8c005a00
http://git.horde.org/co.php/whups/locale/hu/LC_MESSAGES/whups.po?rt=horde-gitr=8e9b548bf7ccb8ddcbdc349bec0631dc8c005a00
http://git.horde.org/co.php/whups/locale/hu/help.xml?rt=horde-gitr=8e9b548bf7ccb8ddcbdc349bec0631dc8c005a00


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] [Wiki] deleted: MySQL

2010-11-08 Thread Jan Schneider

jan  Mon, 08 Nov 2010 08:12:58 -0500

Deleted page: MySQL

__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. b7f203affd26de50318d8ded3f9ba247ea53958c

2010-11-08 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 514ccc26633e22de1175e684c402eeab7bc23630

c83a210 MFB
74bcd6f typo
b7f203a Fix listing owner shares.

---

commit c83a210bbadae87282a9b63d0e65a2e691a7a635
Author: Jan Schneider j...@horde.org
Date:   Mon Nov 8 17:34:43 2010 +0100

MFB

 horde/docs/CHANGES |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/docs/CHANGES?rt=horde-gitr1=88193c988926de8d1518d6509eb45cb8759374ccr2=c83a210bbadae87282a9b63d0e65a2e691a7a635

---

commit 74bcd6faaf2071718bf137f34830a11022a97b95
Author: Jan Schneider j...@horde.org
Date:   Mon Nov 8 21:15:48 2010 +0100

typo

 framework/Share/lib/Horde/Share.php |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Share/lib/Horde/Share.php?rt=horde-gitr1=af44c1ac8efdfe0a6fe80dc4a8a3c352d65be3d7r2=74bcd6faaf2071718bf137f34830a11022a97b95

---

commit b7f203affd26de50318d8ded3f9ba247ea53958c
Author: Jan Schneider j...@horde.org
Date:   Mon Nov 8 21:19:18 2010 +0100

Fix listing owner shares.

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

http://git.horde.org/diff.php/nag/lib/Nag.php?rt=horde-gitr1=6287faff03e67682802dc866ed46177dcac31472r2=b7f203affd26de50318d8ded3f9ba247ea53958c


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 51acacec80f3d20bd85f16ff574246ebb086e12d

2010-11-08 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: bf1b5d29dde5f224a7ee31169be7691273269319

2d9e19e Catch invalid log levels.
4879d4b Use Randomid.
fd6627c Fix parameter name.
51acace Use Randomid.

---

commit 2d9e19e41b816063424c69b8269d30777ac3e6d3
Author: Jan Schneider j...@horde.org
Date:   Mon Nov 8 21:41:10 2010 +0100

Catch invalid log levels.

 framework/Log/lib/Horde/Log/Logger.php |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Log/lib/Horde/Log/Logger.php?rt=horde-gitr1=0893a2dad3d60673547d4f139c102220b7ffbe3er2=2d9e19e41b816063424c69b8269d30777ac3e6d3

---

commit 4879d4b2cbb7e4e3446e0231683d3a1b7c120b66
Author: Jan Schneider j...@horde.org
Date:   Mon Nov 8 22:35:33 2010 +0100

Use Randomid.

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

http://git.horde.org/diff.php/nag/lib/Nag.php?rt=horde-gitr1=b7f203affd26de50318d8ded3f9ba247ea53958cr2=4879d4b2cbb7e4e3446e0231683d3a1b7c120b66

---

commit fd6627c6912a9b0c5e351231355ebca2b7768a93
Author: Jan Schneider j...@horde.org
Date:   Mon Nov 8 22:35:44 2010 +0100

Fix parameter name.

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

http://git.horde.org/diff.php/nag/templates/tasklist_list.php?rt=horde-gitr1=2b9bd293a17ec16d3c432143900e3e16061431f9r2=fd6627c6912a9b0c5e351231355ebca2b7768a93

---

commit 51acacec80f3d20bd85f16ff574246ebb086e12d
Author: Jan Schneider j...@horde.org
Date:   Mon Nov 8 22:47:50 2010 +0100

Use Randomid.

 turba/lib/Form/CreateAddressBook.php |2 +-
 turba/lib/Turba.php  |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/turba/lib/Form/CreateAddressBook.php?rt=horde-gitr1=f936ec44d0a4fce5b5a5b999abeed841957d14d3r2=51acacec80f3d20bd85f16ff574246ebb086e12d
http://git.horde.org/diff.php/turba/lib/Turba.php?rt=horde-gitr1=6287faff03e67682802dc866ed46177dcac31472r2=51acacec80f3d20bd85f16ff574246ebb086e12d


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 568ce1a622430862c8a7075f9a54dcc5b3b9fbcc

2010-11-08 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 51acacec80f3d20bd85f16ff574246ebb086e12d

568ce1a Add a setting whether to create default shares if the user doesn't own 
any. Create default shares with random IDs instead of the user name as the ID. 
Instead of checking if a user has write access to share, check if the user owns 
a share, to determine whether to create a new one.

---

commit 568ce1a622430862c8a7075f9a54dcc5b3b9fbcc
Author: Jan Schneider j...@horde.org
Date:   Mon Nov 8 23:55:47 2010 +0100

Add a setting whether to create default shares if the user doesn't own any.
Create default shares with random IDs instead of the user name as the ID.
Instead of checking if a user has write access to share, check if the user 
owns a share, to determine whether to create a new one.

 horde/config/conf.xml |3 ++
 horde/docs/CHANGES|1 +
 kronolith/calendars/delete.php|4 --
 kronolith/docs/CHANGES|2 +
 kronolith/lib/Kronolith.php   |   29 
 mnemo/docs/CHANGES|2 +
 mnemo/lib/Forms/DeleteNotepad.php |   20 ---
 mnemo/lib/Mnemo.php   |   42 
 mnemo/notepads/delete.php |4 --
 nag/docs/CHANGES  |2 +
 nag/lib/Nag.php   |   46 --
 nag/tasklists/delete.php  |4 --
 turba/docs/CHANGES|1 +
 turba/lib/Turba.php   |   65 +---
 14 files changed, 71 insertions(+), 154 deletions(-)

http://git.horde.org/diff.php/horde/config/conf.xml?rt=horde-gitr1=88193c988926de8d1518d6509eb45cb8759374ccr2=568ce1a622430862c8a7075f9a54dcc5b3b9fbcc
http://git.horde.org/diff.php/horde/docs/CHANGES?rt=horde-gitr1=c83a210bbadae87282a9b63d0e65a2e691a7a635r2=568ce1a622430862c8a7075f9a54dcc5b3b9fbcc
http://git.horde.org/diff.php/kronolith/calendars/delete.php?rt=horde-gitr1=7277728730e6ab11d05f3a5f0c7133315a350917r2=568ce1a622430862c8a7075f9a54dcc5b3b9fbcc
http://git.horde.org/diff.php/kronolith/docs/CHANGES?rt=horde-gitr1=9fc2aa5230e1adf27540789561a3420332413551r2=568ce1a622430862c8a7075f9a54dcc5b3b9fbcc
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-gitr1=6287faff03e67682802dc866ed46177dcac31472r2=568ce1a622430862c8a7075f9a54dcc5b3b9fbcc
http://git.horde.org/diff.php/mnemo/docs/CHANGES?rt=horde-gitr1=9fc2aa5230e1adf27540789561a3420332413551r2=568ce1a622430862c8a7075f9a54dcc5b3b9fbcc
http://git.horde.org/diff.php/mnemo/lib/Forms/DeleteNotepad.php?rt=horde-gitr1=6287faff03e67682802dc866ed46177dcac31472r2=568ce1a622430862c8a7075f9a54dcc5b3b9fbcc
http://git.horde.org/diff.php/mnemo/lib/Mnemo.php?rt=horde-gitr1=6287faff03e67682802dc866ed46177dcac31472r2=568ce1a622430862c8a7075f9a54dcc5b3b9fbcc
http://git.horde.org/diff.php/mnemo/notepads/delete.php?rt=horde-gitr1=7277728730e6ab11d05f3a5f0c7133315a350917r2=568ce1a622430862c8a7075f9a54dcc5b3b9fbcc
http://git.horde.org/diff.php/nag/docs/CHANGES?rt=horde-gitr1=9fc2aa5230e1adf27540789561a3420332413551r2=568ce1a622430862c8a7075f9a54dcc5b3b9fbcc
http://git.horde.org/diff.php/nag/lib/Nag.php?rt=horde-gitr1=4879d4b2cbb7e4e3446e0231683d3a1b7c120b66r2=568ce1a622430862c8a7075f9a54dcc5b3b9fbcc
http://git.horde.org/diff.php/nag/tasklists/delete.php?rt=horde-gitr1=7277728730e6ab11d05f3a5f0c7133315a350917r2=568ce1a622430862c8a7075f9a54dcc5b3b9fbcc
http://git.horde.org/diff.php/turba/docs/CHANGES?rt=horde-gitr1=4a6943f8334f97af5667edcdbfc251298db963cfr2=568ce1a622430862c8a7075f9a54dcc5b3b9fbcc
http://git.horde.org/diff.php/turba/lib/Turba.php?rt=horde-gitr1=51acacec80f3d20bd85f16ff574246ebb086e12dr2=568ce1a622430862c8a7075f9a54dcc5b3b9fbcc


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 9b8ab448fbdaf286be90a19090444690ff4a4c53

2010-11-09 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 075aa65cfb84aba07e9986be3039531067c6ff8a

9b8ab44 Revert. Again.

---

commit 9b8ab448fbdaf286be90a19090444690ff4a4c53
Author: Jan Schneider j...@horde.org
Date:   Tue Nov 9 18:30:14 2010 +0100

Revert. Again.

 framework/Alarm/lib/Horde/Alarm/Handler/Desktop.php   |   87 +
 horde/js/hordemap/sapo.js |   69 -
 horde/themes/sounds/gnid3.wav |  Bin 0 - 
13688 bytes
 horde/themes/sounds/jetsndb.wav   |  Bin 0 - 
31256 bytes
 horde/themes/sounds/reminder.wav  |  Bin 0 - 
23151 bytes
 horde/themes/sounds/theetone.wav  |  Bin 0 - 
24776 bytes
 kronolith/js/kronolith.js |2 +-
 kronolith/templates/chunks/calendar.php   |   11 +-
 kronolith/templates/chunks/permissions.inc|1 -
 kronolith/templates/common-header.inc |7 +-
 kronolith/templates/index/edit.inc|5 +-
 kronolith/templates/index/index.inc   |   31 -
 kronolith/templates/index/task.inc|1 -
 kronolith/templates/itip/notification.html.php|8 +-
 kronolith/templates/itip/notification.plain.php   |5 -
 kronolith/themes/sapo/graphics/alarm-000.png  |  Bin 180 
- 0 bytes
 kronolith/themes/sapo/graphics/alarm-fff.png  |  Bin 180 
- 0 bytes
 kronolith/themes/sapo/graphics/attendees-000.png  |  Bin 219 
- 0 bytes
 kronolith/themes/sapo/graphics/attendees-fff.png  |  Bin 219 
- 0 bytes
 kronolith/themes/sapo/graphics/delete-000.png |  Bin 163 
- 0 bytes
 kronolith/themes/sapo/graphics/delete-fff.png |  Bin 163 
- 0 bytes
 kronolith/themes/sapo/graphics/edit-000.png   |  Bin 183 
- 0 bytes
 kronolith/themes/sapo/graphics/edit-fff.png   |  Bin 183 
- 0 bytes
 kronolith/themes/sapo/graphics/export/30boxes.gif |  Bin 166 
- 0 bytes
 kronolith/themes/sapo/graphics/export/hCalendarIcon.png   |  Bin 390 
- 0 bytes
 kronolith/themes/sapo/graphics/export/icon_google_calendar.gif|  Bin 375 
- 0 bytes
 kronolith/themes/sapo/graphics/export/icon_icalendar.png  |  Bin 615 
- 0 bytes
 kronolith/themes/sapo/graphics/export/overview.mail.yahoo.com.png |  Bin 529 
- 0 bytes
 kronolith/themes/sapo/graphics/export/windows_live.gif|  Bin 397 
- 0 bytes
 kronolith/themes/sapo/graphics/favicon.ico|  Bin 1150 
- 0 bytes
 kronolith/themes/sapo/graphics/kronolithSprites.png   |  Bin 27715 
- 0 bytes
 kronolith/themes/sapo/graphics/loading.gif|  Bin 1849 
- 0 bytes
 kronolith/themes/sapo/graphics/map/marker.png |  Bin 681 
- 0 bytes
 kronolith/themes/sapo/graphics/mapa2.png  |  Bin 457 
- 0 bytes
 kronolith/themes/sapo/graphics/private-000.png|  Bin 246 
- 0 bytes
 kronolith/themes/sapo/graphics/private-fff.png|  Bin 188 
- 0 bytes
 kronolith/themes/sapo/graphics/recur-000.png  |  Bin 180 
- 0 bytes
 kronolith/themes/sapo/graphics/recur-fff.png  |  Bin 180 
- 0 bytes
 kronolith/themes/sapo/graphics/widget_btns2.png   |  Bin 5020 
- 0 bytes
 kronolith/themes/sapo/graphics/widget_slider.png  |  Bin 1441 
- 0 bytes
 kronolith/themes/sapo/ie6_maps.css|5 -
 kronolith/themes/sapo/ie6_or_less.css |   89 -
 kronolith/themes/sapo/ie7.css |  149 -
 kronolith/themes/sapo/ie8.css |  125 -
 kronolith/themes/sapo/ie8_maps.css|4 -
 kronolith/themes/sapo/screen.css  | 2207 -
 kronolith/themes/sapo/screen_maps.css |  211 -
 47 files changed, 95 insertions(+), 2922 deletions(-)
 create mode 100644 framework/Alarm/lib/Horde/Alarm/Handler/Desktop.php
 delete mode 100755 horde/js/hordemap/sapo.js
 create mode 100644 horde/themes/sounds/gnid3.wav
 create mode 100644 horde/themes/sounds/jetsndb.wav
 create mode 100644 horde/themes/sounds/reminder.wav
 create mode 100644 horde/themes/sounds/theetone.wav
 delete mode 100644 kronolith/themes/sapo/graphics/alarm-000.png
 delete mode 100644 kronolith/themes/sapo/graphics/alarm-fff.png
 delete mode 100644 kronolith/themes/sapo/graphics/attendees-000.png
 delete mode 100644 kronolith/themes/sapo/graphics/attendees-fff.png
 delete

[commits] Horde branch master updated. 1af4f91251d937e574a3ee4f07d5289253de84f9

2010-11-09 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: ad2ea595a26f2c3bab8170d5d0f447f3cdd60075

89b1031 Update de translation.
153fbbb Fix addStylesheet() call.
1af4f91 Add a subscription link to the message that notifies a user about a 
calendar that has been shared with him, if we don't show all shared calendars 
anyway.

---

commit 89b103192c468ea7c8ebc8c342d7060cd21e5cd2
Author: Jan Schneider j...@horde.org
Date:   Tue Nov 9 22:17:23 2010 +0100

Update de translation.

 kronolith/locale/de/LC_MESSAGES/kronolith.mo |  Bin 213370 - 124363 bytes
 kronolith/locale/de/LC_MESSAGES/kronolith.po |6 +++---
 2 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/kronolith/locale/de/LC_MESSAGES/kronolith.mo?rt=horde-gitr1=2f39d45da52281ed2a81f0c26535262b6c763d20r2=89b103192c468ea7c8ebc8c342d7060cd21e5cd2
http://git.horde.org/diff.php/kronolith/locale/de/LC_MESSAGES/kronolith.po?rt=horde-gitr1=2f39d45da52281ed2a81f0c26535262b6c763d20r2=89b103192c468ea7c8ebc8c342d7060cd21e5cd2

---

commit 153fbbb4336ae34c16ca96e4ffb6a35510b73980
Author: Jan Schneider j...@horde.org
Date:   Tue Nov 9 22:21:53 2010 +0100

Fix addStylesheet() call.

 horde/services/portal/index.php |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/services/portal/index.php?rt=horde-gitr1=93b9dd4ab70feb68b2c2fcfa9c4a1a4831063694r2=153fbbb4336ae34c16ca96e4ffb6a35510b73980

---

commit 1af4f91251d937e574a3ee4f07d5289253de84f9
Author: Jan Schneider j...@horde.org
Date:   Tue Nov 9 22:24:45 2010 +0100

Add a subscription link to the message that notifies a user about a
calendar that has been shared with him, if we don't show all shared
calendars anyway.

 kronolith/calendars/subscribe.php  |   24 
 kronolith/docs/CHANGES |2 ++
 kronolith/lib/Ajax/Application.php |1 -
 kronolith/lib/Kronolith.php|   19 +++
 4 files changed, 41 insertions(+), 5 deletions(-)
 create mode 100644 kronolith/calendars/subscribe.php

http://git.horde.org/co.php/kronolith/calendars/subscribe.php?rt=horde-gitr=1af4f91251d937e574a3ee4f07d5289253de84f9
http://git.horde.org/diff.php/kronolith/docs/CHANGES?rt=horde-gitr1=568ce1a622430862c8a7075f9a54dcc5b3b9fbccr2=1af4f91251d937e574a3ee4f07d5289253de84f9
http://git.horde.org/diff.php/kronolith/lib/Ajax/Application.php?rt=horde-gitr1=ff03750ea173b3c7edb46328c15bc8838925c1bar2=1af4f91251d937e574a3ee4f07d5289253de84f9
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-gitr1=8a48c691e1aca573ea14cea1dfe16c92ed128e59r2=1af4f91251d937e574a3ee4f07d5289253de84f9


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 3ebf92435f24b15b9e23e60d5651dec9b22aa28d

2010-11-10 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: d98b770682217d3d31e4ec41463b0ba878495f87

5e1d28f MFB: Fix separator for multiple EXDATE/RDATE values in vCalendar 1.0.
3ebf924 Export all recurrence exceptions in one property instead of multiple 
properties. Seems to work better with some clients, noteably Nokia phones.

---

commit 5e1d28fa948c0d688db9e3b5be5b723a5496ce33
Author: Jan Schneider j...@horde.org
Date:   Wed Nov 10 15:43:46 2010 +0100

MFB: Fix separator for multiple EXDATE/RDATE values in vCalendar 1.0.

 framework/Icalendar/lib/Horde/Icalendar.php |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Icalendar/lib/Horde/Icalendar.php?rt=horde-gitr1=2f6dc8daf9da28405565a2c648e33d4c9d4cc919r2=5e1d28fa948c0d688db9e3b5be5b723a5496ce33

---

commit 3ebf92435f24b15b9e23e60d5651dec9b22aa28d
Author: Jan Schneider j...@horde.org
Date:   Wed Nov 10 18:10:25 2010 +0100

Export all recurrence exceptions in one property instead of multiple 
properties. Seems to work better with some clients, noteably Nokia phones.

 horde/docs/CHANGES   |1 +
 kronolith/docs/CHANGES   |2 +-
 kronolith/lib/Event.php  |7 +--
 kronolith/lib/tests/toicalendar.phpt |5 +++--
 4 files changed, 10 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/horde/docs/CHANGES?rt=horde-gitr1=568ce1a622430862c8a7075f9a54dcc5b3b9fbccr2=3ebf92435f24b15b9e23e60d5651dec9b22aa28d
http://git.horde.org/diff.php/kronolith/docs/CHANGES?rt=horde-gitr1=1af4f91251d937e574a3ee4f07d5289253de84f9r2=3ebf92435f24b15b9e23e60d5651dec9b22aa28d
http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-gitr1=fbebe84713c699afc217b985ecca3d321f7e4a15r2=3ebf92435f24b15b9e23e60d5651dec9b22aa28d
http://git.horde.org/diff.php/kronolith/lib/tests/toicalendar.phpt?rt=horde-gitr1=d16d3c0db326820426a29ac2e1f982e866266914r2=3ebf92435f24b15b9e23e60d5651dec9b22aa28d


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 905fc88ad103f265cdbd9d7df1030a2ee62e4224

2010-11-11 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 69c1320a55b521c2ea2922152632c8f16aaf4264

02def08 Convert all latin charsets.
905fc88 This is supposed to fix the adapter not being available in the schema 
object when unserializing adapters. But it makes my PHP segfault at the moment. 
:-(

---

commit 02def08ee70d698aad917a2bb9d014d67f5bbdbd
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 11 15:19:01 2010 +0100

Convert all latin charsets.

 framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php |5 +
 1 files changed, 1 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php?rt=horde-gitr1=7aaf4831befa9ef15a7d25c15eb3cb007842c8aer2=02def08ee70d698aad917a2bb9d014d67f5bbdbd

---

commit 905fc88ad103f265cdbd9d7df1030a2ee62e4224
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 11 15:19:55 2010 +0100

This is supposed to fix the adapter not being available in the schema
object when unserializing adapters. But it makes my PHP segfault at
the moment. :-(

 framework/Db/lib/Horde/Db/Adapter/Base.php|1 +
 framework/Db/lib/Horde/Db/Adapter/Base/Schema.php |   11 +--
 2 files changed, 10 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Base.php?rt=horde-gitr1=569eb88e785519bb20950fc80066491845bdbffar2=905fc88ad103f265cdbd9d7df1030a2ee62e4224
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Base/Schema.php?rt=horde-gitr1=a32f69cf6c795b62c70c6319052cc252d15c02aar2=905fc88ad103f265cdbd9d7df1030a2ee62e4224


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 4f2e91723e95aaddd8c24384e9dd67a9e0a9e18f

2010-11-11 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 363dbd62a20aa5343d2b5982da05b32c61958b63

64783e6 We need to use serialize() for arrays too, because the serialized data 
might contain non-utf8 data.
56c5610 Default to UTF-8 for padding.
1ee5ef5 Set language before calculating lengths of translated strings.
45105e6 Use Horde_String.
b5da170 Generate a nicer agenda message.
4f2e917 Add Auto-Submitted: header.

---

commit 64783e6d4dc0746fac79e8a00b6dc40fc9429218
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 11 16:51:22 2010 +0100

We need to use serialize() for arrays too, because the serialized data
might contain non-utf8 data.

 framework/Core/lib/Horde/Session.php |9 ++---
 1 files changed, 2 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Session.php?rt=horde-gitr1=b7eae18d634ade05701dd997eb116d2c1f91r2=64783e6d4dc0746fac79e8a00b6dc40fc9429218

---

commit 56c5610587a600ba3b858d030112e821f35d2b4e
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 11 17:20:38 2010 +0100

Default to UTF-8 for padding.

 framework/Util/lib/Horde/String.php |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Util/lib/Horde/String.php?rt=horde-gitr1=b65bff42d9c03b9b96c05e394506a0f460239cefr2=56c5610587a600ba3b858d030112e821f35d2b4e

---

commit 1ee5ef5075f024fee0371f4caa881cb187873125
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 11 17:50:05 2010 +0100

Set language before calculating lengths of translated strings.

 kronolith/scripts/agenda.php |3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/kronolith/scripts/agenda.php?rt=horde-gitr1=6287faff03e67682802dc866ed46177dcac31472r2=1ee5ef5075f024fee0371f4caa881cb187873125

---

commit 45105e6f5f78f621741ebc0188d59437828a9b8c
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 11 17:50:30 2010 +0100

Use Horde_String.

 kronolith/templates/agenda/notification.plain.php |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/kronolith/templates/agenda/notification.plain.php?rt=horde-gitr1=c39652345e5b1c645a22bde2df1eaa20231e6fbar2=45105e6f5f78f621741ebc0188d59437828a9b8c

---

commit b5da170ee953f8fabd591a11f419bac2a2e3a930
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 11 21:19:45 2010 +0100

Generate a nicer agenda message.

 kronolith/scripts/agenda.php |   30 ++--
 kronolith/templates/agenda/notification.html.php |   53 +++--
 kronolith/themes/graphics/big_agenda.png |  Bin 0 - 4176 bytes
 3 files changed, 63 insertions(+), 20 deletions(-)
 create mode 100644 kronolith/themes/graphics/big_agenda.png

http://git.horde.org/diff.php/kronolith/scripts/agenda.php?rt=horde-gitr1=1ee5ef5075f024fee0371f4caa881cb187873125r2=b5da170ee953f8fabd591a11f419bac2a2e3a930
http://git.horde.org/diff.php/kronolith/templates/agenda/notification.html.php?rt=horde-gitr1=c39652345e5b1c645a22bde2df1eaa20231e6fbar2=b5da170ee953f8fabd591a11f419bac2a2e3a930
http://git.horde.org/co.php/kronolith/themes/graphics/big_agenda.png?rt=horde-gitr=b5da170ee953f8fabd591a11f419bac2a2e3a930

---

commit 4f2e91723e95aaddd8c24384e9dd67a9e0a9e18f
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 11 21:22:40 2010 +0100

Add Auto-Submitted: header.

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

http://git.horde.org/diff.php/kronolith/scripts/agenda.php?rt=horde-gitr1=b5da170ee953f8fabd591a11f419bac2a2e3a930r2=4f2e91723e95aaddd8c24384e9dd67a9e0a9e18f


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 4758a18d7642e495ec0540340634a8864e09511d

2010-11-11 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 34abbe7f6ba24b5afd9ccc51f360ed33aaba

4ffc65c Nicer alarm mails, at least for events.
4758a18 Nicer invitation mails.

---

commit 4ffc65c107be47e20c1b9e1748f04b80618f7491
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 11 22:31:24 2010 +0100

Nicer alarm mails, at least for events.

 framework/Alarm/lib/Horde/Alarm/Handler/Mail.php |9 +++-
 kronolith/lib/Event.php  |   52 +++--
 kronolith/templates/alarm/mail.html.php  |   65 ++
 kronolith/templates/alarm/mail.plain.php |   15 +
 kronolith/themes/graphics/big_alarm.png  |  Bin 0 - 15893 bytes
 5 files changed, 133 insertions(+), 8 deletions(-)
 create mode 100644 kronolith/templates/alarm/mail.html.php
 create mode 100644 kronolith/templates/alarm/mail.plain.php
 create mode 100644 kronolith/themes/graphics/big_alarm.png

http://git.horde.org/diff.php/framework/Alarm/lib/Horde/Alarm/Handler/Mail.php?rt=horde-gitr1=e6d81b07c7aa58e7b9b87edc64bc3988c8308abdr2=4ffc65c107be47e20c1b9e1748f04b80618f7491
http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-gitr1=3ebf92435f24b15b9e23e60d5651dec9b22aa28dr2=4ffc65c107be47e20c1b9e1748f04b80618f7491
http://git.horde.org/co.php/kronolith/templates/alarm/mail.html.php?rt=horde-gitr=4ffc65c107be47e20c1b9e1748f04b80618f7491
http://git.horde.org/co.php/kronolith/templates/alarm/mail.plain.php?rt=horde-gitr=4ffc65c107be47e20c1b9e1748f04b80618f7491
http://git.horde.org/co.php/kronolith/themes/graphics/big_alarm.png?rt=horde-gitr=4ffc65c107be47e20c1b9e1748f04b80618f7491

---

commit 4758a18d7642e495ec0540340634a8864e09511d
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 11 23:17:58 2010 +0100

Nicer invitation mails.

 kronolith/lib/Event.php|4 +-
 kronolith/lib/Kronolith.php|   19 -
 kronolith/templates/itip/notification.html.php |  123 +++-
 kronolith/templates/view/view.inc  |2 +-
 kronolith/themes/graphics/big_invitation.png   |  Bin 0 - 8911 bytes
 5 files changed, 97 insertions(+), 51 deletions(-)
 create mode 100644 kronolith/themes/graphics/big_invitation.png

http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-gitr1=4ffc65c107be47e20c1b9e1748f04b80618f7491r2=4758a18d7642e495ec0540340634a8864e09511d
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-gitr1=69c1320a55b521c2ea2922152632c8f16aaf4264r2=4758a18d7642e495ec0540340634a8864e09511d
http://git.horde.org/diff.php/kronolith/templates/itip/notification.html.php?rt=horde-gitr1=9b8ab448fbdaf286be90a19090444690ff4a4c53r2=4758a18d7642e495ec0540340634a8864e09511d
http://git.horde.org/diff.php/kronolith/templates/view/view.inc?rt=horde-gitr1=8352173fc37d37ad4a99af2a4508a8b7e9600f50r2=4758a18d7642e495ec0540340634a8864e09511d
http://git.horde.org/co.php/kronolith/themes/graphics/big_invitation.png?rt=horde-gitr=4758a18d7642e495ec0540340634a8864e09511d


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 378bb5f6216c9fa0b2a3e46ddaf9e446132e1ea1

2010-11-12 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: bc5b46785e431529002f784b4ade307380662664

378bb5f Fix logging in with Alpha2.

---

commit 378bb5f6216c9fa0b2a3e46ddaf9e446132e1ea1
Author: Jan Schneider j...@horde.org
Date:   Fri Nov 12 22:58:53 2010 +0100

Fix logging in with Alpha2.

For the record:
- forms are automatically submitted through ajax now, if not (globally) 
specified otherwise.
- Most form elements are replaced, this means that for example submit 
buttons don't submit any values.

 horde/templates/login/mobile.inc |   12 +++-
 1 files changed, 11 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/templates/login/mobile.inc?rt=horde-gitr1=f68405db0f95d236c1c46891e5f2f87182bd1e55r2=378bb5f6216c9fa0b2a3e46ddaf9e446132e1ea1


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. a205186488e2ef9b9f7c8d2f58d810d37c24f058

2010-11-15 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: a226843be3612794a66f2f3b27926f1dc202cde5

a084dc6 Localize the back button.
a205186 CS

---

commit a084dc6b547303f607e26c850cb310ce00f8d889
Author: Jan Schneider j...@horde.org
Date:   Fri Nov 12 23:00:22 2010 +0100

Localize the back button.

 horde/templates/common-header-mobile.inc |3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/horde/templates/common-header-mobile.inc?rt=horde-gitr1=f68405db0f95d236c1c46891e5f2f87182bd1e55r2=a084dc6b547303f607e26c850cb310ce00f8d889

---

commit a205186488e2ef9b9f7c8d2f58d810d37c24f058
Author: Jan Schneider j...@horde.org
Date:   Mon Nov 15 12:16:25 2010 +0100

CS

 framework/Date/lib/Horde/Date.php   |8 +++--
 framework/Date/lib/Horde/Date/Recurrence.php|   30 +++---
 framework/Date/lib/Horde/Date/Repeater/Time.php |4 ++-
 framework/Ldap/lib/Horde/Ldap/Entry.php |2 +-
 framework/Ldap/lib/Horde/Ldap/Filter.php|   31 --
 framework/Ldap/lib/Horde/Ldap/Ldif.php  |2 +-
 framework/Ldap/lib/Horde/Ldap/Schema.php|2 +-
 framework/Ldap/lib/Horde/Ldap/Util.php  |2 +-
 8 files changed, 44 insertions(+), 37 deletions(-)

http://git.horde.org/diff.php/framework/Date/lib/Horde/Date.php?rt=horde-gitr1=784ff94e1605a3810a99648eea0ffbcaf6aa0701r2=a205186488e2ef9b9f7c8d2f58d810d37c24f058
http://git.horde.org/diff.php/framework/Date/lib/Horde/Date/Recurrence.php?rt=horde-gitr1=86cf457beaed347585b357e4ba089c88c11e55a0r2=a205186488e2ef9b9f7c8d2f58d810d37c24f058
http://git.horde.org/diff.php/framework/Date/lib/Horde/Date/Repeater/Time.php?rt=horde-gitr1=a44517d992cc2b55445f7fe3a24a536bacb58f2ar2=a205186488e2ef9b9f7c8d2f58d810d37c24f058
http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap/Entry.php?rt=horde-gitr1=6a08c08d042b0ed7c3d7dd4af29fe1d9644afe85r2=a205186488e2ef9b9f7c8d2f58d810d37c24f058
http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap/Filter.php?rt=horde-gitr1=3ce6e17c83da9edcde6a96d3eb4c6ad7c11e3fb1r2=a205186488e2ef9b9f7c8d2f58d810d37c24f058
http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap/Ldif.php?rt=horde-gitr1=b1b7abc014e22385ddc4f632d457dbec2ced7be7r2=a205186488e2ef9b9f7c8d2f58d810d37c24f058
http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap/Schema.php?rt=horde-gitr1=360f827930ea4cca6ffa4a744bee048fe619457fr2=a205186488e2ef9b9f7c8d2f58d810d37c24f058
http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap/Util.php?rt=horde-gitr1=7720de352ab0bcb8ddfdaf5ac2f54f09e092efd6r2=a205186488e2ef9b9f7c8d2f58d810d37c24f058


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 6706818ea22f59fd6bbe6d0559eefad18533efdf

2010-11-15 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: aaba3150ccab66df309ea577946e3c22972651b6

e536a49 Remove unsused code/variables.
ab5c9ac Localize loading message.
1c50f3a Mobile webmail wireframe.
9d465a4 What exactly is label, compared to value and display?
90b58a3 Implement folder page.
41c5175 Send charset.
6706818 Add 'mobile' as a possible IMP view, and use that for all mobile webkit 
browsers.

---

commit e536a495c9cceabe5d78c79b8a64fb63a315dd01
Author: Jan Schneider j...@horde.org
Date:   Mon Nov 15 16:40:50 2010 +0100

Remove unsused code/variables.

 framework/Date/lib/Horde/Date.php |1 -
 framework/Date/lib/Horde/Date/Repeater/DayPortion.php |2 --
 framework/Date/lib/Horde/Date/Repeater/Time.php   |2 +-
 framework/Ldap/lib/Horde/Ldap.php |   12 +---
 framework/Ldap/lib/Horde/Ldap/Entry.php   |4 ++--
 framework/Ldap/lib/Horde/Ldap/Filter.php  |1 -
 framework/Ldap/lib/Horde/Ldap/Ldif.php|4 ++--
 framework/Ldap/lib/Horde/Ldap/Search.php  |2 +-
 framework/Ldap/lib/Horde/Ldap/Util.php|2 --
 9 files changed, 7 insertions(+), 23 deletions(-)

http://git.horde.org/diff.php/framework/Date/lib/Horde/Date.php?rt=horde-gitr1=a205186488e2ef9b9f7c8d2f58d810d37c24f058r2=e536a495c9cceabe5d78c79b8a64fb63a315dd01
http://git.horde.org/diff.php/framework/Date/lib/Horde/Date/Repeater/DayPortion.php?rt=horde-gitr1=a44517d992cc2b55445f7fe3a24a536bacb58f2ar2=e536a495c9cceabe5d78c79b8a64fb63a315dd01
http://git.horde.org/diff.php/framework/Date/lib/Horde/Date/Repeater/Time.php?rt=horde-gitr1=a205186488e2ef9b9f7c8d2f58d810d37c24f058r2=e536a495c9cceabe5d78c79b8a64fb63a315dd01
http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap.php?rt=horde-gitr1=cde30c510dfbf07af81879b3d3b225b810a079ebr2=e536a495c9cceabe5d78c79b8a64fb63a315dd01
http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap/Entry.php?rt=horde-gitr1=a205186488e2ef9b9f7c8d2f58d810d37c24f058r2=e536a495c9cceabe5d78c79b8a64fb63a315dd01
http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap/Filter.php?rt=horde-gitr1=a205186488e2ef9b9f7c8d2f58d810d37c24f058r2=e536a495c9cceabe5d78c79b8a64fb63a315dd01
http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap/Ldif.php?rt=horde-gitr1=a205186488e2ef9b9f7c8d2f58d810d37c24f058r2=e536a495c9cceabe5d78c79b8a64fb63a315dd01
http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap/Search.php?rt=horde-gitr1=ddf50a58381137a57a31a55d06ded35656540f60r2=e536a495c9cceabe5d78c79b8a64fb63a315dd01
http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap/Util.php?rt=horde-gitr1=a205186488e2ef9b9f7c8d2f58d810d37c24f058r2=e536a495c9cceabe5d78c79b8a64fb63a315dd01

---

commit ab5c9ac30921bfd2a1bd7f4af5bd8d57e0398ac2
Author: Jan Schneider j...@horde.org
Date:   Mon Nov 15 18:48:26 2010 +0100

Localize loading message.

 horde/templates/common-header-mobile.inc |7 +--
 1 files changed, 5 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/horde/templates/common-header-mobile.inc?rt=horde-gitr1=a084dc6b547303f607e26c850cb310ce00f8d889r2=ab5c9ac30921bfd2a1bd7f4af5bd8d57e0398ac2

---

commit 1c50f3a4712889b6b15a067dcf8df66863b98c20
Author: Jan Schneider j...@horde.org
Date:   Mon Nov 15 19:39:19 2010 +0100

Mobile webmail wireframe.

 imp/mobile.php|   30 ++
 imp/templates/mobile/folders.html.php |   17 +
 imp/templates/mobile/head.html.php|3 +++
 imp/templates/mobile/mailbox.html.php |   20 
 imp/templates/mobile/message.html.php |   19 +++
 imp/themes/mobile.css |3 +++
 6 files changed, 92 insertions(+), 0 deletions(-)
 create mode 100644 imp/mobile.php
 create mode 100644 imp/templates/mobile/folders.html.php
 create mode 100644 imp/templates/mobile/head.html.php
 create mode 100644 imp/templates/mobile/mailbox.html.php
 create mode 100644 imp/templates/mobile/message.html.php
 create mode 100644 imp/themes/mobile.css

http://git.horde.org/co.php/imp/mobile.php?rt=horde-gitr=1c50f3a4712889b6b15a067dcf8df66863b98c20
http://git.horde.org/co.php/imp/templates/mobile/folders.html.php?rt=horde-gitr=1c50f3a4712889b6b15a067dcf8df66863b98c20
http://git.horde.org/co.php/imp/templates/mobile/head.html.php?rt=horde-gitr=1c50f3a4712889b6b15a067dcf8df66863b98c20
http://git.horde.org/co.php/imp/templates/mobile/mailbox.html.php?rt=horde-gitr=1c50f3a4712889b6b15a067dcf8df66863b98c20
http://git.horde.org/co.php/imp/templates/mobile/message.html.php?rt=horde-gitr=1c50f3a4712889b6b15a067dcf8df66863b98c20
http://git.horde.org/co.php/imp/themes/mobile.css?rt=horde-gitr

[commits] Horde branch master updated. 88b2247faec341feba8ddf3be8f0ce6512ae0208

2010-11-15 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 6706818ea22f59fd6bbe6d0559eefad18533efdf

c4153ce Horde::label() already outputs the label tags.
88b2247 Add new mobile view to login screen.

---

commit c4153ce57aec5d926303fa41ef4ae0d015fb079b
Author: Jan Schneider j...@horde.org
Date:   Mon Nov 15 23:36:28 2010 +0100

Horde::label() already outputs the label tags.

 horde/templates/login/login.inc |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/templates/login/login.inc?rt=horde-gitr1=41fe1806ff7cc73f565526615706f33100f4f7f7r2=c4153ce57aec5d926303fa41ef4ae0d015fb079b

---

commit 88b2247faec341feba8ddf3be8f0ce6512ae0208
Author: Jan Schneider j...@horde.org
Date:   Mon Nov 15 23:48:24 2010 +0100

Add new mobile view to login screen.

 imp/js/login.js |5 +++--
 imp/lib/Application.php |   13 ++---
 imp/lib/Auth.php|   11 ---
 3 files changed, 21 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/imp/js/login.js?rt=horde-gitr1=612c350c8e81bffd6a7bd8f618a1d423751d1d64r2=88b2247faec341feba8ddf3be8f0ce6512ae0208
http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-gitr1=6706818ea22f59fd6bbe6d0559eefad18533efdfr2=88b2247faec341feba8ddf3be8f0ce6512ae0208
http://git.horde.org/diff.php/imp/lib/Auth.php?rt=horde-gitr1=6706818ea22f59fd6bbe6d0559eefad18533efdfr2=88b2247faec341feba8ddf3be8f0ce6512ae0208


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 34e4f107596ac18147bb7c58865ca06d372ae493

2010-11-16 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: fc20daf3a76d1270f4d7271b0b22978dff2f7356

a884169 phpdoc
34e4f10 Consistent portal and log out links, indention.

---

commit a88416931f4e6eb7ee5ea26f2e3d5047e7a30887
Author: Jan Schneider j...@horde.org
Date:   Tue Nov 16 16:13:23 2010 +0100

phpdoc

 framework/Date/lib/Horde/Date.php |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Date/lib/Horde/Date.php?rt=horde-gitr1=3cbd63c1aa1c743a71d9a34516609d74a8870606r2=a88416931f4e6eb7ee5ea26f2e3d5047e7a30887

---

commit 34e4f107596ac18147bb7c58865ca06d372ae493
Author: Jan Schneider j...@horde.org
Date:   Tue Nov 16 17:14:47 2010 +0100

Consistent portal and log out links, indention.

 horde/templates/portal/mobile.inc   |6 ++-
 imp/templates/mobile/folders.html.php   |4 +-
 imp/templates/mobile/mailbox.html.php   |2 +-
 kronolith/templates/mobile/day.html.php |   32 +++--
 kronolith/templates/mobile/event.html.php   |2 +-
 kronolith/templates/mobile/month.html.php   |   64 ++-
 kronolith/templates/mobile/summary.html.php |   24 +-
 nag/mobile.php  |6 ++-
 8 files changed, 75 insertions(+), 65 deletions(-)

http://git.horde.org/diff.php/horde/templates/portal/mobile.inc?rt=horde-gitr1=9534b5025a6a4375489dce0cbc96e6aee92a3e8dr2=34e4f107596ac18147bb7c58865ca06d372ae493
http://git.horde.org/diff.php/imp/templates/mobile/folders.html.php?rt=horde-gitr1=90b58a32f7b349ab8ed1d1ce3c62b8e36007f890r2=34e4f107596ac18147bb7c58865ca06d372ae493
http://git.horde.org/diff.php/imp/templates/mobile/mailbox.html.php?rt=horde-gitr1=90b58a32f7b349ab8ed1d1ce3c62b8e36007f890r2=34e4f107596ac18147bb7c58865ca06d372ae493
http://git.horde.org/diff.php/kronolith/templates/mobile/day.html.php?rt=horde-gitr1=f437a28638f7560fc49b141a1dd259d45560078ar2=34e4f107596ac18147bb7c58865ca06d372ae493
http://git.horde.org/diff.php/kronolith/templates/mobile/event.html.php?rt=horde-gitr1=13dc484e5a6de06fc9fe878681147d2dad302704r2=34e4f107596ac18147bb7c58865ca06d372ae493
http://git.horde.org/diff.php/kronolith/templates/mobile/month.html.php?rt=horde-gitr1=f437a28638f7560fc49b141a1dd259d45560078ar2=34e4f107596ac18147bb7c58865ca06d372ae493
http://git.horde.org/diff.php/kronolith/templates/mobile/summary.html.php?rt=horde-gitr1=f437a28638f7560fc49b141a1dd259d45560078ar2=34e4f107596ac18147bb7c58865ca06d372ae493
http://git.horde.org/diff.php/nag/mobile.php?rt=horde-gitr1=67a3908f24ed963eb6fcd1601301fd3d16c253d9r2=34e4f107596ac18147bb7c58865ca06d372ae493


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 2b9a0ac3cb27ab0ca9a3e24af5387e0b7dd78f62

2010-11-16 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 5f6f408f2c270416db0f61964de1811ab91c1dfa

a08ec41 Add search filter for folder list.
10c3f07 Allow to specify class name and additional link attributes. Don't 
hardcode the url.
39aa540 Basic mailbox loading, no server data loading yet.
2b9a0ac Initial mailbox loading.

---

commit a08ec41617da7f0f7bbf00920c69a7b62007b76e
Author: Jan Schneider j...@horde.org
Date:   Tue Nov 16 17:59:01 2010 +0100

Add search filter for folder list.

 imp/templates/mobile/folders.html.php |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/templates/mobile/folders.html.php?rt=horde-gitr1=34e4f107596ac18147bb7c58865ca06d372ae493r2=a08ec41617da7f0f7bbf00920c69a7b62007b76e

---

commit 10c3f0721b7a4bb2c86c22c299fe8c9850523f22
Author: Jan Schneider j...@horde.org
Date:   Tue Nov 16 19:00:38 2010 +0100

Allow to specify class name and additional link attributes. Don't hardcode 
the url.

 framework/Tree/lib/Horde/Tree/Jquerymobile.php |   16 ++--
 imp/lib/Imap/Tree.php  |   13 +
 2 files changed, 23 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/framework/Tree/lib/Horde/Tree/Jquerymobile.php?rt=horde-gitr1=90b58a32f7b349ab8ed1d1ce3c62b8e36007f890r2=10c3f0721b7a4bb2c86c22c299fe8c9850523f22
http://git.horde.org/diff.php/imp/lib/Imap/Tree.php?rt=horde-gitr1=90b58a32f7b349ab8ed1d1ce3c62b8e36007f890r2=10c3f0721b7a4bb2c86c22c299fe8c9850523f22

---

commit 39aa5405c3708459514b2bbb8db43e37deec31f9
Author: Jan Schneider j...@horde.org
Date:   Tue Nov 16 19:01:30 2010 +0100

Basic mailbox loading, no server data loading yet.

 imp/js/mobile.js |   86 ++
 imp/mobile.php   |1 +
 imp/templates/mobile/head.html.php   |1 +
 imp/templates/mobile/javascript_defs.php |   55 +++
 imp/templates/mobile/mailbox.html.php|2 +-
 5 files changed, 144 insertions(+), 1 deletions(-)
 create mode 100644 imp/js/mobile.js
 create mode 100644 imp/templates/mobile/javascript_defs.php

http://git.horde.org/co.php/imp/js/mobile.js?rt=horde-gitr=39aa5405c3708459514b2bbb8db43e37deec31f9
http://git.horde.org/diff.php/imp/mobile.php?rt=horde-gitr1=6706818ea22f59fd6bbe6d0559eefad18533efdfr2=39aa5405c3708459514b2bbb8db43e37deec31f9
http://git.horde.org/diff.php/imp/templates/mobile/head.html.php?rt=horde-gitr1=1c50f3a4712889b6b15a067dcf8df66863b98c20r2=39aa5405c3708459514b2bbb8db43e37deec31f9
http://git.horde.org/co.php/imp/templates/mobile/javascript_defs.php?rt=horde-gitr=39aa5405c3708459514b2bbb8db43e37deec31f9
http://git.horde.org/diff.php/imp/templates/mobile/mailbox.html.php?rt=horde-gitr1=34e4f107596ac18147bb7c58865ca06d372ae493r2=39aa5405c3708459514b2bbb8db43e37deec31f9

---

commit 2b9a0ac3cb27ab0ca9a3e24af5387e0b7dd78f62
Author: Jan Schneider j...@horde.org
Date:   Wed Nov 17 00:35:35 2010 +0100

Initial mailbox loading.

 imp/js/mobile.js |   28 
 imp/lib/Injector/Factory/MailboxList.php |1 +
 imp/templates/mobile/mailbox.html.php|2 +-
 3 files changed, 30 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/js/mobile.js?rt=horde-gitr1=39aa5405c3708459514b2bbb8db43e37deec31f9r2=2b9a0ac3cb27ab0ca9a3e24af5387e0b7dd78f62
http://git.horde.org/diff.php/imp/lib/Injector/Factory/MailboxList.php?rt=horde-gitr1=fe62dea49cb7c0ffef71467d4215ae915fcd131br2=2b9a0ac3cb27ab0ca9a3e24af5387e0b7dd78f62
http://git.horde.org/diff.php/imp/templates/mobile/mailbox.html.php?rt=horde-gitr1=39aa5405c3708459514b2bbb8db43e37deec31f9r2=2b9a0ac3cb27ab0ca9a3e24af5387e0b7dd78f62


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] [Wiki] deleted: servers.php

2010-11-18 Thread Jan Schneider

jan  Thu, 18 Nov 2010 05:08:43 -0500

Deleted page: servers.php

__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 112979680ee31f983439f822c2e0bd149743e430

2010-11-18 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 2cbdeac040b99762b08cf8bee7c315bb7f0850d5

5f50c04 One more duplicate label.
1129796 I don't see a reason why the ctor has to be protected. Sometimes we 
really just need a registry object, not a complete application environment.

---

commit 5f50c044b9d7964ac58a85c23c1d1e1ae7c03e30
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 18 10:58:36 2010 +0100

One more duplicate label.

 horde/templates/login/login.inc |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/templates/login/login.inc?rt=horde-gitr1=c4153ce57aec5d926303fa41ef4ae0d015fb079br2=5f50c044b9d7964ac58a85c23c1d1e1ae7c03e30

---

commit 112979680ee31f983439f822c2e0bd149743e430
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 18 11:07:47 2010 +0100

I don't see a reason why the ctor has to be protected. Sometimes we really 
just
need a registry object, not a complete application environment.

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

http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-gitr1=a9cff49794e702f3a910536d8dbfaeb328e1e586r2=112979680ee31f983439f822c2e0bd149743e430


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. cfa027b623a922b02b6c382549bbae80708c958a

2010-11-18 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 112979680ee31f983439f822c2e0bd149743e430

cfa027b Follow symlinks if necessary.

---

commit cfa027b623a922b02b6c382549bbae80708c958a
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 18 13:44:55 2010 +0100

Follow symlinks if necessary.

 horde/admin/config/config.php  |   19 +++
 horde/admin/config/scripts.php |   16 ++--
 2 files changed, 21 insertions(+), 14 deletions(-)

http://git.horde.org/diff.php/horde/admin/config/config.php?rt=horde-gitr1=0931a3e087c7aae6aa102fe3849c2db8bf35c4fbr2=cfa027b623a922b02b6c382549bbae80708c958a
http://git.horde.org/diff.php/horde/admin/config/scripts.php?rt=horde-gitr1=0931a3e087c7aae6aa102fe3849c2db8bf35c4fbr2=cfa027b623a922b02b6c382549bbae80708c958a


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 32a4f6ed963f7b08dec90285b09a3c170b7ca09f

2010-11-18 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: cfa027b623a922b02b6c382549bbae80708c958a

8364e7d Fix property name.
32a4f6e Typehint

---

commit 8364e7dbf3472317f217cc13f6c0bb4c87063ada
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 18 14:57:23 2010 +0100

Fix property name.

 framework/Core/lib/Horde/Core/Prefs/Storage/Hooks.php |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Prefs/Storage/Hooks.php?rt=horde-gitr1=dc0c8bfb1e600908b2fde909ed8a415f7a8cd42fr2=8364e7dbf3472317f217cc13f6c0bb4c87063ada

---

commit 32a4f6ed963f7b08dec90285b09a3c170b7ca09f
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 18 14:59:11 2010 +0100

Typehint

 framework/Util/lib/Horde/Array.php |   14 +++---
 1 files changed, 7 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/framework/Util/lib/Horde/Array.php?rt=horde-gitr1=1307bf6631c2e29a1ffcdd223e82194657d3e365r2=32a4f6ed963f7b08dec90285b09a3c170b7ca09f


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 8e7b8f7dd5902f34251085c34619c454ff988bd5

2010-11-18 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 32a4f6ed963f7b08dec90285b09a3c170b7ca09f

8e7b8f7 Reload configuration after clearing cache due to language changes.

---

commit 8e7b8f7dd5902f34251085c34619c454ff988bd5
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 18 15:08:38 2010 +0100

Reload configuration after clearing cache due to language changes.

 framework/Core/lib/Horde/Registry.php |3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-gitr1=112979680ee31f983439f822c2e0bd149743e430r2=8e7b8f7dd5902f34251085c34619c454ff988bd5


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. be318f54b3638bcbd338e49da74e4ac342dbe574

2010-11-18 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 03c1e5233e8ac63ab935b19a018040317e03b1a4

be318f5 This should not be typehinted, fix phpdoc to correctly explain the 
parameters.

---

commit be318f54b3638bcbd338e49da74e4ac342dbe574
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 18 15:35:30 2010 +0100

This should not be typehinted, fix phpdoc to correctly explain the 
parameters.

 framework/Util/lib/Horde/Array.php |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Util/lib/Horde/Array.php?rt=horde-gitr1=03c1e5233e8ac63ab935b19a018040317e03b1a4r2=be318f54b3638bcbd338e49da74e4ac342dbe574


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 702810971245a672e6fcee8976764409fdee9f02

2010-11-18 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: be318f54b3638bcbd338e49da74e4ac342dbe574

7028109 Unbreak attendee parsing.

---

commit 702810971245a672e6fcee8976764409fdee9f02
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 18 16:43:05 2010 +0100

Unbreak attendee parsing.

 kronolith/lib/Event.php |   11 ---
 1 files changed, 8 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-gitr1=464c49cf51f8f91f978528885133e47780b4690fr2=702810971245a672e6fcee8976764409fdee9f02


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. d79f84aba8a4fa4970e8b204d171b3f1bfe80fb3

2010-11-18 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 702810971245a672e6fcee8976764409fdee9f02

41fd364 Allow to remove all attendees.
d79f84a Use hasRecurEnd().

---

commit 41fd364e9fc2f034f2d8cf56b6547cfa52b97a14
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 18 16:49:10 2010 +0100

Allow to remove all attendees.

 kronolith/lib/Event.php |4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-gitr1=702810971245a672e6fcee8976764409fdee9f02r2=41fd364e9fc2f034f2d8cf56b6547cfa52b97a14

---

commit d79f84aba8a4fa4970e8b204d171b3f1bfe80fb3
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 18 16:53:29 2010 +0100

Use hasRecurEnd().

 framework/Date/lib/Horde/Date/Recurrence.php |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Date/lib/Horde/Date/Recurrence.php?rt=horde-gitr1=3cbd63c1aa1c743a71d9a34516609d74a8870606r2=d79f84aba8a4fa4970e8b204d171b3f1bfe80fb3


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 38a70baf59edffc26e796ff2397305f495bd5947

2010-11-19 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: a77889b0fec8da23407aff56b4d97e442f7a

9e05425 Maybe I'm missing something, but wasn't the idea of Horde_Exception to 
use or emulate the previous feature of PHP 5.3 Exceptions?
c29acb1 Fix session usage.
38a70ba Fix free/busy generation.

---

commit 9e054258bca4c06dfb2333f16d79956f64f295f2
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 18 17:56:37 2010 +0100

Maybe I'm missing something, but wasn't the idea of Horde_Exception to use 
or
emulate the previous feature of PHP 5.3 Exceptions?

 framework/Exception/lib/Horde/Exception/Prior.php |6 +-
 1 files changed, 5 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Exception/lib/Horde/Exception/Prior.php?rt=horde-gitr1=2a03b6cd1f11ad9025515bc95f8c3aaf1fc13027r2=9e054258bca4c06dfb2333f16d79956f64f295f2

---

commit c29acb15185987cb9d4a585dd606283e6ea5076e
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 18 18:37:34 2010 +0100

Fix session usage.

 horde/admin/sqlshell.php |6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/horde/admin/sqlshell.php?rt=horde-gitr1=39e5fd1c8178d03a46be8bf19af366d72c193faer2=c29acb15185987cb9d4a585dd606283e6ea5076e

---

commit 38a70baf59edffc26e796ff2397305f495bd5947
Author: Jan Schneider j...@horde.org
Date:   Fri Nov 19 15:17:44 2010 +0100

Fix free/busy generation.

 kronolith/lib/FreeBusy.php |   16 ++--
 1 files changed, 6 insertions(+), 10 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/FreeBusy.php?rt=horde-gitr1=ec604b28b431054f96ce346520e8b98de031102ar2=38a70baf59edffc26e796ff2397305f495bd5947


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 37548063cc868eaefb23ad4d498d3b3e47cea637

2010-11-19 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 38a70baf59edffc26e796ff2397305f495bd5947

3754806 Don't try to display events if calendar is not displayed.

---

commit 37548063cc868eaefb23ad4d498d3b3e47cea637
Author: Jan Schneider j...@horde.org
Date:   Fri Nov 19 18:44:28 2010 +0100

Don't try to display events if calendar is not displayed.

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

http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-gitr1=b571b9133868152158a142c2a49f45417b18a652r2=37548063cc868eaefb23ad4d498d3b3e47cea637


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 9b9fe4a661638c237349759011299e685f4b326b

2010-11-22 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 89a722b6d37e7ed0991482c35a61d8003fc85b1d

0867a3b Remove redundancy from file name.
59fe48e For now, always sort by date, and always displaye the most recent 
messages.
554c9cc Fix method name.
b64 Add Array.numericSort().
9b9fe4a Add message loading. Basic functionality is complete.

---

commit 0867a3b173918adb3ea2997221196a9d7c6b70ef
Author: Jan Schneider j...@horde.org
Date:   Mon Nov 22 14:02:41 2010 +0100

Remove redundancy from file name.

 imp/templates/common-header.inc |2 +-
 imp/templates/dimp/javascript_defs.php  |  245 +++
 imp/templates/dimp/javascript_defs_dimp.php |  245 ---
 3 files changed, 246 insertions(+), 246 deletions(-)
 create mode 100644 imp/templates/dimp/javascript_defs.php
 delete mode 100644 imp/templates/dimp/javascript_defs_dimp.php

http://git.horde.org/diff.php/imp/templates/common-header.inc?rt=horde-gitr1=e5aa351d4dfa0cebb04383a98de3f7627543bab3r2=0867a3b173918adb3ea2997221196a9d7c6b70ef
http://git.horde.org/co.php/imp/templates/dimp/javascript_defs.php?rt=horde-gitr=0867a3b173918adb3ea2997221196a9d7c6b70ef
http://git.horde.org/diff.php/imp/templates/dimp/javascript_defs_dimp.php?rt=horde-gitr1=8a48c691e1aca573ea14cea1dfe16c92ed128e59r2=0867a3b173918adb3ea2997221196a9d7c6b70ef

---

commit 59fe48ec71b835dadfb987f221592cdbff9d9c27
Author: Jan Schneider j...@horde.org
Date:   Mon Nov 22 14:09:54 2010 +0100

For now, always sort by date, and always displaye the most recent messages.

 imp/js/mobile.js |7 ++-
 imp/templates/mobile/javascript_defs.php |   30 ++
 2 files changed, 36 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/js/mobile.js?rt=horde-gitr1=2b9a0ac3cb27ab0ca9a3e24af5387e0b7dd78f62r2=59fe48ec71b835dadfb987f221592cdbff9d9c27
http://git.horde.org/diff.php/imp/templates/mobile/javascript_defs.php?rt=horde-gitr1=39aa5405c3708459514b2bbb8db43e37deec31f9r2=59fe48ec71b835dadfb987f221592cdbff9d9c27

---

commit 554c9cc47c78bbd7bd8969d52370d2e67e28c978
Author: Jan Schneider j...@horde.org
Date:   Mon Nov 22 16:43:57 2010 +0100

Fix method name.

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

http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-gitr1=464c49cf51f8f91f978528885133e47780b4690fr2=554c9cc47c78bbd7bd8969d52370d2e67e28c978

---

commit b6482a3eb45f5b1ef9521a69cf5945498a77
Author: Jan Schneider j...@horde.org
Date:   Mon Nov 22 19:20:09 2010 +0100

Add Array.numericSort().

 horde/js/horde-jquery.js |   11 ++-
 1 files changed, 10 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/js/horde-jquery.js?rt=horde-gitr1=cc288c7f6f05533efbb741f180a2e982200e933fr2=b6482a3eb45f5b1ef9521a69cf5945498a77

---

commit 9b9fe4a661638c237349759011299e685f4b326b
Author: Jan Schneider j...@horde.org
Date:   Mon Nov 22 19:21:25 2010 +0100

Add message loading. Basic functionality is complete.

 imp/js/mobile.js  |  120 -
 imp/lib/Ajax/Application.php  |   52 ++
 imp/templates/mobile/head.html.php|1 +
 imp/templates/mobile/mailbox.html.php |8 --
 imp/templates/mobile/message.html.php |   14 ++--
 5 files changed, 176 insertions(+), 19 deletions(-)

http://git.horde.org/diff.php/imp/js/mobile.js?rt=horde-gitr1=59fe48ec71b835dadfb987f221592cdbff9d9c27r2=9b9fe4a661638c237349759011299e685f4b326b
http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-gitr1=2fde23e904f34bdf3ca579cf3f545e1ac0332e1dr2=9b9fe4a661638c237349759011299e685f4b326b
http://git.horde.org/diff.php/imp/templates/mobile/head.html.php?rt=horde-gitr1=39aa5405c3708459514b2bbb8db43e37deec31f9r2=9b9fe4a661638c237349759011299e685f4b326b
http://git.horde.org/diff.php/imp/templates/mobile/mailbox.html.php?rt=horde-gitr1=2b9a0ac3cb27ab0ca9a3e24af5387e0b7dd78f62r2=9b9fe4a661638c237349759011299e685f4b326b
http://git.horde.org/diff.php/imp/templates/mobile/message.html.php?rt=horde-gitr1=1c50f3a4712889b6b15a067dcf8df66863b98c20r2=9b9fe4a661638c237349759011299e685f4b326b


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde Web Source branch master updated. b83444e4380ebf6ee39675303681fd3184583d88

2010-11-23 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: cb37be45a151dd24325c6082dde91a78dc1cd018

b83444e Grammar

---

commit b83444e4380ebf6ee39675303681fd3184583d88
Author: Jan Schneider j...@horde.org
Date:   Tue Nov 23 11:08:54 2010 +0100

Grammar

 main.html |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/main.html?rt=horde-webr1=790a63ee68cf3afe509940c2f96a589c90a73526r2=b83444e4380ebf6ee39675303681fd3184583d88


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 4519494ab8274efc638b7259350614045f29d9cd

2010-11-24 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 26a49141a192f77ecd696fc54b18a7023383cdbe

9efda1d Fix updating coordinates.
2e93cd5 Reset map.
55b194c Fix to description function
4519494 Fix addScriptFile() calls.

---

commit 9efda1d60352ee30a1a48cfa544510337a672275
Author: Jan Schneider j...@horde.org
Date:   Tue Nov 23 19:13:49 2010 +0100

Fix updating coordinates.

 kronolith/lib/Geo/Mysql.php |7 ---
 1 files changed, 4 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Geo/Mysql.php?rt=horde-gitr1=d88268a8de67221b9a2da306824445825af5df4fr2=9efda1d60352ee30a1a48cfa544510337a672275

---

commit 2e93cd5ef023c0e762ee06c9db00d3d11be0677b
Author: Jan Schneider j...@horde.org
Date:   Tue Nov 23 19:18:28 2010 +0100

Reset map.

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

http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-gitr1=37548063cc868eaefb23ad4d498d3b3e47cea637r2=2e93cd5ef023c0e762ee06c9db00d3d11be0677b

---

commit 55b194c90293a73f215797a52570f9167bea177f
Author: Carlos Timóteo carlos-e-timo...@telecom.pt
Date:   Tue Nov 23 17:00:37 2010 +

Fix to description function

Signed-off-by: Jan Schneider j...@horde.org

 kronolith/lib/Calendar/Internal.php |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Calendar/Internal.php?rt=horde-gitr1=0c16a057ab7863b20bd315895e498bf2ffa74031r2=55b194c90293a73f215797a52570f9167bea177f

---

commit 4519494ab8274efc638b7259350614045f29d9cd
Author: Jan Schneider j...@horde.org
Date:   Wed Nov 24 11:30:27 2010 +0100

Fix addScriptFile() calls.

 horde/templates/common-header-mobile.inc |8 +++-
 1 files changed, 3 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/horde/templates/common-header-mobile.inc?rt=horde-gitr1=cc839556cbd8d82f27cff2657e801fe341382eaar2=4519494ab8274efc638b7259350614045f29d9cd


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 53d48766cfd3ce27e2e7c150eaa0e5e97a55c68e

2010-11-24 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 19f46ebad24c8fd0c6067f31b6d15e1e0daffab8

160b49b Fix adding theme files. phpdoc.
c05692a Re-add loading horde-jquery.js.
f3dc732 Subject data is already HTML encoded.
c7569b5 Merge from imp.js.
4d1a2ac Add style for HTML iframes.
6bb9e26 Tweak mailbox and message views.
4925fa9 Reset message view on load.
9cbc782 There's no reason to send an empty header value.
53d4876 Implement advance header view.

---

commit 160b49be4e0fcf4f89d9cb366acba6e15a1c6758
Author: Jan Schneider j...@horde.org
Date:   Wed Nov 24 15:25:41 2010 +0100

Fix adding theme files. phpdoc.

 framework/Core/lib/Horde/Themes/Css.php |4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Themes/Css.php?rt=horde-gitr1=7a54637d1c22057825edcb28d9f0804ea6b3ef2fr2=160b49be4e0fcf4f89d9cb366acba6e15a1c6758

---

commit c05692a5aa165094fb814ccd6475f34bdaf227dd
Author: Jan Schneider j...@horde.org
Date:   Wed Nov 24 15:27:12 2010 +0100

Re-add loading horde-jquery.js.

 imp/mobile.php |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/imp/mobile.php?rt=horde-gitr1=cc839556cbd8d82f27cff2657e801fe341382eaar2=c05692a5aa165094fb814ccd6475f34bdaf227dd

---

commit f3dc732914f25f9b7927865c8df069e8b5d84234
Author: Jan Schneider j...@horde.org
Date:   Wed Nov 24 15:27:50 2010 +0100

Subject data is already HTML encoded.

 imp/js/mobile.js |6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/imp/js/mobile.js?rt=horde-gitr1=9b9fe4a661638c237349759011299e685f4b326br2=f3dc732914f25f9b7927865c8df069e8b5d84234

---

commit c7569b5211b5b280eb36c32874e4f7cc184874f7
Author: Jan Schneider j...@horde.org
Date:   Wed Nov 24 15:28:06 2010 +0100

Merge from imp.js.

 imp/js/mobile.js |   11 ---
 1 files changed, 8 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/imp/js/mobile.js?rt=horde-gitr1=f3dc732914f25f9b7927865c8df069e8b5d84234r2=c7569b5211b5b280eb36c32874e4f7cc184874f7

---

commit 4d1a2acb5a11907c690f83ad24ffc144155979e7
Author: Jan Schneider j...@horde.org
Date:   Wed Nov 24 15:28:23 2010 +0100

Add style for HTML iframes.

 imp/themes/default/mobile.css |6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/imp/themes/default/mobile.css?rt=horde-gitr1=d8b9b0025e93cdb0089ed7e8b9d5a494c34914a0r2=4d1a2acb5a11907c690f83ad24ffc144155979e7

---

commit 6bb9e2639c0c3f07be013f9c366323525c8c3ef5
Author: Jan Schneider j...@horde.org
Date:   Wed Nov 24 15:52:58 2010 +0100

Tweak mailbox and message views.

 imp/js/mobile.js  |7 +--
 imp/themes/default/mobile.css |   13 -
 2 files changed, 17 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/imp/js/mobile.js?rt=horde-gitr1=c7569b5211b5b280eb36c32874e4f7cc184874f7r2=6bb9e2639c0c3f07be013f9c366323525c8c3ef5
http://git.horde.org/diff.php/imp/themes/default/mobile.css?rt=horde-gitr1=4d1a2acb5a11907c690f83ad24ffc144155979e7r2=6bb9e2639c0c3f07be013f9c366323525c8c3ef5

---

commit 4925fa929d4a088e0e395703f946a5a62a2b3f2d
Author: Jan Schneider j...@horde.org
Date:   Wed Nov 24 16:45:12 2010 +0100

Reset message view on load.

 imp/js/mobile.js  |7 +++
 imp/templates/mobile/message.html.php |2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/js/mobile.js?rt=horde-gitr1=6bb9e2639c0c3f07be013f9c366323525c8c3ef5r2=4925fa929d4a088e0e395703f946a5a62a2b3f2d
http://git.horde.org/diff.php/imp/templates/mobile/message.html.php?rt=horde-gitr1=9b9fe4a661638c237349759011299e685f4b326br2=4925fa929d4a088e0e395703f946a5a62a2b3f2d

---

commit 9cbc7822d151b312c0b67ca33bc3a3f82c692f7f
Author: Jan Schneider j...@horde.org
Date:   Wed Nov 24 16:45:33 2010 +0100

There's no reason to send an empty header value.

 imp/lib/Views/ShowMessage.php |4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/imp/lib/Views/ShowMessage.php?rt=horde-gitr1=59a861cd78d3c6df9cdbd405731572d614964a4fr2=9cbc7822d151b312c0b67ca33bc3a3f82c692f7f

---

commit 53d48766cfd3ce27e2e7c150eaa0e5e97a55c68e
Author: Jan Schneider j...@horde.org
Date:   Wed Nov 24 16:48:27 2010 +0100

Implement advance header

[commits] Horde branch master updated. 8844bd827c79efa10db3758eb62ee5a328a363f6

2010-11-25 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 89cc9ab4cc71249fed38d1e480b5d6dae16b31f5

e24dc3f Center align icons.
8844bd8 Show portal link only in Horde. Can be added manually by configuration 
if necessary.

---

commit e24dc3fa07086d547a9e4e1e4a6585972c537d9e
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 25 14:57:44 2010 +0100

Center align icons.

 turba/templates/browse/column_headers.inc |8 
 turba/templates/browse/row.inc|8 
 turba/themes/default/screen.css   |4 
 3 files changed, 12 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/turba/templates/browse/column_headers.inc?rt=horde-gitr1=b0ee59fe2b830806015bb4a030a5106d29cb3993r2=e24dc3fa07086d547a9e4e1e4a6585972c537d9e
http://git.horde.org/diff.php/turba/templates/browse/row.inc?rt=horde-gitr1=b0ee59fe2b830806015bb4a030a5106d29cb3993r2=e24dc3fa07086d547a9e4e1e4a6585972c537d9e
http://git.horde.org/diff.php/turba/themes/default/screen.css?rt=horde-gitr1=d8b9b0025e93cdb0089ed7e8b9d5a494c34914a0r2=e24dc3fa07086d547a9e4e1e4a6585972c537d9e

---

commit 8844bd827c79efa10db3758eb62ee5a328a363f6
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 25 14:58:44 2010 +0100

Show portal link only in Horde. Can be added manually by configuration if 
necessary.

 framework/Core/lib/Horde.php |4 
 horde/lib/Application.php|   10 ++
 2 files changed, 10 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-gitr1=cc839556cbd8d82f27cff2657e801fe341382eaar2=8844bd827c79efa10db3758eb62ee5a328a363f6
http://git.horde.org/diff.php/horde/lib/Application.php?rt=horde-gitr1=89cc9ab4cc71249fed38d1e480b5d6dae16b31f5r2=8844bd827c79efa10db3758eb62ee5a328a363f6


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 692f4d5a10a709fea3f862feca62ab10f7ee94ba

2010-11-25 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 5d2a7d05fd2afe73ae6583e061c5cc7db115683f

692f4d5 Poll for alarms and keep session fresh.

---

commit 692f4d5a10a709fea3f862feca62ab10f7ee94ba
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 25 16:07:49 2010 +0100

Poll for alarms and keep session fresh.

 kronolith/js/kronolith.js  |3 +++
 kronolith/lib/Ajax/Application.php |8 
 2 files changed, 11 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-gitr1=2e93cd5ef023c0e762ee06c9db00d3d11be0677br2=692f4d5a10a709fea3f862feca62ab10f7ee94ba
http://git.horde.org/diff.php/kronolith/lib/Ajax/Application.php?rt=horde-gitr1=1af4f91251d937e574a3ee4f07d5289253de84f9r2=692f4d5a10a709fea3f862feca62ab10f7ee94ba


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. b011a3c68940d4228a5af3a231536d5d45e957a6

2010-11-25 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 692f4d5a10a709fea3f862feca62ab10f7ee94ba

8f3bb89 Return back to production value.
ea05c1c Use personal address books first if determining the default one 
(Valentin Vidic, Request  #9367).
b011a3c Fix inconsistent cache keys (Bug #9392).

---

commit 8f3bb897e7055e37690ce369df05a70d9c764dea
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 25 16:11:17 2010 +0100

Return back to production value.

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

http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-gitr1=692f4d5a10a709fea3f862feca62ab10f7ee94bar2=8f3bb897e7055e37690ce369df05a70d9c764dea

---

commit ea05c1ce70144e00ff2f22284c509d6d8ad78eba
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 25 21:26:34 2010 +0100

Use personal address books first if determining the default one (Valentin 
Vidic, Request  #9367).

 turba/docs/CHANGES  |2 ++
 turba/lib/Turba.php |   10 ++
 2 files changed, 12 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/turba/docs/CHANGES?rt=horde-gitr1=568ce1a622430862c8a7075f9a54dcc5b3b9fbccr2=ea05c1ce70144e00ff2f22284c509d6d8ad78eba
http://git.horde.org/diff.php/turba/lib/Turba.php?rt=horde-gitr1=568ce1a622430862c8a7075f9a54dcc5b3b9fbccr2=ea05c1ce70144e00ff2f22284c509d6d8ad78eba

---

commit b011a3c68940d4228a5af3a231536d5d45e957a6
Author: Jan Schneider j...@horde.org
Date:   Thu Nov 25 21:30:41 2010 +0100

Fix inconsistent cache keys (Bug #9392).

 framework/Perms/lib/Horde/Perms/Sql.php |8 
 horde/docs/CHANGES  |9 -
 2 files changed, 12 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/framework/Perms/lib/Horde/Perms/Sql.php?rt=horde-gitr1=c5626b8713d562b24f7aedd8a1aebbfc4eba37f0r2=b011a3c68940d4228a5af3a231536d5d45e957a6
http://git.horde.org/diff.php/horde/docs/CHANGES?rt=horde-gitr1=d62ec32ea32b9f736c10ebc2f06cf06356c1c07cr2=b011a3c68940d4228a5af3a231536d5d45e957a6


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. f44695f022d78be026b9bdfb060f9f8fe78c33b4

2010-11-29 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 1d8ff2de823315dc95e72b00ffe5e73595d31e17

f44695f Add a base object for common jQuery Mobile stuff.

---

commit f44695f022d78be026b9bdfb060f9f8fe78c33b4
Author: Jan Schneider j...@horde.org
Date:   Mon Nov 29 15:32:19 2010 +0100

Add a base object for common jQuery Mobile stuff.

 horde/js/mobile.js   |   93 +
 horde/package.xml|8 ++-
 imp/js/mobile.js |   41 +++
 imp/mobile.php   |7 ++-
 imp/templates/mobile/notice.html.php |7 +++
 kronolith/js/mobile.js   |   94 ++
 kronolith/mobile.php |7 ++-
 7 files changed, 139 insertions(+), 118 deletions(-)
 create mode 100644 horde/js/mobile.js
 create mode 100644 imp/templates/mobile/notice.html.php

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


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 78d3eb59161010091dc54896579fae404ac8e8e0

2010-11-29 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 0d8990a2901ccaf29345829a72323e483dd2dc09

199b939 Alignment of header labels.
4b1eaad Fix variable name.
fcd303f Initial content.
78d3eb5 Finish display of notification messages. Embedded HTML doesn't work 
well yet.

---

commit 199b939c0b6cbb1fbd0df364f4058ac77fb81198
Author: Jan Schneider j...@horde.org
Date:   Mon Nov 29 16:13:37 2010 +0100

Alignment of header labels.

 imp/themes/default/mobile.css |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/199b939c0b6cbb1fbd0df364f4058ac77fb81198

---

commit 4b1eaadd4e59bfddefa55f19ef9afe5e1d0ac4b0
Author: Jan Schneider j...@horde.org
Date:   Mon Nov 29 17:12:18 2010 +0100

Fix variable name.

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

http://git.horde.org/horde-git/-/commit/4b1eaadd4e59bfddefa55f19ef9afe5e1d0ac4b0

---

commit fcd303f80d0639c208e409e5dd66bf0a5e5f43ce
Author: Jan Schneider j...@horde.org
Date:   Mon Nov 29 17:56:08 2010 +0100

Initial content.

 imp/templates/mobile/mailbox.html.php |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

---

commit 78d3eb59161010091dc54896579fae404ac8e8e0
Author: Jan Schneider j...@horde.org
Date:   Mon Nov 29 18:01:26 2010 +0100

Finish display of notification messages. Embedded HTML doesn't work well 
yet.

 horde/js/mobile.js |   35 ---
 horde/themes/default/mobile.css|   29 +++
 imp/templates/mobile/notice.html.php   |2 +
 kronolith/templates/mobile/notice.html.php |2 +
 4 files changed, 64 insertions(+), 4 deletions(-)
 create mode 100644 horde/themes/default/mobile.css

http://git.horde.org/horde-git/-/commit/78d3eb59161010091dc54896579fae404ac8e8e0


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 542b5adcaa162a3b82e8f663a26232898dc3e823

2010-11-29 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 78d3eb59161010091dc54896579fae404ac8e8e0

f19c0f3 Show 'more..' entry if there are more messages in the mailbox. Doesn't 
do anything yet.
542b5ad Only show unread messages bold. It doesn't make much sense, but the 
viewport data returns the seen flag reversed.

---

commit f19c0f3a45a6265ba028bb403b12c3e4b4aa28c0
Author: Jan Schneider j...@horde.org
Date:   Mon Nov 29 18:58:56 2010 +0100

Show 'more..' entry if there are more messages in the mailbox. Doesn't do 
anything yet.

 imp/js/mobile.js |4 
 imp/templates/mobile/javascript_defs.php |1 +
 imp/themes/default/mobile.css|4 
 3 files changed, 9 insertions(+), 0 deletions(-)

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

---

commit 542b5adcaa162a3b82e8f663a26232898dc3e823
Author: Jan Schneider j...@horde.org
Date:   Mon Nov 29 19:00:59 2010 +0100

Only show unread messages bold. It doesn't make much sense, but the 
viewport data returns the seen flag reversed.

 imp/js/mobile.js  |   10 --
 imp/themes/default/mobile.css |6 ++
 2 files changed, 14 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/542b5adcaa162a3b82e8f663a26232898dc3e823


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. df3540692b01d54dcfb774fca84f8856df51d0ae

2010-11-30 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 3273163e42d26bf1afa916f8136aad9344671555

bc5d7ce Use dialog view for events.
df35406 Consistently use data theme A in all apps.

---

commit bc5d7ce25d4d68c10007622dfd8bfb49e7dc9a37
Author: Jan Schneider j...@horde.org
Date:   Tue Nov 30 13:31:11 2010 +0100

Use dialog view for events.

 kronolith/templates/mobile/event.html.php |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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

---

commit df3540692b01d54dcfb774fca84f8856df51d0ae
Author: Jan Schneider j...@horde.org
Date:   Tue Nov 30 13:32:16 2010 +0100

Consistently use data theme A in all apps.

 kronolith/templates/mobile/day.html.php |6 +++---
 kronolith/templates/mobile/month.html.php   |9 -
 kronolith/templates/mobile/summary.html.php |2 +-
 3 files changed, 8 insertions(+), 9 deletions(-)

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


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. f2b35e73225d8ec7487ef393dc610583fe2b1ece

2010-11-30 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 1e943c0937d592233379d8cac82b89f80861b11c

43b8c54 Fix package name.
7390733 Here too.
e627e65 Fix directory name, remove outdated tests.
f2b35e7 Consistently extend exception classes from Horde_Exception_Prior. CS, 
cleanup.

---

commit 43b8c5444273a84c1216e81646e12763ad838272
Author: Jan Schneider j...@horde.org
Date:   Tue Nov 30 14:28:06 2010 +0100

Fix package name.

 framework/Date/test/Horde/Date/AllTests.php |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/43b8c5444273a84c1216e81646e12763ad838272

---

commit 7390733d3db3a294d8b94bfd4118098d164fb8b1
Author: Jan Schneider j...@horde.org
Date:   Tue Nov 30 14:30:26 2010 +0100

Here too.

 framework/Date/test/Horde/Date/AllTests.php |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/7390733d3db3a294d8b94bfd4118098d164fb8b1

---

commit e627e6511cc9b3f0d006ef6e5e7b4583a27ec9e1
Author: Jan Schneider j...@horde.org
Date:   Tue Nov 30 14:31:08 2010 +0100

Fix directory name, remove outdated tests.

 framework/Share/test/Horde/Share/AllTests.php   |   34 +
 framework/Share/tests/Horde/Share/AllTests.php  |   39 --
 framework/Share/tests/Horde/Share/KolabScenarioTest.php |   55 ---
 framework/Share/tests/kolab_createdefault.phpt  |   47 
 framework/Share/tests/kolab_list.phpt   |   26 ---
 framework/Share/tests/kolab_simple.phpt |   14 
 6 files changed, 34 insertions(+), 181 deletions(-)
 create mode 100644 framework/Share/test/Horde/Share/AllTests.php
 delete mode 100644 framework/Share/tests/Horde/Share/AllTests.php
 delete mode 100644 framework/Share/tests/Horde/Share/KolabScenarioTest.php
 delete mode 100644 framework/Share/tests/kolab_createdefault.phpt
 delete mode 100644 framework/Share/tests/kolab_list.phpt
 delete mode 100644 framework/Share/tests/kolab_simple.phpt

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

---

commit f2b35e73225d8ec7487ef393dc610583fe2b1ece
Author: Jan Schneider j...@horde.org
Date:   Tue Nov 30 14:43:21 2010 +0100

Consistently extend exception classes from Horde_Exception_Prior.
CS, cleanup.

 beatnik/lib/Exception.php |5 +++-
 chora/lib/Exception.php   |2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Exception.php   |3 +-
 framework/Argv/lib/Horde/Argv/Exception.php   |5 ++-
 framework/Block/lib/Horde/Block/Exception.php |5 ++-
 framework/Browser/lib/Horde/Browser/Exception.php |2 +-
 framework/Cache/lib/Horde/Cache/Exception.php |4 ++-
 framework/Controller/lib/Horde/Controller/Exception.php   |2 +-
 framework/Db/lib/Horde/Db/Exception.php   |2 +-
 framework/Feed/lib/Horde/Feed/Exception.php   |3 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Exception.php |2 +-
 framework/Itip/lib/Horde/Itip/Exception.php   |2 +-
 framework/Kolab_Format/lib/Horde/Kolab/Format/Exception.php   |2 +-
 framework/Kolab_Resource/lib/Horde/Kolab/Resource/Exception.php   |2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Exception.php   |2 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Exception.php |6 ++--
 framework/Lock/lib/Horde/Lock/Exception.php   |4 ++-
 framework/Oauth/lib/Horde/Oauth/Exception.php |2 +-
 framework/Pdf/lib/Horde/Pdf/Exception.php |2 +-
 framework/Routes/lib/Horde/Routes/Exception.php   |5 ++-
 framework/Secret/lib/Horde/Secret/Exception.php   |2 +-
 .../Service_Facebook/lib/Horde/Service/Facebook/Exception.php |3 +-
 framework/Service_Twitter/lib/Horde/Service/Twitter/Exception.php |3 +-
 framework/Share/lib/Horde/Share/Exception.php |2 +-
 framework/Token/lib/Horde/Token/Exception.php |2 +-
 framework/Translation/lib/Horde/Translation/Exception.php |2 +-
 framework/VFS/lib/VFS/Exception.php   |4 ++-
 gollem/lib/Exception.php  |4 ++-
 hermes/lib/Exception.php  |5 +++-
 operator/lib/Exception.php|5 +++-
 passwd/lib/Exception.php

[commits] Horde branch master updated. fa8d644f8ca59a43056e5eae668ff1699d36be24

2010-11-30 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: f2b35e73225d8ec7487ef393dc610583fe2b1ece

bbc6c78 Need to set up autoloading globally.
52fd487 Default to no expiration.
0431ec3 Convert to new Horde_Cache class layout.
d3456e7 Add configuration for mysql tests.
fd212e9 Fix paths.
fa8d644 Remove charset methods.

---

commit bbc6c78f11dbf36cf2d69ed31dd2e1b74a0126a5
Author: Jan Schneider j...@horde.org
Date:   Tue Nov 30 15:19:05 2010 +0100

Need to set up autoloading globally.

 framework/Db/test/Horde/Db/AllTests.php |   16 ++--
 1 files changed, 6 insertions(+), 10 deletions(-)

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

---

commit 52fd487d4ba2d91f1050a1f17f1c5e2416abc265
Author: Jan Schneider j...@horde.org
Date:   Tue Nov 30 15:32:04 2010 +0100

Default to no expiration.

 framework/Cache/lib/Horde/Cache/Storage/Apc.php  |6 +++---
 framework/Cache/lib/Horde/Cache/Storage/Base.php |6 +++---
 framework/Cache/lib/Horde/Cache/Storage/Eaccelerator.php |6 +++---
 framework/Cache/lib/Horde/Cache/Storage/File.php |6 +++---
 framework/Cache/lib/Horde/Cache/Storage/Memcache.php |6 +++---
 framework/Cache/lib/Horde/Cache/Storage/Mock.php |6 +++---
 framework/Cache/lib/Horde/Cache/Storage/Null.php |6 +++---
 framework/Cache/lib/Horde/Cache/Storage/Session.php  |6 +++---
 framework/Cache/lib/Horde/Cache/Storage/Sql.php  |6 +++---
 framework/Cache/lib/Horde/Cache/Storage/Stack.php|6 +++---
 framework/Cache/lib/Horde/Cache/Storage/Xcache.php   |6 +++---
 11 files changed, 33 insertions(+), 33 deletions(-)

http://git.horde.org/horde-git/-/commit/52fd487d4ba2d91f1050a1f17f1c5e2416abc265

---

commit 0431ec372565ef33301838f25478e0b4189ff99f
Author: Jan Schneider j...@horde.org
Date:   Tue Nov 30 15:32:58 2010 +0100

Convert to new Horde_Cache class layout.

 framework/Db/lib/Horde/Db/Adapter/Base.php |2 +-
 framework/Db/test/Horde/Db/Adapter/MysqlSuite.php  |2 +-
 framework/Db/test/Horde/Db/Adapter/MysqliSuite.php |2 +-
 framework/Db/test/Horde/Db/Adapter/Pdo/MysqlSuite.php  |2 +-
 framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlSuite.php  |2 +-
 framework/Db/test/Horde/Db/Adapter/Pdo/SqliteSuite.php |2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/0431ec372565ef33301838f25478e0b4189ff99f

---

commit d3456e7c278cebdc78dccf04503706d3ec2691e7
Author: Jan Schneider j...@horde.org
Date:   Tue Nov 30 15:39:34 2010 +0100

Add configuration for mysql tests.

 framework/Db/test/Horde/Db/Adapter/conf.php.dist |4 
 1 files changed, 4 insertions(+), 0 deletions(-)

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

---

commit fd212e9e08984c373a002a44e9f8fbcad5677dea
Author: Jan Schneider j...@horde.org
Date:   Tue Nov 30 15:41:48 2010 +0100

Fix paths.

 framework/Db/test/Horde/Db/Adapter/MysqlSuite.php  |2 +-
 framework/Db/test/Horde/Db/Adapter/MysqliSuite.php |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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

---

commit fa8d644f8ca59a43056e5eae668ff1699d36be24
Author: Jan Schneider j...@horde.org
Date:   Tue Nov 30 15:41:59 2010 +0100

Remove charset methods.

They are only implemented in the MySQL drivers anyway and using SET
NAMES causes more problems than it solves. Actually it breaks the
current share driver.

 framework/Db/lib/Horde/Db/Adapter/Base.php   |   10 +---
 framework/Db/lib/Horde/Db/Adapter/Mysql.php  |5 --
 framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php   |   57 ++
 framework/Db/lib/Horde/Db/Adapter/Mysqli.php |6 --
 framework/Db/lib/Horde/Db/Adapter/Pdo/Mysql.php  |5 --
 framework/Db/test/Horde/Db/Adapter/MysqlTest.php |5 --
 framework/Db/test/Horde/Db/Adapter/MysqliTest.php|5 --
 framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php |5 --
 8 files changed, 7 insertions(+), 91 deletions(-)

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


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 84de7bb593417155e4794e6c339f5441e45c0019

2010-11-30 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: a3b12a75bde227323c76517871ee59d6e4db15be

84de7bb Fix Horde_Cache usage correctly.

---

commit 84de7bb593417155e4794e6c339f5441e45c0019
Author: Jan Schneider j...@horde.org
Date:   Tue Nov 30 17:50:26 2010 +0100

Fix Horde_Cache usage correctly.

 framework/Db/test/Horde/Db/Adapter/MysqlSuite.php  |2 +-
 framework/Db/test/Horde/Db/Adapter/MysqliSuite.php |2 +-
 framework/Db/test/Horde/Db/Adapter/Pdo/MysqlSuite.php  |2 +-
 framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlSuite.php  |2 +-
 framework/Db/test/Horde/Db/Adapter/Pdo/SqliteSuite.php |2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/84de7bb593417155e4794e6c339f5441e45c0019


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde-Support branch master updated. f89388a91336295eb1a0a88e4409ac486cc74e6c

2010-11-30 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: a091708d580f0a31f1a145a567df5458e8cbf46b

f89388a phpUnderControl is no longer used.

---

commit f89388a91336295eb1a0a88e4409ac486cc74e6c
Author: Jan Schneider j...@horde.org
Date:   Tue Nov 30 22:10:33 2010 +0100

phpUnderControl is no longer used.

 .gitmodules |3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
 delete mode 100644 .gitmodules

http://git.horde.org/horde-support/-/commit/f89388a91336295eb1a0a88e4409ac486cc74e6c


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde-Support branch master updated. 252671b89b6df2b10bf4c0d63a23a0371741d9cb

2010-11-30 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: f89388a91336295eb1a0a88e4409ac486cc74e6c

b771015 Fix finding running instances, and fix false PID message.
252671b Force C locale.

---

commit b77101540ce21f1f8c33bad8584e71ee27338d21
Author: Jan Schneider j...@horde.org
Date:   Tue Nov 30 23:20:33 2010 +0100

Fix finding running instances, and fix false PID message.

 ci-hudson/init.d/hudson |6 --
 1 files changed, 4 insertions(+), 2 deletions(-)

http://git.horde.org/horde-support/-/commit/b77101540ce21f1f8c33bad8584e71ee27338d21

---

commit 252671b89b6df2b10bf4c0d63a23a0371741d9cb
Author: Jan Schneider j...@horde.org
Date:   Tue Nov 30 23:53:15 2010 +0100

Force C locale.

 ci-hudson/init.d/hudson |   10 ++
 1 files changed, 2 insertions(+), 8 deletions(-)

http://git.horde.org/horde-support/-/commit/252671b89b6df2b10bf4c0d63a23a0371741d9cb


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 3204640ee8b85fa93ecb48e7ff1e860ad6c9ecc6

2010-12-01 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 9172ca93856c6d0452f17641fb7c2ecd340c0257

3204640 Initialize Token translations.

---

commit 3204640ee8b85fa93ecb48e7ff1e860ad6c9ecc6
Author: Jan Schneider j...@horde.org
Date:   Wed Dec 1 10:29:31 2010 +0100

Initialize Token translations.

 framework/Token/locale/Horde_Token.pot  |   28 +
 framework/Token/locale/ar/LC_MESSAGES/Horde_Token.mo|  Bin 0 - 380 bytes
 framework/Token/locale/ar/LC_MESSAGES/Horde_Token.po|   27 
 framework/Token/locale/bg/LC_MESSAGES/Horde_Token.mo|  Bin 0 - 380 bytes
 framework/Token/locale/bg/LC_MESSAGES/Horde_Token.po|   27 
 framework/Token/locale/bs/LC_MESSAGES/Horde_Token.mo|  Bin 0 - 380 bytes
 framework/Token/locale/bs/LC_MESSAGES/Horde_Token.po|   27 
 framework/Token/locale/ca/LC_MESSAGES/Horde_Token.mo|  Bin 0 - 380 bytes
 framework/Token/locale/ca/LC_MESSAGES/Horde_Token.po|   27 
 framework/Token/locale/cs/LC_MESSAGES/Horde_Token.mo|  Bin 0 - 450 bytes
 framework/Token/locale/cs/LC_MESSAGES/Horde_Token.po|   28 +
 framework/Token/locale/da/LC_MESSAGES/Horde_Token.mo|  Bin 0 - 423 bytes
 framework/Token/locale/da/LC_MESSAGES/Horde_Token.po|   28 +
 framework/Token/locale/de/LC_MESSAGES/Horde_Token.mo|  Bin 0 - 851 bytes
 framework/Token/locale/de/LC_MESSAGES/Horde_Token.po|   32 +++
 framework/Token/locale/el/LC_MESSAGES/Horde_Token.mo|  Bin 0 - 423 bytes
 framework/Token/locale/el/LC_MESSAGES/Horde_Token.po|   28 +
 framework/Token/locale/en/LC_MESSAGES/Horde_Token.mo|  Bin 0 - 837 bytes
 framework/Token/locale/en/LC_MESSAGES/Horde_Token.po|   31 ++
 framework/Token/locale/es/LC_MESSAGES/Horde_Token.mo|  Bin 0 - 423 bytes
 framework/Token/locale/es/LC_MESSAGES/Horde_Token.po|   28 +
 framework/Token/locale/et/LC_MESSAGES/Horde_Token.mo|  Bin 0 - 423 bytes
 framework/Token/locale/et/LC_MESSAGES/Horde_Token.po|   28 +
 framework/Token/locale/eu/LC_MESSAGES/Horde_Token.mo|  Bin 0 - 380 bytes
 framework/Token/locale/eu/LC_MESSAGES/Horde_Token.po|   27 
 framework/Token/locale/fa/LC_MESSAGES/Horde_Token.mo|  Bin 0 - 380 bytes
 framework/Token/locale/fa/LC_MESSAGES/Horde_Token.po|   27 
 framework/Token/locale/fi/LC_MESSAGES/Horde_Token.mo|  Bin 0 - 423 bytes
 framework/Token/locale/fi/LC_MESSAGES/Horde_Token.po|   28 +
 framework/Token/locale/fr/LC_MESSAGES/Horde_Token.mo|  Bin 0 - 422 bytes
 framework/Token/locale/fr/LC_MESSAGES/Horde_Token.po|   28 +
 framework/Token/locale/gl/LC_MESSAGES/Horde_Token.mo|  Bin 0 - 380 bytes
 framework/Token/locale/gl/LC_MESSAGES/Horde_Token.po|   27 
 framework/Token/locale/he/LC_MESSAGES/Horde_Token.mo|  Bin 0 - 423 bytes
 framework/Token/locale/he/LC_MESSAGES/Horde_Token.po|   28 +
 framework/Token/locale/hr/LC_MESSAGES/Horde_Token.mo|  Bin 0 - 846 bytes
 framework/Token/locale/hr/LC_MESSAGES/Horde_Token.po|   32 +++
 framework/Token/locale/hu/LC_MESSAGES/Horde_Token.mo|  Bin 0 - 423 bytes
 framework/Token/locale/hu/LC_MESSAGES/Horde_Token.po|   28 +
 framework/Token/locale/id/LC_MESSAGES/Horde_Token.mo|  Bin 0 - 380 bytes
 framework/Token/locale/id/LC_MESSAGES/Horde_Token.po|   16 +++
 framework/Token/locale/is/LC_MESSAGES/Horde_Token.mo|  Bin 0 - 380 bytes
 framework/Token/locale/is/LC_MESSAGES/Horde_Token.po|   27 
 framework/Token/locale/it/LC_MESSAGES/Horde_Token.mo|  Bin 0 - 752 bytes
 framework/Token/locale/it/LC_MESSAGES/Horde_Token.po|   30 ++
 framework/Token/locale/ja/LC_MESSAGES/Horde_Token.mo|  Bin 0 - 416 bytes
 framework/Token/locale/ja/LC_MESSAGES/Horde_Token.po|   28 +
 framework/Token/locale/km/LC_MESSAGES/Horde_Token.mo|  Bin 0 - 380 bytes
 framework/Token/locale/km/LC_MESSAGES/Horde_Token.po|   27 
 framework/Token/locale/ko/LC_MESSAGES/Horde_Token.mo|  Bin 0 - 416 bytes
 framework/Token/locale/ko/LC_MESSAGES/Horde_Token.po|   28 +
 framework/Token/locale/lt/LC_MESSAGES/Horde_Token.mo|  Bin 0 - 486 bytes
 framework/Token/locale/lt/LC_MESSAGES/Horde_Token.po|   29 +
 framework/Token/locale/lv/LC_MESSAGES/Horde_Token.mo|  Bin 0 - 458 bytes
 framework/Token/locale/lv/LC_MESSAGES/Horde_Token.po|   29 +
 framework/Token/locale/mk/LC_MESSAGES/Horde_Token.mo|  Bin 0 - 380 bytes
 framework/Token/locale/mk/LC_MESSAGES/Horde_Token.po|   27 
 framework/Token/locale/nb/LC_MESSAGES/Horde_Token.mo|  Bin 0 - 423 bytes
 framework/Token/locale/nb/LC_MESSAGES/Horde_Token.po|   28

[commits] Horde branch horde created. 029866d11cef4f7dbdb20cd2d0c2f2f6fb4c5b35

2010-12-01 Thread Jan Schneider
The branch horde has been created.
at  029866d11cef4f7dbdb20cd2d0c2f2f6fb4c5b35 (commit)

---
commit 029866d11cef4f7dbdb20cd2d0c2f2f6fb4c5b35
Author: Jan Schneider j...@horde.org
Date:   Wed Dec 1 18:52:52 2010 +0100

Fix paths.

commit 909fd352037627bc4773967a33fcad53293cd6b8
Author: Jan Schneider j...@horde.org
Date:   Wed Dec 1 18:52:36 2010 +0100

Don't add prototype.js manually.

commit 8d751e29dea61291ed2f272e07db7b69859b6e05
Author: Jan Schneider j...@horde.org
Date:   Wed Dec 1 18:52:06 2010 +0100

Pass organizer to iTip view.

commit 502671a67a32e52f11030a325995370c65cde1a7
Author: Jan Schneider j...@horde.org
Date:   Wed Dec 1 18:51:45 2010 +0100

Fix script name.


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch horde deleted. 029866d11cef4f7dbdb20cd2d0c2f2f6fb4c5b35

2010-12-01 Thread Jan Schneider
The branch horde has been deleted.
__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 029866d11cef4f7dbdb20cd2d0c2f2f6fb4c5b35

2010-12-01 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 8e1cc97007bba54722a09739286bcf259b815d33

502671a Fix script name.
8d751e2 Pass organizer to iTip view.
909fd35 Don't add prototype.js manually.
029866d Fix paths.

---

commit 502671a67a32e52f11030a325995370c65cde1a7
Author: Jan Schneider j...@horde.org
Date:   Wed Dec 1 18:51:45 2010 +0100

Fix script name.

 horde/bin/translation |   16 
 1 files changed, 8 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/502671a67a32e52f11030a325995370c65cde1a7

---

commit 8d751e29dea61291ed2f272e07db7b69859b6e05
Author: Jan Schneider j...@horde.org
Date:   Wed Dec 1 18:52:06 2010 +0100

Pass organizer to iTip view.

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

http://git.horde.org/horde-git/-/commit/8d751e29dea61291ed2f272e07db7b69859b6e05

---

commit 909fd352037627bc4773967a33fcad53293cd6b8
Author: Jan Schneider j...@horde.org
Date:   Wed Dec 1 18:52:36 2010 +0100

Don't add prototype.js manually.

 horde/services/portal/index.php |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/909fd352037627bc4773967a33fcad53293cd6b8

---

commit 029866d11cef4f7dbdb20cd2d0c2f2f6fb4c5b35
Author: Jan Schneider j...@horde.org
Date:   Wed Dec 1 18:52:52 2010 +0100

Fix paths.

 mnemo/themes/default/categoryCSS.php |2 +-
 nag/themes/default/categoryCSS.php   |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/029866d11cef4f7dbdb20cd2d0c2f2f6fb4c5b35


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 0490cf02347083dd143269ee528894254fa522a9

2010-12-02 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 5da3dc3e73f0c2e56f15c7cac9c56e185cae2113

3d96c9f Centralize generation of MIME messages.
0490cf0 Build multipart message when sending notifications about shared 
calendars.

---

commit 3d96c9fe6bd5879addf825ec492c0f33cb64c23f
Author: Jan Schneider j...@horde.org
Date:   Thu Dec 2 19:25:32 2010 +0100

Centralize generation of MIME messages.

 kronolith/lib/Event.php  |   28 +-
 kronolith/lib/Kronolith.php  |   80 +-
 kronolith/scripts/agenda.php |   28 +-
 3 files changed, 59 insertions(+), 77 deletions(-)

http://git.horde.org/horde-git/-/commit/3d96c9fe6bd5879addf825ec492c0f33cb64c23f

---

commit 0490cf02347083dd143269ee528894254fa522a9
Author: Jan Schneider j...@horde.org
Date:   Thu Dec 2 19:27:33 2010 +0100

Build multipart message when sending notifications about shared calendars.

 kronolith/config/hooks.php.dist  |   36 --
 kronolith/lib/Kronolith.php  |   43 +++---
 kronolith/templates/share/notification.html.php  |   23 
 kronolith/templates/share/notification.plain.php |   10 +
 kronolith/themes/default/graphics/big_share.png  |  Bin 0 - 3218 bytes
 5 files changed, 46 insertions(+), 66 deletions(-)
 create mode 100644 kronolith/templates/share/notification.html.php
 create mode 100644 kronolith/templates/share/notification.plain.php
 create mode 100644 kronolith/themes/default/graphics/big_share.png

http://git.horde.org/horde-git/-/commit/0490cf02347083dd143269ee528894254fa522a9


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 300892abb0f8f7cc04c38cab272b636396690c3e

2010-12-03 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: e688923e90b845985c8cfbee3e75bd0c173e8115

fab1e34 Output errors from connection in all drivers. These usually are 
triggered by misconfigured test suites.
300892a Only try a json-encoded configuration if the env var content doesn't 
look like a path.

---

commit fab1e3405cde00cc6baf591d2fe60bf41fcb29c8
Author: Jan Schneider j...@horde.org
Date:   Fri Dec 3 18:35:01 2010 +0100

Output errors from connection in all drivers. These usually are triggered 
by misconfigured test suites.

 framework/Db/test/Horde/Db/Adapter/MysqliSuite.php |4 +++-
 framework/Db/test/Horde/Db/Adapter/Pdo/MysqlSuite.php  |4 +++-
 framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlSuite.php  |4 +++-
 framework/Db/test/Horde/Db/Adapter/Pdo/SqliteSuite.php |4 +++-
 4 files changed, 12 insertions(+), 4 deletions(-)

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

---

commit 300892abb0f8f7cc04c38cab272b636396690c3e
Author: Jan Schneider j...@horde.org
Date:   Fri Dec 3 18:40:24 2010 +0100

Only try a json-encoded configuration if the env var content doesn't look 
like a path.

 framework/Db/test/Horde/Db/Adapter/MysqlSuite.php |2 +-
 framework/Db/test/Horde/Db/Adapter/MysqliSuite.php|2 +-
 framework/Db/test/Horde/Db/Adapter/Pdo/MysqlSuite.php |2 +-
 framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlSuite.php |9 ++---
 4 files changed, 9 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/300892abb0f8f7cc04c38cab272b636396690c3e


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 0e55770c62a1ce71de0c46707533ab8611469b63

2010-12-03 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 300892abb0f8f7cc04c38cab272b636396690c3e

0e55770 Fix function name.

---

commit 0e55770c62a1ce71de0c46707533ab8611469b63
Author: Jan Schneider j...@horde.org
Date:   Fri Dec 3 19:23:47 2010 +0100

Fix function name.

 framework/Db/test/Horde/Db/Adapter/MysqlSuite.php |2 +-
 framework/Db/test/Horde/Db/Adapter/MysqliSuite.php|2 +-
 framework/Db/test/Horde/Db/Adapter/Pdo/MysqlSuite.php |2 +-
 framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlSuite.php |2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/0e55770c62a1ce71de0c46707533ab8611469b63


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 90562273f201c1a541e79a0e20892eaddc1c91dd

2010-12-07 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 535b4eb293577f3009651a0d6d8382e7a89ba23b

d58b073 Mark abstract methods.
17737e5 Fix hasPermission() call.
2f23bee Add Kronolith_Calendar#toHash() and Kronolith_Calendar_External_Tasks.
ce11b8f Fix various issues with changing the owner of a calendar or task list.
51df0a9 Fix translation.
eda24de Fix setting headers.
9056227 Use templates when notifying about owner changes.

---

commit d58b073831068d2a8fc8240df891ba6319745133
Author: Jan Schneider j...@horde.org
Date:   Tue Dec 7 15:34:03 2010 +0100

Mark abstract methods.

 framework/Share/lib/Horde/Share/Object.php |   27 ---
 1 files changed, 24 insertions(+), 3 deletions(-)

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

---

commit 17737e5b204be9c467d112c997adebd3608925fe
Author: Jan Schneider j...@horde.org
Date:   Tue Dec 7 15:40:40 2010 +0100

Fix hasPermission() call.

 kronolith/edit.php |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/17737e5b204be9c467d112c997adebd3608925fe

---

commit 2f23beeb4e047066c78aa7450b12a86b957333ff
Author: Jan Schneider j...@horde.org
Date:   Tue Dec 7 15:43:10 2010 +0100

Add Kronolith_Calendar#toHash() and Kronolith_Calendar_External_Tasks.

 kronolith/lib/Ajax/Application.php|   10 +---
 kronolith/lib/Calendar.php|   16 ++
 kronolith/lib/Calendar/External.php   |   13 +
 kronolith/lib/Calendar/External/Tasks.php |   50 ++
 kronolith/lib/Calendar/Holiday.php|   14 +-
 kronolith/lib/Calendar/Internal.php   |   30 +++
 kronolith/lib/Calendar/Remote.php |   16 +-
 kronolith/lib/Kronolith.php   |   81 -
 8 files changed, 159 insertions(+), 71 deletions(-)
 create mode 100644 kronolith/lib/Calendar/External/Tasks.php

http://git.horde.org/horde-git/-/commit/2f23beeb4e047066c78aa7450b12a86b957333ff

---

commit ce11b8f276081c984d0a65f6f0b14790227e8b5e
Author: Jan Schneider j...@horde.org
Date:   Tue Dec 7 15:45:59 2010 +0100

Fix various issues with changing the owner of a calendar or task list.

 kronolith/js/kronolith.js  |   97 +---
 kronolith/lib/Ajax/Application.php |   69 ++---
 2 files changed, 94 insertions(+), 72 deletions(-)

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

---

commit 51df0a955defe9d19739d3e05a90aab3c50d6c0b
Author: Jan Schneider j...@horde.org
Date:   Tue Dec 7 15:46:08 2010 +0100

Fix translation.

 kronolith/locale/de/LC_MESSAGES/kronolith.po |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/51df0a955defe9d19739d3e05a90aab3c50d6c0b

---

commit eda24deb6509aebf471af1409461819983b7ab50
Author: Jan Schneider j...@horde.org
Date:   Tue Dec 7 15:46:47 2010 +0100

Fix setting headers.

 kronolith/lib/Kronolith.php |6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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

---

commit 90562273f201c1a541e79a0e20892eaddc1c91dd
Author: Jan Schneider j...@horde.org
Date:   Tue Dec 7 15:47:22 2010 +0100

Use templates when notifying about owner changes.

 kronolith/lib/Kronolith.php  |   27 ++---
 kronolith/templates/share/notification.html.php  |4 +++
 kronolith/templates/share/notification.plain.php |4 +++
 3 files changed, 21 insertions(+), 14 deletions(-)

http://git.horde.org/horde-git/-/commit/90562273f201c1a541e79a0e20892eaddc1c91dd


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. cb79bd0c89e21fefe6c6d0d01a340e2e5ff9413b

2010-12-07 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 90562273f201c1a541e79a0e20892eaddc1c91dd

cb79bd0 Fix saving remote calendars.

---

commit cb79bd0c89e21fefe6c6d0d01a340e2e5ff9413b
Author: Jan Schneider j...@horde.org
Date:   Tue Dec 7 16:07:54 2010 +0100

Fix saving remote calendars.

 kronolith/lib/Ajax/Application.php |3 ++-
 kronolith/lib/Kronolith.php|2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

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


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. f790a2c74803e8cbcdf11064c022b2ac09d88e37

2010-12-08 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: fc6ad17fdc3a5f9e1649ae18a6533f89132bfac5

f790a2c Only load the next view if it's different from the current view (Bug 
#9436).

---

commit f790a2c74803e8cbcdf11064c022b2ac09d88e37
Author: Jan Schneider j...@horde.org
Date:   Wed Dec 8 13:56:55 2010 +0100

Only load the next view if it's different from the current view (Bug #9436).

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

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


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 6be987bbf8b60fbffbaf5606c216490f197cdeb9

2010-12-08 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: f790a2c74803e8cbcdf11064c022b2ac09d88e37

6be987b More protection against re-loading current view. Fixes double click 
issues (Bug #9436).

---

commit 6be987bbf8b60fbffbaf5606c216490f197cdeb9
Author: Jan Schneider j...@horde.org
Date:   Wed Dec 8 15:02:51 2010 +0100

More protection against re-loading current view. Fixes double click issues 
(Bug
#9436).

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

http://git.horde.org/horde-git/-/commit/6be987bbf8b60fbffbaf5606c216490f197cdeb9


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Horde branch master updated. 62419c18a24c461975061faf2a7c35b0f70bf794

2010-12-08 Thread Jan Schneider
The branch master has been updated.
The following is a summary of the commits.

from: 6be987bbf8b60fbffbaf5606c216490f197cdeb9

29e95ab Fix agenda view, alignment tweaks.
62419c1 Fix resetting search field.

---

commit 29e95ab930bd4c2b4e487a95ce7b2fa406a47c1d
Author: Jan Schneider j...@horde.org
Date:   Wed Dec 8 15:38:22 2010 +0100

Fix agenda view, alignment tweaks.

 kronolith/themes/default/screen.css |   41 ++
 1 files changed, 22 insertions(+), 19 deletions(-)

http://git.horde.org/horde-git/-/commit/29e95ab930bd4c2b4e487a95ce7b2fa406a47c1d

---

commit 62419c18a24c461975061faf2a7c35b0f70bf794
Author: Jan Schneider j...@horde.org
Date:   Wed Dec 8 15:49:45 2010 +0100

Fix resetting search field.

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

http://git.horde.org/horde-git/-/commit/62419c18a24c461975061faf2a7c35b0f70bf794


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


  1   2   3   4   5   6   7   8   9   10   >