Sat, 01 Mar 2014 15:42:20 +0100 |
Thomas Waldmann |
mail notification template string configuration: add examples
|
Sat, 01 Mar 2014 02:27:26 +0100 |
Thomas Waldmann |
notification template strings: better naming consistency for configuration values
|
Sat, 01 Mar 2014 02:11:32 +0100 |
Thomas Waldmann |
update CHANGES about notification changes / fixes
|
Sat, 01 Mar 2014 01:50:50 +0100 |
Thomas Waldmann |
email notifications: handle PageRenamedEvent (bugfix, was not handled yet), reduce code duplication
|
Sat, 01 Mar 2014 00:57:10 +0100 |
Thomas Waldmann |
email notifications: handle PageRenamedEvent (bugfix, was not handled yet)
|
Sat, 01 Mar 2014 00:33:36 +0100 |
Thomas Waldmann |
email notifications: handle PageDeletedEvent (bugfix, was not handled yet)
|
Fri, 28 Feb 2014 23:18:20 +0100 |
Thomas Waldmann |
email notifications: move default texts to configuration so they can be overwritten, clean up notification module
|
Fri, 28 Feb 2014 20:04:49 +0100 |
Thomas Waldmann |
email notification: internally use python template strings to assemble the subject and texts from given components
|
Fri, 28 Feb 2014 19:38:41 +0100 |
Thomas Waldmann |
fix return type of get_by_... lookup functions (must be User obj or None)
|
Fri, 14 Feb 2014 17:24:43 +0100 |
Thomas Waldmann |
update CHANGES
|
Fri, 14 Feb 2014 17:01:16 +0100 |
Thomas Waldmann |
replace slow get_by_filter() calls by faster _getUserIdByKey calls
|
Fri, 14 Feb 2014 15:29:47 +0100 |
Thomas Waldmann |
only cache valid user's attributes (we don't care for invalid/disabled user profiles)
|
Fri, 14 Feb 2014 14:59:29 +0100 |
Thomas Waldmann |
_getUserIdByKey: make sure we are only called for cached/supported userprofile attributes
|
Wed, 12 Feb 2014 18:22:10 +0100 |
Thomas Waldmann |
userid lookup caches: use 1 on-disk cache file, update cache rather than rebuild
|
Wed, 12 Feb 2014 12:53:41 +0100 |
Thomas Waldmann |
optimized notification of superusers on user account creation
|
Wed, 12 Feb 2014 12:12:17 +0100 |
Thomas Waldmann |
add comments about userid lookup cache killing/rebuilding
|
Wed, 12 Feb 2014 12:07:22 +0100 |
Thomas Waldmann |
"userdir" caching scope: use it for userid lookup caches, reduce code duplication
|
Wed, 12 Feb 2014 01:15:00 +0100 |
Thomas Waldmann |
getSubscribers: fix: move the cache to "userdir" scope, update cleancache script
|
Tue, 11 Feb 2014 16:18:47 +0100 |
Thomas Waldmann |
introduce a new caching scope "userdir"
|
Tue, 11 Feb 2014 15:55:54 +0100 |
Thomas Waldmann |
getSubscribers: cleanups, optimizations, locking fix, .valid fix
|
Tue, 11 Feb 2014 14:08:06 +0100 |
Thomas Waldmann |
apply original patches from MoinMoinBugs/GetSubscribersSlow (as is)
|
Mon, 03 Feb 2014 17:14:05 +0100 |
Thomas Waldmann |
mail import: use relative attachment link markup instead of absolute links (enables some renaming operations without changing the markup)
|
Mon, 03 Feb 2014 14:32:40 +0100 |
Thomas Waldmann |
update CHANGES
|
Fri, 31 Jan 2014 18:33:18 +0100 |
Thomas Waldmann |
AttachFile: move or delete multiple attachments
|
Sat, 11 Jan 2014 03:53:05 +0100 |
Thomas Waldmann |
updated underlay
|
Sun, 05 Jan 2014 04:38:29 +0100 |
Thomas Waldmann |
improve pypi metadata / classifiers
|
Sun, 05 Jan 2014 04:21:00 +0100 |
Thomas Waldmann |
bump version number to 1.9.8
|
Sun, 05 Jan 2014 04:15:51 +0100 |
Thomas Waldmann |
update CHANGES
|
Sun, 05 Jan 2014 04:02:48 +0100 |
Thomas Waldmann |
make install-docs interwiki
|
Sun, 05 Jan 2014 04:01:51 +0100 |
Thomas Waldmann |
moin.spec: maybe it still works with 2.5, but definitely no guarantees on 2.4
|
Sun, 05 Jan 2014 03:58:00 +0100 |
Thomas Waldmann |
update (c) year in some files, make pep8 checker happy
|
Sun, 05 Jan 2014 03:44:28 +0100 |
Thomas Waldmann |
upgrade bundled werkzeug to 0.8.3
|
Sun, 05 Jan 2014 02:49:41 +0100 |
Thomas Waldmann |
upgrade bundled pygments to 1.6
|
Sun, 05 Jan 2014 02:43:02 +0100 |
Thomas Waldmann |
upgrade bundled passlib to 1.6.2
|
Sun, 05 Jan 2014 02:16:19 +0100 |
Thomas Waldmann |
ldap_auth: support placeholders for basedn also
|
Sat, 04 Jan 2014 18:24:56 +0100 |
Thomas Waldmann |
use http status 302 for #redirect processing instruction
|
Sat, 30 Nov 2013 19:47:54 +0100 |
Paul Boddie |
Fixed image URL generation, avoiding script name duplication.
|
Sat, 30 Nov 2013 21:31:52 +0800 |
Cheer Xiao |
fix crash when macro names contain non-ascii chars
|
Sun, 24 Nov 2013 02:27:09 +0100 |
Thomas Waldmann |
fix "moin import wikipage" timestamp confusion
|
Tue, 19 Nov 2013 09:25:50 -0800 |
Gerald Combs |
Add bingbot to ua_spiders.
|
Tue, 13 Aug 2013 12:17:47 +0200 |
Thomas Waldmann |
improve python2.5 compatibility (with_statement)
|
Sun, 11 Aug 2013 18:01:35 +0200 |
Thomas Waldmann |
tuned editlog.news() - only open/read log if there is new stuff in it after last read position
|
Sat, 10 Aug 2013 16:50:23 +0200 |
Thomas Waldmann |
RSS feed: check for bots and rather give them empty results than waste a lot of time with them
|
Mon, 15 Jul 2013 19:19:17 +0200 |
Thomas Waldmann |
CopyPage action: fix NameError exception when TextCha was answered wrong
|
Wed, 12 Jun 2013 12:19:50 +0200 |
Thomas Waldmann |
rss_rc action: use unicode to fix python 2.7.5 compatibility
|
Sun, 09 Jun 2013 16:35:56 +0200 |
Thomas Waldmann |
AbandonedPages macro: check user agent to reduce load caused by bots
|
Sat, 08 Jun 2013 23:16:08 +0200 |
Thomas Waldmann |
make globaledit put ACLs that take away All:read for slow pages
|
Sat, 08 Jun 2013 19:03:07 +0200 |
Thomas Waldmann |
implement backlink_method to solve the load issues caused by crawlers triggering too many linkto-fullsearches (see docs/CHANGES for details)
|
Sat, 08 Jun 2013 17:51:06 +0200 |
Thomas Waldmann |
move backlink computing code into method backlink(), reduce code duplication
|
Sat, 08 Jun 2013 03:45:14 +0200 |
Thomas Waldmann |
rss_rc action: optimize single page performance a lot
|
Sat, 08 Jun 2013 02:31:32 +0200 |
Thomas Waldmann |
rss_rc action fix is for 2.7.4 and 2.7.5
|
Sat, 08 Jun 2013 02:25:24 +0200 |
Thomas Waldmann |
rss_rc action: fix python 2.7.5 compatibility
|
Wed, 05 Jun 2013 00:37:14 +0200 |
Thomas Waldmann |
reimplement log_timing functionality
|
Tue, 04 Jun 2013 22:48:59 +0200 |
Thomas Waldmann |
move some i18n debug logging to i18n module
|
Tue, 28 May 2013 11:22:45 +0200 |
Thomas Waldmann |
accept-language case-sensitivity bug fix (plus cleanup of duplicate code)
|
Thu, 02 May 2013 23:09:33 +0200 |
Thomas Waldmann |
update CHANGES
|
Thu, 02 May 2013 22:57:54 +0200 |
Thomas Waldmann |
cfg.recovery_token_lifetime to determine how long the recovery token will be valid
|
Sun, 07 Apr 2013 01:58:43 +0200 |
Thomas Waldmann |
Backed out changeset 9bd355d893f4
|
Sun, 07 Apr 2013 00:59:26 +0200 |
Thomas Waldmann |
cfg.url_prefix_action_check = True to strictly check whether action URLs look like we generate them
|
Sat, 06 Apr 2013 23:26:08 +0200 |
Thomas Waldmann |
rather use page.url than request.href, so url_prefix_action gets used
|
Sat, 06 Apr 2013 22:47:36 +0200 |
Thomas Waldmann |
AttachFile do=get and do=view: send 404 status if file does not exist
|
Sat, 06 Apr 2013 00:21:51 +0200 |
Thomas Waldmann |
do not create empty pagedir (with empty edit-log)
|
Sun, 24 Mar 2013 14:58:56 +0100 |
Thomas Waldmann |
merged
|
Sat, 22 Sep 2012 22:48:40 +0200 |
Matthijs Kooijman |
remove double space in error message
|
Fri, 22 Mar 2013 01:59:02 +0100 |
Thomas Waldmann |
cfg.log_events_format to configure event-log format, add a tool to export event-log to CSV
|
Sun, 17 Mar 2013 20:09:15 +0100 |
Thomas Waldmann |
tagged release 1.9.7
|
Sun, 17 Mar 2013 18:26:23 +0100 |
Thomas Waldmann |
updated install-docs
1.9.7
|
Sun, 17 Mar 2013 18:25:00 +0100 |
Thomas Waldmann |
updated underlay
|
Sun, 17 Mar 2013 18:06:20 +0100 |
Thomas Waldmann |
fix wrong module docstring
|
Sat, 16 Mar 2013 21:58:04 +0100 |
Thomas Waldmann |
UserWarning is a builtin exception
|
Sat, 16 Mar 2013 21:47:54 +0100 |
Thomas Waldmann |
improve some passlib related code using the 1.6.1-post-release doc updates
|
Sat, 16 Mar 2013 18:29:13 +0100 |
Thomas Waldmann |
update (c) year in main files
|
Sat, 16 Mar 2013 17:59:52 +0100 |
Thomas Waldmann |
updated underlay
|
Sat, 16 Mar 2013 15:56:36 +0100 |
Thomas Waldmann |
Makefile: update cfg directory location for make underlay
|
Sat, 16 Mar 2013 15:47:09 +0100 |
Thomas Waldmann |
make install-docs interwiki
|
Sat, 16 Mar 2013 15:46:12 +0100 |
Thomas Waldmann |
fix install docs html postprocessing, master site now uses /moin_static19 as url_prefix_static
|
Sat, 16 Mar 2013 15:18:30 +0100 |
Thomas Waldmann |
updated CHANGES, reformatted long lines
|
Fri, 15 Mar 2013 21:31:22 +0100 |
Thomas Waldmann |
add template for a german wiki page for resetpw
|
Fri, 15 Mar 2013 02:02:09 +0100 |
Thomas Waldmann |
redirect last visited: if last visited is same wiki, use a local redirect, do not compute via interwiki map (fixes https: usage)
|
Thu, 14 Mar 2013 12:21:40 +0100 |
Thomas Waldmann |
added snippet for config to show a notification box above the theme output
|
Thu, 14 Mar 2013 02:28:11 +0100 |
Thomas Waldmann |
updated CHANGES
|
Wed, 13 Mar 2013 14:44:29 +0100 |
Thomas Waldmann |
make dist (for trying release archive), make dist-release (for really releasing to pypi, with gnupg signature)
|
Tue, 12 Mar 2013 21:44:49 +0100 |
Thomas Waldmann |
moin account resetpw: add option --skip-invalid to skip users with already invalidated pw hashes
|
Mon, 11 Mar 2013 20:30:37 +0100 |
Thomas Waldmann |
add german translation of the resetpw mailtemplate
|
Mon, 11 Mar 2013 01:12:07 +0100 |
Thomas Waldmann |
sendmail: catch unicode errors when E-Mail addr has non-ascii chars
|
Sun, 10 Mar 2013 21:17:21 +0100 |
Thomas Waldmann |
improve the resetpw templates, add one for a wiki page
|
Sun, 10 Mar 2013 17:34:13 +0100 |
Thomas Waldmann |
resetpw docs: fix path of mailtemplate.txt, it is in same directory as the docs
|
Sun, 10 Mar 2013 17:02:20 +0100 |
Thomas Waldmann |
updated i18n
|
Sun, 10 Mar 2013 16:38:07 +0100 |
Thomas Waldmann |
pw recovery notification msgs: add i18n again
|
Sun, 10 Mar 2013 15:28:04 +0100 |
Thomas Waldmann |
updated CHANGES
|
Sun, 10 Mar 2013 15:24:01 +0100 |
Thomas Waldmann |
add dummy migration script, update data/meta to 1.9.7
|
Sun, 10 Mar 2013 15:21:10 +0100 |
Thomas Waldmann |
bump version number to 1.9.7
|
Sun, 10 Mar 2013 15:11:05 +0100 |
Thomas Waldmann |
cleancache: also kill the i18n cache 'meta' pickle file
|
Fri, 08 Mar 2013 08:39:57 +0100 |
Reimar Bauer |
AttachList: introduced search_term parameter (optional) for listing attachments by a regular expression
|
Thu, 07 Mar 2013 02:06:56 +0100 |
Thomas Waldmann |
rst parser: fix safe_import for level param in __import__ call of docutils 0.10
|
Thu, 28 Feb 2013 16:02:13 +0100 |
Thomas Waldmann |
updated CHANGES
|
Thu, 28 Feb 2013 15:48:49 +0100 |
Thomas Waldmann |
fix 304 http status for cache action, see MoinMoinBugs/CacheActionComparesTimestampsIncorrectly
|
Sat, 23 Feb 2013 18:28:30 +0100 |
Thomas Waldmann |
clarify python-xml (pyxml) requirement
|
Tue, 19 Feb 2013 23:59:31 +0100 |
Thomas Waldmann |
at startup, announce moin version and code path
|
Mon, 04 Feb 2013 13:18:11 +0100 |
Thomas Waldmann |
explicitly tell not to use a dot in a farm wiki config module name
|
Tue, 29 Jan 2013 19:46:03 +0100 |
Thomas Waldmann |
moin account resetpw docs: add instructions for users with no E-Mail address in their profile
|
Tue, 29 Jan 2013 19:39:34 +0100 |
Thomas Waldmann |
set_password: warn if user has no e-mail address in the profile
|
Fri, 25 Jan 2013 23:01:33 +0100 |
Thomas Waldmann |
moin account inactive - find, show, disable, remove inactive users
|
Fri, 25 Jan 2013 16:34:37 +0100 |
Thomas Waldmann |
SystemAdmin user browser: show disabled user accounts at the botton of the list
|
Fri, 25 Jan 2013 15:13:20 +0100 |
Thomas Waldmann |
moin account resetpw: fix typo
|
Thu, 24 Jan 2013 22:34:41 +0100 |
Thomas Waldmann |
moin account resetpw - misc. improvements
|
Thu, 24 Jan 2013 14:25:48 +0100 |
Thomas Waldmann |
account resetpw: improve docs/help
|
Wed, 23 Jan 2013 16:08:15 +0100 |
Thomas Waldmann |
changelog: fix indendation
|
Wed, 23 Jan 2013 16:07:15 +0100 |
Thomas Waldmann |
changelog: add a thanks to the PSF for sponsoring passlib support development
|
Wed, 23 Jan 2013 01:53:23 +0100 |
Thomas Waldmann |
updated CHANGES
|
Wed, 23 Jan 2013 01:39:41 +0100 |
Thomas Waldmann |
logging configuration: use info loglevel for telling about using the builtin default logging config
|
Mon, 21 Jan 2013 17:47:31 +0100 |
Thomas Waldmann |
fix bug in set_password (it did not load the user profile, but safe an empty one)
|
Mon, 21 Jan 2013 17:26:37 +0100 |
Thomas Waldmann |
don't try to send email to user if email address in profile is empty
|
Mon, 21 Jan 2013 16:24:06 +0100 |
Thomas Waldmann |
reorder input fields in recoverpass form, to help browsers remember the user name (not the recovery token)
|
Mon, 21 Jan 2013 13:41:04 +0100 |
Thomas Waldmann |
warn if someone gave ... to the moin script, avoids a strange and unhelpful 'empty module name' error message
|
Sat, 19 Jan 2013 01:48:36 +0100 |
Thomas Waldmann |
add passlib license to docs/licenses/
|
Sat, 19 Jan 2013 01:48:00 +0100 |
Thomas Waldmann |
newaccount: remove outdated/superfluous code
|
Sat, 19 Jan 2013 01:14:06 +0100 |
Thomas Waldmann |
default password_checker function now customizable
|
Sat, 19 Jan 2013 00:33:07 +0100 |
Thomas Waldmann |
merged
|
Sat, 19 Jan 2013 00:32:21 +0100 |
Thomas Waldmann |
passlib integration - enhanced password hash security
|