| Sun, 11 Jan 2009 22:18:04 +0100 |
fix AttachFile XSS issues
|
file | diff | annotate |
| Sat, 13 Sep 2008 15:12:14 +0200 |
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.
|
file | diff | annotate |
| Mon, 28 Jul 2008 21:37:22 +0200 |
DataBrowserWidget: make callers use correct API (render method)
|
file | diff | annotate |
| Mon, 28 Jul 2008 20:53:35 +0200 |
DataBrowserWidget: remove toHTML/render methods, change all callers to use .format()
|
file | diff | annotate |
| Sat, 14 Jun 2008 01:49:34 +0200 |
AttachFile action: catch RuntimeError when someone tries to unzip a defective archive
|
file | diff | annotate |
| Thu, 12 Jun 2008 22:57:40 +0200 |
AttachFile action: when unzipping member files, decode their filenames from utf-8 and replace invalid chars
|
file | diff | annotate |
| Thu, 12 Jun 2008 21:57:20 +0200 |
AttachFile action: catch runtime error raised by zipfile when trying to view a defective zip
|
file | diff | annotate |
| Thu, 12 Jun 2008 21:38:28 +0200 |
AttachFile action: catch runtime error raised by zipfile to not make attachments list unusable if someone attached a defective zip
|
file | diff | annotate |
| Wed, 11 Jun 2008 12:52:22 +0200 |
AttachFile: refactored unzip subaction code:
|
file | diff | annotate |
| Sat, 17 May 2008 00:44:32 +0200 |
AttachFile: fix uploading of < 1K files (FieldStorage seems to behave different for that case)
|
file | diff | annotate |
| Mon, 12 May 2008 23:39:36 +0200 |
AttachFile: make error msg less confusing when trying to overwrite a file attachment without having acl delete rights
|
file | diff | annotate |
| Mon, 12 May 2008 22:06:27 +0200 |
Load action: remove duplicated code, add comment field, refactor. AttachFile action: refactor. Fix bugs.
|
file | diff | annotate |
| Mon, 12 May 2008 14:46:02 +0200 |
AttachFile/Load: remove misleading/outdated text, Load: fix UI cosmetics, reuse i18n texts
|
file | diff | annotate |
| Sat, 10 May 2008 17:28:44 +0200 |
AttachFile: fix saving of drawing files
|
file | diff | annotate |
| Thu, 08 May 2008 10:10:12 +0200 |
use the open temporary file for file uploads (fixes big memory consumption for big file uploads) - Twisted and mod_python is completely untested
|
file | diff | annotate |
| Sun, 04 May 2008 18:47:03 +0200 |
new request.send_file() call, making it possible to use server-specific optimizations
|
file | diff | annotate |
| Sat, 26 Apr 2008 19:42:26 +0200 |
action Attachfile, Despam, backup, thread_monitor: removed duplicated checks done by request.__init__
|
file | diff | annotate |
| Wed, 19 Mar 2008 18:14:38 +0100 |
moved browser_supported_images to config and exchanged it
|
file | diff | annotate |
| Tue, 18 Mar 2008 19:43:45 +0100 |
EmbedObject: fixed bug for image mimetype and configured when to call EmbedObject
|
file | diff | annotate |
| Tue, 18 Mar 2008 01:25:15 +0100 |
AttachFile: Make the download link more prominent
|
file | diff | annotate |
| Sun, 16 Mar 2008 21:07:30 +0100 |
merged main
|
file | diff | annotate |
| Sun, 16 Mar 2008 21:04:16 +0100 |
fix some wrong wikiutil.escape usage causing double-escaping
|
file | diff | annotate |
| Sun, 16 Mar 2008 17:50:51 +0100 |
Attachfile.getAttachUrl: fixed upload tainting of rename
|
file | diff | annotate |
| Sun, 16 Mar 2008 17:35:30 +0100 |
macro.EmbedObject: adjusted to changes of argument parser, escaped output.
|
file | diff | annotate |
| Fri, 14 Mar 2008 15:46:27 +0100 |
EmbedObject: fixed some variable names, and escaping of target in AttachFile
|
file | diff | annotate |
| Fri, 14 Mar 2008 11:27:04 +0100 |
EmbedObject refactored for new arg parser
|
file | diff | annotate |
| Mon, 03 Mar 2008 02:34:56 +0100 |
AttachFile action: fix AttributeError
|
file | diff | annotate |
| Mon, 03 Mar 2008 02:02:55 +0100 |
pylint findings: fix some harmless stuff
|
file | diff | annotate |
| Sun, 02 Mar 2008 18:00:59 +0100 |
AttachFile: fix messages, remove unused code
|
file | diff | annotate |
| Sun, 02 Mar 2008 15:57:43 +0100 |
AttachFile: fix _access_file return parameter count
|
file | diff | annotate |
| Sun, 02 Mar 2008 02:10:28 +0100 |
i18n.getText: removing wrong (old) kw arguments from _() calls
|
file | diff | annotate |
| Thu, 28 Feb 2008 22:26:08 +0100 |
AttachFile: move ACL processing to handlers, simplify
|
file | diff | annotate |
| Thu, 28 Feb 2008 21:48:10 +0100 |
AttachFile: more refactorings
|
file | diff | annotate |
| Thu, 28 Feb 2008 21:34:22 +0100 |
AttachFile: some cosmetical source changes
|
file | diff | annotate |
| Thu, 28 Feb 2008 21:31:18 +0100 |
remove attachments direct serving (cfg.attachments), refactor AttachFile to use formatter for link generation
|
file | diff | annotate |
| Wed, 27 Feb 2008 00:23:46 +0100 |
refactored _() getText calls to match new api
|
file | diff | annotate |
| Sat, 12 Jan 2008 18:17:13 +0100 |
fix relative attachment targets
|
file | diff | annotate |
| Fri, 22 Feb 2008 22:11:51 +0100 |
attachment links now require double brackets
|
file | diff | annotate |
| Tue, 05 Feb 2008 21:22:56 +0100 |
bug fix of MoinMoinBugs/MoveAttachmentNotWorkingWithModPython (thanks to Boleslaw Kulbabinski) (ported from 1.6)
|
file | diff | annotate |
| Mon, 28 Jan 2008 14:29:07 +0100 |
action.AttachFile: bugfix showing unzip for packages, install for superuser
|
file | diff | annotate |
| Sun, 06 Jan 2008 02:49:32 +0100 |
new antispam stuff: textchas (text CAPTCHAs), cleanup AttachFile handler (port from 1.6)
|
file | diff | annotate |
| Sun, 23 Dec 2007 23:52:43 +0100 |
Refactor all modules to use the new add_msg interface in 1.7 (done by Frederico Lorenzi). Should not be backported to 1.6 but
|
file | diff | annotate |
| Wed, 03 Oct 2007 10:46:10 +0200 |
AttachFile.getFilename: creates attachment dir on requesting filename
|
file | diff | annotate |
| Thu, 20 Sep 2007 18:39:32 +0200 |
catch error when saving a drawing
|
file | diff | annotate |
| Thu, 23 Aug 2007 10:34:28 +0200 |
merged main
|
file | diff | annotate |
| Mon, 20 Aug 2007 01:19:13 +0200 |
fix typo in last changeset
|
file | diff | annotate |
| Mon, 20 Aug 2007 01:18:22 +0200 |
change the default link target for attachments to 'do=view', add a download link at top of the view page
|
file | diff | annotate |
| Sun, 19 Aug 2007 23:00:07 +0200 |
merged main
|
file | diff | annotate |
| Mon, 13 Aug 2007 03:04:22 +0200 |
remove (un)quoteName, new functions split_interwiki() and resolve_interwiki(), cleanup interwiki mess, fix some link markup
|
file | diff | annotate |
| Wed, 22 Aug 2007 10:41:04 +0200 |
bug fix for non css browsers like w3m: for input fields set size of textarea and text to cols="80"
|
file | diff | annotate |
| Sun, 19 Aug 2007 22:46:10 +0200 |
fixed attachment_link api - it now has a 'on' parameter like most of the other methods
|
file | diff | annotate |
| Sat, 04 Aug 2007 17:35:24 +0200 |
show new 1.6 quoted attachment syntax in attachment list
|
file | diff | annotate |
| Mon, 30 Jul 2007 18:07:20 +0200 |
if attachment upload uses overwrite mode, we have to check for delete rights, not only for write rights
|
file | diff | annotate |
| Mon, 23 Jul 2007 14:36:04 +0200 |
AttachFile:only superuser with write access to a page should get install dialog for packages
|
file | diff | annotate |
| Sun, 22 Jul 2007 03:51:10 +0200 |
Regenerate xapian index on added attachment, fix PageDeletedEvent, fix header
|
file | diff | annotate |
| Wed, 11 Jul 2007 02:50:00 +0200 |
Email notification about new attachments. Some i18n issues left to be fixed.
|
file | diff | annotate |
| Tue, 10 Jul 2007 17:56:54 +0200 |
Merge main.
|
file | diff | annotate |
| Wed, 04 Jul 2007 12:10:11 +0200 |
Merge main.
|
file | diff | annotate |
| Sat, 23 Jun 2007 00:01:56 +0200 |
Introduce an base EventResult class for event handler return values.
|
file | diff | annotate |
| Tue, 10 Jul 2007 15:00:22 +0200 |
i18n fixes, mostly _('aa'%xx) -> _('aa')%xx
|
file | diff | annotate |