Mon, 10 Sep 2007 21:18:06 +0200 |
Thomas Waldmann |
tests: convert lock and pysupport tests to py.test
|
Mon, 10 Sep 2007 20:59:49 +0200 |
Thomas Waldmann |
tests: convert security tests to py.test
|
Mon, 10 Sep 2007 20:30:48 +0200 |
Thomas Waldmann |
tests: convert wikisync tests to py.test
|
Mon, 10 Sep 2007 20:16:33 +0200 |
Thomas Waldmann |
tests: convert user tests to py.test, fix tests
|
Mon, 10 Sep 2007 19:47:35 +0200 |
Thomas Waldmann |
tests: convert PageEditor tests to py.test
|
Mon, 10 Sep 2007 18:37:32 +0200 |
Thomas Waldmann |
skip broken test
|
Sun, 09 Sep 2007 23:30:58 +0200 |
Reimar Bauer |
test_ImageLink: added two new tests, fixed class name
|
Sun, 09 Sep 2007 22:19:45 +0200 |
Thomas Waldmann |
1.6 converter: convert ImageLink to new link/transclusion syntax
|
Sun, 09 Sep 2007 13:04:33 +0200 |
Thomas Waldmann |
wiki_parser: refined acceptable_keys
|
Sun, 09 Sep 2007 02:19:59 +0200 |
Thomas Waldmann |
wiki parser: link/transclusion parameter parsing
|
Sat, 08 Sep 2007 23:53:12 +0200 |
Thomas Waldmann |
wiki parser: introduce link and transclusion params, strip spaces with the regex
|
Fri, 03 Aug 2007 00:50:37 +0300 |
Ville-Pekka Vainio |
Don't add a relative path to sys.path but an absolute path
|
Sat, 08 Sep 2007 23:09:38 +0200 |
Thomas Waldmann |
wiki parser: make stuff more consistent, implement transclusion desc parsing similar to link desc parsing, clean up
|
Sat, 08 Sep 2007 22:53:47 +0200 |
Thomas Waldmann |
fix page tests (we currently have 2 revs/page in underlay)
|
Sat, 08 Sep 2007 21:23:35 +0200 |
Thomas Waldmann |
1.6 converter: better sorting of rename map
|
Sat, 08 Sep 2007 21:05:23 +0200 |
Thomas Waldmann |
1.6 converter: sort rename map
|
Sat, 08 Sep 2007 20:26:57 +0200 |
Thomas Waldmann |
1.6 converter: kill */MoinEditorBackup pages (replaced by draft functionality), cleanup docstring
|
Sat, 08 Sep 2007 18:44:46 +0200 |
Thomas Waldmann |
parsers: 'inline:' is gone
|
Fri, 07 Sep 2007 22:33:35 +0200 |
Thomas Waldmann |
fix DataBrowserWidget output if there is no data
|
Fri, 07 Sep 2007 01:08:03 +0200 |
Thomas Waldmann |
fix hitcounts
|
Fri, 07 Sep 2007 00:18:31 +0200 |
Thomas Waldmann |
merged main
|
Fri, 07 Sep 2007 00:15:42 +0200 |
Thomas Waldmann |
fix wrong last_edit info
|
Wed, 05 Sep 2007 15:43:00 +0200 |
Thomas Waldmann |
added 'xmlrpc' to actions_excluded default value, return Fault if xmlrpc action is excluded
|
Wed, 05 Sep 2007 13:18:33 +0200 |
Reimar Bauer |
reverted to 2795:f24afde03048, because breaks reverting
|
Tue, 04 Sep 2007 22:18:01 +0200 |
Reimar Bauer |
action.info: PEP8 fixes
|
Tue, 04 Sep 2007 22:14:02 +0200 |
Reimar Bauer |
hitcounts, action.info: bugfix for non existing page and special character in pagename
|
Sun, 02 Sep 2007 19:33:57 +0200 |
Reimar Bauer |
xmlrpc_putPage: call depends on acls and wiki auth or http auth, identical to wikisync, wiki auth see following example
|
Sat, 01 Sep 2007 23:13:24 +0200 |
Thomas Waldmann |
rst parser: fix link generation to generate absolute links
|
Sat, 01 Sep 2007 01:37:06 +0200 |
Thomas Waldmann |
remove a pre python-2.0 anachronism
|
Sat, 01 Sep 2007 01:30:05 +0200 |
Thomas Waldmann |
more octal cosmetics
|
Sat, 01 Sep 2007 01:15:14 +0200 |
Thomas Waldmann |
cosmetic fix: this is NOT octal
|
Fri, 31 Aug 2007 21:00:24 +0200 |
Thomas Waldmann |
phpwiki2moinmoin - support new moin wiki markup's link and macro syntax
|
Fri, 31 Aug 2007 13:23:08 +0200 |
Thomas Waldmann |
rst parser: use <<...>> for macros, no inline: any more
|
Fri, 31 Aug 2007 12:57:40 +0200 |
Reimar Bauer |
EmbedObject: msg strings corrected for new macro syntax and external url call parameter renamed
|
Thu, 30 Aug 2007 16:32:05 +0200 |
Reimar Bauer |
EmbedObject:bug fix escaped url
|
Wed, 29 Aug 2007 19:46:01 +0200 |
Reimar Bauer |
macro.__init__.py:GetVal bug fixed of respecting acls and test added
|
Wed, 29 Aug 2007 17:59:13 +0200 |
Reimar Bauer |
EmbedObject:PEP8 fixes
|
Wed, 29 Aug 2007 16:40:31 +0200 |
Reimar Bauer |
EmbedObject: refactored to use only object for valid html 4
|
Wed, 29 Aug 2007 15:12:44 +0200 |
Thomas Waldmann |
add the additional 'markup' param also to the special TOC formatter
|
Tue, 28 Aug 2007 14:40:29 +0200 |
Thomas Waldmann |
gui editor converter: convert <object>, needs more work
|
Tue, 28 Aug 2007 14:15:07 +0200 |
Thomas Waldmann |
gedit formatter: use new transclusion syntax for attachment_inline when feeding gui editor
|
Tue, 28 Aug 2007 14:10:33 +0200 |
Thomas Waldmann |
fix gui editot formatter XSS issues
|
Tue, 28 Aug 2007 13:43:11 +0200 |
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 03:12:46 +0200 |
Thomas Waldmann |
parser: anchor, bang_meta, relative pagelink fixes, more tests
|
Tue, 28 Aug 2007 01:34:46 +0200 |
Thomas Waldmann |
cleaned up wiki parser comments
|
Sun, 26 Aug 2007 22:40:10 +0200 |
Thomas Waldmann |
added markup change notice to CHANGES
|
Sun, 26 Aug 2007 22:33:48 +0200 |
Thomas Waldmann |
fix typos
|
Sun, 26 Aug 2007 22:30:12 +0200 |
Thomas Waldmann |
more link/transclusion markup tests
|
Sun, 26 Aug 2007 16:30:04 +0200 |
Thomas Waldmann |
add link text parameter to pagelinkmarkup
|
Sun, 26 Aug 2007 16:07:39 +0200 |
Thomas Waldmann |
merged main
|
Sun, 26 Aug 2007 16:07:21 +0200 |
Thomas Waldmann |
gui converter fixes for new markup, fix/extend tests, remove unused code
|
Sun, 26 Aug 2007 15:51:24 +0200 |
Karol Nowak |
Merged main.
|
Sun, 26 Aug 2007 15:49:37 +0200 |
grzywacz |
Remove CHANGES.jabber. It's already been merged with CHANGES and wiki.
|
Sun, 26 Aug 2007 14:14:54 +0200 |
Thomas Waldmann |
po files: also find macros that are split at EOL
|
Sun, 26 Aug 2007 13:52:35 +0200 |
Thomas Waldmann |
simple po file conversion to new (macro) markup
|
Sun, 26 Aug 2007 12:32:27 +0200 |
Thomas Waldmann |
fix group entries that use free links for new link syntax
|
Sat, 25 Aug 2007 23:05:55 +0200 |
Thomas Waldmann |
underlay pages converted to new link/macro markup
|
Sat, 25 Aug 2007 22:13:52 +0200 |
Thomas Waldmann |
updated i18n system texts from moinmaster, again (1.6)
|
Sat, 25 Aug 2007 21:42:15 +0200 |
Thomas Waldmann |
updated i18n system texts from moinmaster (1.6)
|
Sat, 25 Aug 2007 20:34:24 +0200 |
Thomas Waldmann |
fix wiki parser and converter tests
|