Sat, 05 Apr 2008 17:43:12 +0200 |
Reimar Bauer |
MoinMoin.action.PackagePages: fixed doc string
|
Sat, 05 Apr 2008 17:40:11 +0200 |
Reimar Bauer |
MoinMoin.action.PackagePages: shows only class error on error
|
Sat, 05 Apr 2008 11:48:47 +0200 |
Reimar Bauer |
theme.__init__: action enabled dependent of rights
|
Sat, 05 Apr 2008 11:19:45 +0200 |
Reimar Bauer |
theme.__init__:revert action enabled only if user can revert
|
Sat, 05 Apr 2008 11:07:12 +0200 |
Reimar Bauer |
action.diff: disabled revert on current page
|
Sat, 05 Apr 2008 10:52:26 +0200 |
Reimar Bauer |
action.diff: respects revert right for showing revert button
|
Fri, 04 Apr 2008 23:48:41 +0200 |
Reimar Bauer |
stats.hitcounts: fixes multiple call of Hits (MoinMoinBugs/ClickOnNavibarIncreasesHitsByMultiplicator)
|
Fri, 04 Apr 2008 23:11:07 +0200 |
Reimar Bauer |
merged main
|
Fri, 04 Apr 2008 23:09:44 +0200 |
Reimar Bauer |
macro.PageHits: fixes multiple call of PageHits (MoinMoinBugs/ClickOnNavibarIncreasesHitsByMultiplicator)
|
Fri, 04 Apr 2008 23:05:53 +0200 |
Reimar Bauer |
test_PageHits: tests multiple call of PageHits
|
Fri, 04 Apr 2008 13:25:18 +0200 |
Reimar Bauer |
config.multiconfig: removed verbatim for creoles quickhelp
|
Fri, 04 Apr 2008 12:47:39 +0200 |
Reimar Bauer |
config.multiconfig: added editor_quickhelp for creole markup
|
Thu, 03 Apr 2008 04:54:56 +0200 |
Reimar Bauer |
script.maint.cleancache: clean page scope cache entry hitcounts
|
Wed, 02 Apr 2008 22:20:23 +0200 |
Reimar Bauer |
request.__init__: PEP8 fix
|
Mon, 31 Mar 2008 14:25:23 +0200 |
Johannes Berg |
merge in main
|
Mon, 31 Mar 2008 14:24:43 +0200 |
Johannes Berg |
QueryParser: use global configuration with text strings (fixes titlesearch)
|
Mon, 31 Mar 2008 01:33:54 +0200 |
Thomas Waldmann |
server_fastcgi: add port to the Config, use None as default, so behaviour does not change except when explicitly set
|
Sun, 30 Mar 2008 23:41:27 +0200 |
Thomas Waldmann |
removed references to UserPreferences PAGE (now userprefs action), removed reference to SendMyPassword PAGE (gone), add dummy translation for 'Discussion'
|
Sun, 30 Mar 2008 22:47:15 +0200 |
Thomas Waldmann |
merged main
|
Sun, 30 Mar 2008 22:26:05 +0200 |
Thomas Waldmann |
jabber notification: fix typo in i18ned string
|
Sun, 30 Mar 2008 19:56:16 +0200 |
Reimar Bauer |
script.maint.makecache: fixed request.page object
|
Sun, 30 Mar 2008 19:17:06 +0200 |
Reimar Bauer |
tests: fix test_text_csv test (create correct request environment including request.page)
|
Sun, 30 Mar 2008 18:27:47 +0200 |
Thomas Waldmann |
tests: fix new StatsChart test (create correct request environment including request.page)
|
Sun, 30 Mar 2008 18:59:56 +0200 |
Reimar Bauer |
widget.browser: reverted changeset 3446: 2ed53a3185de because of incompatibility with info
|
Sun, 30 Mar 2008 18:48:07 +0200 |
Thomas Waldmann |
i18n: add some translations
|
Sun, 30 Mar 2008 15:51:00 +0200 |
Reimar Bauer |
wikiutil.renderText: removed unused param
|
Sun, 30 Mar 2008 12:45:07 +0200 |
Reimar Bauer |
script.maint.makecache: introduced makecache maint module
|
Sun, 30 Mar 2008 10:27:23 +0200 |
Reimar Bauer |
parser.text_csv: fixed bug sniffing empty line
|
Sun, 30 Mar 2008 10:26:19 +0200 |
Reimar Bauer |
parser._tests.test_text_csv: added tests for Sniffer
|
Sun, 30 Mar 2008 09:45:58 +0200 |
Reimar Bauer |
widget.browser: fixed wrong called page object
|
Sun, 30 Mar 2008 09:44:58 +0200 |
Reimar Bauer |
macro._tests.test_StatsChart: tests StatsChart macro with clean page scope cache entries
|
Sun, 30 Mar 2008 04:30:24 +0200 |
Thomas Waldmann |
updating some (c) lines and docs/CHANGES
|
Sun, 30 Mar 2008 04:26:40 +0200 |
Thomas Waldmann |
move platform dependent filesystem routines to util.filesys
|
Sun, 30 Mar 2008 04:24:38 +0200 |
Thomas Waldmann |
Allow Xapian to run under Windows (thanks to Don Reid)
|
Thu, 27 Mar 2008 14:20:01 +0100 |
Thomas Waldmann |
wiki parser: removed protocol check for (image) transclusion
|
Sat, 22 Mar 2008 03:07:36 +0100 |
Thomas Waldmann |
disabled xapian_stemming by default, added some comments to problematic code enabled by it
|
Sun, 30 Mar 2008 03:46:31 +0200 |
Thomas Waldmann |
fix some usages of underlay.tar.bz2 to use underlay.tar, use 'moin' for setup.py
|
Sun, 30 Mar 2008 03:27:41 +0200 |
Thomas Waldmann |
updated i18n
|
Sun, 30 Mar 2008 00:21:02 +0100 |
Thomas Waldmann |
i18n update scripts: use master17.moinmo.in
|
Thu, 20 Mar 2008 18:43:56 +0100 |
Thomas Waldmann |
i18n tools: use multicall and getAuthToken instead of http basic auth transport
|
Sun, 30 Mar 2008 00:13:49 +0100 |
Thomas Waldmann |
xmlrpc applyAuthToken: give good error msg for empty token, avoid CachingError 'is a directory' (port from 1.6)
|
Thu, 20 Mar 2008 21:16:41 +0100 |
Thomas Waldmann |
setup.py: use own server for download, remove unused settings
|
Sat, 29 Mar 2008 23:21:24 +0100 |
Reimar Bauer |
fixed docstring
|
Sat, 29 Mar 2008 23:17:59 +0100 |
Reimar Bauer |
action.newpage, macro.NewPage: changed to POST
|
Sat, 29 Mar 2008 22:28:46 +0100 |
Reimar Bauer |
fixed some doc strings
|
Sat, 29 Mar 2008 22:12:00 +0100 |
Reimar Bauer |
MoinMoin.script.maint.cleancache: removes cache based on event-log
|
Sat, 29 Mar 2008 22:04:44 +0100 |
Reimar Bauer |
macro._tests.test_Hits: fixed test by removing cache
|
Sat, 29 Mar 2008 21:37:53 +0100 |
Reimar Bauer |
theme.__init__: fixed bug for subscribe link
|
Sat, 29 Mar 2008 21:36:55 +0100 |
Reimar Bauer |
theme._test.test_editbar_actions: tests actions for editbar dependend on valid user and email enabled
|
Sat, 29 Mar 2008 13:07:53 +0100 |
Reimar Bauer |
common.css: added yellow and orange as background color
|
Fri, 28 Mar 2008 16:11:13 +0100 |
Reimar Bauer |
merged main
|
Fri, 28 Mar 2008 16:09:29 +0100 |
Reimar Bauer |
macro.Hits: incredible speed up using MoinMoin.stats.hitcounts
|
Thu, 27 Mar 2008 21:05:42 +0100 |
Johannes Berg |
re-add wikiconfig_local a bit differently
|
Sun, 23 Mar 2008 13:18:03 +0100 |
Reimar Bauer |
macro.Hits: refactored
|
Sun, 23 Mar 2008 00:54:09 +0100 |
Johannes Berg |
queryparser tests: import QueryParser without detour
|
Sun, 23 Mar 2008 00:02:54 +0100 |
Thomas Waldmann |
merged main
|
Sun, 23 Mar 2008 00:02:30 +0100 |
Thomas Waldmann |
show 'Comments' toggling link in edit bar only if the page really contains comments (ported from 1.6)
|
Sat, 22 Mar 2008 17:54:40 +0100 |
Alexander Schremmer |
Changed status message to "This results in %s pages to process.". It is not necessary to backport this changeset because it changes a translated string.
|
Sat, 22 Mar 2008 17:43:36 +0100 |
Alexander Schremmer |
Merge main.
|
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).
|