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