Sat, 03 Nov 2012 01:07:11 +0100 |
Thomas Waldmann |
merged
|
Fri, 02 Nov 2012 14:28:05 +0100 |
Pavel Sviderski |
Implemented pubread acl right for blog entries.
|
Sat, 03 Nov 2012 00:07:08 +0100 |
Thomas Waldmann |
do not use unsupported .format method in error msg for old python versions
|
Fri, 02 Nov 2012 23:59:17 +0100 |
Thomas Waldmann |
fix destroy template text
|
Fri, 02 Nov 2012 22:54:17 +0100 |
Thomas Waldmann |
add markdown doc stub
|
Thu, 01 Nov 2012 21:22:30 +0100 |
Thomas Waldmann |
added development/contribution workflow docs
|
Thu, 01 Nov 2012 22:42:28 +0530 |
Tarashish Mishra |
removed login=1 as it was not being used
gae
|
Thu, 01 Nov 2012 18:16:44 +0100 |
Thomas Waldmann |
merged default into namespaces branch
namespaces
|
Thu, 01 Nov 2012 22:18:51 +0530 |
Tarashish Mishra |
pep8 fixes
gae
|
Thu, 01 Nov 2012 21:59:13 +0530 |
Tarashish Mishra |
user authentication from gae api
gae
|
Tue, 30 Oct 2012 23:50:24 +0100 |
Thomas Waldmann |
require pytest < 2.3, because pytest 2.3.x doesn't work with our test code, likely due to the fixture changes done after 2.2
|
Tue, 30 Oct 2012 23:41:47 +0100 |
Thomas Waldmann |
remove unused import that make trouble with py.test 2.3.x
|
Thu, 11 Oct 2012 22:03:58 +0200 |
Thomas Waldmann |
merged
|
Thu, 11 Oct 2012 15:48:05 +0800 |
Cheer Xiao |
Fix {% if index %} -> {% if dirs or files %} in index.html
|
Thu, 11 Oct 2012 12:53:17 -0700 |
Roger Haase |
move obsolete browser message to modify page
|
Tue, 09 Oct 2012 13:50:06 -0700 |
Roger Haase |
display svg objects with IE8
|
Sun, 07 Oct 2012 13:41:18 -0700 |
Roger Haase |
eliminate double wrapping of transcluded svg items
|
Sat, 06 Oct 2012 11:54:50 -0700 |
Roger Haase |
Merge
|
Sat, 06 Oct 2012 11:45:13 -0700 |
Roger Haase |
Backed out changeset: 23ef0be1aec5 eliminate double wrapping of transcluded objects
|
Sun, 07 Oct 2012 19:11:38 +0530 |
Tarashish Mishra |
send mail on gae
gae
|
Sat, 06 Oct 2012 17:46:24 +0200 |
Thomas Waldmann |
merged default into namespaces branch, some stuff XXX BROKEN
namespaces
|
Fri, 05 Oct 2012 17:56:42 +0530 |
Tarashish Mishra |
remove unnecessary files from download archive and add moin.py app.yaml and wikiconfig_gae.py
gae
|
Fri, 05 Oct 2012 11:13:32 +0800 |
Cheer Xiao |
Add cross-reference when an item present in both dir and file sections in index view.
|
Fri, 05 Oct 2012 11:13:28 +0800 |
Cheer Xiao |
Use different macros for dir and file in index, make dir items link to +index view instead of +show
|
Thu, 04 Oct 2012 10:12:19 +0200 |
Thomas Waldmann |
merged
|
Thu, 04 Oct 2012 00:14:34 +0800 |
Cheer Xiao |
Automated merge with http://hg.moinmo.in/moin/2.0
|
Thu, 04 Oct 2012 00:13:22 +0800 |
Cheer Xiao |
Demote priority in registry entries so that it is only compared when other fields are equal.
|
Thu, 04 Oct 2012 10:11:30 +0200 |
Thomas Waldmann |
merged
|
Sun, 30 Sep 2012 10:09:23 -0700 |
Roger Haase |
merge
|
Sun, 30 Sep 2012 10:07:16 -0700 |
Roger Haase |
eliminate double wrapping of transcluded objects,
|
Thu, 27 Sep 2012 13:46:13 -0700 |
Roger Haase |
CSS and javascript changes to support obsolete IE7 and IE8 browsers,
|
Tue, 02 Oct 2012 22:27:09 +0530 |
Tarashish Mishra |
Optimized static file serving on GAE
gae
|
Tue, 02 Oct 2012 21:54:03 +0200 |
Thomas Waldmann |
merged
|
Mon, 01 Oct 2012 23:38:17 +0800 |
Cheer Xiao |
Make RegistryContent.register accept an Entry and group name for slightly cleaner code.
|
Mon, 01 Oct 2012 18:45:46 +0530 |
Tarashish Mishra |
create a dist package with support
gae
|
Mon, 01 Oct 2012 18:27:00 +0530 |
Tarashish Mishra |
We don't want pytest in production
gae
|
Mon, 01 Oct 2012 14:24:35 +0200 |
Thomas Waldmann |
cosmetic changes to constants.itemtypes
|
Mon, 01 Oct 2012 15:33:12 +0800 |
Cheer Xiao |
Replace ITEMTYPES with information collected in item_registry.
|
Sun, 30 Sep 2012 19:15:29 +0200 |
Reimar Bauer |
_ui_tests: skip if wiki server is not running
|
Sun, 30 Sep 2012 00:13:39 +0200 |
Thomas Waldmann |
some minor / cosmetic changes
gae
|
Sat, 29 Sep 2012 23:54:22 +0200 |
Thomas Waldmann |
merged changesets from default branch into gae branch
gae
|
Sat, 29 Sep 2012 23:33:22 +0200 |
Thomas Waldmann |
add app.on_gae boolean, so code can check whether it runs on Google App Engine
gae
|
Sat, 29 Sep 2012 22:24:37 +0200 |
Thomas Waldmann |
only do the MoinMoin.log.configured = True hack when running on GAE
gae
|
Sat, 29 Sep 2012 21:57:33 +0200 |
Thomas Waldmann |
merged
gae
|
Sun, 30 Sep 2012 01:24:36 +0530 |
Tarashish Mishra |
Now moin.py runs standalone server
gae
|
Sat, 29 Sep 2012 21:56:51 +0200 |
Thomas Waldmann |
docs: add GAE / support archive hint to requirements docs
gae
|
Sat, 29 Sep 2012 21:49:07 +0200 |
Thomas Waldmann |
add standalone installation docs
gae
|
Sat, 29 Sep 2012 21:29:50 +0200 |
Thomas Waldmann |
docs: move the support archive creation docs to the developer docs
gae
|
Sat, 29 Sep 2012 19:50:11 +0200 |
Thomas Waldmann |
merged
gae
|
Sat, 29 Sep 2012 22:52:47 +0530 |
Tarashish Mishra |
moin.py is now the entry point to GAE and caller of standalone server
gae
|
Sun, 30 Sep 2012 00:15:02 +0800 |
Cheer Xiao |
Add several missing semicolons of in templates.
|
Sat, 29 Sep 2012 23:55:59 +0800 |
Cheer Xiao |
Replace CONTENTTYPE_GROUPS with information collected in content_registry.
|
Sat, 29 Sep 2012 23:55:58 +0800 |
Cheer Xiao |
Separate "directory" and "file" items in the index view.
|
Sat, 29 Sep 2012 23:55:57 +0800 |
Cheer Xiao |
Fix rendering of descriptions of multi_select widget.
|
Sat, 29 Sep 2012 23:55:55 +0800 |
Cheer Xiao |
Add @timed() to several methods of Item related to index view.
|
Sat, 29 Sep 2012 17:08:54 +0200 |
Thomas Waldmann |
update docs about new support tgz
gae
|
Sat, 29 Sep 2012 17:05:59 +0200 |
Thomas Waldmann |
rename Makefile target gaetgz to supporttgz
gae
|
Sat, 29 Sep 2012 16:42:39 +0200 |
Thomas Waldmann |
exclude support directory from version control and testing
gae
|
Sat, 29 Sep 2012 16:25:31 +0200 |
Thomas Waldmann |
gae store: pep8 fix
gae
|
Sat, 29 Sep 2012 01:14:56 +0530 |
Tarashish Mishra |
generate a support directory to be used by GAE and standalone, don't use jinja2 from GAE env
gae
|