Mercurial > moin > 1.9
graph
-
fix gui editot formatter XSS issuesTue, 28 Aug 2007 14:10:33 +0200, by Thomas Waldmann
-
wiki parser: match everything looking like a macro and either execute it (macro imports ok) or render the macro markup as text (macro import fails, error msg is in title). This makes scan_rules independent of wiki, so we can move all re.compile time to Parser class (doing it only once on module import time).Tue, 28 Aug 2007 13:43:11 +0200, by Thomas Waldmann
-
parser: anchor, bang_meta, relative pagelink fixes, more testsTue, 28 Aug 2007 03:12:46 +0200, by Thomas Waldmann
-
cleaned up wiki parser commentsTue, 28 Aug 2007 01:34:46 +0200, by Thomas Waldmann
-
added markup change notice to CHANGESSun, 26 Aug 2007 22:40:10 +0200, by Thomas Waldmann
-
fix typosSun, 26 Aug 2007 22:33:48 +0200, by Thomas Waldmann
-
more link/transclusion markup testsSun, 26 Aug 2007 22:30:12 +0200, by Thomas Waldmann
-
add link text parameter to pagelinkmarkupSun, 26 Aug 2007 16:30:04 +0200, by Thomas Waldmann
-
merged mainSun, 26 Aug 2007 16:07:39 +0200, by Thomas Waldmann
-
gui converter fixes for new markup, fix/extend tests, remove unused codeSun, 26 Aug 2007 16:07:21 +0200, by Thomas Waldmann
-
Merged main.Sun, 26 Aug 2007 15:51:24 +0200, by Karol Nowak
-
Remove CHANGES.jabber. It's already been merged with CHANGES and wiki.Sun, 26 Aug 2007 15:49:37 +0200, by grzywacz
-
po files: also find macros that are split at EOLSun, 26 Aug 2007 14:14:54 +0200, by Thomas Waldmann
-
simple po file conversion to new (macro) markupSun, 26 Aug 2007 13:52:35 +0200, by Thomas Waldmann
-
fix group entries that use free links for new link syntaxSun, 26 Aug 2007 12:32:27 +0200, by Thomas Waldmann
-
underlay pages converted to new link/macro markupSat, 25 Aug 2007 23:05:55 +0200, by Thomas Waldmann
-
updated i18n system texts from moinmaster, again (1.6)Sat, 25 Aug 2007 22:13:52 +0200, by Thomas Waldmann
-
updated i18n system texts from moinmaster (1.6)Sat, 25 Aug 2007 21:42:15 +0200, by Thomas Waldmann
-
fix wiki parser and converter testsSat, 25 Aug 2007 20:34:24 +0200, by Thomas Waldmann
-
use rsplit for splitting off anchorSat, 25 Aug 2007 17:42:25 +0200, by Thomas Waldmann
-
merged mainSat, 25 Aug 2007 17:27:14 +0200, by Thomas Waldmann
-
1.6 converter: remove unused code, generate simpler interwiki markup if possibleSat, 25 Aug 2007 16:39:42 +0200, by Thomas Waldmann
-
1.6 converter: create new page revisions with conversion result, handle deleted pagesSat, 25 Aug 2007 15:27:59 +0200, by Thomas Waldmann
-
wiki parser: fix interwiki regex wrong matches, commented that regex partSat, 25 Aug 2007 13:45:24 +0200, by Thomas Waldmann
-
merged mainThu, 23 Aug 2007 21:41:37 +0200, by Thomas Waldmann
-
wiki parser: using <object> for client side page transclusionThu, 23 Aug 2007 21:15:32 +0200, by Thomas Waldmann
-
merged mainThu, 23 Aug 2007 10:34:28 +0200, by Thomas Waldmann
-
fix reading of damaged event-log, fix some commentsThu, 23 Aug 2007 05:07:25 +0200, by Thomas Waldmann
-
1.6 converter: create complete.txt (for reference, not used yet), use 1.5 underscore magic when looking up pages in rename mapWed, 22 Aug 2007 13:51:26 +0200, by Thomas Waldmann
-
1.6 converter: better error handling, better matching of user profilesWed, 22 Aug 2007 10:28:20 +0200, by Thomas Waldmann
-
1.6 converter: make RENAMES_FIELDSEP easily changeableWed, 22 Aug 2007 09:57:42 +0200, by Thomas Waldmann
-
1.6 converter: fix pre scan rulesWed, 22 Aug 2007 09:31:31 +0200, by Thomas Waldmann
-
merged mainTue, 21 Aug 2007 23:34:20 +0200, by Thomas Waldmann
-
1.6 converter: fixed relative linksTue, 21 Aug 2007 23:11:26 +0200, by Thomas Waldmann
-
fix another AbsPageNameTue, 21 Aug 2007 22:57:14 +0200, by Thomas Waldmann
-
merge mainTue, 21 Aug 2007 18:57:06 +0200, by Thomas Waldmann
-
wiki parser: support multiple parent prefixes, require no / directly before or after matched wikiwordsTue, 21 Aug 2007 16:35:54 +0200, by Thomas Waldmann
-
merge mainTue, 21 Aug 2007 15:47:56 +0200, by Thomas Waldmann
-
1.6 converter: fix wiki:/localsubpage caseTue, 21 Aug 2007 14:53:12 +0200, by Thomas Waldmann
-
1.6 converter: interwiki test cases checkedTue, 21 Aug 2007 14:30:56 +0200, by Thomas Waldmann
-
1.6 converter: less magic, better testsTue, 21 Aug 2007 14:11:31 +0200, by Thomas Waldmann
-
tests: some more wiki parser link markup testsTue, 21 Aug 2007 13:32:39 +0200, by Thomas Waldmann
-
merged mainTue, 21 Aug 2007 13:10:34 +0200, by Thomas Waldmann
-
fix typo in last changesetMon, 20 Aug 2007 01:19:13 +0200, by Thomas Waldmann
-
change the default link target for attachments to 'do=view', add a download link at top of the view pageMon, 20 Aug 2007 01:18:22 +0200, by Thomas Waldmann
-
do link description parsing/formatting at the right place (between link on and link off), fixed description text_rule (do not match empty string)Mon, 20 Aug 2007 00:25:29 +0200, by Thomas Waldmann
-
merged mainSun, 19 Aug 2007 23:34:16 +0200, by Thomas Waldmann
-
merged mainSun, 19 Aug 2007 23:00:07 +0200, by Thomas Waldmann
-
merged mainSun, 19 Aug 2007 19:51:56 +0200, by Thomas Waldmann
-
added file with 1.5.8 wiki parser code (see last commit)Sun, 19 Aug 2007 19:29:40 +0200, by Thomas Waldmann
-
* The 1.5.8 to 1.6.0 converter now uses the 1.5.8 wiki parser, for betterSun, 19 Aug 2007 19:28:35 +0200, by Thomas Waldmann
-
tests: fix most wiki markup converter testsMon, 13 Aug 2007 04:06:53 +0200, by Thomas Waldmann
-
remove (un)quoteName, new functions split_interwiki() and resolve_interwiki(), cleanup interwiki mess, fix some link markupMon, 13 Aug 2007 03:04:22 +0200, by Thomas Waldmann
-
fix testsMon, 13 Aug 2007 01:06:37 +0200, by Thomas Waldmann
-
change ["free link"] to [[free link]] in all built-in markupSun, 12 Aug 2007 23:58:58 +0200, by Thomas Waldmann
-
change [[macro]] to <<macro>> in all built-in markupSun, 12 Aug 2007 23:42:33 +0200, by Thomas Waldmann
-
wiki parser: using images (transcluded objs) as link descriptionSun, 12 Aug 2007 20:18:28 +0200, by Thomas Waldmann
-
wiki parser: parse link/transclude descriptions, fixes. html formatter: title/alt fixesSun, 12 Aug 2007 19:25:55 +0200, by Thomas Waldmann
-
wiki parser: clean up link vs. transclusionSun, 12 Aug 2007 06:03:36 +0200, by Thomas Waldmann
-
wiki parser: some internal renames, fix https imagesSun, 12 Aug 2007 05:14:00 +0200, by Thomas Waldmann