Tue, 14 Oct 2014 18:36:16 +0200 |
Thomas Waldmann |
fix another crash for too long page names
|
Tue, 14 Oct 2014 18:21:56 +0200 |
Thomas Waldmann |
fix crash for too long page names, fix return type - should be unicode
|
Wed, 12 Feb 2014 01:15:00 +0100 |
Thomas Waldmann |
getSubscribers: fix: move the cache to "userdir" scope, update cleancache script
|
Tue, 11 Feb 2014 15:55:54 +0100 |
Thomas Waldmann |
getSubscribers: cleanups, optimizations, locking fix, .valid fix
|
Tue, 11 Feb 2014 14:08:06 +0100 |
Thomas Waldmann |
apply original patches from MoinMoinBugs/GetSubscribersSlow (as is)
|
Sat, 04 Jan 2014 18:24:56 +0100 |
Thomas Waldmann |
use http status 302 for #redirect processing instruction
|
Mon, 21 May 2012 01:04:38 +0400 |
Eugene Syromyatnikov |
Page.py: added message with information about highlight regexp and link to non-highlighted version (disabled by default in config).
|
Tue, 21 Feb 2012 01:02:04 +0100 |
Thomas Waldmann |
avoid crash if #refresh processing instruction is used without arguments
|
Fri, 04 Jun 2010 18:55:17 +0400 |
Eugene Syromyatnikov |
Merged moin/1.8
|
Fri, 04 Jun 2010 01:55:10 +0400 |
Eugene Syromyatnikov |
merge moin/1.7
|
Fri, 04 Jun 2010 00:13:24 +0400 |
Eugene Syromyatnikov |
Fixing security issues related to MoinMoinBugs/1.9.2UnescapedInputForThemeAddMsg (possible XSS)
|
Mon, 05 Apr 2010 13:42:21 +0200 |
Thomas Waldmann |
avoid hardly recoverable crashes if #format specification is invalid
|
Fri, 04 Jun 2010 02:04:00 +0400 |
Eugene Syromyatnikov |
merge moin/1.7
|
Tue, 30 Mar 2010 22:24:57 +0200 |
Thomas Waldmann |
merged moin/1.8
|
Mon, 08 Mar 2010 14:20:37 +0100 |
Thomas Waldmann |
fix exception raising
|
Sun, 07 Mar 2010 20:59:26 +0100 |
Thomas Waldmann |
merged moin/1.8
|
Sun, 07 Mar 2010 20:27:20 +0100 |
Thomas Waldmann |
remove all calls to filesys.dc* (dclistdir, dcdisable), remove unused imports
|
Sun, 07 Mar 2010 20:27:20 +0100 |
Thomas Waldmann |
remove all calls to filesys.dc* (dclistdir, dcdisable), remove unused imports
|
Sat, 27 Feb 2010 02:04:17 +0100 |
Thomas Waldmann |
http headers: for most cases, do not use .add, but .__setitem__
|
Mon, 21 Dec 2009 03:16:42 +0300 |
Eugene Syromyatnikov |
Page.py: fixed adding of page contents (only page data added now, without metadata)
|
Tue, 15 Dec 2009 22:29:07 +0100 |
Thomas Waldmann |
openid server: fix TypeError
|
Sat, 03 Oct 2009 22:40:53 +0200 |
Thomas Waldmann |
merge moin/1.8
|
Sat, 03 Oct 2009 22:37:06 +0200 |
Thomas Waldmann |
http_redirect: use code=<int> instead of status=<str> to make api in 1.8 same as in 1.9 / werkzeug
|
Sat, 03 Oct 2009 22:27:50 +0200 |
Thomas Waldmann |
merged moin/1.8
|
Fri, 02 Oct 2009 23:21:52 +0200 |
Thomas Waldmann |
use 301 redirect for some cases
|
Tue, 25 Aug 2009 16:39:07 +0200 |
Thomas Waldmann |
mimetype support for Page.send_raw() and "raw" action (thanks to John Marshall for the patch)
|
Fri, 24 Jul 2009 14:17:47 +0200 |
Dmitrijs Milajevs |
Page.clean_acl_cache() was killed.
|
Sat, 18 Jul 2009 20:06:35 +0200 |
Thomas Waldmann |
merged moin/1.9
|
Thu, 09 Jul 2009 13:22:18 +0200 |
Dmitrijs Milajevs |
Groups 2009: merged with the 1.9
|
Thu, 09 Jul 2009 11:06:53 +0200 |
Dmitrijs Milajevs |
Groups2009: request.cfg.DICTS_DATA and request.pages were killed.
|
Wed, 24 Jun 2009 15:26:05 +0200 |
Dmitrijs Milajevs |
Groups2009: OpenID related code was refactored to use groups instead of dicts.
|
Fri, 10 Jul 2009 10:24:16 +0200 |
Thomas Waldmann |
fixed grammar
|
Fri, 03 Jul 2009 11:38:55 +0100 |
Alexander Schremmer |
Fixed DeprecatedIsNotRespected regarding search ranking.
|
Sun, 22 Feb 2009 07:54:13 +0100 |
Thomas Waldmann |
refactored places that required mutability of request.(values|args|form)
|
Tue, 10 Feb 2009 13:21:59 +0100 |
Thomas Waldmann |
merged moin/1.8
|
Sun, 08 Feb 2009 04:13:22 +0100 |
Thomas Waldmann |
Fix processing of anchors (fragment identifiers), see details below
|
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
|
Sat, 03 Jan 2009 01:59:18 +0100 |
Thomas Waldmann |
merged moin/1.8
|
Mon, 29 Dec 2008 14:37:16 +0100 |
Thomas Waldmann |
cfg.log_remote_addr (default: True) controls whether moin logs remote's IP/hostname to edit-log and event-log
|
Sun, 16 Nov 2008 22:20:21 +0100 |
Thomas Waldmann |
pre-1.9: request.form has qs args and post data, 1.9: .form only post data, .args only qs args, .values both
|
Tue, 22 Jul 2008 21:02:07 +0200 |
Florian Krupicka |
Reverted use of Href in Page.url (breaks querystrings)
|
Sun, 20 Jul 2008 18:49:20 +0200 |
Florian Krupicka |
Replaced some references to request.form with MultiDict-compatible semantics
|
Sun, 20 Jul 2008 18:08:13 +0200 |
Florian Krupicka |
Make more use of werkzeugs Href object for URL-generation in MoinMoin
|
Sat, 21 Jun 2008 16:57:20 +0200 |
Florian Krupicka |
Accomodate for consolidation of Request/Response
|
Wed, 18 Jun 2008 16:00:34 +0200 |
Florian Krupicka |
Replaced calls to setHttpHeader
|
Wed, 18 Jun 2008 00:28:07 +0200 |
Florian Krupicka |
Replaced/removed calls to request.emit_http_headers
|
Mon, 16 Jun 2008 12:11:24 +0200 |
Florian Krupicka |
Replaced request.getScriptname() with a werkzeug property
|
Sun, 08 Jun 2008 00:37:59 +0200 |
Florian Krupicka |
Removed request.editlog
|
Mon, 19 May 2008 09:46:59 +0200 |
Thomas Waldmann |
fix editor preview not working for new pages
|
Sat, 17 May 2008 21:23:09 +0200 |
Thomas Waldmann |
fix failure of detection of on-disk cache updates (this fixes unreliable dicts/groups tests), remove unused Page attribute
|
Sat, 03 May 2008 19:26:18 +0200 |
Thomas Waldmann |
Page.edit_info: better return empty dict than None when no edit-log entry is found
|
Sat, 03 May 2008 18:20:44 +0200 |
Thomas Waldmann |
Page.mtime_usecs(): reuse .editlog_entry() code and cache
|
Sat, 03 May 2008 17:58:50 +0200 |
Thomas Waldmann |
optimize Page.editlog_entry(): read log in reverse direction, move str/int conversion outside the loop
|
Sat, 03 May 2008 17:45:03 +0200 |
Thomas Waldmann |
get rid of broken Page._last_edited(), use Page.editlog_entry() from now on
|
Sat, 03 May 2008 15:50:56 +0200 |
Thomas Waldmann |
xmlrpc getPageInfoVersion fixed / Page.last_edit() fixed and renamed to edit_info(). Works correctly now for current revision and supports old revisions.
|
Tue, 22 Apr 2008 23:00:40 +0200 |
Johannes Berg |
remove want_trivial completely, fix trivial notifications
|
Sat, 22 Mar 2008 13:43:21 +0100 |
Johannes Berg |
send_page sucks. fix bug with invalid highlight REs
|
Fri, 21 Mar 2008 18:25:03 +0100 |
Johannes Berg |
move some code under openid_server_enabled where it belongs
|
Tue, 18 Mar 2008 16:51:57 +0100 |
Johannes Berg |
reorder permission checks to last when getting subscribers
|