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
|
Sat, 24 Jan 2009 21:49:44 +0100 |
Radomir Dopieralski |
Modernized theme: make nonexistent links gray also when the yare already
|
Sat, 24 Jan 2009 05:44:35 +0100 |
Thomas Waldmann |
merged moin/1.7
|
Sat, 24 Jan 2009 05:33:07 +0100 |
Thomas Waldmann |
use unicode interwikiname in sample configs
|
Sat, 24 Jan 2009 05:30:34 +0100 |
Thomas Waldmann |
made cfg.user_homewiki a unicode object (str only worked for ascii)
|
Mon, 12 Jan 2009 09:59:36 +0100 |
Reimar Bauer |
updated CHANGES
|
Mon, 12 Jan 2009 09:42:22 +0100 |
Reimar Bauer |
events.xapian_index: bug fix for MoinMoinBugs/TrivialChangesDoesNotUpdateTheXapianIndex
|
Sat, 24 Jan 2009 04:40:25 +0100 |
Thomas Waldmann |
make interwiki install-docs
|
Sat, 24 Jan 2009 04:36:10 +0100 |
Thomas Waldmann |
updating some (c) to 2009
|
Sat, 24 Jan 2009 03:53:53 +0100 |
Thomas Waldmann |
updated docs/CHANGES
|
Sat, 24 Jan 2009 03:28:13 +0100 |
Thomas Waldmann |
docs/CHANGES: added notes about required page_*_regex change procedure
|
Thu, 29 Jan 2009 09:34:48 +0100 |
Thomas Waldmann |
logging sample config: use same logging format as for standalone, module:lineno should be enough
|
Wed, 28 Jan 2009 22:50:21 +0100 |
Reimar Bauer |
wiki.config.logging.logfile: make the logoutput more verbose
|
Sat, 24 Jan 2009 03:13:41 +0100 |
Thomas Waldmann |
merged moin/1.8
|
Thu, 22 Jan 2009 18:50:27 +0100 |
Thomas Waldmann |
#redirect processing instruction: fix handling of anchors, simplify code
|
Mon, 19 Jan 2009 01:20:04 +0100 |
Reimar Bauer |
text_html_text_moin_wiki: bug fix for GuiEditorBreaksIndentedTable
|
Sun, 18 Jan 2009 12:54:54 +0100 |
Thomas Waldmann |
merged main
|