The branch "FRAMEWORK_4" has been updated. The following is a summary of the commits.
from: 983255fa4ea37efba0ddcb6430042f7e5951f52b 40b2bc2 Implement custom Toc parser to find custom Heading tokens (Bug #12233). ----------------------------------------------------------------------- commit 40b2bc29418e29a563735396ab1af5f268529307 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/40b2bc29418e29a563735396ab1af5f268529307 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
