[commits] Horde branch master updated. 9663ac2bcd613505f2bbd750c2b68fd2c10fc90d

Jan Schneider jan at horde.org
Fri Oct 15 12:32:05 UTC 2010


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 <jan at 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-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=e93fead90638440a36f410a49fe9ff29ae513181

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

commit cee761bf359921ae752d4fa67df81f3cd934339e
Author: Jan Schneider <jan at 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-git&r1=ec604b28b431054f96ce346520e8b98de031102a&r2=cee761bf359921ae752d4fa67df81f3cd934339e

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

commit 18a73c6f927790a6c1b4c9b7cab7334513c63952
Author: Jan Schneider <jan at 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-git&r1=ec604b28b431054f96ce346520e8b98de031102a&r2=18a73c6f927790a6c1b4c9b7cab7334513c63952

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

commit a1cc65b3035512e30a4ed0279152917dc9987c10
Author: Jan Schneider <jan at 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-git&r1=d31fb704b84d37791d0cc649652ba5b4393ff07b&r2=a1cc65b3035512e30a4ed0279152917dc9987c10

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

commit 831de081dacd4d8a289be51223dd9d267da116ba
Author: Jan Schneider <jan at 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-git&r1=173d0a2761e51e94e78b632276fa550af5b33bdc&r2=831de081dacd4d8a289be51223dd9d267da116ba

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

commit c85ce2cc338aa7864514f45cb47df97367ab1cad
Author: Jan Schneider <jan at 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-git&r=c85ce2cc338aa7864514f45cb47df97367ab1cad

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

commit 05c47f9dc66f0997f66eb82379c1756142541751
Author: Jan Schneider <jan at 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-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=05c47f9dc66f0997f66eb82379c1756142541751

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

commit b41e222abd180cbf8cb4cf85bb512c8cffac48d3
Author: Jan Schneider <jan at 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-git&r1=be8ff1a08a34c731c676218fad7e3b77aafabfc3&r2=b41e222abd180cbf8cb4cf85bb512c8cffac48d3
http://git.horde.org/diff.php/wicked/lib/Text_Wiki/Render/Xhtml/Wikilink2.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=b41e222abd180cbf8cb4cf85bb512c8cffac48d3
http://git.horde.org/diff.php/wicked/lib/Wicked.php?rt=horde-git&r1=cee761bf359921ae752d4fa67df81f3cd934339e&r2=b41e222abd180cbf8cb4cf85bb512c8cffac48d3

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

commit 0aac4cc99cfea30faffea8533ecbf1b9830a2dd6
Author: Jan Schneider <jan at horde.org>
Date:   Fri Oct 15 14:10:24 2010 +0200

    Don't attach hash if there isn't any anchor.

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

http://git.horde.org/diff.php/wicked/lib/Text_Wiki/Render/Xhtml/Wikilink2.php?rt=horde-git&r1=b41e222abd180cbf8cb4cf85bb512c8cffac48d3&r2=0aac4cc99cfea30faffea8533ecbf1b9830a2dd6

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

commit 319f940f8c2f9062ef50183169ed6ca3dace505c
Author: Jan Schneider <jan at horde.org>
Date:   Fri Oct 15 14:18:45 2010 +0200

    Horde_Db uses Exceptions.

 wicked/lib/Driver/sql.php |   45 +++++++++++----------------------------------
 1 files changed, 11 insertions(+), 34 deletions(-)

http://git.horde.org/diff.php/wicked/lib/Driver/sql.php?rt=horde-git&r1=4d4281cb88750ee518bb84bdc0bf12e9dfb796fc&r2=319f940f8c2f9062ef50183169ed6ca3dace505c

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

commit e62d0e836153aa781cd5298193fb5b43014f4de0
Author: Jan Schneider <jan at horde.org>
Date:   Fri Oct 15 14:22:26 2010 +0200

    Remove references.

 framework/SQL/SQL.php |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/framework/SQL/SQL.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=e62d0e836153aa781cd5298193fb5b43014f4de0

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

commit 71dd090f3dad2f8eb5b8f09718a7ddad2d78d906
Author: Jan Schneider <jan at horde.org>
Date:   Fri Oct 15 14:28:53 2010 +0200

    Hotfix to support Horde_Db until we have ported this stuff to there. Blob
    handling is still broken.

 framework/SQL/SQL.php |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/framework/SQL/SQL.php?rt=horde-git&r1=e62d0e836153aa781cd5298193fb5b43014f4de0&r2=71dd090f3dad2f8eb5b8f09718a7ddad2d78d906

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

commit 9663ac2bcd613505f2bbd750c2b68fd2c10fc90d
Author: Jan Schneider <jan at horde.org>
Date:   Fri Oct 15 14:31:59 2010 +0200

    Escape title.

 wicked/templates/edit/create.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/wicked/templates/edit/create.inc?rt=horde-git&r1=94db816369d07fd9fe11128140f0ce8ae1a953c5&r2=9663ac2bcd613505f2bbd750c2b68fd2c10fc90d




More information about the commits mailing list