The branch "master" has been updated. The following is a summary of the commits.
from: 1b82259c61abd9319cd082675acf1f4e95b2a50e 64f30ee Fix freecode notes too. 6861c72 Implement custom Toc parser to find custom Heading tokens (Bug #12233). ab5d29f Fix translation. ----------------------------------------------------------------------- commit 64f30eeb794891e8a209f8c53e91b8b57c746028 Author: Jan Schneider <[email protected]> Date: Wed May 8 09:57:46 2013 +0200 Fix freecode notes too. imp/docs/RELEASE_NOTES | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/64f30eeb794891e8a209f8c53e91b8b57c746028 ----------------------------------------------------------------------- commit 6861c7202024b5755d04b90603aaf7f0b0c4a132 Author: Jan Schneider <[email protected]> Date: Wed May 8 11:08:13 2013 +0200 Implement custom Toc parser to find custom Heading tokens (Bug #12233). wicked/lib/Page.php | 3 + wicked/lib/Text_Wiki/Parse/Default/Toc2.php | 86 +++++++++++++++++++++++++ wicked/lib/Text_Wiki/Render/Latex/Toc2.php | 7 ++ wicked/lib/Text_Wiki/Render/Plain/Toc2.php | 7 ++ wicked/lib/Text_Wiki/Render/Rst/Toc.php | 57 ----------------- wicked/lib/Text_Wiki/Render/Rst/Toc2.php | 57 +++++++++++++++++ wicked/lib/Text_Wiki/Render/Xhtml/Toc.php | 92 --------------------------- wicked/lib/Text_Wiki/Render/Xhtml/Toc2.php | 92 +++++++++++++++++++++++++++ wicked/package.xml | 18 ++++-- 9 files changed, 264 insertions(+), 155 deletions(-) create mode 100644 wicked/lib/Text_Wiki/Parse/Default/Toc2.php create mode 100644 wicked/lib/Text_Wiki/Render/Latex/Toc2.php create mode 100644 wicked/lib/Text_Wiki/Render/Plain/Toc2.php delete mode 100644 wicked/lib/Text_Wiki/Render/Rst/Toc.php create mode 100644 wicked/lib/Text_Wiki/Render/Rst/Toc2.php delete mode 100644 wicked/lib/Text_Wiki/Render/Xhtml/Toc.php create mode 100644 wicked/lib/Text_Wiki/Render/Xhtml/Toc2.php http://git.horde.org/horde-git/-/commit/6861c7202024b5755d04b90603aaf7f0b0c4a132 ----------------------------------------------------------------------- commit ab5d29f38aaad3251136a20cb69782005e1b67f6 Author: Jan Schneider <[email protected]> Date: Wed May 8 11:08:31 2013 +0200 Fix translation. imp/locale/de/LC_MESSAGES/imp.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/ab5d29f38aaad3251136a20cb69782005e1b67f6 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
