Thu, 13 Mar 2008 11:06:11 +0100 |
Mikko Virkkil? |
Blacklist navigation macro
|
Thu, 13 Mar 2008 10:49:35 +0100 |
Mikko Virkkil? |
Anchor links within a page and within the wiki were not handled.
|
Thu, 13 Mar 2008 09:27:27 +0100 |
Mikko Virkkil? |
Don't output empty revision history
|
Sun, 09 Mar 2008 16:50:57 +0100 |
Mikko Virkkil? |
PEP8 whitespace fixes
|
Sun, 09 Mar 2008 16:39:29 +0100 |
Mikko Virkkil? |
Documented _addTextElem and fixed indentation
|
Sun, 09 Mar 2008 16:22:32 +0100 |
Mikko Virkkil? |
Support for revision history in docbookm, fix a common issue when including.
|
Sun, 09 Mar 2008 14:44:56 +0100 |
Mikko Virkkil? |
Removed old fixme notes which are no longer valid
|
Thu, 06 Mar 2008 18:49:10 +0100 |
Mikko Virkkil? |
Support for admonitions.
|
Thu, 06 Mar 2008 17:40:45 +0100 |
Mikko Virkkil? |
whitespace fixes
|
Thu, 06 Mar 2008 02:44:14 +0100 |
Mikko Virkkil? |
Image handling fixes
|
Thu, 06 Mar 2008 01:29:59 +0100 |
Mikko Virkkil? |
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 |
Mikko Virkkil? |
Change back to iso-8859-1
|
Wed, 05 Mar 2008 22:43:24 +0100 |
Mikko Virkkil? |
Fixes to link handling. Simplify code area and improve documentation
|
Wed, 05 Mar 2008 02:49:07 +0100 |
Mikko Virkkil? |
Add support for entity refs such as arrows as raw unicode codepoints. Uses name2codepoint from htmlentitydefs.
|
Wed, 05 Mar 2008 02:36:47 +0100 |
Mikko Virkkil? |
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 |
Mikko Virkkil? |
Improve code areas to support line numbering and programming language
|
Wed, 05 Mar 2008 02:19:08 +0100 |
Mikko Virkkil? |
Improve support for lists and glossaries: bulletless lists, glassary terms with multiple definitions etc.
|
Wed, 05 Mar 2008 02:10:00 +0100 |
Mikko Virkkil? |
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 |
Mikko Virkkil? |
Removed cruft from section handling and made it cover more possible cases
|
Wed, 05 Mar 2008 01:52:03 +0100 |
Mikko Virkkil? |
Reordered some functions, no changes to code
|
Wed, 05 Mar 2008 01:39:04 +0100 |
Mikko Virkkil? |
Completely reworked table support, including:
|
Wed, 05 Mar 2008 01:00:28 +0100 |
Mikko Virkkil? |
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 |
Mikko Virkkil? |
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 |
Mikko Virkkil? |
Add support for the FootNote macro by creating a DocBook-native footnote.
|
Wed, 05 Mar 2008 00:30:33 +0100 |
Mikko Virkkil? |
- The DocBook formatter will try to execute any macros it encounters and will
|
Wed, 05 Mar 2008 00:10:19 +0100 |
Mikko Virkkil? |
- Add support for the Include macro
|
Tue, 04 Mar 2008 23:12:23 +0100 |
Mikko Virkkil? |
- Remove dummy formatter which did a lot of stuff to output text, instead
|
Sat, 01 Mar 2008 21:39:29 +0100 |
Thomas Waldmann |
minor whitespace fix
|
Thu, 28 Feb 2008 21:34:22 +0100 |
Thomas Waldmann |
AttachFile: some cosmetical source changes
|
Sun, 06 Jan 2008 19:08:54 +0100 |
Thomas Waldmann |
fix attachment_link of docbook formatter (port from 1.6)
|
Tue, 28 Aug 2007 13:43:11 +0200 |
Thomas Waldmann |
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 |
Thomas Waldmann |
merged main
|
Sun, 19 Aug 2007 23:00:07 +0200 |
Thomas Waldmann |
merged main
|
Mon, 13 Aug 2007 03:04:22 +0200 |
Thomas Waldmann |
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 |
Thomas Waldmann |
add transclusion / transclusion_param formatter methods (for html: <object> / <param>)
|
Sun, 19 Aug 2007 22:46:10 +0200 |
Thomas Waldmann |
fixed attachment_link api - it now has a 'on' parameter like most of the other methods
|
Fri, 20 Jul 2007 22:53:30 +0200 |
Thomas Waldmann |
pep8 whitespace fixes
|
Mon, 02 Jul 2007 23:33:20 +0200 |
Thomas Waldmann |
Big PEP8 and whitespace cleanup
|
Mon, 02 Jul 2007 15:57:35 +0200 |
Thomas Waldmann |
remove tabs from source files, remove excludes from test_tab
|
Thu, 31 May 2007 11:35:20 +0200 |
Alexander Schremmer |
Fix error message in the docbook formatter, should be ported to 1.7.
|
Fri, 23 Feb 2007 20:31:08 +0100 |
Thomas Waldmann |
cleaning up comments, minor refactorings in heading formatter
|
Fri, 23 Feb 2007 13:06:42 +0100 |
Thomas Waldmann |
Eclipse PyDev Check: fixed lots of its errors and warnings
|
Fri, 23 Feb 2007 02:16:07 +0100 |
Thomas Waldmann |
Eclipse PyDev Check: fixed lots of its errors and warnings
|
Sat, 22 Jul 2006 12:39:18 +0200 |
Thomas Waldmann |
whitespace-only cleanup and minor style changes
|
Sun, 11 Jun 2006 17:48:25 +0200 |
Thomas Waldmann |
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 |
Thomas Waldmann |
moved smileys from MoinMoin.config to theme, fixed smiley text_python caching bug
|
Tue, 16 May 2006 20:41:40 +0200 |
Thomas Waldmann |
moved formatter.base to formatter.__init__
|
Tue, 16 May 2006 20:36:49 +0200 |
Thomas Waldmann |
renamed formatter.xml_docbook to text_docbook
base
MoinMoin/formatter/xml_docbook.py@45b7854a9684
|