Mon, 05 Jan 2009 23:23:54 +0100 |
Thomas Waldmann |
streamline attachment_drawing formatter behaviour
|
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, 16 Jun 2008 17:21:25 +0200 |
Florian Krupicka |
Moved unique-id-generation from request into own object
|
Sat, 22 Mar 2008 17:35:34 +0100 |
Thomas Waldmann |
fix interwiki links using correct query arg separator for the case that there are query args in the interwiki map entry and additionally given in the link markup
|
Wed, 19 Mar 2008 03:29:43 +0100 |
Johannes Berg |
don't use <br/> but rather <br> as recommended by the HTML standard and w3c
|
Sun, 16 Mar 2008 21:04:16 +0100 |
Thomas Waldmann |
fix some wrong wikiutil.escape usage causing double-escaping
|
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 14:38:26 +0100 |
Johannes Berg |
allow "abbr" as table cell attribute
|
Wed, 27 Feb 2008 12:46:18 +0100 |
Thomas Waldmann |
refactored misc. modules to use own logger instead of request.log
|
Wed, 27 Feb 2008 00:28:28 +0100 |
Radomir Dopieralski |
refactored _() getText calls to match new api
|
Wed, 20 Feb 2008 10:23:56 +0100 |
Thomas Waldmann |
get formatters in sync with 1.6 cs 2558:3e3a549b49f0, add attachimg icon (needed by html formatter)
|
Sat, 25 Aug 2007 17:42:25 +0200 |
Thomas Waldmann |
use rsplit for splitting off anchor
|
Thu, 23 Aug 2007 10:34:28 +0200 |
Thomas Waldmann |
merged main
|
Tue, 21 Aug 2007 18:57:06 +0200 |
Thomas Waldmann |
merge main
|
Mon, 20 Aug 2007 01:18:22 +0200 |
Thomas Waldmann |
change the default link target for attachments to 'do=view', add a download link at top of the view page
|
Sun, 19 Aug 2007 23:00:07 +0200 |
Thomas Waldmann |
merged main
|
Sun, 19 Aug 2007 19:28:35 +0200 |
Thomas Waldmann |
* The 1.5.8 to 1.6.0 converter now uses the 1.5.8 wiki parser, for better
|
Mon, 13 Aug 2007 03:04:22 +0200 |
Thomas Waldmann |
remove (un)quoteName, new functions split_interwiki() and resolve_interwiki(), cleanup interwiki mess, fix some link markup
|
Sun, 12 Aug 2007 19:25:55 +0200 |
Thomas Waldmann |
wiki parser: parse link/transclude descriptions, fixes. html formatter: title/alt fixes
|
Thu, 23 Aug 2007 10:29:42 +0200 |
Thomas Waldmann |
add transclusion / transclusion_param formatter methods (for html: <object> / <param>)
|
Tue, 21 Aug 2007 18:47:29 +0200 |
Thomas Waldmann |
remove superfluous request parameter from AbsPageName/RelPageName
|
Sun, 19 Aug 2007 22:46:10 +0200 |
Thomas Waldmann |
fixed attachment_link api - it now has a 'on' parameter like most of the other methods
|
Fri, 03 Aug 2007 13:30:42 +0200 |
Thomas Waldmann |
moved python2.3/2.4 compatibility code to MoinMoin.support.python_compatibility (thanks to Heinrich Wendel)
|
Fri, 27 Jul 2007 11:37:37 +0200 |
Johannes Berg |
refactor the ID generation/writing code
|
Thu, 26 Jul 2007 16:29:13 +0200 |
Johannes Berg |
introduce ID cache in request, make everybody generate valid IDs even inside includes
|
Thu, 26 Jul 2007 16:25:59 +0200 |
Johannes Berg |
get rid of the text_html formatter tag stacks, they break with cached stuff anyway
|
Wed, 25 Jul 2007 14:56:52 +0200 |
Johannes Berg |
(johill, xorAxAx) make formatter responsible for making heading IDs unique
|
Fri, 20 Jul 2007 20:33:01 +0200 |
Thomas Waldmann |
enable new PEP8 test, fixes where it failed
|
Sun, 15 Jul 2007 16:34:25 +0200 |
Johannes Berg |
fix the quoting mess
|
Mon, 02 Jul 2007 23:33:20 +0200 |
Thomas Waldmann |
Big PEP8 and whitespace cleanup
|
Mon, 02 Jul 2007 16:23:12 +0200 |
Thomas Waldmann |
replace crlf in python src files by lf
|
Tue, 01 May 2007 19:01:20 +0200 |
Thomas Waldmann |
comments: moved the check for the user setting to the formatter, fixes caching issue
|
Tue, 17 Apr 2007 00:04:29 +0200 |
Thomas Waldmann |
better alt/title for drawings
|
Mon, 16 Apr 2007 22:46:57 +0200 |
Thomas Waldmann |
set alt attribute of attachment images (required by html4)
|
Fri, 30 Mar 2007 21:50:50 +0200 |
Thomas Waldmann |
'make pylint', fixed lots of minor stuff found by pylint (and there is still lots left to do)
|
Tue, 27 Mar 2007 21:07:33 +0200 |
Thomas Waldmann |
fixing copyright headers: remove umlauts (encoding troubles), make epydoc compatible, reformat
|
Sun, 25 Mar 2007 22:37:45 +0200 |
Thomas Waldmann |
new function AttachFile.exists to reduce code duplication
|
Sat, 10 Mar 2007 23:16:23 +0100 |
Thomas Waldmann |
reduce usage of .keys()
|
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
|
Sun, 25 Feb 2007 03:08:18 +0100 |
Thomas Waldmann |
Page.url(): removed escaping support
|
Fri, 23 Feb 2007 20:31:08 +0100 |
Thomas Waldmann |
cleaning up comments, minor refactorings in heading formatter
|
Fri, 23 Feb 2007 02:16:07 +0100 |
Thomas Waldmann |
Eclipse PyDev Check: fixed lots of its errors and warnings
|
Tue, 30 Jan 2007 21:36:23 +0100 |
Thomas Waldmann |
remove 'generated' attribute from pagelink html output (ported from 1.5-791)
|
Sat, 21 Oct 2006 01:50:39 +0200 |
Thomas Waldmann |
formatter: fix empty pagename Page object generation
|
Thu, 07 Sep 2006 16:59:39 +0200 |
Alexander Schremmer |
Added no_magic to text_html formatter to disable tag autoclosing. (Thanks to Radomir Dopieralski.)
|
Fri, 18 Aug 2006 11:43:50 +0200 |
Franz Pletz |
merge with main
|
Thu, 17 Aug 2006 08:34:22 +0200 |
Franz Pletz |
basic structure for new AdvancedSearch macro, py2.4 fix for html formatter
|
Mon, 14 Aug 2006 13:14:13 +0200 |
Thomas Waldmann |
merged xapian branch
|
Sat, 22 Jul 2006 17:56:50 +0200 |
Franz Pletz |
merge with main
|
Tue, 18 Jul 2006 15:36:02 +0200 |
Franz Pletz |
Fixed some bugs, whitespaces at EOL, better i18n for SystemInfo
|
Mon, 14 Aug 2006 01:24:01 +0200 |
Thomas Waldmann |
replace usage of find by 'in' operator
|
Mon, 14 Aug 2006 00:54:29 +0200 |
Thomas Waldmann |
removed deprecated usage of apply()
|
Sat, 22 Jul 2006 12:39:18 +0200 |
Thomas Waldmann |
whitespace-only cleanup and minor style changes
|
Sun, 11 Jun 2006 17:48:25 +0200 |
Thomas Waldmann |
quoting for attachment filenames, wikiutil.load_wikimap, split_wiki can parse quoting, join_wiki does url_quote
|
Fri, 02 Jun 2006 16:58:56 +0200 |
Thomas Waldmann |
moved smileys from MoinMoin.config to theme, fixed smiley text_python caching bug
|
Tue, 16 May 2006 20:41:40 +0200 |
Thomas Waldmann |
moved formatter.base to formatter.__init__
|
Tue, 25 Apr 2006 09:35:23 +0200 |
tw |
css class 'attachment' for attached images. todo: use it in css.
|
Sat, 15 Apr 2006 18:35:41 +0000 |
Thomas Waldmann |
fixed missing </a> formatter bug
|
Sat, 15 Apr 2006 13:10:51 +0000 |
Thomas Waldmann |
change p generation from self-closing to auto-closing, add \n before table for gui converter
|