MoinMoin/formatter/text_docbook.py
Sat, 13 Mar 2010 22:45:07 +0100 Fix docbook formatter crashing, see MoinMoinPatch/IncludeMacroWithDocBookFormatter
Mon, 17 Mar 2008 20:31:22 +0100 Make the Table-helper class in DocBook formatter always expect its args in dict. Fix missing gettext for revision history.
Mon, 17 Mar 2008 13:49:35 +0100 clean up the css colon check to be more pythonic
Fri, 14 Mar 2008 18:07:32 +0100 Don't assume style attribute contains colon
Thu, 13 Mar 2008 11:06:11 +0100 Blacklist navigation macro
Thu, 13 Mar 2008 10:49:35 +0100 Anchor links within a page and within the wiki were not handled.
Thu, 13 Mar 2008 09:27:27 +0100 Don't output empty revision history
Sun, 09 Mar 2008 16:50:57 +0100 PEP8 whitespace fixes
Sun, 09 Mar 2008 16:39:29 +0100 Documented _addTextElem and fixed indentation
Sun, 09 Mar 2008 16:22:32 +0100 Support for revision history in docbookm, fix a common issue when including.
Sun, 09 Mar 2008 14:44:56 +0100 Removed old fixme notes which are no longer valid
Thu, 06 Mar 2008 18:49:10 +0100 Support for admonitions.
Thu, 06 Mar 2008 17:40:45 +0100 whitespace fixes
Thu, 06 Mar 2008 02:44:14 +0100 Image handling fixes
Thu, 06 Mar 2008 01:29:59 +0100 Added support for the comment elements by implementing the div and span functions. The comment is mapped as the remark entity in docbook which can really only be inline, so using the div system might produce invalid docbooks.
Wed, 05 Mar 2008 22:48:30 +0100 Change back to iso-8859-1
Wed, 05 Mar 2008 22:43:24 +0100 Fixes to link handling. Simplify code area and improve documentation
Wed, 05 Mar 2008 02:49:07 +0100 Add support for entity refs such as arrows as raw unicode codepoints. Uses name2codepoint from htmlentitydefs.
Wed, 05 Mar 2008 02:36:47 +0100 Prevent empty code- and para-elements. Output xml comment for some unsupported/unimplemented stuff instead of silently ignoring.
Wed, 05 Mar 2008 02:25:23 +0100 Improve code areas to support line numbering and programming language
Wed, 05 Mar 2008 02:19:08 +0100 Improve support for lists and glossaries: bulletless lists, glassary terms with multiple definitions etc.
Wed, 05 Mar 2008 02:10:00 +0100 Preformatted data such as programlistings need to be in CDATA sektions. Made sure we don't add more CDATA sektions than needed, but that we do add them when they are needed
Wed, 05 Mar 2008 02:01:22 +0100 Removed cruft from section handling and made it cover more possible cases
Wed, 05 Mar 2008 01:52:03 +0100 Reordered some functions, no changes to code
Wed, 05 Mar 2008 01:39:04 +0100 Completely reworked table support, including:
Wed, 05 Mar 2008 01:00:28 +0100 Added support for linebreaks in paragraphs by exiting the current paragraph element and creating a new one.
Wed, 05 Mar 2008 00:46:53 +0100 Only some elements can contain text-nodes directly, while other elements must have the text wrapped in a paragraph for them to be able to contain it. This commit adds support for wrapping textnodes in paragrap-elements when needed.
Wed, 05 Mar 2008 00:39:19 +0100 Add support for the FootNote macro by creating a DocBook-native footnote.
Wed, 05 Mar 2008 00:30:33 +0100 - The DocBook formatter will try to execute any macros it encounters and will
Wed, 05 Mar 2008 00:10:19 +0100 - Add support for the Include macro
Tue, 04 Mar 2008 23:12:23 +0100 - Remove dummy formatter which did a lot of stuff to output text, instead
Sat, 01 Mar 2008 21:39:29 +0100 minor whitespace fix
Thu, 28 Feb 2008 21:34:22 +0100 AttachFile: some cosmetical source changes
Sun, 06 Jan 2008 19:08:54 +0100 fix attachment_link of docbook formatter (port from 1.6)
Tue, 28 Aug 2007 13:43:11 +0200 wiki parser: match everything looking like a macro and either execute it (macro imports ok) or render the macro markup as text (macro import fails, error msg is in title). This makes scan_rules independent of wiki, so we can move all re.compile time to Parser class (doing it only once on module import time).
Thu, 23 Aug 2007 10:34:28 +0200 merged main
Sun, 19 Aug 2007 23:00:07 +0200 merged main
Mon, 13 Aug 2007 03:04:22 +0200 remove (un)quoteName, new functions split_interwiki() and resolve_interwiki(), cleanup interwiki mess, fix some link markup
Thu, 23 Aug 2007 10:29:42 +0200 add transclusion / transclusion_param formatter methods (for html: <object> / <param>)
Sun, 19 Aug 2007 22:46:10 +0200 fixed attachment_link api - it now has a 'on' parameter like most of the other methods
Fri, 20 Jul 2007 22:53:30 +0200 pep8 whitespace fixes
Mon, 02 Jul 2007 23:33:20 +0200 Big PEP8 and whitespace cleanup
Mon, 02 Jul 2007 15:57:35 +0200 remove tabs from source files, remove excludes from test_tab
Thu, 31 May 2007 11:35:20 +0200 Fix error message in the docbook formatter, should be ported to 1.7.
Fri, 23 Feb 2007 20:31:08 +0100 cleaning up comments, minor refactorings in heading formatter
Fri, 23 Feb 2007 13:06:42 +0100 Eclipse PyDev Check: fixed lots of its errors and warnings
Fri, 23 Feb 2007 02:16:07 +0100 Eclipse PyDev Check: fixed lots of its errors and warnings
Sat, 22 Jul 2006 12:39:18 +0200 whitespace-only cleanup and minor style changes
Sun, 11 Jun 2006 17:48:25 +0200 quoting for attachment filenames, wikiutil.load_wikimap, split_wiki can parse quoting, join_wiki does url_quote
Fri, 02 Jun 2006 16:58:56 +0200 moved smileys from MoinMoin.config to theme, fixed smiley text_python caching bug
Tue, 16 May 2006 20:41:40 +0200 moved formatter.base to formatter.__init__
Tue, 16 May 2006 20:36:49 +0200 renamed formatter.xml_docbook to text_docbook