Thu, 22 Mar 2007 07:23:36 +0100 |
Thomas Waldmann |
Fix crash in AttachFile when called by xmlrpc and request.page is None
|
Sun, 18 Mar 2007 11:41:42 +0100 |
Reimar Bauer |
AttachFile: clear rename for form after upload
|
Sat, 10 Mar 2007 22:01:07 +0100 |
Thomas Waldmann |
reduce usage of has_key()
|
Sat, 10 Mar 2007 19:20:19 +0100 |
Thomas Waldmann |
reduce reduce, filter and map usage
|
Fri, 09 Mar 2007 00:48:20 +0100 |
Thomas Waldmann |
AttachFile: also show file mtime in attachment list
|
Mon, 26 Feb 2007 00:09:20 +0100 |
Thomas Waldmann |
AttachFile: more usage of the formatter
|
Sun, 25 Feb 2007 23:45:07 +0100 |
Thomas Waldmann |
comments only: cleaned up TODO, XXX, ...
|
Sun, 25 Feb 2007 03:08:18 +0100 |
Thomas Waldmann |
Page.url(): removed escaping support
|
Sat, 24 Feb 2007 20:08:00 +0100 |
Thomas Waldmann |
reuse existing page object
|
Fri, 23 Feb 2007 21:26:11 +0100 |
Reimar Bauer |
AttachFile:merged with 1796:57f12932915f, EXIF:bug fixed in test/debug function
|
Fri, 23 Feb 2007 21:01:33 +0100 |
Reimar Bauer |
AttachFile: getText of add_attachment fixed, Load:only PageEditor restricts uploading of pages
|
Fri, 23 Feb 2007 20:31:08 +0100 |
Thomas Waldmann |
cleaning up comments, minor refactorings in heading formatter
|
Fri, 23 Feb 2007 13:06:42 +0100 |
Thomas Waldmann |
Eclipse PyDev Check: fixed lots of its errors and warnings
|
Fri, 23 Feb 2007 02:16:07 +0100 |
Thomas Waldmann |
Eclipse PyDev Check: fixed lots of its errors and warnings
|
Sun, 18 Feb 2007 21:39:36 +0100 |
Thomas Waldmann |
remove unneeded request param from page.send_page()
|
Tue, 30 Jan 2007 23:01:44 +0100 |
Thomas Waldmann |
fix some unescaped uses of pagename (ported from 1.5-803/805/806)
|
Tue, 30 Jan 2007 22:47:57 +0100 |
Thomas Waldmann |
AttachFile: allow overwriting files when user chooses that option (ported from 1.5-802)
|
Wed, 01 Nov 2006 23:55:39 +0100 |
Thomas Waldmann |
update i18n, fix i18n tools
|
Tue, 31 Oct 2006 22:11:29 +0100 |
Thomas Waldmann |
AttachList can list files of given mimetype now (ported from 1.5)
|
Sun, 22 Oct 2006 17:30:23 +0200 |
Thomas Waldmann |
display upload attachment form at top, avoids lots of scrolling
|
Sun, 08 Oct 2006 21:16:15 +0200 |
ReimarBauer |
getAttachUrl gets an optional parameter for do='get' or do='view'
|
Sun, 08 Oct 2006 21:10:09 +0200 |
Thomas Waldmann |
move attachments: fix ticket calls
|
Sun, 08 Oct 2006 21:02:03 +0200 |
Thomas Waldmann |
move attachments: remove unneeded imports
|
Sun, 08 Oct 2006 20:39:38 +0200 |
ReimarBauer |
attachment move
|
Thu, 14 Sep 2006 18:37:05 +0200 |
Thomas Waldmann |
content-disposition for AttachFile downloads either inline or attachment depending on mimetype in cfg.mimetypes_xss_protect list
|
Sun, 27 Aug 2006 15:29:01 +0200 |
Thomas Waldmann |
merged xapian branch
|
Thu, 24 Aug 2006 15:33:44 +0200 |
Franz Pletz |
fix for deleting from xapian index
|
Wed, 23 Aug 2006 22:48:01 +0200 |
Franz Pletz |
ensure new attachments trigger an index update, doc update for MoinMoin.search.Xapian
|
Sun, 27 Aug 2006 01:20:15 +0200 |
Thomas Waldmann |
remove util.filesys.make[dD]irs - not needed any more due to os.umask() use
|
Sat, 26 Aug 2006 14:58:24 +0200 |
Thomas Waldmann |
replace most find() calls by in/index()
|
Fri, 18 Aug 2006 23:23:27 +0200 |
Thomas Waldmann |
use url_prefix_static = '/moin_static160' instead of url_prefix = '/wiki' to avoid user confusion and stale caches
|
Fri, 18 Aug 2006 21:20:15 +0200 |
Thomas Waldmann |
remove most chmod calls, use 1 os.umask() call in request module instead (port from 1.5)
|
Tue, 01 Aug 2006 10:01:44 +0200 |
Thomas Waldmann |
304 response support for attached files
|
Thu, 27 Jul 2006 01:18:14 +0200 |
Thomas Waldmann |
use emit_http_headers
|
Sat, 22 Jul 2006 14:45:58 +0200 |
Thomas Waldmann |
use config.umask for saved drawing files (backport to 1.5)
|
Thu, 06 Jul 2006 17:16:26 +0200 |
Thomas Waldmann |
pep8 style changes
|
Thu, 22 Jun 2006 22:26:19 +0200 |
Thomas Waldmann |
use rel nofollow for action links
|
Thu, 25 May 2006 13:33:19 +0200 |
Thomas Waldmann |
merge moin/1.6
|
Fri, 19 May 2006 20:18:45 +0200 |
Thomas Waldmann |
fix wrong import, make more use of MimeType class
|
Fri, 19 May 2006 19:12:41 +0200 |
Thomas Waldmann |
merge xapian branch and 1.6 branch
|
Mon, 01 May 2006 16:43:28 +0200 |
Thomas Waldmann |
xapian search: some fixes, move mimetype stuff to wikiutil, add opendocument mimetypes, add opendocument filter modules
|
Tue, 16 May 2006 00:16:32 +0200 |
Alexander Schremmer |
Refactored adding attachments.
|
Sun, 07 May 2006 18:04:51 +0200 |
Thomas Waldmann |
move twikidraw saving stuff from request to AttachFile, ok for CGI, needs tests for Twisted and WSGI
|
Fri, 05 May 2006 13:31:08 +0200 |
Thomas Waldmann |
removed MoinMoinNoFooter at many places, added call to theme.send_closing_html() where needed
|
Fri, 05 May 2006 12:41:10 +0200 |
Thomas Waldmann |
move send_title/footer from wikiutil to theme.__init__
|
Wed, 05 Apr 2006 08:32:20 +0000 |
Alexander Schremmer |
Fixed XSS issue which could lead to cookie theft etc. Thanks to the CAcert Security Team!
|
Sat, 18 Feb 2006 15:31:50 +0000 |
Thomas Waldmann |
user.isSuperUser() check, require cfg.superuser being a list or tuple
|
Sat, 21 Jan 2006 16:13:30 +0000 |
Thomas Waldmann |
classic theme: added GUI editor link, general: footer code cleanup
|
Sat, 14 Jan 2006 00:02:05 +0000 |
Thomas Waldmann |
show attachment: samples with %20 in attachment list
|
Thu, 12 Jan 2006 21:10:47 +0000 |
Alexander Schremmer |
Repaired zipping, a very small typo broke it.
|
Sun, 04 Dec 2005 11:40:42 +0000 |
Thomas Waldmann |
fixed crash with non-ASCII attachment filename
|
Sun, 04 Dec 2005 10:34:44 +0000 |
Alexander Schremmer |
"Winzip compat ?patch" - Allow a .zip file to have a directory in it if it is the only one. Thanks Diego Ongaro.
|
Thu, 27 Oct 2005 12:11:37 +0000 |
Florian Festi |
make Attachment fix run with Py 2.3
|
Thu, 27 Oct 2005 09:15:20 +0000 |
Florian Festi |
fixed MoinMoinBugs/BrokenAttachmentPaths
|
Tue, 18 Oct 2005 00:04:22 +0000 |
Thomas Waldmann |
attachment unzipper: only log the file name, not the absolute path
|
Mon, 17 Oct 2005 23:49:48 +0000 |
Thomas Waldmann |
attachment unzipper: handle file count quota-like as it was done with size
|
Mon, 17 Oct 2005 23:29:32 +0000 |
Thomas Waldmann |
limit file count when unzipping an attachment
|
Sun, 16 Oct 2005 16:01:50 +0000 |
Alexander Schremmer |
Refactored unzipping settings into multiconfig. Untested.
|
Sat, 15 Oct 2005 20:05:05 +0000 |
Alexander Schremmer |
Fixed minor typo in an i18nable string.
|
Sat, 15 Oct 2005 18:03:12 +0000 |
Thomas Waldmann |
move make / parse query string functions to wikiutil, make unicode-safe
|