Tue, 24 Jul 2007 17:13:26 +0200 |
Thomas Waldmann |
update README with new homepage url
|
Tue, 24 Jul 2007 17:04:44 +0200 |
Thomas Waldmann |
remove some unused stuff from .hgignore
|
Mon, 23 Jul 2007 22:25:27 +0200 |
Reimar Bauer |
macro.Action:correct splitting of action and args (filling up)
|
Fri, 20 Jul 2007 16:26:40 +0200 |
Reimar Bauer |
macro.Action.py: fixed bug in in using Parameters for e.g. Edit (thanks to Johannes Berg)
|
Mon, 23 Jul 2007 20:37:53 +0200 |
Johannes Berg |
make sourcecode checker happy on wikiutil tests
|
Mon, 23 Jul 2007 20:14:50 +0200 |
Johannes Berg |
put extra additional arguments into _trailing_args in all cases
|
Mon, 23 Jul 2007 19:51:08 +0200 |
Johannes Berg |
macro invoker doesn't need to catch TypeError any more
|
Mon, 23 Jul 2007 19:43:40 +0200 |
Johannes Berg |
introduce required_arg wrapper class
|
Mon, 23 Jul 2007 19:38:16 +0200 |
Johannes Berg |
consolidate extra keyword args handling, no more **kw/_non_ascii_kw but rather just _kwargs
|
Mon, 23 Jul 2007 19:37:36 +0200 |
Johannes Berg |
better error checking in parameter parser, no more TypeError
|
Mon, 23 Jul 2007 19:37:10 +0200 |
Johannes Berg |
fix quoting of quote at end of item in parameter parser
|
Mon, 23 Jul 2007 19:36:51 +0200 |
Johannes Berg |
quoting tests for the parameter parser
|
Mon, 23 Jul 2007 19:36:38 +0200 |
Johannes Berg |
tests for the extension function invoker
|
Mon, 23 Jul 2007 19:36:25 +0200 |
Johannes Berg |
fix bug with positional args and the special ones
|
Mon, 23 Jul 2007 19:36:04 +0200 |
Johannes Berg |
small try/except cleanup in macro code
|
Mon, 23 Jul 2007 19:35:49 +0200 |
Johannes Berg |
move macro invoker to wikiutil
|
Mon, 23 Jul 2007 19:34:54 +0200 |
Johannes Berg |
use new features in Hits macro
|
Mon, 23 Jul 2007 19:34:40 +0200 |
Johannes Berg |
clean up parser argument handling, allow tuples for choices
|
Mon, 23 Jul 2007 14:36:04 +0200 |
Reimar Bauer |
AttachFile:only superuser with write access to a page should get install dialog for packages
|
Mon, 23 Jul 2007 13:11:10 +0200 |
Johannes Berg |
allow types as defaults for macro args to force conversion to that type
|
Mon, 23 Jul 2007 12:57:53 +0200 |
Johannes Berg |
fix tests, using unicode instead of str
|
Mon, 23 Jul 2007 12:53:27 +0200 |
Reimar Bauer |
branch merge
|
Mon, 23 Jul 2007 12:52:18 +0200 |
Reimar Bauer |
test_text_moin_wiki:fixed output from testMultipleShortPreSections
|
Mon, 23 Jul 2007 12:49:02 +0200 |
Johannes Berg |
whoops, get_boolean was renamed to get_bool
|
Mon, 23 Jul 2007 12:43:14 +0200 |
Johannes Berg |
some more explanations of the type magic for macro args
|
Mon, 23 Jul 2007 12:35:30 +0200 |
Johannes Berg |
use the new automatic macro arg conversion in some internal macros
|
Mon, 23 Jul 2007 12:32:06 +0200 |
Johannes Berg |
automatically convert macro args with defaults to the default's type
|
Mon, 23 Jul 2007 11:37:05 +0200 |
Johannes Berg |
fix arg parser bug, test for this bug
|
Mon, 23 Jul 2007 11:36:37 +0200 |
Johannes Berg |
fix error message for get_* (arg parser)
|
Mon, 23 Jul 2007 11:35:07 +0200 |
Johannes Berg |
add failing {{{ }}} test
|
Mon, 23 Jul 2007 03:39:14 +0200 |
Thomas Waldmann |
test_sourcecode: only test recently touched files
|
Mon, 23 Jul 2007 03:37:10 +0200 |
Thomas Waldmann |
Fix Hits macro tests
|
Mon, 23 Jul 2007 02:27:16 +0200 |
Thomas Waldmann |
XSS fix for format_error
|
Mon, 23 Jul 2007 02:23:36 +0200 |
Thomas Waldmann |
add InterWiki.py (see cs 5f299f9ba77c)
|
Mon, 23 Jul 2007 02:22:32 +0200 |
Thomas Waldmann |
externalize PageCount macro
|
Mon, 23 Jul 2007 01:07:19 +0200 |
Thomas Waldmann |
builtin macros: just reorder, no other changes
|
Mon, 23 Jul 2007 01:01:14 +0200 |
Thomas Waldmann |
externalize InterWiki macro, refactor it to use the formatter
|
Mon, 23 Jul 2007 00:25:59 +0200 |
Thomas Waldmann |
merge main
|
Mon, 23 Jul 2007 00:25:19 +0200 |
Thomas Waldmann |
builtin macros: fix bug, handle errors giving help to users
|
Sun, 22 Jul 2007 23:21:10 +0200 |
Reimar Bauer |
text_moin_wiki:fixed wrong pre section, skipped a test because not implemented yet
|
Sun, 22 Jul 2007 22:56:57 +0200 |
Thomas Waldmann |
use new arg parser for buitlin macros
|
Sun, 22 Jul 2007 21:57:08 +0200 |
Thomas Waldmann |
refactored Hits macro for new arg parser
|
Sun, 22 Jul 2007 21:11:51 +0200 |
Thomas Waldmann |
macro.format_error to format what a macro shows in case of ValueError/TypeError happening, refactor MonthCalendar to use new arg parsing
|
Sun, 22 Jul 2007 18:53:36 +0200 |
Thomas Waldmann |
wikiutil.get_* tests + fixes
|
Sun, 22 Jul 2007 16:24:24 +0200 |
Johannes Berg |
remove bogus _ variable from get_unicode
|
Sun, 22 Jul 2007 16:10:11 +0200 |
Johannes Berg |
clarify None behaviour for keys, add tests
|
Sun, 22 Jul 2007 16:08:37 +0200 |
Johannes Berg |
make get_int safer, fix get_unicode(arg=u'')
|
Sun, 22 Jul 2007 15:59:12 +0200 |
Johannes Berg |
add get_{boolean,int,float,unicode} helpers
|
Sun, 22 Jul 2007 15:58:55 +0200 |
Johannes Berg |
add macro argument parser and use it to invoke macros with args directly
|
Sun, 22 Jul 2007 05:43:52 +0200 |
Karol 'grzywacz' Nowak |
Merge with devel.
|
Sun, 22 Jul 2007 05:43:25 +0200 |
Karol 'grzywacz' Nowak |
Again, some fixes suggested by pylint.
|
Sun, 22 Jul 2007 05:33:02 +0200 |
Karol 'grzywacz' Nowak |
Make pylint happy where it made sense, fix a few minor bugs.
|
Sun, 22 Jul 2007 05:11:46 +0200 |
Karol 'grzywacz' Nowak |
Merge devel.
|
Sun, 22 Jul 2007 05:11:19 +0200 |
Karol 'grzywacz' Nowak |
Fix xmlrpc commands. How come I've never noticed how b0rked it was?!
|
Sun, 22 Jul 2007 05:10:32 +0200 |
Karol 'grzywacz' Nowak |
A small comment improvement.
|
Sun, 22 Jul 2007 05:10:25 +0200 |
Karol 'grzywacz' Nowak |
Fix a typo.
|
Sun, 22 Jul 2007 05:09:45 +0200 |
Karol 'grzywacz' Nowak |
Fix generation of auth tokens in xmlrpc code.
|
Sun, 22 Jul 2007 05:09:26 +0200 |
Karol 'grzywacz' Nowak |
Add a test case for XmlRpcBase._generate_auth_token
|
Sun, 22 Jul 2007 05:02:34 +0200 |
Karol 'grzywacz' Nowak |
s/test_multicall.py/test_xmlrpc.py/
|
Sun, 22 Jul 2007 04:17:59 +0200 |
Karol 'grzywacz' Nowak |
Merge 1.7.
|