[commits] Horde branch master updated. f9c14fb404dd99ad08b1943350f9a7929333ff0c

Jan Schneider jan at horde.org
Tue Aug 24 16:14:36 UTC 2010


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

from: 74b1368c4a95db5ebdffeac72e8541f8ddca1687

862a375 Tweak comment.
4ccf95b Fix passing onb parameter.
9f3cc18 Assume we have a Horde_Url here. Fix encoding of service links.
0b5f0fd Use Horde_Url. Always include repository in URL.
79fe4d2 Don't attach empty onb parameter.
b481a9f Fix image.
cefde76 Fix CSS.
68bcb60 Add doctype header.
98700aa Fix variable name.
773fa88 Only link to cvsgraph.php if we actually have a CVS repo.
b10ed42 Exit early.
34bbc87 Provide status in patchsets, don't parse trailing empty line.
a7618bd Make Horde_Vcs_File#logs public.
a40d063 Fix variable.
96bb4fe No colon.
b6856e8 Fix HTML
c901e17 Fix ajax-loading of changelog.
1adf94e Fix meaning.
f9c14fb Improve changelog loader.

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

commit 862a3750bd0cc4ae944220f09f0726f35abb31ea
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 23 23:50:12 2010 +0200

    Tweak comment.

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

http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=1622f23c9a0d7140e82a1a52ef3af9d8a5aaf6fe&r2=862a3750bd0cc4ae944220f09f0726f35abb31ea

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

commit 4ccf95bab3de40696a6f609ea144257a709bc83f
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 24 14:53:05 2010 +0200

    Fix passing onb parameter.

 chora/browsedir.php |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/chora/browsedir.php?rt=horde-git&r1=e60cabc5ab76a447f2eb54f3c193b9c61b980513&r2=4ccf95bab3de40696a6f609ea144257a709bc83f

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

commit 9f3cc186f8f9e9cc01dbf0d54d4816ba9706efa8
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 24 15:09:17 2010 +0200

    Assume we have a Horde_Url here. Fix encoding of service links.

 framework/Core/lib/Horde/Menu.php |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Menu.php?rt=horde-git&r1=ccbd0323ad66961a7059c71680b74d2724316db2&r2=9f3cc186f8f9e9cc01dbf0d54d4816ba9706efa8

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

commit 0b5f0fdf9889b1e15a212b9d8aca9e7c38b9eaa2
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 24 15:32:48 2010 +0200

    Use Horde_Url. Always include repository in URL.

 chora/co.php                         |    2 +-
 chora/lib/Chora.php                  |   24 ++++++++++++------------
 chora/patchsets.php                  |   19 ++++++++++++++-----
 chora/templates/directory/header.inc |    4 +---
 chora/templates/log/header.inc       |    4 +---
 chora/templates/log/rev.inc          |    2 +-
 6 files changed, 30 insertions(+), 25 deletions(-)

http://git.horde.org/diff.php/chora/co.php?rt=horde-git&r1=81aee7e91f7214c9e181bdc30649e9bb9eeb6483&r2=0b5f0fdf9889b1e15a212b9d8aca9e7c38b9eaa2
http://git.horde.org/diff.php/chora/lib/Chora.php?rt=horde-git&r1=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd&r2=0b5f0fdf9889b1e15a212b9d8aca9e7c38b9eaa2
http://git.horde.org/diff.php/chora/patchsets.php?rt=horde-git&r1=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e&r2=0b5f0fdf9889b1e15a212b9d8aca9e7c38b9eaa2
http://git.horde.org/diff.php/chora/templates/directory/header.inc?rt=horde-git&r1=e4d95deeedccec9a4bca9ab7176366f0f16b0c46&r2=0b5f0fdf9889b1e15a212b9d8aca9e7c38b9eaa2
http://git.horde.org/diff.php/chora/templates/log/header.inc?rt=horde-git&r1=2e37fdc2c3d7ccbaf957251863882f542ebfdfa0&r2=0b5f0fdf9889b1e15a212b9d8aca9e7c38b9eaa2
http://git.horde.org/diff.php/chora/templates/log/rev.inc?rt=horde-git&r1=bb71107c33e5df7687b671819857320dd616bf82&r2=0b5f0fdf9889b1e15a212b9d8aca9e7c38b9eaa2

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

commit 79fe4d22f89e7a0374f211c16efe73b23b98a822
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 24 15:42:42 2010 +0200

    Don't attach empty onb parameter.

 chora/browsedir.php |   18 ++++++++----------
 1 files changed, 8 insertions(+), 10 deletions(-)

http://git.horde.org/diff.php/chora/browsedir.php?rt=horde-git&r1=4ccf95bab3de40696a6f609ea144257a709bc83f&r2=79fe4d22f89e7a0374f211c16efe73b23b98a822

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

commit b481a9f703fa7c74a01ce00e73ccf9f7cc4f0931
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 24 15:48:52 2010 +0200

    Fix image.

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

http://git.horde.org/diff.php/chora/templates/stats/stats.inc?rt=horde-git&r1=a106d34306dadaad059e3e6c0c7401f6bf30e527&r2=b481a9f703fa7c74a01ce00e73ccf9f7cc4f0931

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

commit cefde76f4d8eb285662daaf26ebfa5c44d07acb7
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 24 15:50:19 2010 +0200

    Fix CSS.

 chora/templates/stats/stats.inc |    2 +-
 chora/themes/screen.css         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/chora/templates/stats/stats.inc?rt=horde-git&r1=b481a9f703fa7c74a01ce00e73ccf9f7cc4f0931&r2=cefde76f4d8eb285662daaf26ebfa5c44d07acb7
http://git.horde.org/diff.php/chora/themes/screen.css?rt=horde-git&r1=8dc6cc167c05621fb85eb40de60c7a391de6e036&r2=cefde76f4d8eb285662daaf26ebfa5c44d07acb7

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

commit 68bcb60d8c7c4a142cdc93177a8df407213756ec
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 24 15:52:55 2010 +0200

    Add doctype header.

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

http://git.horde.org/diff.php/chora/templates/common-header.inc?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=68bcb60d8c7c4a142cdc93177a8df407213756ec

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

commit 98700aa4f25c41851edac7859a20b0abe6190cae
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 24 15:54:51 2010 +0200

    Fix variable name.

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

http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs/Git.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=98700aa4f25c41851edac7859a20b0abe6190cae

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

commit 773fa88e65f762656a88c30d8f82785c977004f8
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 24 16:02:30 2010 +0200

    Only link to cvsgraph.php if we actually have a CVS repo.

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

http://git.horde.org/diff.php/chora/lib/Chora.php?rt=horde-git&r1=0b5f0fdf9889b1e15a212b9d8aca9e7c38b9eaa2&r2=773fa88e65f762656a88c30d8f82785c977004f8

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

commit b10ed42768eb9905314d553b90e1ccd8ae228190
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 24 16:04:01 2010 +0200

    Exit early.

 chora/cvsgraph.php |   63 ++++++++++++++++++++++++++-------------------------
 1 files changed, 32 insertions(+), 31 deletions(-)

http://git.horde.org/diff.php/chora/cvsgraph.php?rt=horde-git&r1=7f7a4300f16b429ed645bc3e2af2cedffc70ce3e&r2=b10ed42768eb9905314d553b90e1ccd8ae228190

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

commit 34bbc8751411ff2d1480baaa1452ef420dca3861
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 24 16:47:14 2010 +0200

    Provide status in patchsets, don't parse trailing empty line.

 framework/Vcs/lib/Horde/Vcs/Svn.php |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs/Svn.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=34bbc8751411ff2d1480baaa1452ef420dca3861

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

commit a7618bd2d55b95986038515e569071045cfb9544
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 24 16:47:53 2010 +0200

    Make Horde_Vcs_File#logs public.

 framework/Vcs/lib/Horde/Vcs.php     |   12 ++++++------
 framework/Vcs/lib/Horde/Vcs/Cvs.php |    2 +-
 framework/Vcs/lib/Horde/Vcs/Git.php |   10 +++++-----
 framework/Vcs/lib/Horde/Vcs/Svn.php |    2 +-
 4 files changed, 13 insertions(+), 13 deletions(-)

http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=a7618bd2d55b95986038515e569071045cfb9544
http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs/Cvs.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=a7618bd2d55b95986038515e569071045cfb9544
http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs/Git.php?rt=horde-git&r1=98700aa4f25c41851edac7859a20b0abe6190cae&r2=a7618bd2d55b95986038515e569071045cfb9544
http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs/Svn.php?rt=horde-git&r1=34bbc8751411ff2d1480baaa1452ef420dca3861&r2=a7618bd2d55b95986038515e569071045cfb9544

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

commit a40d063bec4834c75023902011f8067e8ab63733
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 24 17:23:45 2010 +0200

    Fix variable.

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

http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs/Svn.php?rt=horde-git&r1=a7618bd2d55b95986038515e569071045cfb9544&r2=a40d063bec4834c75023902011f8067e8ab63733

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

commit 96bb4fe185ecd6c9814e19b8e7acdfb2ae5493c8
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 24 17:36:00 2010 +0200

    No colon.

 chora/locale/de/LC_MESSAGES/chora.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/chora/locale/de/LC_MESSAGES/chora.po?rt=horde-git&r1=2f39d45da52281ed2a81f0c26535262b6c763d20&r2=96bb4fe185ecd6c9814e19b8e7acdfb2ae5493c8

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

commit b6856e81f7cd943c20c58d2c9a1410a542af7138
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 24 17:46:51 2010 +0200

    Fix HTML

 chora/annotate.php                  |    1 +
 chora/templates/annotate/footer.inc |    2 ++
 chora/templates/diff/hr/header.inc  |   21 +++++++++++----------
 chora/templates/log/header.inc      |   12 ++++++------
 chora/templates/log/rev.inc         |    4 +++-
 chora/themes/ie6_or_less.css        |    2 +-
 chora/themes/ie7.css                |    2 +-
 chora/themes/screen.css             |    4 ++--
 8 files changed, 27 insertions(+), 21 deletions(-)
 create mode 100644 chora/templates/annotate/footer.inc

http://git.horde.org/diff.php/chora/annotate.php?rt=horde-git&r1=80edd61937efed7d6b77b2116aa1bbae9d15772d&r2=b6856e81f7cd943c20c58d2c9a1410a542af7138
http://git.horde.org/co.php/chora/templates/annotate/footer.inc?rt=horde-git&r=b6856e81f7cd943c20c58d2c9a1410a542af7138
http://git.horde.org/diff.php/chora/templates/diff/hr/header.inc?rt=horde-git&r1=97fd203dcaaf5ddf7c9c2252eb44ac76e8d84846&r2=b6856e81f7cd943c20c58d2c9a1410a542af7138
http://git.horde.org/diff.php/chora/templates/log/header.inc?rt=horde-git&r1=0b5f0fdf9889b1e15a212b9d8aca9e7c38b9eaa2&r2=b6856e81f7cd943c20c58d2c9a1410a542af7138
http://git.horde.org/diff.php/chora/templates/log/rev.inc?rt=horde-git&r1=0b5f0fdf9889b1e15a212b9d8aca9e7c38b9eaa2&r2=b6856e81f7cd943c20c58d2c9a1410a542af7138
http://git.horde.org/diff.php/chora/themes/ie6_or_less.css?rt=horde-git&r1=8dc6cc167c05621fb85eb40de60c7a391de6e036&r2=b6856e81f7cd943c20c58d2c9a1410a542af7138
http://git.horde.org/diff.php/chora/themes/ie7.css?rt=horde-git&r1=8dc6cc167c05621fb85eb40de60c7a391de6e036&r2=b6856e81f7cd943c20c58d2c9a1410a542af7138
http://git.horde.org/diff.php/chora/themes/screen.css?rt=horde-git&r1=cefde76f4d8eb285662daaf26ebfa5c44d07acb7&r2=b6856e81f7cd943c20c58d2c9a1410a542af7138

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

commit c901e17d38d648b61bec98b45ccc764788b492b9
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 24 17:55:36 2010 +0200

    Fix ajax-loading of changelog.

 chora/annotate.php   |    2 +-
 chora/js/annotate.js |   25 +++++++++----------------
 2 files changed, 10 insertions(+), 17 deletions(-)

http://git.horde.org/diff.php/chora/annotate.php?rt=horde-git&r1=b6856e81f7cd943c20c58d2c9a1410a542af7138&r2=c901e17d38d648b61bec98b45ccc764788b492b9
http://git.horde.org/diff.php/chora/js/annotate.js?rt=horde-git&r1=1ed2df5c7ec74b4c8710037cb10ced5e1aea5461&r2=c901e17d38d648b61bec98b45ccc764788b492b9

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

commit 1adf94e52237dea7c4f6f18a534c330b6d3f343d
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 24 18:01:34 2010 +0200

    Fix meaning.

 chora/locale/de/LC_MESSAGES/chora.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/chora/locale/de/LC_MESSAGES/chora.po?rt=horde-git&r1=96bb4fe185ecd6c9814e19b8e7acdfb2ae5493c8&r2=1adf94e52237dea7c4f6f18a534c330b6d3f343d

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

commit f9c14fb404dd99ad08b1943350f9a7929333ff0c
Author: Jan Schneider <jan at horde.org>
Date:   Tue Aug 24 18:13:54 2010 +0200

    Improve changelog loader.

 chora/js/annotate.js                |   14 ++++++++++----
 chora/templates/annotate/header.inc |    1 +
 chora/templates/annotate/line.inc   |    8 +++++---
 3 files changed, 16 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/chora/js/annotate.js?rt=horde-git&r1=c901e17d38d648b61bec98b45ccc764788b492b9&r2=f9c14fb404dd99ad08b1943350f9a7929333ff0c
http://git.horde.org/diff.php/chora/templates/annotate/header.inc?rt=horde-git&r1=cdbf1c25230aa4d8796ce666e194e078a15fbed6&r2=f9c14fb404dd99ad08b1943350f9a7929333ff0c
http://git.horde.org/diff.php/chora/templates/annotate/line.inc?rt=horde-git&r1=abc2535ea6f8b5cf3860b4630329b854a946e385&r2=f9c14fb404dd99ad08b1943350f9a7929333ff0c




More information about the commits mailing list