[commits] Horde branch master updated. fc7e03af72986b3ebf7e568cd4f13137917e165a
Gunnar Wrobel
p at rdus.de
Wed Aug 10 10:48:41 UTC 2011
The branch "master" has been updated.
The following is a summary of the commits.
from: 457cd4d5d76e4584e23e03bf2e630d4881f05461
fc61f8e Only map CLASS to CLASS.php if there CLASS does not contain an underscore.
ff0a152 Initial setup to test drive the rst renderer.
fc7e03a Support headers.
-----------------------------------------------------------------------
commit fc61f8e9afe2d973788bf34e4c401d568c5f8823
Author: Gunnar Wrobel <p at rdus.de>
Date: Wed Aug 10 11:52:28 2011 +0200
Only map CLASS to CLASS.php if there CLASS does not contain an underscore.
This way only class names such as IMP map to lib/IMP.php and
Text_Wiki_Render_Rst maps to lib/Text_Wiki/Render/Rst.php (instead of
lib/Text_Wiki/Render/Rst/Text/Wiki/Render/Rst.php).
framework/Test/lib/Horde/Test/Autoload.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/fc61f8e9afe2d973788bf34e4c401d568c5f8823
-----------------------------------------------------------------------
commit ff0a1520aa304f12df261b72e72ee2f2b4363b0e
Author: Gunnar Wrobel <p at rdus.de>
Date: Wed Aug 10 11:53:25 2011 +0200
Initial setup to test drive the rst renderer.
wicked/lib/Text_Wiki/Render/Rst.php | 38 +++++++++++++++++++++++++++++-----
wicked/test/Wicked/Autoload.php | 1 +
wicked/test/Wicked/TestCase.php | 20 ++++++++++++++++++
wicked/test/Wicked/Unit/RstTest.php | 17 ++++++++++++++-
4 files changed, 69 insertions(+), 7 deletions(-)
http://git.horde.org/horde-git/-/commit/ff0a1520aa304f12df261b72e72ee2f2b4363b0e
-----------------------------------------------------------------------
commit fc7e03af72986b3ebf7e568cd4f13137917e165a
Author: Gunnar Wrobel <p at rdus.de>
Date: Wed Aug 10 12:47:24 2011 +0200
Support headers.
wicked/lib/Text_Wiki/Render/Rst/Heading.php | 101 +++++++++++++++++++++++++++
wicked/test/Wicked/Unit/RstTest.php | 74 +++++++++++++++++++
2 files changed, 175 insertions(+), 0 deletions(-)
create mode 100644 wicked/lib/Text_Wiki/Render/Rst/Heading.php
http://git.horde.org/horde-git/-/commit/fc7e03af72986b3ebf7e568cd4f13137917e165a
More information about the commits
mailing list