The branch "master" has been updated. The following is a summary of the commits.
from: 2d932082c7e4f3d93828e9636c48d095d5fe6986 a2c156e Pass timezone to patchset ctors. 3d5c96c Add anchors to line numbers. b716729 Style 7146a87 Add extensive documention. ----------------------------------------------------------------------- commit a2c156e661a0a01f01fd6546b2ca9b48c3771b82 Author: Jan Schneider <[email protected]> Date: Mon Feb 18 14:09:01 2013 +0100 Pass timezone to patchset ctors. chora/commit.php | 5 ++++- chora/patchsets.php | 2 +- framework/Vcs/lib/Horde/Vcs/Base.php | 13 ++++++++----- framework/Vcs/lib/Horde/Vcs/Cvs.php | 9 ++++----- framework/Vcs/lib/Horde/Vcs/Patchset/Cvs.php | 26 ++++++++++++++++---------- framework/Vcs/test/Horde/Vcs/CvsTest.php | 6 ++++-- 6 files changed, 37 insertions(+), 24 deletions(-) http://git.horde.org/horde-git/-/commit/a2c156e661a0a01f01fd6546b2ca9b48c3771b82 ----------------------------------------------------------------------- commit 3d5c96c8dac5643ed2df092b54d16979e2f2088b Author: Jan Schneider <[email protected]> Date: Mon Feb 18 14:15:28 2013 +0100 Add anchors to line numbers. I tried to make a new build of syntaxhighlighter from that, but it looks so totally different to the pre-built bundle that we distribute, that I refrained from that. Why don't we use the plain versions and compress ourselves? framework/Mime_Viewer/js/syntaxhighlighter/src/shCore.js | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/3d5c96c8dac5643ed2df092b54d16979e2f2088b ----------------------------------------------------------------------- commit b716729c4f259c9251f2fefe557c7bb0be7b31e9 Author: Jan Schneider <[email protected]> Date: Mon Feb 18 14:44:07 2013 +0100 Style framework/Argv/lib/Horde/Argv/Option.php | 102 ++++++++++++++++------------- 1 files changed, 56 insertions(+), 46 deletions(-) http://git.horde.org/horde-git/-/commit/b716729c4f259c9251f2fefe557c7bb0be7b31e9 ----------------------------------------------------------------------- commit 7146a87ed4835f7a21da6228b8244c6eed8be6f9 Author: Jan Schneider <[email protected]> Date: Mon Feb 18 16:40:55 2013 +0100 Add extensive documention. framework/Argv/doc/Horde/Argv/ADVANCED | 397 +++++++++++++++++++++++++++++ framework/Argv/doc/Horde/Argv/CALLBACKS | 237 +++++++++++++++++ framework/Argv/doc/Horde/Argv/DOCS_ORIGIN | 17 ++ framework/Argv/doc/Horde/Argv/EXTEND | 157 ++++++++++++ framework/Argv/doc/Horde/Argv/README | 309 ++++++++++++++++++++++ framework/Argv/package.xml | 20 +- 6 files changed, 1132 insertions(+), 5 deletions(-) create mode 100644 framework/Argv/doc/Horde/Argv/ADVANCED create mode 100644 framework/Argv/doc/Horde/Argv/CALLBACKS create mode 100644 framework/Argv/doc/Horde/Argv/DOCS_ORIGIN create mode 100644 framework/Argv/doc/Horde/Argv/EXTEND create mode 100644 framework/Argv/doc/Horde/Argv/README http://git.horde.org/horde-git/-/commit/7146a87ed4835f7a21da6228b8244c6eed8be6f9 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
