Sat, 26 Apr 2008 19:43:01 +0200 |
Reimar Bauer |
merged main
|
Sat, 26 Apr 2008 19:42:26 +0200 |
Reimar Bauer |
action Attachfile, Despam, backup, thread_monitor: removed duplicated checks done by request.__init__
|
Sat, 26 Apr 2008 19:32:02 +0200 |
Thomas Waldmann |
udpated i18n
|
Sat, 26 Apr 2008 15:43:15 +0200 |
Reimar Bauer |
action bookmark, subscribe, unsubscribe, userprefs: moved actname under the if ...
|
Sat, 26 Apr 2008 11:39:39 +0200 |
Reimar Bauer |
bug fix for MoinMoinBugs/1.7IconsForAddMsgLookBad
|
Sat, 26 Apr 2008 11:12:30 +0200 |
Reimar Bauer |
action bookmark, subscribe, unsubscribe, userprefs: check for valid.user
|
Sat, 26 Apr 2008 10:39:25 +0200 |
Reimar Bauer |
action.thread_monitor: added restrictions for superuser and actions_excluded
|
Tue, 22 Apr 2008 23:14:13 +0200 |
Johannes Berg |
sendmail.sendmail: don't use **kw
|
Tue, 22 Apr 2008 23:00:40 +0200 |
Johannes Berg |
remove want_trivial completely, fix trivial notifications
|
Tue, 22 Apr 2008 15:54:35 +0200 |
Reimar Bauer |
macro.EmbedObject: use default unit px if None is given
|
Tue, 22 Apr 2008 14:47:26 +0200 |
Johannes Berg |
allow UnitArgument to have a default unit
|
Tue, 22 Apr 2008 14:31:30 +0200 |
Johannes Berg |
UnitArgument: show list of valid units in error message
|
Sat, 19 Apr 2008 16:16:57 +0200 |
Thomas Waldmann |
userprefs: refactor to use request, not self.request
|
Sat, 19 Apr 2008 11:23:50 +0200 |
Johannes Berg |
builtin userprefs plugins: return appropriate message class
|
Sat, 19 Apr 2008 11:03:11 +0200 |
Johannes Berg |
fix up preferences handling, drop theuser object in favour of direct checks
|
Sat, 19 Apr 2008 10:57:24 +0200 |
Johannes Berg |
allow userprefs plugins to return (message type, message) tuple
|
Sat, 19 Apr 2008 10:54:02 +0200 |
Johannes Berg |
make sane default arg to theme.add_msg()
|
Tue, 15 Apr 2008 21:17:35 +0200 |
Thomas Waldmann |
merged main
|
Tue, 15 Apr 2008 21:14:52 +0200 |
Thomas Waldmann |
enable notes: protocol for URLs (for Lotus Notes)
|
Tue, 15 Apr 2008 10:13:23 +0200 |
Reimar Bauer |
macro.EmbedObject: bug fix for missing movie param see MoinMoinBugs/EmbedObjectMissesToEmitParamMovie and emitting param values of "False" too.
|
Mon, 14 Apr 2008 23:00:59 +0200 |
Thomas Waldmann |
search: match categories even if there are comment lines
|
Mon, 14 Apr 2008 18:47:57 +0200 |
Thomas Waldmann |
logging: removed logging to ./moin.log from fallback config, better docs
|
Mon, 14 Apr 2008 01:24:26 +0200 |
Thomas Waldmann |
tests: test page creation/deletion now done by helpers in MoinMoin._tests
|
Sun, 13 Apr 2008 22:23:22 +0200 |
Thomas Waldmann |
tests: add some clarifications to become_trusted/become_valid, use become_trusted instead of become_superuser when it does not need superuser permissions
|
Sun, 13 Apr 2008 21:41:06 +0200 |
Thomas Waldmann |
tests: move code from MoinMoin._tests.common to MoinMoin._tests, rename gain_superuser_rights to become_superuser, add become_known and become_trusted
|
Sun, 13 Apr 2008 18:04:46 +0200 |
Reimar Bauer |
macro._tests.test_Hits: removed dependencies of tests
|
Sun, 13 Apr 2008 16:15:34 +0200 |
Reimar Bauer |
macro._tests.test_Hits: fixed/added docstrings, removed from teardown_class purging event_log and related cache files.
|
Sun, 13 Apr 2008 15:07:08 +0200 |
Reimar Bauer |
MoinMoin.session: removed char "-" from possible session name chars
|
Sun, 13 Apr 2008 11:46:31 +0200 |
Reimar Bauer |
MoinMoin.session: bug fix for http_auth for two user using one browser (invalida
|
Fri, 11 Apr 2008 13:52:28 +0100 |
Federico G. Schwindt |
Ignore empty emails if `email' is present in user_form_remove.
|
Sat, 12 Apr 2008 17:40:35 +0200 |
Thomas Waldmann |
tests: testing normal and hierarchical page acls (+ before/default/after acl)
|
Fri, 11 Apr 2008 22:48:11 +0200 |
Thomas Waldmann |
add wikiserverconfig sample for the standalone server configuration
|
Fri, 11 Apr 2008 21:45:52 +0200 |
Thomas Waldmann |
updated i18n, remove zh_tw (is now zh-tw), remove pt_br (is now pt-br)
|
Fri, 11 Apr 2008 00:03:36 +0200 |
Thomas Waldmann |
fix wrong acl processing for acl_hierarchic=True, refactor code so processing is similar for both modes
|
Thu, 10 Apr 2008 00:41:51 +0200 |
Thomas Waldmann |
RecentChanges macro: do not use request.write(), but return output (as all other macros do)
|
Tue, 08 Apr 2008 13:02:45 +0200 |
Reimar Bauer |
i18n.__init__.get_browser_language: bug fix if user selected lang is not installed (default languages is None)
|
Mon, 07 Apr 2008 12:26:19 +0200 |
Thomas Waldmann |
fix some typos in messages / comments
|
Mon, 07 Apr 2008 09:02:03 +0200 |
Thomas Waldmann |
more config snippets
|
Mon, 07 Apr 2008 01:48:06 +0200 |
Thomas Waldmann |
theme showversion: remove year, add 'et al.'
|
Sun, 06 Apr 2008 23:41:14 +0200 |
Thomas Waldmann |
use INFO loglevel in fallback logging config
|
Sun, 06 Apr 2008 23:35:07 +0200 |
Thomas Waldmann |
merged main
|
Sun, 06 Apr 2008 23:34:41 +0200 |
Thomas Waldmann |
make sourcecode pep8 test happy
|
Sun, 06 Apr 2008 21:19:03 +0000 |
Karol 'grzywacz' Nowak |
Regression fix: send page diff url in notification emails
|
Sun, 06 Apr 2008 20:02:43 +0200 |
Thomas Waldmann |
builtin default config: improve sorting
|
Sun, 06 Apr 2008 19:14:31 +0200 |
Thomas Waldmann |
sorted builtin default config, added more comments
|
Sat, 05 Apr 2008 22:20:38 +0200 |
Thomas Waldmann |
improve auth/session logging, add auth/session debug logging config
|
Sat, 05 Apr 2008 19:20:19 +0200 |
Thomas Waldmann |
merged main
|
Sat, 05 Apr 2008 19:19:21 +0200 |
Thomas Waldmann |
refactored smb mount pseudo-auth, move configuration values to auth object initialization
|
Sat, 05 Apr 2008 18:26:33 +0200 |
Thomas Waldmann |
reorganized the configuration samples into config snippets, reducing redundancy, add README about how to use wikiconfig snippets
|
Sat, 05 Apr 2008 16:57:50 +0200 |
Thomas Waldmann |
ldap auth: remove 'verbose' argument as logging is now configurable, updated CHANGES
|
Sat, 05 Apr 2008 16:39:50 +0200 |
Thomas Waldmann |
refactored ldap auth, move configuration values to auth object initialization
|
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).
|
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
|