Sat, 27 Feb 2010 02:04:17 +0100 |
Thomas Waldmann |
http headers: for most cases, do not use .add, but .__setitem__
|
Fri, 26 Feb 2010 10:32:03 +0100 |
Reimar Bauer |
wiki.server.moin.fcgi: excecute bit set
|
Thu, 25 Feb 2010 17:51:55 +0100 |
Reimar Bauer |
web.requests: PEP8 whitespace fix
|
Thu, 25 Feb 2010 17:26:36 +0100 |
Thomas Waldmann |
merged moin/1.8
|
Thu, 25 Feb 2010 16:52:28 +0100 |
Thomas Waldmann |
merged moin/1.7
|
Thu, 25 Feb 2010 16:51:33 +0100 |
Thomas Waldmann |
attachUrl: fix wrongly generated tickets (e.g. for AttachList macro)
|
Thu, 25 Feb 2010 14:02:44 +0100 |
Reimar Bauer |
AttachFile._build_filelist: verifies readonly flag for unzip file link
|
Thu, 25 Feb 2010 11:43:26 +0100 |
Thomas Waldmann |
text editor: if edit_rows==0 (user profile or config), dynamically size the text editor height
|
Thu, 25 Feb 2010 01:35:51 +0100 |
Thomas Waldmann |
merged main
|
Thu, 25 Feb 2010 01:35:06 +0100 |
Thomas Waldmann |
request: fix for werkzeug 0.6 and 0.5.1 compatibility
|
Wed, 24 Feb 2010 00:15:27 +0100 |
Reimar Bauer |
util.filesys: PEP8 whitespace fix
|
Tue, 23 Feb 2010 23:45:09 +0100 |
Thomas Waldmann |
sessions: fix expiry check
|
Tue, 23 Feb 2010 23:17:50 +0100 |
Thomas Waldmann |
sessions: fix not being able to log out if anon sessions disabled, check expiry
|
Tue, 23 Feb 2010 21:36:58 +0100 |
Thomas Waldmann |
updated docs/CHANGES
|
Tue, 23 Feb 2010 10:16:43 +0100 |
Thomas Waldmann |
session finalize: refactor, don't save cleared session on logout
|
Tue, 23 Feb 2010 03:41:30 +0100 |
Thomas Waldmann |
avoid writing key/value to session dict if value doesn't change
|
Tue, 23 Feb 2010 02:29:09 +0100 |
Thomas Waldmann |
sessions: remove code not needed any more due to new werkzeug session code
|
Tue, 23 Feb 2010 00:14:14 +0100 |
Thomas Waldmann |
filesys.rename: add debug logging and retries (see below)
|
Mon, 22 Feb 2010 19:35:55 +0100 |
Thomas Waldmann |
filesys: take posixemulation.rename code from werkzeug 0.6.1, it has atomic rename support for >=Vista/Server2008
|
Mon, 22 Feb 2010 19:26:13 +0100 |
Thomas Waldmann |
update FilesystemSessionStore copy from werkzeug 0.6.1(pre) repo
|
Mon, 22 Feb 2010 11:09:54 +0100 |
Thomas Waldmann |
add more requirements information
|
Mon, 22 Feb 2010 10:25:01 +0100 |
Thomas Waldmann |
merged moin/1.8
|
Mon, 22 Feb 2010 10:22:19 +0100 |
Thomas Waldmann |
add RenderAsDocbook to actions_excluded if we have no python-xml
|
Sun, 21 Feb 2010 17:41:28 +0100 |
Thomas Waldmann |
auth.ldap_login: add report_invalid_credentials param to control wrong credentials error message (typically used when using multiple ldap authenticators)
|
Mon, 22 Feb 2010 01:51:24 +0100 |
Thomas Waldmann |
do not use MoinMoin.support.* to import 3rd party code, give dist packages a chance
|
Mon, 22 Feb 2010 01:21:59 +0100 |
Thomas Waldmann |
add more requirements documentation
|
Mon, 22 Feb 2010 00:01:48 +0100 |
Thomas Waldmann |
just naming the requirements document REQUIREMENTS
|
Sun, 21 Feb 2010 23:52:54 +0100 |
Thomas Waldmann |
upgraded pygments to 1.2.2
|
Sun, 21 Feb 2010 23:15:01 +0100 |
Thomas Waldmann |
move support code version requirements docs to docs/
|
Sun, 21 Feb 2010 23:04:37 +0100 |
Thomas Waldmann |
document support code version requirements
|
Sun, 21 Feb 2010 22:31:44 +0100 |
Thomas Waldmann |
MoinMoin.support: move the flup version notes to MoinMoin/support/
|
Sun, 21 Feb 2010 18:20:14 +0100 |
Thomas Waldmann |
flup: our local patch was applied upstream, update notes
|
Sat, 20 Feb 2010 17:44:19 +0100 |
Thomas Waldmann |
updated underlay
|
Sat, 20 Feb 2010 19:22:20 +0300 |
Eugene Syromyatnikov |
Merge
|
Sat, 20 Feb 2010 19:16:36 +0300 |
Eugene Syromyatnikov |
wikiutil: Fixed required_arg handling (no exception when trying to raise exception that choice is wrong).
|
Sat, 20 Feb 2010 17:13:06 +0100 |
Thomas Waldmann |
updated i18n
|
Sat, 20 Feb 2010 16:52:38 +0100 |
Reimar Bauer |
merged main
|
Sat, 20 Feb 2010 16:52:02 +0100 |
Reimar Bauer |
web.session: PEP8 whitespace fix
|
Sat, 20 Feb 2010 16:03:17 +0100 |
Thomas Waldmann |
moin.fcgi: add fixer middleware for apache2/win32
|
Sat, 20 Feb 2010 15:41:14 +0100 |
Thomas Waldmann |
flup: add note about local flup fix and upstream bug report about it
|
Sat, 20 Feb 2010 15:27:58 +0100 |
Thomas Waldmann |
flup: improve exception msg (add CGI hint)
|
Sat, 20 Feb 2010 13:17:48 +0100 |
Thomas Waldmann |
flup fcgi_base: avoid socket.fromfd AttributeError on win32 if cgi is forced, give helpful exception for fcgi
|
Sat, 20 Feb 2010 03:01:45 +0100 |
Thomas Waldmann |
update flup middleware to a current upstream repo checkout
|
Sat, 20 Feb 2010 02:53:25 +0100 |
Thomas Waldmann |
sessions: implant code from werkzeug 0.6, fix it
|
Thu, 18 Feb 2010 09:47:51 +0100 |
Thomas Waldmann |
merged moin/1.8
|
Thu, 18 Feb 2010 09:42:25 +0100 |
Thomas Waldmann |
merged moin/1.7
|
Thu, 18 Feb 2010 09:40:44 +0100 |
Thomas Waldmann |
wikiutil.clean_input: avoid crash if it gets str type
|
Sun, 14 Feb 2010 23:56:27 +0100 |
Thomas Waldmann |
tagged release 1.8.7
|
Sun, 14 Feb 2010 22:53:27 +0100 |
Thomas Waldmann |
make install-docs interwiki
1.8.7
|
Sun, 14 Feb 2010 03:22:20 +0100 |
Thomas Waldmann |
updated underlay
|
Sun, 14 Feb 2010 03:16:00 +0100 |
Thomas Waldmann |
updated i18n
|
Sun, 14 Feb 2010 02:44:46 +0100 |
Thomas Waldmann |
fix pep8
|
Sat, 13 Feb 2010 20:09:26 +0100 |
Thomas Waldmann |
update docs/CHANGES
|
Tue, 16 Feb 2010 22:20:09 +0100 |
Thomas Waldmann |
fix trail size (thanks to Renato Silva)
|
Tue, 16 Feb 2010 20:33:14 +0100 |
Thomas Waldmann |
fix werkzeug imports (always import from werkzeug, except if documented otherwise)
|
Sun, 14 Feb 2010 21:29:59 +0100 |
Radomir Dopieralski |
make sure to use language_default when language_ignore_browser is set
|
Sun, 14 Feb 2010 01:01:33 +0100 |
Reimar Bauer |
web.contexts: http_user_agent and http_referer to EnvironProxy added
|
Sat, 13 Feb 2010 21:13:00 +0100 |
Thomas Waldmann |
fix spider / user agent detection
|
Sat, 13 Feb 2010 19:06:54 +0100 |
Thomas Waldmann |
merged moin/1.8
|
Sat, 13 Feb 2010 18:58:06 +0100 |
Thomas Waldmann |
merged moin/1.7
|