Wed, 11 Feb 2009 02:38:25 +0100 |
Thomas Waldmann |
Despam: must use request.values because it also does GET requests, add logging/debug code
|
Wed, 11 Feb 2009 02:34:33 +0100 |
Thomas Waldmann |
wikiutil: replace moin's cgi/urllib wrappers by calls to werkzeug.utils code
|
Tue, 10 Feb 2009 16:18:59 +0100 |
Thomas Waldmann |
skip http auth test that has no matching code within moin (yet)
|
Tue, 10 Feb 2009 13:41:20 +0100 |
Thomas Waldmann |
remove unused wikiutil.decodeWindowsPath function
|
Tue, 10 Feb 2009 13:21:59 +0100 |
Thomas Waldmann |
merged moin/1.8
|
Tue, 10 Feb 2009 13:08:03 +0100 |
Thomas Waldmann |
page.url() should preferably get a query dict, not a query string. It calls wikiutil.makeQueryString() internally.
|
Sun, 08 Feb 2009 20:37:56 +0100 |
Thomas Waldmann |
tagged release 1.8.2
|
Sun, 08 Feb 2009 19:16:58 +0100 |
Thomas Waldmann |
make install-docs interwiki
1.8.2
|
Sun, 08 Feb 2009 19:04:31 +0100 |
Thomas Waldmann |
updated CHANGES
|
Sun, 08 Feb 2009 17:06:07 +0100 |
Thomas Waldmann |
fix creole parser's anchor test
|
Sun, 08 Feb 2009 04:13:22 +0100 |
Thomas Waldmann |
Fix processing of anchors (fragment identifiers), see details below
|
Sat, 07 Feb 2009 19:27:16 +0100 |
Thomas Waldmann |
id generation: do not quote colon as it is valid in IDs, add test for identity transformation of valid IDs
|
Sat, 07 Feb 2009 14:39:03 +0100 |
Thomas Waldmann |
updated underlay
|
Sat, 07 Feb 2009 14:24:58 +0100 |
Thomas Waldmann |
updated i18n
|
Sat, 07 Feb 2009 13:58:10 +0100 |
Thomas Waldmann |
fix tests, skip known broken tests
|
Fri, 06 Feb 2009 00:01:17 +0100 |
Thomas Waldmann |
allow underscore in IDs, replace blanks by underscore (revert changeset a7dc3cc36362)
|
Thu, 05 Feb 2009 19:27:35 +0100 |
Thomas Waldmann |
have a wikiserverconfig.py in wiki/server/ so setup.py copies it
|
Thu, 05 Feb 2009 04:31:23 +0100 |
Thomas Waldmann |
fix: Xapian index idx.mtime() gives a normal unix timestamp, no need to scale
|
Tue, 10 Feb 2009 12:51:02 +0100 |
Thomas Waldmann |
Despam action: explicitely using repr() there is more clear than having it happen somewhere deeper in the code
|
Fri, 06 Feb 2009 21:56:32 +0100 |
Reimar Bauer |
PEP8 whitespace fix
|
Fri, 06 Feb 2009 21:23:29 +0100 |
Reimar Bauer |
pre-1.9: request.form has qs args and post data, 1.9: .form only post data, .args only qs args, .values both
|
Thu, 05 Feb 2009 00:43:06 +0100 |
Thomas Waldmann |
merged moin/1.8
|
Wed, 04 Feb 2009 12:47:52 +0100 |
Thomas Waldmann |
forgot to hg add mig script
|
Wed, 04 Feb 2009 10:11:26 +0100 |
Thomas Waldmann |
updated CHANGES
|
Wed, 04 Feb 2009 09:14:14 +0100 |
Thomas Waldmann |
preparing 1.8.2 release: added mig script, bumping version
|
Wed, 04 Feb 2009 09:05:43 +0100 |
Thomas Waldmann |
updated FCKeditor to 2.6.4
|
Tue, 03 Feb 2009 15:23:16 +0100 |
Thomas Waldmann |
compatibility fix for python-openid 2.x.x (also works with 1.x.x), fixes crash when trying to associate moin user to openid
|
Tue, 03 Feb 2009 02:30:27 +0100 |
Karol 'grzywacz' Nowak |
Commiting a patch from Noya to fix user creation notifications.
|
Tue, 03 Feb 2009 02:15:31 +0100 |
Karol 'grzywacz' Nowak |
Applying a patch from Noya to use an RFC compliant message type.
|
Sun, 01 Feb 2009 17:15:09 +0100 |
Thomas Waldmann |
Xapian indexing: in update mode, do not try to re-index old revisions again
|
Thu, 29 Jan 2009 21:37:44 +0100 |
Thomas Waldmann |
merge moin/1.7
|
Thu, 29 Jan 2009 21:36:30 +0100 |
Thomas Waldmann |
AttachFile: fix escaping problems (invalid html, but likely no XSS)
|
Tue, 03 Feb 2009 19:10:04 +0100 |
Thomas Waldmann |
add some decoding/transformations to GivenAuth (similar to what we had hardcoded in 1.8)
|
Tue, 03 Feb 2009 15:04:21 +0100 |
Thomas Waldmann |
move auth.http.HTTPAuth to auth.GivenAuth, see details below
|
Tue, 03 Feb 2009 05:42:52 +0100 |
Thomas Waldmann |
make http basic auth work (tested with Apache2/CGI)
|
Tue, 03 Feb 2009 05:40:26 +0100 |
Thomas Waldmann |
werkzeug: fix remote_user value
|
Tue, 03 Feb 2009 05:38:44 +0100 |
Thomas Waldmann |
bugfix: create dummy user obj at the right place
|
Tue, 03 Feb 2009 03:10:44 +0100 |
Thomas Waldmann |
add a workaround for CGI autodetection problem in flup <= 1.0.1
|
Tue, 03 Feb 2009 03:07:43 +0100 |
Thomas Waldmann |
flup cgi/fcgi adaptor: use None as interface default
|
Mon, 02 Feb 2009 05:54:21 +0100 |
Thomas Waldmann |
new cfg.session_dir setting, store sessions into cache_dir/__session__ by default
|
Mon, 02 Feb 2009 04:51:57 +0100 |
Thomas Waldmann |
fixed suid functionality, compute cfg.auth_methods only once
|
Mon, 02 Feb 2009 01:08:29 +0100 |
Thomas Waldmann |
fix / finish xmlrpc auth token (session) code
|
Sun, 01 Feb 2009 23:01:35 +0100 |
Thomas Waldmann |
merged http://ronny.uberhost.de/hg/moin-hacks/
|
Tue, 06 Jan 2009 22:23:37 +0100 |
Ronny Pfannschmidt |
fixed normal auth tests
|
Sun, 01 Feb 2009 22:42:33 +0100 |
Reimar Bauer |
web.frontend: the flup CGIRequest uses sys.exit(0) to terminate so we should not run into an exception by that.
|
Sun, 01 Feb 2009 21:56:29 +0100 |
Thomas Waldmann |
revert (wrong) frontend related changesets (see below for details)
|
Sun, 01 Feb 2009 20:28:47 +0100 |
Reimar Bauer |
web.utils: missing import of caching added
|
Sun, 01 Feb 2009 20:28:11 +0100 |
Reimar Bauer |
web.utils: typo in parameter kick fixed
|
Sun, 01 Feb 2009 20:07:22 +0100 |
Reimar Bauer |
web.serving: typo in __call__ fixed
|
Sun, 01 Feb 2009 20:05:58 +0100 |
Reimar Bauer |
web.serving: Method should have 'self' as first argument
|
Sat, 31 Jan 2009 01:15:35 +0100 |
Reimar Bauer |
web.frontend: fixed FrontEnd.run for CGI
|
Sat, 31 Jan 2009 00:59:50 +0100 |
Reimar Bauer |
web.flup_frontend: fixed missing definition of server_types.
|
Sat, 31 Jan 2009 00:57:33 +0100 |
Reimar Bauer |
web.frontend: fixed undefined run_server
|
Sat, 31 Jan 2009 00:06:11 +0100 |
Reimar Bauer |
web.frontend: syntactically pass statement added
|
Thu, 29 Jan 2009 09:44:57 +0100 |
Thomas Waldmann |
merged moin/1.8
|
Wed, 28 Jan 2009 17:06:22 +0100 |
Thomas Waldmann |
use per-wiki i18n cache (fixes wrong links to other farm wikis)
|
Wed, 28 Jan 2009 16:42:21 +0100 |
Thomas Waldmann |
fixed search (see details below)
|
Tue, 27 Jan 2009 21:18:50 +0100 |
Thomas Waldmann |
merged moin/1.7
|
Tue, 27 Jan 2009 21:17:55 +0100 |
Thomas Waldmann |
Fixed XSS issue in antispam
|
Sat, 24 Jan 2009 21:59:04 +0100 |
Radomir Dopieralski |
Modern theme, rightsidebar theme: make nonexistent links gray also when visited
|