| Wed, 11 Feb 2009 02:34:33 +0100 |
wikiutil: replace moin's cgi/urllib wrappers by calls to werkzeug.utils code
|
file | diff | annotate |
| Sat, 24 Jan 2009 03:13:41 +0100 |
merged moin/1.8
|
file | diff | annotate |
| 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()
|
file | diff | annotate |
| Mon, 05 Jan 2009 23:56:02 +0100 |
merged moin/1.8
|
file | diff | annotate |
| Mon, 05 Jan 2009 23:23:54 +0100 |
streamline attachment_drawing formatter behaviour
|
file | diff | annotate |
| Sat, 03 Jan 2009 16:54:27 +0100 |
replace SyntaxReference page by HelpOnMoinWikiSyntax
|
file | diff | annotate |
| Tue, 05 Aug 2008 09:29:13 +0900 |
fix bug : MoinMoinBugs/GuiEditorDestroysParserSyntax
|
file | diff | annotate |
| Sun, 27 Jul 2008 14:08:14 +0200 |
merged some 1.7 changesets
|
file | diff | annotate |
| Fri, 25 Jul 2008 22:22:51 +0200 |
wiki parser: avoid IndexError for empty shebang line
|
file | diff | annotate |
| Tue, 24 Jun 2008 12:38:56 +0200 |
move editor quickhelp out of config into parser modules
|
file | diff | annotate |
| Mon, 09 Jun 2008 12:59:06 +0200 |
Fix subscript parsing (was broken for cases like 'a,,1,2,,')
|
file | diff | annotate |
| Sun, 30 Mar 2008 23:41:27 +0200 |
removed references to UserPreferences PAGE (now userprefs action), removed reference to SendMyPassword PAGE (gone), add dummy translation for 'Discussion'
|
file | diff | annotate |
| Thu, 27 Mar 2008 14:20:01 +0100 |
wiki parser: removed protocol check for (image) transclusion
|
file | diff | annotate |
| Fri, 21 Mar 2008 13:31:24 +0100 |
GUI editor: fixed javascript error by using a simpler word_rule_js regex
|
file | diff | annotate |
| Wed, 19 Mar 2008 18:14:38 +0100 |
moved browser_supported_images to config and exchanged it
|
file | diff | annotate |
| Wed, 19 Mar 2008 13:30:56 +0100 |
wiki parser: allow arbitrary unicode link parameters
|
file | diff | annotate |
| Tue, 18 Mar 2008 19:43:45 +0100 |
EmbedObject: fixed bug for image mimetype and configured when to call EmbedObject
|
file | diff | annotate |
| Sun, 16 Mar 2008 17:35:30 +0100 |
macro.EmbedObject: adjusted to changes of argument parser, escaped output.
|
file | diff | annotate |
| Fri, 14 Mar 2008 17:07:02 +0100 |
moin wiki parser: fix escaping of attributes (the formatter does it!)
|
file | diff | annotate |
| Fri, 14 Mar 2008 15:55:47 +0100 |
moin wiki parser: fix escaping of transclusion description (the formatter does it!), use formatter.text to output a description as text
|
file | diff | annotate |
| Fri, 14 Mar 2008 11:27:04 +0100 |
EmbedObject refactored for new arg parser
|
file | diff | annotate |
| Mon, 10 Mar 2008 00:21:21 +0100 |
Page.url() default changed to relative=False
|
file | diff | annotate |
| Sun, 09 Mar 2008 15:56:42 +0100 |
revert changeset 2023:dd5240822911 - the problem it fixed at that time was meanwhile fixed in another way. but now this changeset was causing other problems.
|
file | diff | annotate |
| Mon, 03 Mar 2008 02:02:55 +0100 |
pylint findings: fix some harmless stuff
|
file | diff | annotate |
| Wed, 27 Feb 2008 12:46:18 +0100 |
refactored misc. modules to use own logger instead of request.log
|
file | diff | annotate |
| Wed, 27 Feb 2008 00:23:46 +0100 |
refactored _() getText calls to match new api
|
file | diff | annotate |
| Mon, 25 Feb 2008 03:41:39 +0100 |
logging: make it work correctly by doing logging configuration very early
|
file | diff | annotate |
| Sat, 23 Feb 2008 22:59:30 +0100 |
refactor logging usage
|
file | diff | annotate |
| Fri, 22 Feb 2008 19:28:52 +0100 |
PEP8 fixes
|
file | diff | annotate |
| Wed, 20 Feb 2008 01:13:29 +0100 |
copy moin wiki parser and its tests from 1.6 branch (cs 2558:3e3a549b49f0), keep _heading_repl from 1.7, update interwiki map to make tests happy
|
file | diff | annotate |
| Sun, 03 Feb 2008 17:57:42 +0100 |
Fix for WrongAlignedAttachment (Thanks to Benjamin Weber) (ported from 1.6)
|
file | diff | annotate |
| Mon, 29 Oct 2007 10:08:28 +0100 |
port wiki parser changes from 1.6
|
file | diff | annotate |
| Mon, 29 Oct 2007 01:07:51 +0100 |
don't escape text passed to self.formatter.text
|
file | diff | annotate |
| Sat, 15 Sep 2007 18:37:10 +0200 |
wiki parser: fix incrementing of lineno
|
file | diff | annotate |
| Sun, 09 Sep 2007 13:04:33 +0200 |
wiki_parser: refined acceptable_keys
|
file | diff | annotate |
| Sun, 09 Sep 2007 02:19:59 +0200 |
wiki parser: link/transclusion parameter parsing
|
file | diff | annotate |
| Sat, 08 Sep 2007 23:53:12 +0200 |
wiki parser: introduce link and transclusion params, strip spaces with the regex
|
file | diff | annotate |
| Sat, 08 Sep 2007 23:09:38 +0200 |
wiki parser: make stuff more consistent, implement transclusion desc parsing similar to link desc parsing, clean up
|
file | diff | annotate |
| 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).
|
file | diff | annotate |
| Tue, 28 Aug 2007 03:12:46 +0200 |
parser: anchor, bang_meta, relative pagelink fixes, more tests
|
file | diff | annotate |
| Tue, 28 Aug 2007 01:34:46 +0200 |
cleaned up wiki parser comments
|
file | diff | annotate |
| Sun, 26 Aug 2007 16:07:21 +0200 |
gui converter fixes for new markup, fix/extend tests, remove unused code
|
file | diff | annotate |
| Sat, 25 Aug 2007 20:34:24 +0200 |
fix wiki parser and converter tests
|
file | diff | annotate |
| Sat, 25 Aug 2007 17:42:25 +0200 |
use rsplit for splitting off anchor
|
file | diff | annotate |
| Sat, 25 Aug 2007 17:27:14 +0200 |
merged main
|
file | diff | annotate |
| Sat, 25 Aug 2007 13:45:24 +0200 |
wiki parser: fix interwiki regex wrong matches, commented that regex part
|
file | diff | annotate |
| Thu, 23 Aug 2007 21:15:32 +0200 |
wiki parser: using <object> for client side page transclusion
|
file | diff | annotate |
| Tue, 21 Aug 2007 22:57:14 +0200 |
fix another AbsPageName
|
file | diff | annotate |
| Tue, 21 Aug 2007 16:35:54 +0200 |
wiki parser: support multiple parent prefixes, require no / directly before or after matched wikiwords
|
file | diff | annotate |
| Mon, 20 Aug 2007 00:25:29 +0200 |
do link description parsing/formatting at the right place (between link on and link off), fixed description text_rule (do not match empty string)
|
file | diff | annotate |
| Sun, 19 Aug 2007 23:00:07 +0200 |
merged main
|
file | diff | annotate |
| Sun, 19 Aug 2007 19:28:35 +0200 |
* The 1.5.8 to 1.6.0 converter now uses the 1.5.8 wiki parser, for better
|
file | diff | annotate |
| 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
|
file | diff | annotate |
| Sun, 12 Aug 2007 23:42:33 +0200 |
change [[macro]] to <<macro>> in all built-in markup
|
file | diff | annotate |
| Sun, 12 Aug 2007 20:18:28 +0200 |
wiki parser: using images (transcluded objs) as link description
|
file | diff | annotate |
| Sun, 12 Aug 2007 19:25:55 +0200 |
wiki parser: parse link/transclude descriptions, fixes. html formatter: title/alt fixes
|
file | diff | annotate |
| Sun, 12 Aug 2007 06:03:36 +0200 |
wiki parser: clean up link vs. transclusion
|
file | diff | annotate |
| Sun, 12 Aug 2007 05:14:00 +0200 |
wiki parser: some internal renames, fix https images
|
file | diff | annotate |
| Sun, 12 Aug 2007 03:11:03 +0200 |
wiki parser: fix interwiki links with blanks in pagename
|
file | diff | annotate |
| Sun, 12 Aug 2007 02:34:13 +0200 |
wiki parser: rewrote half of it, using link markup inspired by creole, removing magic, removing old weird code
|
file | diff | annotate |