| Wed, 11 Feb 2009 02:34:33 +0100 |
wikiutil: replace moin's cgi/urllib wrappers by calls to werkzeug.utils code
|
file | diff | annotate |
| Tue, 10 Feb 2009 12:51:02 +0100 |
Despam action: explicitely using repr() there is more clear than having it happen somewhere deeper in the code
|
file | diff | annotate |
| Tue, 23 Sep 2008 00:53:18 +0200 |
merged moin/1.8 repo (tests need more fixing)
|
file | diff | annotate |
| Fri, 22 Aug 2008 22:58:18 +0200 |
merge moin/1.8 repo
|
file | diff | annotate |
| Sun, 20 Jul 2008 18:08:13 +0200 |
Make more use of werkzeugs Href object for URL-generation in MoinMoin
|
file | diff | annotate |
| Thu, 03 Jul 2008 23:36:48 +0200 |
Changed form access to MultiDict forms
|
file | diff | annotate |
| Wed, 18 Jun 2008 00:28:07 +0200 |
Replaced/removed calls to request.emit_http_headers
|
file | diff | annotate |
| Mon, 16 Jun 2008 12:11:24 +0200 |
Replaced request.getScriptname() with a werkzeug property
|
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, 26 Apr 2008 19:42:26 +0200 |
action Attachfile, Despam, backup, thread_monitor: removed duplicated checks done by request.__init__
|
file | diff | annotate |
| Fri, 07 Mar 2008 14:45:05 +0100 |
fix some more minor problems find by pydev (unused/double imports, wrong indentation, ...)
|
file | diff | annotate |
| Sat, 23 Feb 2008 01:27:27 +0100 |
fixed Despam action: editor grouping was broken, increase time interval to 30d (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 |
| Mon, 02 Jul 2007 23:33:20 +0200 |
Big PEP8 and whitespace cleanup
|
file | diff | annotate |
| Fri, 23 Feb 2007 13:06:42 +0100 |
Eclipse PyDev Check: fixed lots of its errors and warnings
|
file | diff | annotate |
| Sun, 18 Feb 2007 21:39:36 +0100 |
remove unneeded request param from page.send_page()
|
file | diff | annotate |
| Sun, 20 Aug 2006 15:51:08 +0200 |
new page.link_to_raw function, use more page.link_to(_raw) instead of lowlevel wikiutil.link_tag, use more query dicts instead of strs
|
file | diff | annotate |
| Thu, 27 Jul 2006 01:18:14 +0200 |
use emit_http_headers
|
file | diff | annotate |
| Mon, 17 Jul 2006 04:01:34 +0200 |
whitespace-only cleanup, small style changes
|
file | diff | annotate |
| Thu, 06 Jul 2006 17:16:26 +0200 |
pep8 style changes
|
file | diff | annotate |
| Sat, 06 May 2006 00:09:06 +0200 |
make request.(html_)formatter available early and use it
|
file | diff | annotate |
| Fri, 05 May 2006 13:31:08 +0200 |
removed MoinMoinNoFooter at many places, added call to theme.send_closing_html() where needed
|
file | diff | annotate |
| Fri, 05 May 2006 12:41:10 +0200 |
move send_title/footer from wikiutil to theme.__init__
|
file | diff | annotate |
| Tue, 11 Apr 2006 09:59:11 +0000 |
refactored some d.has_key(k) to k in d (faster)
|
file | diff | annotate |
| Sat, 18 Feb 2006 15:31:50 +0000 |
user.isSuperUser() check, require cfg.superuser being a list or tuple
|
file | diff | annotate |
| Sat, 21 Jan 2006 16:13:30 +0000 |
classic theme: added GUI editor link, general: footer code cleanup
|
file | diff | annotate |
| Wed, 14 Dec 2005 00:21:43 +0000 |
send http headers for Despam action
|
file | diff | annotate |
| Mon, 21 Nov 2005 08:37:18 +0000 |
beginning of Despam fixing (todo: debug why it does only revert one new spam page), fixed typos
|
file | diff | annotate |
| Sat, 15 Oct 2005 16:56:39 +0000 |
use own urllib wrapper, see wikiutil
|
file | diff | annotate |
| Fri, 23 Sep 2005 19:27:45 +0000 |
Despam / mass revert action, needs superuser
|
file | diff | annotate |