Sat, 06 Mar 2010 14:23:58 +0100 |
Reimar Bauer |
test_search: ignore domain underlay and system for various tests
|
Thu, 04 Mar 2010 04:13:19 +0300 |
Eugene Syromyatnikov |
RenamePage action: added ability to create redirect pages when renaming (turned off by default, see show_rename_redirect config option).
|
Tue, 02 Mar 2010 21:17:25 +0300 |
Eugene Syromyatnikov |
events/notification.py: Applied patch http://moinmo.in/MoinMoinPatch/SameEmailSubjectFormatForEveryNotification .
|
Mon, 01 Mar 2010 00:23:21 +0100 |
Thomas Waldmann |
tagged release 1.9.2
|
Sun, 28 Feb 2010 23:49:03 +0100 |
Thomas Waldmann |
cfg.history_paging: fix grammar/remove performance warning (we don't do that at other places either)
1.9.2
|
Sun, 28 Feb 2010 23:41:23 +0100 |
Thomas Waldmann |
minor docs/CHANGES updates, add CVE number to 1.9.1 changes
|
Sun, 28 Feb 2010 16:21:39 +0100 |
Thomas Waldmann |
updated CHANGES
|
Sun, 28 Feb 2010 15:59:29 +0100 |
Thomas Waldmann |
make install-docs interwiki
|
Sun, 28 Feb 2010 15:53:55 +0100 |
Thomas Waldmann |
updated underlay
|
Sat, 27 Feb 2010 14:17:46 +0100 |
Thomas Waldmann |
updated i18n
|
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
|