Mon, 11 Feb 2013 12:01:18 +0800 |
Cheer Xiao |
add mixin class AutoNe to implement __ne__ in terms of __eq__
|
Mon, 11 Feb 2013 05:03:13 +0100 |
Thomas Waldmann |
added missing encoding declaration for non-ascii source file
|
Mon, 11 Feb 2013 04:54:46 +0100 |
Thomas Waldmann |
wikiconfig.html: fix wrong closing tag
|
Mon, 11 Feb 2013 04:50:26 +0100 |
Thomas Waldmann |
more strict pep8 checker config
|
Mon, 11 Feb 2013 04:49:04 +0100 |
Thomas Waldmann |
lots of pep8 fixes
|
Sun, 10 Feb 2013 23:54:13 +0100 |
Thomas Waldmann |
remove unused imports
|
Sun, 10 Feb 2013 22:50:21 +0100 |
Thomas Waldmann |
refactor usage of constants
|
Sun, 10 Feb 2013 20:02:54 +0100 |
Thomas Waldmann |
merged
gae
|
Sun, 10 Feb 2013 22:12:48 +0530 |
Tarashish Mishra |
Added web interface for index operations
gae
|
Sun, 10 Feb 2013 19:55:14 +0100 |
Thomas Waldmann |
merged default branch into gae branch
gae
|
Sun, 10 Feb 2013 19:46:56 +0100 |
Thomas Waldmann |
merged namespaces branch into default branch - expect some breakage
|
Sun, 10 Feb 2013 19:31:30 +0100 |
Thomas Waldmann |
acl processing: deal with users having multiple names, add tests
namespaces
|
Sun, 10 Feb 2013 17:27:25 +0100 |
Thomas Waldmann |
added itemtype meta to serialized sample items
namespaces
|
Sun, 10 Feb 2013 17:25:10 +0100 |
Thomas Waldmann |
merged default branch into namespaces branch
namespaces
|
Sun, 10 Feb 2013 17:17:52 +0100 |
Thomas Waldmann |
added itemtype meta to serialized sample items
|
Sun, 10 Feb 2013 17:17:17 +0100 |
Thomas Waldmann |
temporary hack to add itemtype meta when unserializing files that don't have it
|
Sun, 10 Feb 2013 07:42:39 +0800 |
Cheer Xiao |
fix handling of HEAD requests
|
Sun, 10 Feb 2013 07:42:33 +0800 |
Cheer Xiao |
add (failing) tests for HEAD requests
|
Sat, 09 Feb 2013 19:38:31 +0100 |
Thomas Waldmann |
merged default branch into gae branch
gae
|
Sat, 09 Feb 2013 17:30:19 +0100 |
Thomas Waldmann |
merged default into namespaces branch
namespaces
|
Sat, 09 Feb 2013 17:26:13 +0100 |
Thomas Waldmann |
merged
|
Fri, 08 Feb 2013 21:17:59 +0800 |
Cheer Xiao |
use whoosh for index filtering
|
Sat, 09 Feb 2013 17:03:57 +0100 |
Thomas Waldmann |
add some dummy methods for NonExistent item - calling base class methods would cause crashes
namespaces
|
Sat, 09 Feb 2013 04:45:41 +0100 |
Thomas Waldmann |
updated serialization of example items to use a list of names in metadata
namespaces
|
Sat, 09 Feb 2013 04:42:17 +0100 |
Thomas Waldmann |
deserializer: deal with single names, convert them to list of names
namespaces
|
Sat, 09 Feb 2013 04:14:42 +0100 |
Thomas Waldmann |
fix userbrowser for multiple names
namespaces
|
Sat, 09 Feb 2013 03:50:16 +0100 |
Thomas Waldmann |
determine user identity by itemid, not name
namespaces
|
Sat, 09 Feb 2013 02:41:42 +0100 |
Thomas Waldmann |
usersettings: allow multiple names
namespaces
|
Sat, 09 Feb 2013 01:48:35 +0100 |
Thomas Waldmann |
merged default branch into namespaces branch
namespaces
|
Tue, 05 Feb 2013 12:50:07 +0100 |
Thomas Waldmann |
item-put: rather use the ITEMID, fix exception caused by meta NAME being a list
namespaces
|
Tue, 05 Feb 2013 01:17:46 +0100 |
Thomas Waldmann |
moin save docs: mention --all-backends
namespaces
|
Mon, 04 Feb 2013 20:33:01 +0100 |
Thomas Waldmann |
fix exception in handle_macro
namespaces
|
Sun, 03 Feb 2013 10:49:45 -0700 |
Roger Haase |
fix 275 Cannot insert images into paragraphs
|
Sun, 03 Feb 2013 10:46:11 -0700 |
Roger Haase |
add styling to indicate non-existent link when img is used as alternate
|
Sun, 03 Feb 2013 00:01:57 +0530 |
Tarashish Mishra |
Added Makefile targets for local server and GAE upload
gae
|
Mon, 04 Feb 2013 00:27:51 +0100 |
Thomas Waldmann |
implement get_names() with workaround code, reduce code duplication
namespaces
|
Sun, 03 Feb 2013 23:42:36 +0100 |
Thomas Waldmann |
remove workaround for (meanwhile fixed) whoosh issue #200
namespaces
|
Sun, 03 Feb 2013 23:34:16 +0100 |
Thomas Waldmann |
indexing: fix extraction of item_name from meta[NAME] when it is a list
namespaces
|
Sun, 03 Feb 2013 23:14:38 +0100 |
Thomas Waldmann |
minor changes for consistency, etc.
namespaces
|
Sun, 03 Feb 2013 22:29:55 +0100 |
Thomas Waldmann |
remove some unused imports
namespaces
|
Sun, 03 Feb 2013 17:38:03 +0100 |
Thomas Waldmann |
use isinstance instead of type/types.X
namespaces
|
Sun, 03 Feb 2013 16:05:21 +0100 |
Thomas Waldmann |
fix initials computation for NAME being a list, move sort/upper/lower code to method
namespaces
|
Sun, 03 Feb 2013 15:23:59 +0100 |
Thomas Waldmann |
fix make_flat_index for NAME being a list
namespaces
|
Sun, 03 Feb 2013 14:22:48 +0100 |
Thomas Waldmann |
routing: if no namespace can be determined, fail early
namespaces
|
Sun, 03 Feb 2013 13:39:05 +0100 |
Thomas Waldmann |
fix item rename/delete for NAME meta being a list of names
namespaces
|
Sun, 03 Feb 2013 05:07:08 +0100 |
Thomas Waldmann |
remove None items when building a name list (None = empty name list)
namespaces
|
Sun, 03 Feb 2013 04:05:02 +0100 |
Thomas Waldmann |
fix blog item, use rev.name to just get first name
namespaces
|
Sun, 03 Feb 2013 03:56:51 +0100 |
Thomas Waldmann |
merged default branch into namespaces branch
namespaces
|
Sat, 02 Feb 2013 20:03:20 +0100 |
Thomas Waldmann |
fix pep8 issue
|
Sat, 02 Feb 2013 11:57:57 +0800 |
Cheer Xiao |
Automated merge with http://hg.moinmo.in/moin/2.0
|
Sat, 02 Feb 2013 11:57:33 +0800 |
Cheer Xiao |
fix ordering of RegistryContent.Entry
|
Thu, 31 Jan 2013 14:30:15 +0800 |
Cheer Xiao |
base MoinMoin.util.mime.Type on collections.namedtuple
|
Sat, 02 Feb 2013 03:11:46 +0100 |
Thomas Waldmann |
merged
|
Thu, 31 Jan 2013 07:28:39 -0700 |
Roger Haase |
fix 314 correct rendering of comments with internal markup and mixed emphasis/strong markup
|
Thu, 31 Jan 2013 07:25:12 -0700 |
Roger Haase |
improve styling for inserted text
|
Thu, 24 Jan 2013 09:13:15 -0700 |
Roger Haase |
fix traceback when email not configured
|
Thu, 24 Jan 2013 09:12:11 -0700 |
Roger Haase |
fix traceback when logging password verification error
|
Wed, 23 Jan 2013 13:13:25 -0700 |
Roger Haase |
merge
|
Wed, 23 Jan 2013 13:11:55 -0700 |
Roger Haase |
improve display of archive member list, right align size, omit directories, remove T from timestamp
|
Wed, 23 Jan 2013 13:07:56 -0700 |
Roger Haase |
remove workaround for firefox wordbreak within tables, fixed in firefox version 15
|