Mercurial > moin > 1.9
graph
-
userid lookup caches: use 1 on-disk cache file, update cache rather than rebuildWed, 12 Feb 2014 18:22:10 +0100, by Thomas Waldmann
-
optimized notification of superusers on user account creationWed, 12 Feb 2014 12:53:41 +0100, by Thomas Waldmann
-
add comments about userid lookup cache killing/rebuildingWed, 12 Feb 2014 12:12:17 +0100, by Thomas Waldmann
-
"userdir" caching scope: use it for userid lookup caches, reduce code duplicationWed, 12 Feb 2014 12:07:22 +0100, by Thomas Waldmann
-
getSubscribers: fix: move the cache to "userdir" scope, update cleancache scriptWed, 12 Feb 2014 01:15:00 +0100, by Thomas Waldmann
-
introduce a new caching scope "userdir"Tue, 11 Feb 2014 16:18:47 +0100, by Thomas Waldmann
-
getSubscribers: cleanups, optimizations, locking fix, .valid fixTue, 11 Feb 2014 15:55:54 +0100, by Thomas Waldmann
-
apply original patches from MoinMoinBugs/GetSubscribersSlow (as is)Tue, 11 Feb 2014 14:08:06 +0100, by 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 17:14:05 +0100, by Thomas Waldmann
-
update CHANGESMon, 03 Feb 2014 14:32:40 +0100, by Thomas Waldmann
-
AttachFile: move or delete multiple attachmentsFri, 31 Jan 2014 18:33:18 +0100, by Thomas Waldmann
-
updated underlaySat, 11 Jan 2014 03:53:05 +0100, by Thomas Waldmann
-
improve pypi metadata / classifiersSun, 05 Jan 2014 04:38:29 +0100, by Thomas Waldmann
-
bump version number to 1.9.8Sun, 05 Jan 2014 04:21:00 +0100, by Thomas Waldmann
-
update CHANGESSun, 05 Jan 2014 04:15:51 +0100, by Thomas Waldmann
-
make install-docs interwikiSun, 05 Jan 2014 04:02:48 +0100, by Thomas Waldmann
-
moin.spec: maybe it still works with 2.5, but definitely no guarantees on 2.4Sun, 05 Jan 2014 04:01:51 +0100, by Thomas Waldmann
-
update (c) year in some files, make pep8 checker happySun, 05 Jan 2014 03:58:00 +0100, by Thomas Waldmann
-
upgrade bundled werkzeug to 0.8.3Sun, 05 Jan 2014 03:44:28 +0100, by Thomas Waldmann
-
upgrade bundled pygments to 1.6Sun, 05 Jan 2014 02:49:41 +0100, by Thomas Waldmann
-
upgrade bundled passlib to 1.6.2Sun, 05 Jan 2014 02:43:02 +0100, by Thomas Waldmann
-
ldap_auth: support placeholders for basedn alsoSun, 05 Jan 2014 02:16:19 +0100, by Thomas Waldmann
-
use http status 302 for #redirect processing instructionSat, 04 Jan 2014 18:24:56 +0100, by Thomas Waldmann
-
Fixed image URL generation, avoiding script name duplication.Sat, 30 Nov 2013 19:47:54 +0100, by Paul Boddie
-
fix crash when macro names contain non-ascii charsSat, 30 Nov 2013 21:31:52 +0800, by Cheer Xiao
-
fix "moin import wikipage" timestamp confusionSun, 24 Nov 2013 02:27:09 +0100, by Thomas Waldmann
-
Add bingbot to ua_spiders.Tue, 19 Nov 2013 09:25:50 -0800, by Gerald Combs
-
improve python2.5 compatibility (with_statement)Tue, 13 Aug 2013 12:17:47 +0200, by Thomas Waldmann
-
tuned editlog.news() - only open/read log if there is new stuff in it after last read positionSun, 11 Aug 2013 18:01:35 +0200, by Thomas Waldmann
-
RSS feed: check for bots and rather give them empty results than waste a lot of time with themSat, 10 Aug 2013 16:50:23 +0200, by Thomas Waldmann
-
CopyPage action: fix NameError exception when TextCha was answered wrongMon, 15 Jul 2013 19:19:17 +0200, by Thomas Waldmann
-
rss_rc action: use unicode to fix python 2.7.5 compatibilityWed, 12 Jun 2013 12:19:50 +0200, by Thomas Waldmann
-
AbandonedPages macro: check user agent to reduce load caused by botsSun, 09 Jun 2013 16:35:56 +0200, by Thomas Waldmann
-
make globaledit put ACLs that take away All:read for slow pagesSat, 08 Jun 2013 23:16:08 +0200, by 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 19:03:07 +0200, by Thomas Waldmann
-
move backlink computing code into method backlink(), reduce code duplicationSat, 08 Jun 2013 17:51:06 +0200, by Thomas Waldmann
-
rss_rc action: optimize single page performance a lotSat, 08 Jun 2013 03:45:14 +0200, by Thomas Waldmann
-
rss_rc action fix is for 2.7.4 and 2.7.5Sat, 08 Jun 2013 02:31:32 +0200, by Thomas Waldmann
-
rss_rc action: fix python 2.7.5 compatibilitySat, 08 Jun 2013 02:25:24 +0200, by Thomas Waldmann
-
reimplement log_timing functionalityWed, 05 Jun 2013 00:37:14 +0200, by Thomas Waldmann
-
move some i18n debug logging to i18n moduleTue, 04 Jun 2013 22:48:59 +0200, by Thomas Waldmann
-
accept-language case-sensitivity bug fix (plus cleanup of duplicate code)Tue, 28 May 2013 11:22:45 +0200, by Thomas Waldmann
-
update CHANGESThu, 02 May 2013 23:09:33 +0200, by Thomas Waldmann
-
cfg.recovery_token_lifetime to determine how long the recovery token will be validThu, 02 May 2013 22:57:54 +0200, by Thomas Waldmann
-
Backed out changeset 9bd355d893f4Sun, 07 Apr 2013 01:58:43 +0200, by Thomas Waldmann
-
cfg.url_prefix_action_check = True to strictly check whether action URLs look like we generate themSun, 07 Apr 2013 00:59:26 +0200, by Thomas Waldmann
-
rather use page.url than request.href, so url_prefix_action gets usedSat, 06 Apr 2013 23:26:08 +0200, by Thomas Waldmann
-
AttachFile do=get and do=view: send 404 status if file does not existSat, 06 Apr 2013 22:47:36 +0200, by Thomas Waldmann
-
do not create empty pagedir (with empty edit-log)Sat, 06 Apr 2013 00:21:51 +0200, by Thomas Waldmann
-
mergedSun, 24 Mar 2013 14:58:56 +0100, by Thomas Waldmann
-
remove double space in error messageSat, 22 Sep 2012 22:48:40 +0200, by Matthijs Kooijman
-
cfg.log_events_format to configure event-log format, add a tool to export event-log to CSVFri, 22 Mar 2013 01:59:02 +0100, by Thomas Waldmann
-
tagged release 1.9.7Sun, 17 Mar 2013 20:09:15 +0100, by Thomas Waldmann
-
updated underlaySun, 17 Mar 2013 18:25:00 +0100, by Thomas Waldmann
-
fix wrong module docstringSun, 17 Mar 2013 18:06:20 +0100, by Thomas Waldmann
-
UserWarning is a builtin exceptionSat, 16 Mar 2013 21:58:04 +0100, by Thomas Waldmann
-
improve some passlib related code using the 1.6.1-post-release doc updatesSat, 16 Mar 2013 21:47:54 +0100, by Thomas Waldmann
-
update (c) year in main filesSat, 16 Mar 2013 18:29:13 +0100, by Thomas Waldmann
-
updated underlaySat, 16 Mar 2013 17:59:52 +0100, by Thomas Waldmann
-
Makefile: update cfg directory location for make underlaySat, 16 Mar 2013 15:56:36 +0100, by Thomas Waldmann
-
make install-docs interwikiSat, 16 Mar 2013 15:47:09 +0100, by Thomas Waldmann
-
fix install docs html postprocessing, master site now uses /moin_static19 as url_prefix_staticSat, 16 Mar 2013 15:46:12 +0100, by Thomas Waldmann
-
updated CHANGES, reformatted long linesSat, 16 Mar 2013 15:18:30 +0100, by Thomas Waldmann
-
add template for a german wiki page for resetpwFri, 15 Mar 2013 21:31:22 +0100, by Thomas Waldmann
-
redirect last visited: if last visited is same wiki, use a local redirect, do not compute via interwiki map (fixes https: usage)Fri, 15 Mar 2013 02:02:09 +0100, by Thomas Waldmann
-
added snippet for config to show a notification box above the theme outputThu, 14 Mar 2013 12:21:40 +0100, by Thomas Waldmann
-
updated CHANGESThu, 14 Mar 2013 02:28:11 +0100, by Thomas Waldmann
-
make dist (for trying release archive), make dist-release (for really releasing to pypi, with gnupg signature)Wed, 13 Mar 2013 14:44:29 +0100, by Thomas Waldmann
-
moin account resetpw: add option --skip-invalid to skip users with already invalidated pw hashesTue, 12 Mar 2013 21:44:49 +0100, by Thomas Waldmann
-
add german translation of the resetpw mailtemplateMon, 11 Mar 2013 20:30:37 +0100, by Thomas Waldmann
-
sendmail: catch unicode errors when E-Mail addr has non-ascii charsMon, 11 Mar 2013 01:12:07 +0100, by Thomas Waldmann
-
improve the resetpw templates, add one for a wiki pageSun, 10 Mar 2013 21:17:21 +0100, by Thomas Waldmann
-
resetpw docs: fix path of mailtemplate.txt, it is in same directory as the docsSun, 10 Mar 2013 17:34:13 +0100, by Thomas Waldmann
-
updated i18nSun, 10 Mar 2013 17:02:20 +0100, by Thomas Waldmann
-
pw recovery notification msgs: add i18n againSun, 10 Mar 2013 16:38:07 +0100, by Thomas Waldmann
-
updated CHANGESSun, 10 Mar 2013 15:28:04 +0100, by Thomas Waldmann
-
add dummy migration script, update data/meta to 1.9.7Sun, 10 Mar 2013 15:24:01 +0100, by Thomas Waldmann
-
bump version number to 1.9.7Sun, 10 Mar 2013 15:21:10 +0100, by Thomas Waldmann
-
cleancache: also kill the i18n cache 'meta' pickle fileSun, 10 Mar 2013 15:11:05 +0100, by Thomas Waldmann
-
AttachList: introduced search_term parameter (optional) for listing attachments by a regular expressionFri, 08 Mar 2013 08:39:57 +0100, by Reimar Bauer
-
rst parser: fix safe_import for level param in __import__ call of docutils 0.10Thu, 07 Mar 2013 02:06:56 +0100, by Thomas Waldmann
-
updated CHANGESThu, 28 Feb 2013 16:02:13 +0100, by Thomas Waldmann
-
fix 304 http status for cache action, see MoinMoinBugs/CacheActionComparesTimestampsIncorrectlyThu, 28 Feb 2013 15:48:49 +0100, by Thomas Waldmann
-
clarify python-xml (pyxml) requirementSat, 23 Feb 2013 18:28:30 +0100, by Thomas Waldmann
-
at startup, announce moin version and code pathTue, 19 Feb 2013 23:59:31 +0100, by Thomas Waldmann
-
explicitly tell not to use a dot in a farm wiki config module nameMon, 04 Feb 2013 13:18:11 +0100, by Thomas Waldmann
-
moin account resetpw docs: add instructions for users with no E-Mail address in their profileTue, 29 Jan 2013 19:46:03 +0100, by Thomas Waldmann
-
set_password: warn if user has no e-mail address in the profileTue, 29 Jan 2013 19:39:34 +0100, by Thomas Waldmann
-
moin account inactive - find, show, disable, remove inactive usersFri, 25 Jan 2013 23:01:33 +0100, by Thomas Waldmann
-
SystemAdmin user browser: show disabled user accounts at the botton of the listFri, 25 Jan 2013 16:34:37 +0100, by Thomas Waldmann
-
moin account resetpw: fix typoFri, 25 Jan 2013 15:13:20 +0100, by Thomas Waldmann
-
moin account resetpw - misc. improvementsThu, 24 Jan 2013 22:34:41 +0100, by Thomas Waldmann
-
account resetpw: improve docs/helpThu, 24 Jan 2013 14:25:48 +0100, by Thomas Waldmann
-
changelog: fix indendationWed, 23 Jan 2013 16:08:15 +0100, by Thomas Waldmann
-
changelog: add a thanks to the PSF for sponsoring passlib support developmentWed, 23 Jan 2013 16:07:15 +0100, by Thomas Waldmann
-
updated CHANGESWed, 23 Jan 2013 01:53:23 +0100, by Thomas Waldmann
-
logging configuration: use info loglevel for telling about using the builtin default logging configWed, 23 Jan 2013 01:39:41 +0100, by Thomas Waldmann
-
fix bug in set_password (it did not load the user profile, but safe an empty one)Mon, 21 Jan 2013 17:47:31 +0100, by Thomas Waldmann
-
don't try to send email to user if email address in profile is emptyMon, 21 Jan 2013 17:26:37 +0100, by Thomas Waldmann
-
reorder input fields in recoverpass form, to help browsers remember the user name (not the recovery token)Mon, 21 Jan 2013 16:24:06 +0100, by Thomas Waldmann
-
warn if someone gave ... to the moin script, avoids a strange and unhelpful 'empty module name' error messageMon, 21 Jan 2013 13:41:04 +0100, by Thomas Waldmann
-
add passlib license to docs/licenses/Sat, 19 Jan 2013 01:48:36 +0100, by Thomas Waldmann
-
newaccount: remove outdated/superfluous codeSat, 19 Jan 2013 01:48:00 +0100, by Thomas Waldmann
-
default password_checker function now customizableSat, 19 Jan 2013 01:14:06 +0100, by Thomas Waldmann
-
mergedSat, 19 Jan 2013 00:33:07 +0100, by Thomas Waldmann
-
passlib integration - enhanced password hash securitySat, 19 Jan 2013 00:32:21 +0100, by Thomas Waldmann
-
Added feature to set optional mtime (number of seconds since the epoch) for wiki pagesFri, 18 Jan 2013 09:53:55 +0100, by Reimar Bauer
-
added bundled passlib packages to setup.pyFri, 18 Jan 2013 01:46:13 +0100, by Thomas Waldmann
-
added passlib 1.6.1 to MoinMoin/support/Fri, 18 Jan 2013 01:38:07 +0100, by Thomas Waldmann
-
password related code and tests - clean up and refactorFri, 18 Jan 2013 01:29:28 +0100, by Thomas Waldmann
-
moin account resetpw: make password optional, to be able to set a invalid passwordThu, 17 Jan 2013 22:39:00 +0100, by Thomas Waldmann
-
logging: if the logging config file can't be read, give a helpful error msgWed, 16 Jan 2013 16:16:42 +0100, by Thomas Waldmann
-
moin account resetpw - added options --all-users and --notifyTue, 08 Jan 2013 00:07:30 +0100, by Thomas Waldmann
-
tagged release 1.9.6Sat, 29 Dec 2012 22:05:05 +0100, by Thomas Waldmann
-
security: fix path traversal vulnerability in AttachFile actionSat, 29 Dec 2012 18:19:25 +0100, by Thomas Waldmann
-
update CHANGESSat, 29 Dec 2012 17:13:39 +0100, by Thomas Waldmann
-
security: fix remote code execution vulnerability in twikidraw/anywikidraw actionsSat, 29 Dec 2012 15:05:29 +0100, by Thomas Waldmann
-
despam: allow selecting an author right away after despamming the first one (thanks to TheAnarcat for the patch)Mon, 24 Dec 2012 23:49:10 +0100, by Thomas Waldmann