MoinMoin/parser/text_creole.py
Wed, 11 Feb 2009 02:34:33 +0100 wikiutil: replace moin's cgi/urllib wrappers by calls to werkzeug.utils code
Sun, 08 Feb 2009 04:13:22 +0100 Fix processing of anchors (fragment identifiers), see details below
Sun, 18 Jan 2009 12:54:18 +0100 moved anchor parsing from formatter to parsers, fixed anchor parsing for interwiki links, reduce code duplication by new wikiutil.split_anchor()
Mon, 05 Jan 2009 23:23:54 +0100 streamline attachment_drawing formatter behaviour
Fri, 03 Oct 2008 22:33:35 +0200 remove direct usage of deprecated sha module - use hashlib, if possible
Tue, 24 Jun 2008 12:38:56 +0200 move editor quickhelp out of config into parser modules
Fri, 22 Feb 2008 19:28:52 +0100 PEP8 fixes
Thu, 14 Feb 2008 17:15:04 +0100 Creole: fix bug that prevents images inside links
Mon, 17 Dec 2007 17:37:49 +0100 Creole parser: Work around inconsistent formetter.parser behavior.
Thu, 13 Dec 2007 11:22:16 +0100 Creole parser: show error string when macro raises an exception, get rid of RedirectedOutput when calling other parsers
Thu, 13 Dec 2007 10:37:17 +0100 Creole parser: instantiate macro with Parser object, not Emitter
Thu, 08 Nov 2007 22:26:18 +0100 Creole parser: fixed bug in anchors + test for it
Sun, 21 Oct 2007 13:41:19 +0200 Creole Parser: removed request from the Parser class
Mon, 15 Oct 2007 20:55:33 +0200 Creole parser: further decouplig: split the Rules class
Mon, 15 Oct 2007 20:43:17 +0200 Creole parser: split into true parser and moin glue code
Wed, 26 Sep 2007 01:20:33 +0200 Creole parser: {{#foo}} for inserting anchors.
Wed, 26 Sep 2007 01:08:34 +0200 Creole parser: moved image logic to emitter.
Wed, 26 Sep 2007 00:18:18 +0200 Creole parser: moved link scheme recognition to emitter
Tue, 25 Sep 2007 22:30:07 +0200 Creole parser: Use wikiutil.isPicture to recognize images
Mon, 24 Sep 2007 00:59:26 +0200 Creole parser: using formatter.linebreak() for inserting line breaks
Mon, 24 Sep 2007 00:37:56 +0200 Creole parser: got rid of the setParser() helper
Mon, 24 Sep 2007 00:07:43 +0200 Creole parser: renamed rule to separator for <hr>
Mon, 24 Sep 2007 00:04:46 +0200 Creole parser: nicer comments and code reformatting
Sun, 23 Sep 2007 23:00:01 +0200 Creole parser: replaced hardcoded ../ with PARENT_PREFIX in interwiki
Sun, 23 Sep 2007 22:57:09 +0200 Creole parser: put back rsplit needed for python 2.3
Sun, 23 Sep 2007 22:18:17 +0200 Creole parser: tests for creole parser
Sun, 23 Sep 2007 16:57:41 +0200 Creole parser: removed _get_rule() and inter_table
Sat, 25 Aug 2007 17:42:25 +0200 use rsplit for splitting off anchor
Sun, 19 Aug 2007 23:00:07 +0200 merged main
Sun, 19 Aug 2007 19:51:56 +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
Sun, 19 Aug 2007 22:46:10 +0200 fixed attachment_link api - it now has a 'on' parameter like most of the other methods
Sun, 12 Aug 2007 13:15:26 +0200 creole parser: remove unneeded re.I(GNORECASE)
Thu, 09 Aug 2007 14:21:36 +0200 creole parser: doing section parsers the moin 1.6+ way
Thu, 09 Aug 2007 13:13:16 +0200 creole parser: fix wrong italic caused by unrecognized urls
Thu, 09 Aug 2007 12:58:37 +0200 creole parser: remove TODO (done by CSS fix in changeset before), cosmetic fixes
Thu, 09 Aug 2007 12:39:24 +0200 creole parser: removed history from docstring, refactored it to notes and todo
Thu, 09 Aug 2007 10:20:04 +0200 creole parser: do url escaping in a way that complete url gets escaped and // does not trigger italic
Wed, 08 Aug 2007 06:17:14 +0200 update creole parser to support creole 1.0
Wed, 08 Aug 2007 04:00:22 +0200 add creole 0.5 parser (thanks to Radomir Dopieralski)