Sat, 22 Mar 2008 17:43:22 +0100 |
Alexander Schremmer |
Remove ACL check from the wikisync code - it will be checked again later on. This check might have avoided syncing certain pages even though it would have been ok permission-wise. Thats why a (backport needed).
|
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
|
Sat, 22 Mar 2008 16:49:43 +0100 |
Johannes Berg |
make syncpages not crash on remote errors
|
Sat, 22 Mar 2008 14:25:21 +0100 |
Reimar Bauer |
test_Page: testSendPage added
|
Sat, 22 Mar 2008 13:54:55 +0100 |
Johannes Berg |
request framework: handle connection aborts gracefully
|
Sat, 22 Mar 2008 13:49:57 +0100 |
Reimar Bauer |
theme.__init__: bugfix for searchform and actionsMenu
|
Sat, 22 Mar 2008 13:43:21 +0100 |
Johannes Berg |
send_page sucks. fix bug with invalid highlight REs
|
Sat, 22 Mar 2008 13:25:06 +0100 |
Johannes Berg |
fix actionsmenu form's action attribute
|
Sat, 22 Mar 2008 12:43:01 +0100 |
Johannes Berg |
queryparser: catch exceptions, raise exception on '""'
|
Sat, 22 Mar 2008 11:54:56 +0100 |
Johannes Berg |
add a parser test about leading None arguments
|
Sat, 22 Mar 2008 05:26:32 +0100 |
Johannes Berg |
reimplement and thereby fix QueryParser
|
Sat, 22 Mar 2008 05:11:04 +0100 |
Johannes Berg |
parse_quoted_separated_ext: allow multiple/different quoting characters
|
Sat, 22 Mar 2008 03:47:47 +0100 |
Johannes Berg |
parse_quoted_separated_ext: fix unclosed quotes
|
Sat, 22 Mar 2008 03:00:25 +0100 |
Johannes Berg |
wikiutil.parse_quoted_separated_ext: allow for prefixes
|
Sat, 22 Mar 2008 02:36:45 +0100 |
Johannes Berg |
wikiutil.parse_quoted_separated_ext: make bracketing support indicate which bracket was used
|
Sat, 22 Mar 2008 02:33:00 +0100 |
Johannes Berg |
wikiutil.parse_quoted_separated_ext: allow multi-key stuff
|
Sat, 22 Mar 2008 01:37:49 +0100 |
Johannes Berg |
fix bug in parse_quoted_separated_ext and add tests that caught the bug
|
Sat, 22 Mar 2008 01:20:57 +0100 |
Johannes Berg |
introduce wikiutil.parse_quoted_separated_ext
|
Fri, 21 Mar 2008 22:05:38 +0100 |
Johannes Berg |
fix category highlight re
|
Fri, 21 Mar 2008 20:20:14 +0100 |
Johannes Berg |
make category search match the category indicator properly
|
Fri, 21 Mar 2008 20:16:32 +0100 |
Johannes Berg |
queryparser: kill nasty attempt to detect category searches
|
Fri, 21 Mar 2008 20:01:16 +0100 |
Johannes Berg |
fix category search
|
Fri, 21 Mar 2008 18:25:03 +0100 |
Johannes Berg |
move some code under openid_server_enabled where it belongs
|
Fri, 21 Mar 2008 17:09:51 +0100 |
Johannes Berg |
add configuration tests
|
Fri, 21 Mar 2008 15:40:54 +0100 |
Johannes Berg |
fix tests: need to untar underlay.tar not underlay.tar.bz2
|
Fri, 21 Mar 2008 14:49:39 +0100 |
Johannes Berg |
pep8 test: use extended attributes (where available) to store last-tested-mtime
|
Fri, 21 Mar 2008 13:31:24 +0100 |
Thomas Waldmann |
GUI editor: fixed javascript error by using a simpler word_rule_js regex
|
Fri, 21 Mar 2008 12:51:01 +0100 |
Thomas Waldmann |
moin xmlrpc write command: improve builtin docs, auto-append ?action=xmlrpc2
|
Fri, 21 Mar 2008 11:59:02 +0100 |
Reimar Bauer |
xmlrpc.__init__: fixed missing user xmlrpc_applyAuthToken
|
Fri, 21 Mar 2008 10:19:29 +0100 |
Reimar Bauer |
test_EmbedObject: whitespace fix
|
Fri, 21 Mar 2008 03:03:43 +0100 |
Thomas Waldmann |
Fix for FCKeditor dialog boxes with FireFox3 (thanks to Rich Renomeron)
|
Fri, 21 Mar 2008 00:40:17 +0100 |
Reimar Bauer |
merged main
|
Fri, 21 Mar 2008 00:39:19 +0100 |
Reimar Bauer |
macro.Hits: removed order reverse
|
Thu, 20 Mar 2008 23:14:56 +0100 |
Reimar Bauer |
test_EmbedObject: add a test to check all major mimetype
|
Fri, 21 Mar 2008 00:23:47 +0100 |
Thomas Waldmann |
merged main
|
Fri, 21 Mar 2008 00:18:04 +0100 |
Thomas Waldmann |
updated Makefile for 1.7 underlay (pathes, use master17.moinmo.in, use .tar)
|
Fri, 21 Mar 2008 00:12:30 +0100 |
Thomas Waldmann |
updated underlay (copied from 1.6), remove underlay.tar.bz2, use underlay.tar from now on
|
Fri, 21 Mar 2008 00:07:37 +0100 |
Thomas Waldmann |
updated i18n (copied from 1.6 + a few fixes)
|
Thu, 20 Mar 2008 22:51:04 +0100 |
Radomir Dopieralski |
merge main
|
Thu, 20 Mar 2008 22:50:41 +0100 |
Radomir Dopieralski |
macro NewPage converted to the new arg parser
|
Thu, 20 Mar 2008 22:19:07 +0100 |
Reimar Bauer |
merged main
|
Thu, 20 Mar 2008 22:18:39 +0100 |
Reimar Bauer |
macro.RecentChanges: shows revert and rename action with comment
|
Thu, 20 Mar 2008 22:03:19 +0100 |
Reimar Bauer |
action.revert: fixed doc string
|
Thu, 20 Mar 2008 22:02:02 +0100 |
Reimar Bauer |
action.revert: reverted to bb04265ce89a
|
Thu, 20 Mar 2008 22:12:48 +0100 |
Radomir Dopieralski |
macro Navigation converted to the new argument parser
|
Thu, 20 Mar 2008 21:42:32 +0100 |
Johannes Berg |
really make required_arg take choices (including test)
|
Thu, 20 Mar 2008 21:39:55 +0100 |
Reimar Bauer |
merged main
|
Thu, 20 Mar 2008 21:36:57 +0100 |
Reimar Bauer |
macro.EmbedObject: adjusted required_arg removed duplicate msg
|
Thu, 20 Mar 2008 21:36:03 +0100 |
Reimar Bauer |
merged main
|
Thu, 20 Mar 2008 21:20:41 +0100 |
Reimar Bauer |
action.revert: fixed doc string
|
Thu, 20 Mar 2008 21:14:58 +0100 |
Reimar Bauer |
action.revert: keep revert action in log
|
Thu, 20 Mar 2008 20:16:44 +0100 |
Reimar Bauer |
action.diff: rearanged buttons and title
|
Thu, 20 Mar 2008 20:13:22 +0100 |
Reimar Bauer |
action.diff: fixed to the right rev no
|
Thu, 20 Mar 2008 21:22:27 +0100 |
Johannes Berg |
merge with main
|
Thu, 20 Mar 2008 21:22:00 +0100 |
Johannes Berg |
allow required_arg to take a tuple/list
|
Thu, 20 Mar 2008 18:43:36 +0100 |
Reimar Bauer |
action.diff: added a revert button
|
Thu, 20 Mar 2008 18:00:37 +0100 |
Thomas Waldmann |
work around unpythonic WSGI 1.0 read() API, fixing broken xmlrpc putPage with mod_wsgi
|
Thu, 20 Mar 2008 17:40:22 +0100 |
Reimar Bauer |
CHANGES: fixed Juergens Name
|
Thu, 20 Mar 2008 16:33:46 +0100 |
Johannes Berg |
ActionBase: default to POST
|
Thu, 20 Mar 2008 16:31:10 +0100 |
Johannes Berg |
fix revert action. I suck.
|