MoinMoin/_tests/test_wikiutil.py
Wed, 11 Feb 2009 02:34:33 +0100 wikiutil: replace moin's cgi/urllib wrappers by calls to werkzeug.utils code
Tue, 10 Feb 2009 13:21:59 +0100 merged moin/1.8
Sat, 07 Feb 2009 19:27:16 +0100 id generation: do not quote colon as it is valid in IDs, add test for identity transformation of valid IDs
Fri, 06 Feb 2009 00:01:17 +0100 allow underscore in IDs, replace blanks by underscore (revert changeset a7dc3cc36362)
Tue, 23 Sep 2008 00:53:18 +0200 merged moin/1.8 repo (tests need more fixing)
Wed, 09 Jul 2008 20:43:29 +0200 Merged: 1.8
Wed, 02 Jul 2008 16:50:59 +0200 Fix tests: wikiutil.normalize_pagename (missing 2nd param, missing import)
Sat, 07 Jun 2008 19:55:27 +0200 (Re)moved normalizePagename from Request into wikiutil library
Thu, 03 Jul 2008 15:24:35 +0200 fix MoinMoinBugs/TypeErrorInWikiutils
Sat, 10 May 2008 23:37:00 +0200 change page_*_regex processing, see docs/CHANGES (fixes Xapian category search for non-english)
Sat, 22 Mar 2008 11:54:56 +0100 add a parser test about leading None arguments
Sat, 22 Mar 2008 05:11:04 +0100 parse_quoted_separated_ext: allow multiple/different quoting characters
Sat, 22 Mar 2008 03:47:47 +0100 parse_quoted_separated_ext: fix unclosed quotes
Sat, 22 Mar 2008 03:00:25 +0100 wikiutil.parse_quoted_separated_ext: allow for prefixes
Sat, 22 Mar 2008 02:36:45 +0100 wikiutil.parse_quoted_separated_ext: make bracketing support indicate which bracket was used
Sat, 22 Mar 2008 02:33:00 +0100 wikiutil.parse_quoted_separated_ext: allow multi-key stuff
Sat, 22 Mar 2008 01:37:49 +0100 fix bug in parse_quoted_separated_ext and add tests that caught the bug
Sat, 22 Mar 2008 01:20:57 +0100 introduce wikiutil.parse_quoted_separated_ext
Thu, 20 Mar 2008 21:42:32 +0100 really make required_arg take choices (including test)
Sat, 15 Mar 2008 19:58:03 +0100 test_wikiutil: testUnitArgument added
Sun, 26 Aug 2007 16:30:04 +0200 add link text parameter to pagelinkmarkup
Sun, 26 Aug 2007 16:07:21 +0200 gui converter fixes for new markup, fix/extend tests, remove unused code
Tue, 21 Aug 2007 18:57:06 +0200 merge main
Tue, 21 Aug 2007 15:47:56 +0200 merge main
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
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
Tue, 21 Aug 2007 18:47:29 +0200 remove superfluous request parameter from AbsPageName/RelPageName
Tue, 21 Aug 2007 18:40:59 +0200 new function RelPageName to calculate a relative pagename from 2 absolute pagenames
Tue, 21 Aug 2007 15:45:24 +0200 fix AbsPageName(), add tests for it
Thu, 26 Jul 2007 16:26:44 +0200 apparently underscores aren't valid in IDs, fix this
Wed, 25 Jul 2007 15:52:28 +0200 make anchor names always start with a letter
Wed, 25 Jul 2007 15:34:01 +0200 (xorAxAx, johill) make saner looking anchors, no more sha hash
Wed, 25 Jul 2007 10:49:49 +0200 allow using complex datatype in macros
Wed, 25 Jul 2007 10:49:36 +0200 allow the invoke_extension_function to invoke constructors too
Mon, 23 Jul 2007 20:37:53 +0200 make sourcecode checker happy on wikiutil tests
Mon, 23 Jul 2007 20:14:50 +0200 put extra additional arguments into _trailing_args in all cases
Mon, 23 Jul 2007 19:43:40 +0200 introduce required_arg wrapper class
Mon, 23 Jul 2007 19:38:16 +0200 consolidate extra keyword args handling, no more **kw/_non_ascii_kw but rather just _kwargs
Mon, 23 Jul 2007 19:37:36 +0200 better error checking in parameter parser, no more TypeError
Mon, 23 Jul 2007 19:36:51 +0200 quoting tests for the parameter parser
Mon, 23 Jul 2007 19:36:38 +0200 tests for the extension function invoker
Mon, 23 Jul 2007 11:37:05 +0200 fix arg parser bug, test for this bug
Sun, 22 Jul 2007 18:53:36 +0200 wikiutil.get_* tests + fixes
Sun, 22 Jul 2007 16:10:11 +0200 clarify None behaviour for keys, add tests
Sun, 22 Jul 2007 15:58:55 +0200 add macro argument parser and use it to invoke macros with args directly
Sat, 21 Jul 2007 23:48:56 +0200 ParameterParser: check types, remove unused code, tests
Sat, 21 Jul 2007 23:00:25 +0200 ParameterParser: changed to return fixed_count, arg_dict, putting positional args into arg_dict[pos], more tests
Sat, 21 Jul 2007 21:40:39 +0200 convert test_wikiutil to py.test
Sat, 21 Jul 2007 21:30:47 +0200 fix ParameterParser, rewrite ParameterParser tests for py.test (and add more tests), refactor Hits macro
Fri, 20 Jul 2007 22:26:57 +0200 add coverage_modules attribute for coverage testing
Sun, 15 Jul 2007 16:34:25 +0200 fix the quoting mess
Sun, 01 Jul 2007 01:23:48 +0200 more wikiutil tests, minor bugfix
Sun, 01 Jul 2007 00:08:51 +0200 create tickets as fn(time, pagename, action, secret) - so they are not reusable, add tests for tickets
Sat, 30 Jun 2007 21:09:33 +0200 add tests for parsing and making of query strings
Wed, 20 Jun 2007 14:32:27 +0200 don't run docbook formatter test when we have no 4suite installed, add test for non-empty SystemPagesGroup
Wed, 20 Jun 2007 12:15:19 +0200 reduce number of failing tests
Mon, 18 Jun 2007 22:31:50 +0200 tests: some fixes
Sun, 17 Jun 2007 23:49:40 +0200 Added legacy warning to old unittests.
Sun, 10 Jun 2007 16:13:08 +0200 wikiutil.ParameterParser: tests added and bug fixed if args is empty and parameters wanted
Fri, 20 Apr 2007 00:12:50 +0200 Changed tests to use py.test. Also changed the semantics a bit - the test wiki directory is only created freshly if it does not exist.