Mercurial > moin > 1.9
graph
-
remove unused/unneeded pagename_quoted attrs/refsSun, 16 Nov 2008 16:50:56 +0100, by Thomas Waldmann
-
merged moin/1.8Thu, 13 Nov 2008 08:48:24 +0100, by Thomas Waldmann
-
send_page has no msg param any more, use theme.add_msgTue, 11 Nov 2008 22:00:33 +0100, by Thomas Waldmann
-
GUI editor: fix heading levels when inserting new headings (thanks to PrebenR)Sat, 08 Nov 2008 14:43:49 +0100, by Thomas Waldmann
-
locking: workaround win32 problems (spurious access denied exceptions), improve loggingSat, 08 Nov 2008 14:18:04 +0100, by Thomas Waldmann
-
standalone server: be more specific when catching socket exceptions, treat socket errors in http header emission in the same waySat, 08 Nov 2008 14:36:38 +0100, by Thomas Waldmann
-
add new right/center/left/justify css classes also to modernized themeFri, 07 Nov 2008 08:19:28 +0100, by Thomas Waldmann
-
Modernized theme: make broken links grayWed, 05 Nov 2008 22:58:24 +0100, by Radomir Dopieralski
-
Modernized theme: make broken links grayWed, 05 Nov 2008 23:00:11 +0100, by Radomir Dopieralski
-
add pygments package to setup.pySun, 02 Nov 2008 11:59:54 +0100, by Thomas Waldmann
-
make werkzeug use our logging and logging configuration, not setup its ownSun, 02 Nov 2008 05:01:53 +0100, by Thomas Waldmann
-
updated CHANGESSun, 02 Nov 2008 04:48:40 +0100, by Thomas Waldmann
-
tests: remove duplicate test, adapt tests to new highlight parser outputSun, 02 Nov 2008 04:14:50 +0100, by Thomas Waldmann
-
merged moin/1.8Sun, 02 Nov 2008 02:15:55 +0100, by Thomas Waldmann
-
tagged release 1.8.0Sun, 02 Nov 2008 01:33:23 +0100, by Thomas Waldmann
-
added CHANGES entry for new css classes and usage example 1.8.0Sun, 02 Nov 2008 01:00:06 +0100, by Thomas Waldmann
-
merge moin/1.7Sun, 02 Nov 2008 00:49:49 +0100, by Thomas Waldmann
-
add left/center/right/justify classes to builtin themesSun, 26 Oct 2008 16:00:01 -0700, by Thomas Waldmann
-
bump version to 1.8.0Sun, 02 Nov 2008 00:45:50 +0100, by Thomas Waldmann
-
updated underlaySun, 02 Nov 2008 00:35:30 +0100, by Thomas Waldmann
-
CHANGES: condensed changelog to just show major differences relative to 1.7.2Sun, 02 Nov 2008 00:11:52 +0100, by Thomas Waldmann
-
updated i18nSat, 01 Nov 2008 22:51:15 +0100, by Thomas Waldmann
-
fix PEP8 sourcecode test failureSat, 01 Nov 2008 22:26:46 +0100, by Thomas Waldmann
-
updated CHANGESSat, 01 Nov 2008 22:20:23 +0100, by Thomas Waldmann
-
import.irclog: use irssi parser to format logs, mimetype added .irc to text/plainWed, 29 Oct 2008 11:49:51 +0100, by Reimar Bauer
-
SyncPages: add workaround for callers calling log_status with encoded bytestringsWed, 29 Oct 2008 05:46:36 +0100, by Thomas Waldmann
-
SyncPages: improve code readabilityWed, 29 Oct 2008 05:25:29 +0100, by Thomas Waldmann
-
GUI editor: fix inserting smileys that contain a backslash or single-quoteWed, 29 Oct 2008 04:58:12 +0100, by Thomas Waldmann
-
added sk i18n, updated i18nWed, 29 Oct 2008 03:43:40 +0100, by Thomas Waldmann
-
merged moin/1.7Sun, 26 Oct 2008 12:26:37 -0700, by Thomas Waldmann
-
Python 2.3 compatibility fixes (thanks to Greg Ward)Sun, 26 Oct 2008 12:21:42 -0700, by Thomas Waldmann
-
https detection: fix bug in changeset 3e019f6ae381Sat, 11 Oct 2008 22:04:06 +0200, by Thomas Waldmann
-
fixing https detection for servers using HTTPS=1 and also for wsgi servers not using HTTPS/SSL_ environment, but just wsgi.url_schemeSat, 11 Oct 2008 14:46:12 +0200, by Thomas Waldmann
-
merged moin/1.7Thu, 09 Oct 2008 21:45:14 +0200, by Thomas Waldmann
-
GUI editor: fix crash when editing a page with non-ASCII pagename and inserting a linkThu, 09 Oct 2008 21:44:07 +0200, by Thomas Waldmann
-
parser/highlight.py: rollback the duplicated css classes for diffSun, 12 Oct 2008 12:22:00 +0200, by Radomir Dopieralski
-
parser/highlight.py: include css classes for diffSun, 12 Oct 2008 11:56:16 +0200, by Radomir Dopieralski
-
merge mainSun, 12 Oct 2008 11:48:39 +0200, by Radomir Dopieralski
-
parser/highlight.py: highlight Token.Operator.Word as a ResWordSat, 11 Oct 2008 23:37:57 +0200, by Radomir Dopieralski
-
deprecate ParserBase syntax highlighterSun, 12 Oct 2008 00:59:13 +0200, by Thomas Waldmann
-
replace the diff parser by a thin wrapper around the highlight parser (to keep syntax like {{{#!diff ... working)Sun, 12 Oct 2008 00:26:49 +0200, by 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:54:29 +0200, by Thomas Waldmann
-
highlight.py: fix a bug in argument parsing that removed spaces between argumentsSat, 11 Oct 2008 23:12:42 +0200, by Radomir Dopieralski
-
parser/highlight.py: use .Preprc css class for Token.Comment.PreprocSat, 11 Oct 2008 22:33:39 +0200, by Radomir Dopieralski
-
highlight parser: some cosmetic fixesSat, 11 Oct 2008 21:57:13 +0200, by Thomas Waldmann
-
New parser, highlight.py, using Pygments to highlight a number of differentSat, 11 Oct 2008 21:28:23 +0200, by Radomir Dopieralski
-
Adding Pygments to MoinMoin/supportSat, 11 Oct 2008 21:27:32 +0200, by Radomir Dopieralski
-
merged moin/1.8Sun, 05 Oct 2008 00:38:07 +0200, by Thomas Waldmann
-
tagged release 1.8.0rc1Sun, 05 Oct 2008 00:21:38 +0200, by Thomas Waldmann
-
merged moin/1.7Sat, 04 Oct 2008 23:04:05 +0200, by Thomas Waldmann
-
standalone server: fix --interface option, try 2Sat, 04 Oct 2008 23:02:49 +0200, by Thomas Waldmann
-
updated underlaySat, 04 Oct 2008 22:17:45 +0200, by Thomas Waldmann
-
updated i18nSat, 04 Oct 2008 21:57:38 +0200, by Thomas Waldmann
-
updated CHANGESSat, 04 Oct 2008 21:38:30 +0200, by Thomas Waldmann
-
merged moin/1.7Sat, 04 Oct 2008 21:22:42 +0200, by Thomas Waldmann
-
mointwisted: better use Config.name for pidFile to avoid conflicts and keep same behaviour as in the pastSat, 04 Oct 2008 11:22:38 +0200, by Thomas Waldmann
-
mointwisted: added missing pidFile parameterSat, 04 Oct 2008 10:59:23 +0200, by Thomas Waldmann
-
fix moin server standalone argument processing for --interface=""Sat, 04 Oct 2008 10:22:32 +0200, by Thomas Waldmann
-
hmac_new: add missing importSat, 04 Oct 2008 16:46:50 +0200, by Thomas Waldmann