Sun, 17 Jun 2007 02:43:34 +0200 |
Karol 'grzywacz' Nowak |
Fix sending of email notifications after changes to messages.py
|
Mon, 18 Jun 2007 21:21:06 +0200 |
Thomas Waldmann |
added some new tests, move util tests to MoinMoin/util/_tests
|
Mon, 18 Jun 2007 00:13:15 +0200 |
Alexander Schremmer |
Simplify test template.
|
Mon, 18 Jun 2007 00:02:53 +0200 |
Alexander Schremmer |
Removed unittest.main call.
|
Sun, 17 Jun 2007 23:49:40 +0200 |
Alexander Schremmer |
Added legacy warning to old unittests.
|
Sun, 17 Jun 2007 00:01:13 +0200 |
Reimar Bauer |
Merge with my branch
|
Sat, 16 Jun 2007 23:57:54 +0200 |
Reimar Bauer |
test_macro_Hits: removed some unused imports
|
Sat, 16 Jun 2007 23:56:10 +0200 |
Reimar Bauer |
test_macro_Hits: change in comments
|
Sat, 16 Jun 2007 23:55:15 +0200 |
Reimar Bauer |
test_macro_Hits: unittest for macro Hits
|
Sat, 16 Jun 2007 23:15:08 +0200 |
Karol 'grzywacz' Nowak |
Merge with main.
|
Sat, 16 Jun 2007 23:14:53 +0200 |
Karol 'grzywacz' Nowak |
Merge with my branch.
|
Sat, 16 Jun 2007 22:49:12 +0200 |
Karol 'grzywacz' Nowak |
Add a sample config with notification bot's options.
|
Sat, 16 Jun 2007 11:44:43 +0200 |
Karol 'grzywacz' Nowak |
Revert my test changes.
|
Fri, 15 Jun 2007 23:59:57 +0200 |
Karol 'grzywacz' Nowak |
Fix some names as pointed out by pylint.
|
Sat, 16 Jun 2007 21:57:38 +0200 |
Thomas Waldmann |
avoid acl KeyError for xml/xslt pages (ported from 1.6)
|
Fri, 15 Jun 2007 22:13:51 +0200 |
Karol 'grzywacz' Nowak |
Merge main.
|
Fri, 15 Jun 2007 22:13:25 +0200 |
Karol 'grzywacz' Nowak |
Make sure that the ticket and multicall object are deleted.
|
Fri, 15 Jun 2007 22:03:39 +0200 |
Karol 'grzywacz' Nowak |
Remove code duplication in xmlrpcbot, initial support for getPageInfo()
|
Fri, 15 Jun 2007 21:53:58 +0200 |
Karol 'grzywacz' Nowak |
Fix reporting of faults in xmlrpc multicall code.
|
Fri, 15 Jun 2007 17:36:00 +0200 |
Karol 'grzywacz' Nowak |
Add a GetPageList command. Some code duplication to be refactored later.
|
Fri, 15 Jun 2007 17:35:16 +0200 |
Karol 'grzywacz' Nowak |
Initialize theme eariler, so that it works with xmlrpc getPageHTML
|
Thu, 14 Jun 2007 03:44:38 +0200 |
Karol 'grzywacz' Nowak |
Fix GetPage, make it use the token obtained using jid and shared secret.
|
Thu, 14 Jun 2007 03:44:13 +0200 |
Karol 'grzywacz' Nowak |
Make it possible to get an auth token using jid and shared secret.
|
Thu, 14 Jun 2007 01:19:20 +0200 |
Karol 'grzywacz' Nowak |
XMPP -> wiki XML RPC, the beginning...
|
Thu, 14 Jun 2007 01:18:43 +0200 |
Karol 'grzywacz' Nowak |
Copy the multicall used by MoinMoin. It's not present in Python 2.3.
|
Thu, 14 Jun 2007 01:17:28 +0200 |
Karol 'grzywacz' Nowak |
Fix bad names of parameters in wiki xmlrpc code. Looks like bug to me.
|
Tue, 12 Jun 2007 13:45:00 +0200 |
Karol 'grzywacz' Nowak |
Don't import each command by hand, rather used a shortened module name.
|
Tue, 12 Jun 2007 13:39:27 +0200 |
Karol 'grzywacz' Nowak |
Don't add newlines at the end of message.
|
Tue, 12 Jun 2007 13:29:04 +0200 |
Karol 'grzywacz' Nowak |
Improve docstrings. s/type/msgtype/ to avoid name conflict with builtin.
|
Tue, 12 Jun 2007 02:34:50 +0200 |
Karol 'grzywacz' Nowak |
Checkpoint commit, to record progress on implementation of user commands.
|