Sat, 22 Jul 2006 13:38:15 +0200 |
Alexander Schremmer |
Added clearing to the TagStore, use it in the test.
|
Sat, 22 Jul 2006 13:26:39 +0200 |
Alexander Schremmer |
Documented changes.
|
Sat, 22 Jul 2006 13:25:36 +0200 |
Alexander Schremmer |
Fixed Python 2.5 incompatibility issues (avoid str exceptions), made the bytecode more resistant for people using data directoriees with different MoinMoin versions.
|
Sat, 22 Jul 2006 13:24:39 +0200 |
Alexander Schremmer |
Fixed sre unpickle issues seen on some machines by avoiding to pickle the regex.
|
Sat, 22 Jul 2006 13:24:05 +0200 |
Alexander Schremmer |
Fixed Python 2.5 incompatibility issue.
|
Sat, 22 Jul 2006 02:36:33 +0200 |
Alexander Schremmer |
Minor bug in SyncPages.
|
Sat, 22 Jul 2006 02:34:03 +0200 |
Alexander Schremmer |
Introduced MoinLocalWiki class, added code that compares page lists for testing.
|
Sat, 22 Jul 2006 02:33:00 +0200 |
Alexander Schremmer |
Call the Ex method from the original method, fixed a bug in the Ex method (wikirpc)
|
Sat, 22 Jul 2006 02:00:03 +0200 |
Alexander Schremmer |
Merge with upstream.
|
Fri, 21 Jul 2006 19:34:11 +0200 |
Thomas Waldmann |
added missing daily CHANGES entry
|
Sat, 22 Jul 2006 01:59:19 +0200 |
Alexander Schremmer |
Added test for wikisync.py
|
Sat, 22 Jul 2006 01:59:03 +0200 |
Alexander Schremmer |
Documented code, fixed bugs.
|
Sat, 22 Jul 2006 01:58:45 +0200 |
Alexander Schremmer |
Removed unnecessary ACL cache clean call.
|
Fri, 21 Jul 2006 02:36:01 +0200 |
Alexander Schremmer |
Merge with upstream.
|
Thu, 20 Jul 2006 17:24:28 +0200 |
Thomas Waldmann |
added missing daily CHANGES entry
|
Fri, 21 Jul 2006 01:58:43 +0200 |
Alexander Schremmer |
Merge with main.
|
Fri, 21 Jul 2006 01:58:16 +0200 |
Alexander Schremmer |
Updated my CHANGES file.
|
Fri, 21 Jul 2006 01:56:06 +0200 |
Alexander Schremmer |
Work on SyncPages. Fixed a few bugs, added new method to RemoteWiki, build regexes from the RemotePageList.
|
Fri, 21 Jul 2006 01:54:53 +0200 |
Alexander Schremmer |
Added new XMLRPC getAllPagesEx method.
|
Thu, 20 Jul 2006 00:19:22 +0200 |
Alexander Schremmer |
Merge with main.
|
Thu, 20 Jul 2006 00:18:46 +0200 |
Alexander Schremmer |
Added another question.
|
Thu, 20 Jul 2006 00:13:09 +0200 |
Alexander Schremmer |
Added working TagStore and Tag classes.
|
Thu, 20 Jul 2006 00:12:48 +0200 |
Alexander Schremmer |
Status update.
|
Thu, 20 Jul 2006 00:12:34 +0200 |
Alexander Schremmer |
Fixed typos.
|
Wed, 19 Jul 2006 09:42:31 +0200 |
Thomas Waldmann |
added missing daily CHANGES entry
|
Wed, 19 Jul 2006 01:01:08 +0200 |
Alexander Schremmer |
Forgot to add the wikisync.py file containing the Tag classes.
|
Wed, 19 Jul 2006 01:00:38 +0200 |
Alexander Schremmer |
Merge with main.
|
Wed, 19 Jul 2006 00:59:02 +0200 |
Alexander Schremmer |
Finished first version of the mergeChanges method.
|
Mon, 24 Jul 2006 01:43:02 +0200 |
Thomas Waldmann |
have all diff implementations at one place
|
Mon, 24 Jul 2006 00:19:55 +0200 |
Thomas Waldmann |
moved edit and diff code to own files, strange: needs a http_headers() call at end of edit.py - why?
|
Sun, 23 Jul 2006 22:57:19 +0200 |
Thomas Waldmann |
fix scope for single-page hitcounts
|
Sun, 23 Jul 2006 22:53:26 +0200 |
Thomas Waldmann |
move info action code to own file, fix some links by using page.link_to
|
Sun, 23 Jul 2006 22:17:26 +0200 |
Thomas Waldmann |
make more use of page.link_to in theme code
|
Sun, 23 Jul 2006 21:08:21 +0200 |
Thomas Waldmann |
remove unused request._all_pages
|
Sun, 23 Jul 2006 19:23:09 +0200 |
Thomas Waldmann |
refactored action error msg output
|
Sun, 23 Jul 2006 18:37:17 +0200 |
Thomas Waldmann |
removed form param from most setup_args* methods, fixed missing cgi import for WSGI
|
Sat, 22 Jul 2006 17:49:17 +0200 |
Thomas Waldmann |
move config and multiconfig to config/ package, see HINT in CHANGES
|
Sat, 22 Jul 2006 16:32:16 +0200 |
Thomas Waldmann |
don't use IE7 hack when editing (IE7+FCKeditor -> IE crash)
|
Sat, 22 Jul 2006 16:26:49 +0200 |
Thomas Waldmann |
use request.action
|
Sat, 22 Jul 2006 16:06:31 +0200 |
Thomas Waldmann |
use request.action
|
Sat, 22 Jul 2006 15:49:40 +0200 |
Thomas Waldmann |
request.action now has the action for the current request, default 'show'
|
Sat, 22 Jul 2006 14:45:58 +0200 |
Thomas Waldmann |
use config.umask for saved drawing files (backport to 1.5)
|
Sat, 22 Jul 2006 14:29:34 +0200 |
Thomas Waldmann |
whitespace-only cleanup, fix regex by using raw string
|
Sat, 22 Jul 2006 13:43:06 +0200 |
Thomas Waldmann |
whitespace-only cleanup and minor style changes
|
Sat, 22 Jul 2006 13:21:36 +0200 |
Thomas Waldmann |
whitespace-only cleanup and minor style changes
|
Sat, 22 Jul 2006 13:00:42 +0200 |
Thomas Waldmann |
fix script/cli comments / attr names
|
Sat, 22 Jul 2006 12:56:48 +0200 |
Thomas Waldmann |
whitespace-only cleanup and minor style changes
|
Sat, 22 Jul 2006 12:47:55 +0200 |
Thomas Waldmann |
whitespace-only cleanup and minor style changes
|
Sat, 22 Jul 2006 12:39:18 +0200 |
Thomas Waldmann |
whitespace-only cleanup and minor style changes
|
Thu, 20 Jul 2006 18:03:07 +0200 |
Thomas Arendsen Hein |
fix double quoted-printable encoding in forgotten password email.
|
Thu, 20 Jul 2006 17:40:21 +0200 |
Thomas Waldmann |
fix missing http_headers() call for not logged in users
|
Wed, 19 Jul 2006 23:51:45 +0200 |
Thomas Waldmann |
fix MoinMoinBugs/XmlRpcBrokenForFastCgi, thanks to Johannes Berg
|
Wed, 19 Jul 2006 11:30:12 +0200 |
Thomas Waldmann |
stats package whitespace-only and style cleanup
|
Wed, 19 Jul 2006 11:17:54 +0200 |
Thomas Waldmann |
security package whitespace-only cleanup
|
Wed, 19 Jul 2006 11:13:15 +0200 |
Thomas Waldmann |
mail package whitespace-only cleanup
|
Wed, 19 Jul 2006 09:32:14 +0200 |
Thomas Waldmann |
noindex,nofollow for BadContent / LocalBadContent
|
Wed, 19 Jul 2006 09:25:57 +0200 |
Thomas Waldmann |
added arabic i18n, updated i18n
|
Tue, 18 Jul 2006 22:10:54 +0200 |
Thomas Waldmann |
better no Last-Modified header than a incorrect one
|
Tue, 18 Jul 2006 12:56:14 +0200 |
Thomas Waldmann |
merged main
|
Tue, 18 Jul 2006 12:55:53 +0200 |
Thomas Waldmann |
whitespace only and style changes
|