Mon, 02 Mar 2009 02:09:10 +0100 |
Thomas Waldmann |
AttachFile: reordered imports
|
Sat, 21 Feb 2009 18:37:09 +0100 |
Thomas Waldmann |
AttachFile: get the rename field content from qs args, too
|
Wed, 11 Feb 2009 02:34:33 +0100 |
Thomas Waldmann |
wikiutil: replace moin's cgi/urllib wrappers by calls to werkzeug.utils code
|
Thu, 05 Feb 2009 00:43:06 +0100 |
Thomas Waldmann |
merged moin/1.8
|
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)
|
Sat, 24 Jan 2009 03:13:41 +0100 |
Thomas Waldmann |
merged moin/1.8
|
Sun, 11 Jan 2009 22:19:30 +0100 |
Thomas Waldmann |
merged moin/1.7
|
Sun, 11 Jan 2009 22:18:04 +0100 |
Thomas Waldmann |
fix AttachFile XSS issues
|
Mon, 29 Dec 2008 02:09:32 +0100 |
Thomas Waldmann |
store a drawing as a single file foo.tdraw (is a tar file with foo.draw, foo.map and foo.png inside)
|
Mon, 24 Nov 2008 00:34:31 +0100 |
Thomas Waldmann |
fix saving of drawings to use WSGI/werkzeug API correctly, try 2
|
Mon, 24 Nov 2008 00:24:45 +0100 |
Thomas Waldmann |
fix saving of drawings to use WSGI/werkzeug API correctly
|
Tue, 18 Nov 2008 21:28:49 +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, 23 Sep 2008 00:53:18 +0200 |
Thomas Waldmann |
merged moin/1.8 repo (tests need more fixing)
|
Fri, 22 Aug 2008 22:58:18 +0200 |
Thomas Waldmann |
merge moin/1.8 repo
|
Sun, 20 Jul 2008 18:08:13 +0200 |
Florian Krupicka |
Make more use of werkzeugs Href object for URL-generation in MoinMoin
|
Sun, 20 Jul 2008 01:48:20 +0200 |
Florian Krupicka |
Try using werkzeugs Href object for URL generation (first in AttachFile)
|
Wed, 16 Jul 2008 17:23:21 +0200 |
Florian Krupicka |
Fixed handling of if_modified headers (threw exception on attachment-get)
|
Tue, 15 Jul 2008 19:57:14 +0200 |
Florian Krupicka |
Fixed: AttachFile upload handling & some form-issues
|
Wed, 09 Jul 2008 20:43:29 +0200 |
Florian Krupicka |
Merged: 1.8
|
Thu, 03 Jul 2008 23:36:48 +0200 |
Florian Krupicka |
Changed form access to MultiDict forms
|
Sat, 21 Jun 2008 16:57:20 +0200 |
Florian Krupicka |
Accomodate for consolidation of Request/Response
|
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
|
Sat, 13 Sep 2008 15:12:14 +0200 |
Reimar Bauer |
browser._format: refactored input parameter "method". The default value is changed from "GET" to None. Now it does not add a form tag to the table on default. You have to give a value of "GET" or "POST" to add a form tag using the given method.
|
Mon, 28 Jul 2008 21:37:22 +0200 |
Thomas Waldmann |
DataBrowserWidget: make callers use correct API (render method)
|
Mon, 28 Jul 2008 20:53:35 +0200 |
Thomas Waldmann |
DataBrowserWidget: remove toHTML/render methods, change all callers to use .format()
|
Sat, 14 Jun 2008 01:49:34 +0200 |
Thomas Waldmann |
AttachFile action: catch RuntimeError when someone tries to unzip a defective archive
|
Thu, 12 Jun 2008 22:57:40 +0200 |
Thomas Waldmann |
AttachFile action: when unzipping member files, decode their filenames from utf-8 and replace invalid chars
|
Thu, 12 Jun 2008 21:57:20 +0200 |
Thomas Waldmann |
AttachFile action: catch runtime error raised by zipfile when trying to view a defective zip
|
Thu, 12 Jun 2008 21:38:28 +0200 |
Thomas Waldmann |
AttachFile action: catch runtime error raised by zipfile to not make attachments list unusable if someone attached a defective zip
|
Wed, 11 Jun 2008 12:52:22 +0200 |
Thomas Waldmann |
AttachFile: refactored unzip subaction code:
|
Sat, 17 May 2008 00:44:32 +0200 |
Thomas Waldmann |
AttachFile: fix uploading of < 1K files (FieldStorage seems to behave different for that case)
|
Mon, 12 May 2008 23:39:36 +0200 |
Thomas Waldmann |
AttachFile: make error msg less confusing when trying to overwrite a file attachment without having acl delete rights
|
Mon, 12 May 2008 22:06:27 +0200 |
Thomas Waldmann |
Load action: remove duplicated code, add comment field, refactor. AttachFile action: refactor. Fix bugs.
|
Mon, 12 May 2008 14:46:02 +0200 |
Thomas Waldmann |
AttachFile/Load: remove misleading/outdated text, Load: fix UI cosmetics, reuse i18n texts
|
Sat, 10 May 2008 17:28:44 +0200 |
Thomas Waldmann |
AttachFile: fix saving of drawing files
|
Thu, 08 May 2008 10:10:12 +0200 |
Thomas Waldmann |
use the open temporary file for file uploads (fixes big memory consumption for big file uploads) - Twisted and mod_python is completely untested
|
Sun, 04 May 2008 18:47:03 +0200 |
Thomas Waldmann |
new request.send_file() call, making it possible to use server-specific optimizations
|
Sat, 26 Apr 2008 19:42:26 +0200 |
Reimar Bauer |
action Attachfile, Despam, backup, thread_monitor: removed duplicated checks done by request.__init__
|
Wed, 19 Mar 2008 18:14:38 +0100 |
Reimar Bauer |
moved browser_supported_images to config and exchanged it
|
Tue, 18 Mar 2008 19:43:45 +0100 |
Reimar Bauer |
EmbedObject: fixed bug for image mimetype and configured when to call EmbedObject
|
Tue, 18 Mar 2008 01:25:15 +0100 |
Radomir Dopieralski |
AttachFile: Make the download link more prominent
|
Sun, 16 Mar 2008 21:07:30 +0100 |
Thomas Waldmann |
merged main
|
Sun, 16 Mar 2008 21:04:16 +0100 |
Thomas Waldmann |
fix some wrong wikiutil.escape usage causing double-escaping
|
Sun, 16 Mar 2008 17:50:51 +0100 |
Reimar Bauer |
Attachfile.getAttachUrl: fixed upload tainting of rename
|
Sun, 16 Mar 2008 17:35:30 +0100 |
Reimar Bauer |
macro.EmbedObject: adjusted to changes of argument parser, escaped output.
|
Fri, 14 Mar 2008 15:46:27 +0100 |
Reimar Bauer |
EmbedObject: fixed some variable names, and escaping of target in AttachFile
|
Fri, 14 Mar 2008 11:27:04 +0100 |
Reimar Bauer |
EmbedObject refactored for new arg parser
|
Mon, 03 Mar 2008 02:34:56 +0100 |
Thomas Waldmann |
AttachFile action: fix AttributeError
|
Mon, 03 Mar 2008 02:02:55 +0100 |
Thomas Waldmann |
pylint findings: fix some harmless stuff
|
Sun, 02 Mar 2008 18:00:59 +0100 |
Thomas Waldmann |
AttachFile: fix messages, remove unused code
|
Sun, 02 Mar 2008 15:57:43 +0100 |
Thomas Waldmann |
AttachFile: fix _access_file return parameter count
|
Sun, 02 Mar 2008 02:10:28 +0100 |
Thomas Waldmann |
i18n.getText: removing wrong (old) kw arguments from _() calls
|
Thu, 28 Feb 2008 22:26:08 +0100 |
Thomas Waldmann |
AttachFile: move ACL processing to handlers, simplify
|
Thu, 28 Feb 2008 21:48:10 +0100 |
Thomas Waldmann |
AttachFile: more refactorings
|
Thu, 28 Feb 2008 21:34:22 +0100 |
Thomas Waldmann |
AttachFile: some cosmetical source changes
|
Thu, 28 Feb 2008 21:31:18 +0100 |
Thomas Waldmann |
remove attachments direct serving (cfg.attachments), refactor AttachFile to use formatter for link generation
|
Wed, 27 Feb 2008 00:23:46 +0100 |
Thomas Waldmann |
refactored _() getText calls to match new api
|
Sat, 12 Jan 2008 18:17:13 +0100 |
Thomas Waldmann |
fix relative attachment targets
|