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
|
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
|
Fri, 19 Sep 2008 21:41:40 +0200 |
Thomas Waldmann |
fix backup action configuration (broke on windows due to backslashes in e.g. cache_dir), try 2.
|
Thu, 18 Sep 2008 22:19:44 +0200 |
Thomas Waldmann |
fix backup action configuration (broke on windows due to backslashes in e.g. cache_dir)
|
Sun, 31 Aug 2008 21:02:09 +0200 |
Thomas Waldmann |
backup action: add missing file
|
Sat, 26 Apr 2008 19:42:26 +0200 |
Reimar Bauer |
action Attachfile, Despam, backup, thread_monitor: removed duplicated checks done by request.__init__
|
Wed, 27 Feb 2008 00:23:46 +0100 |
Thomas Waldmann |
refactored _() getText calls to match new api
|
Sun, 23 Dec 2007 23:52:43 +0100 |
Alexander Schremmer |
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
|
Sun, 12 Aug 2007 23:42:33 +0200 |
Thomas Waldmann |
change [[macro]] to <<macro>> in all built-in markup
|
Tue, 10 Jul 2007 15:00:22 +0200 |
Johannes Berg |
i18n fixes, mostly _('aa'%xx) -> _('aa')%xx
|
Mon, 02 Jul 2007 23:33:20 +0200 |
Thomas Waldmann |
Big PEP8 and whitespace cleanup
|
Wed, 20 Jun 2007 14:37:58 +0200 |
Thomas Waldmann |
added tarfile.py from py 2.5.1 (backported to work with py 2.3/2.4), fix imports to use it for tests/backup (ported from 1.6)
|
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()
|
Thu, 27 Jul 2006 01:18:14 +0200 |
Thomas Waldmann |
use emit_http_headers
|
Mon, 17 Jul 2006 04:01:34 +0200 |
Thomas Waldmann |
whitespace-only cleanup, small style changes
|
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__
|
Sat, 21 Jan 2006 16:13:30 +0000 |
Thomas Waldmann |
classic theme: added GUI editor link, general: footer code cleanup
|
Thu, 20 Oct 2005 06:45:11 +0000 |
Thomas Waldmann |
remove non-working code from backup action
|
Sat, 15 Oct 2005 13:56:10 +0000 |
Thomas Waldmann |
implement restore backup subaction, with a already local backup file
|