Sat, 11 Oct 2008 14:46:12 +0200 |
Thomas Waldmann |
fixing https detection for servers using HTTPS=1 and also for wsgi servers not using HTTPS/SSL_ environment, but just wsgi.url_scheme
|
Thu, 09 Oct 2008 21:45:14 +0200 |
Thomas Waldmann |
merged moin/1.7
|
Thu, 09 Oct 2008 21:44:07 +0200 |
Thomas Waldmann |
GUI editor: fix crash when editing a page with non-ASCII pagename and inserting a link
|
Sun, 12 Oct 2008 12:22:00 +0200 |
Radomir Dopieralski |
parser/highlight.py: rollback the duplicated css classes for diff
|
Sun, 12 Oct 2008 11:56:16 +0200 |
Radomir Dopieralski |
parser/highlight.py: include css classes for diff
|
Sun, 12 Oct 2008 11:48:39 +0200 |
Radomir Dopieralski |
merge main
|
Sat, 11 Oct 2008 23:37:57 +0200 |
Radomir Dopieralski |
parser/highlight.py: highlight Token.Operator.Word as a ResWord
|
Sun, 12 Oct 2008 00:59:13 +0200 |
Thomas Waldmann |
deprecate ParserBase syntax highlighter
|
Sun, 12 Oct 2008 00:26:49 +0200 |
Thomas Waldmann |
replace the diff parser by a thin wrapper around the highlight parser (to keep syntax like {{{#!diff ... working)
|
Sat, 11 Oct 2008 23:54:29 +0200 |
Thomas Waldmann |
replace the python/pascal/java/cpp parser by a thin wrapper around the highlight parser (to keep syntax like {{{#python ... working)
|
Sat, 11 Oct 2008 23:12:42 +0200 |
Radomir Dopieralski |
highlight.py: fix a bug in argument parsing that removed spaces between arguments
|
Sat, 11 Oct 2008 22:33:39 +0200 |
Radomir Dopieralski |
parser/highlight.py: use .Preprc css class for Token.Comment.Preproc
|
Sat, 11 Oct 2008 21:57:13 +0200 |
Thomas Waldmann |
highlight parser: some cosmetic fixes
|
Sat, 11 Oct 2008 21:28:23 +0200 |
Radomir Dopieralski |
New parser, highlight.py, using Pygments to highlight a number of different
|
Sat, 11 Oct 2008 21:27:32 +0200 |
Radomir Dopieralski |
Adding Pygments to MoinMoin/support
|