[commits] Horde branch master updated.

Chuck Hagenbuch chuck at horde.org
Sat May 30 15:37:32 UTC 2009


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

from: 9c2df974ffc6e502acf0a682d8fd827bb7387cf8

25e8f74... - Handle "-" in command-line controller names automatically - Allow much more flexibility in setting the path for command line requests
1302739... add addBuiltinHelpers() method for adding all built-in helpers to a view
324c3c8... fix the parent class of the Block helper
b1d6bd2... use the view's encoding when calling htmlentities
e01e95d... call htmlspecialchars, not htmlentities
709383c... use addHelper('string') syntax; test helpers through the views
20110aa... PHP's don't-double-encode implementation leaves invalid entities
14b90d8... return the helper object added in addHelper()
b357fff... remove the special escape callback and just implement escape() as an additional helper

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

commit 25e8f74b6a562abc46067d0183d7e605b0c39ae3
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sat May 30 11:02:48 2009 -0400

    - Handle "-" in command-line controller names automatically
    - Allow much more flexibility in setting the path for command line requests

 framework/Controller/lib/Horde/Controller/Request/Cli.php |   33 +++++++++----
 1 files changed, 24 insertions(+), 9 deletions(-)

http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/Request/Cli.php?rt=horde-git&r1=cd5397dd976bf298427ea54ca30fe0419a4f24d8&r2=25e8f74b6a562abc46067d0183d7e605b0c39ae3

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

commit 1302739e6a0f8a3bc6d276955970d8311bd40a5a
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sat May 30 11:28:50 2009 -0400

    add addBuiltinHelpers() method for adding all built-in helpers to a view

 framework/View/lib/Horde/View/Base.php      |   18 ++++++++++++++++++
 framework/View/test/Horde/View/BaseTest.php |   12 ++++++++++++
 2 files changed, 30 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/View/lib/Horde/View/Base.php?rt=horde-git&r1=182099cbfcf56717b830b987389990b589d7ce91&r2=1302739e6a0f8a3bc6d276955970d8311bd40a5a
http://git.horde.org/diff.php/framework/View/test/Horde/View/BaseTest.php?rt=horde-git&r1=182099cbfcf56717b830b987389990b589d7ce91&r2=1302739e6a0f8a3bc6d276955970d8311bd40a5a

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

commit 324c3c809fc30e5cd00efa4ebaaee4ee9012de6e
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sat May 30 11:29:05 2009 -0400

    fix the parent class of the Block helper

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

http://git.horde.org/diff.php/framework/View/lib/Horde/View/Helper/Block.php?rt=horde-git&r1=68d1b7424a904e34b3ee1f815ffb4b4e03b89057&r2=324c3c809fc30e5cd00efa4ebaaee4ee9012de6e

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

commit b1d6bd2a133293cd32acce4d5b41f04f83e8b20b
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sat May 30 11:30:01 2009 -0400

    use the view's encoding when calling htmlentities

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

http://git.horde.org/diff.php/framework/View/lib/Horde/View/Helper/Text.php?rt=horde-git&r1=8f498a4bf5fead9dffd55cbe2c47eabf0f7c99cf&r2=b1d6bd2a133293cd32acce4d5b41f04f83e8b20b

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

commit e01e95dc501a0b05f6f73725bd4f7d67cf9b2990
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sat May 30 11:31:13 2009 -0400

    call htmlspecialchars, not htmlentities

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

http://git.horde.org/diff.php/framework/View/lib/Horde/View/Helper/Text.php?rt=horde-git&r1=b1d6bd2a133293cd32acce4d5b41f04f83e8b20b&r2=e01e95dc501a0b05f6f73725bd4f7d67cf9b2990

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

commit 709383c31c0ed0ac62d9b0db0f5610153a259726
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sat May 30 11:32:48 2009 -0400

    use addHelper('string') syntax; test helpers through the views

 framework/View/test/Horde/View/Helper/FormTest.php       |    6 +-
 framework/View/test/Horde/View/Helper/JavascriptTest.php |    4 +-
 framework/View/test/Horde/View/Helper/TagTest.php        |   33 +++---
 framework/View/test/Horde/View/Helper/TextTest.php       |   85 +++++++-------
 4 files changed, 65 insertions(+), 63 deletions(-)

http://git.horde.org/diff.php/framework/View/test/Horde/View/Helper/FormTest.php?rt=horde-git&r1=523eaba28e65ee6d8d316888cbcaa28f51f0a877&r2=709383c31c0ed0ac62d9b0db0f5610153a259726
http://git.horde.org/diff.php/framework/View/test/Horde/View/Helper/JavascriptTest.php?rt=horde-git&r1=523eaba28e65ee6d8d316888cbcaa28f51f0a877&r2=709383c31c0ed0ac62d9b0db0f5610153a259726
http://git.horde.org/diff.php/framework/View/test/Horde/View/Helper/TagTest.php?rt=horde-git&r1=523eaba28e65ee6d8d316888cbcaa28f51f0a877&r2=709383c31c0ed0ac62d9b0db0f5610153a259726
http://git.horde.org/diff.php/framework/View/test/Horde/View/Helper/TextTest.php?rt=horde-git&r1=8f498a4bf5fead9dffd55cbe2c47eabf0f7c99cf&r2=709383c31c0ed0ac62d9b0db0f5610153a259726

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

commit 20110aa727e40268795916f008dcd4f856ef1f41
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sat May 30 11:34:02 2009 -0400

    PHP's don't-double-encode implementation leaves invalid entities

 framework/View/lib/Horde/View/Helper/Tag.php |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/framework/View/lib/Horde/View/Helper/Tag.php?rt=horde-git&r1=5bef4c6e8503007130ad6eb4476c0e7c814debcd&r2=20110aa727e40268795916f008dcd4f856ef1f41

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

commit 14b90d82a15269a7030ab4e061c8293097fa6dcb
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sat May 30 11:36:37 2009 -0400

    return the helper object added in addHelper()

 framework/View/lib/Horde/View/Base.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/View/lib/Horde/View/Base.php?rt=horde-git&r1=1302739e6a0f8a3bc6d276955970d8311bd40a5a&r2=14b90d82a15269a7030ab4e061c8293097fa6dcb

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

commit b357fff3dc39bff90c0663c239c6df610dd28112
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sat May 30 11:37:06 2009 -0400

    remove the special escape callback and just implement escape() as an additional helper

 framework/View/lib/Horde/View/Base.php       |   45 +------------------------
 framework/View/lib/Horde/View/Helper/Tag.php |   15 ++++++++
 framework/View/lib/Horde/View/Interface.php  |   23 +------------
 3 files changed, 19 insertions(+), 64 deletions(-)

http://git.horde.org/diff.php/framework/View/lib/Horde/View/Base.php?rt=horde-git&r1=14b90d82a15269a7030ab4e061c8293097fa6dcb&r2=b357fff3dc39bff90c0663c239c6df610dd28112
http://git.horde.org/diff.php/framework/View/lib/Horde/View/Helper/Tag.php?rt=horde-git&r1=20110aa727e40268795916f008dcd4f856ef1f41&r2=b357fff3dc39bff90c0663c239c6df610dd28112
http://git.horde.org/diff.php/framework/View/lib/Horde/View/Interface.php?rt=horde-git&r1=182099cbfcf56717b830b987389990b589d7ce91&r2=b357fff3dc39bff90c0663c239c6df610dd28112




More information about the commits mailing list