Mercurial > moin > 1.9
graph
-
use proper parameter name in log_attempt() callMon, 15 Sep 2014 21:14:44 -0500, by 'Karl O. Pinc'
-
remove trailing whitespaceMon, 15 Sep 2014 21:14:02 -0500, by 'Karl O. Pinc'
-
use proper argument, pagename, in call to log_attempt()Mon, 15 Sep 2014 21:00:41 -0500, by 'Karl O. Pinc'
-
use pagename as argument instead of nameMon, 15 Sep 2014 20:48:41 -0500, by 'Karl O. Pinc'
-
Merge upstream.Mon, 15 Sep 2014 12:02:20 -0500, by 'Karl O. Pinc'
-
merge upstreamThu, 04 Sep 2014 14:48:36 -0500, by 'Karl O. Pinc'
-
log username, if exists, when abused action not presented to userThu, 04 Sep 2014 14:18:56 -0500, by 'Karl O. Pinc'
-
add page name to abuse logThu, 04 Sep 2014 14:09:28 -0500, by 'Karl O. Pinc'
-
log abuse when abused action is not presented to userThu, 04 Sep 2014 13:16:01 -0500, by 'Karl O. Pinc'
-
log page creation access denied with abuse loggerThu, 04 Sep 2014 11:47:12 -0500, by 'Karl O. Pinc'
-
log action detections of access violations with abuse loggerThu, 04 Sep 2014 10:50:04 -0500, by 'Karl O. Pinc'
-
log additional detections of editing failureThu, 04 Sep 2014 10:49:26 -0500, by 'Karl O. Pinc'
-
log user account creation with the abuse loggerThu, 04 Sep 2014 10:22:09 -0500, by 'Karl O. Pinc'
-
log failed page edit attempts with the abuse loggerWed, 03 Sep 2014 22:43:26 -0500, by 'Karl O. Pinc'
-
fix pep8 issueTue, 16 Sep 2014 14:14:50 +0200, by Thomas Waldmann
-
decode some config default values for user profilesFri, 12 Sep 2014 15:34:52 +0200, by Thomas Waldmann
-
textcha failures: log reasonThu, 04 Sep 2014 14:12:27 +0200, by Thomas Waldmann
-
updated i18nThu, 21 Aug 2014 16:51:58 +0200, by Thomas Waldmann
-
update CHANGES about XSS security fixWed, 20 Aug 2014 10:55:13 +0200, by Thomas Waldmann
-
security fix: XSS in useragents statsWed, 20 Aug 2014 10:52:31 +0200, by Thomas Waldmann
-
updated underlayMon, 04 Aug 2014 23:36:41 +0200, by Thomas Waldmann
-
updated i18nMon, 04 Aug 2014 22:59:09 +0200, by Thomas Waldmann
-
make install-docs interwikiMon, 04 Aug 2014 22:28:44 +0200, by Thomas Waldmann
-
auth surge protection: do not activate this in builtin default configFri, 06 Jun 2014 17:11:32 +0200, by Thomas Waldmann
-
moin auth: give error msg when user name is missingFri, 06 Jun 2014 15:54:09 +0200, by Thomas Waldmann
-
surge protection for authentication (currently just for "moin" auth), updated docs/CHANGESFri, 06 Jun 2014 15:52:35 +0200, by Thomas Waldmann
-
abuse logging: add logging for setuid, improve CHANGES entryFri, 06 Jun 2014 14:23:58 +0200, by Thomas Waldmann
-
abuse logging: add CHANGES entry, add example logging configuration, revert wikiserverlogging.confFri, 06 Jun 2014 14:08:21 +0200, by Thomas Waldmann
-
add logging for login to detect potential abuseFri, 06 Jun 2014 13:33:16 +0200, by Thomas Waldmann
-
do not call dict() on MultiDict instances, but .to_dict()Tue, 29 Apr 2014 10:42:46 +0200, by Thomas Waldmann
-
remove print statements from user attr caching codeMon, 28 Apr 2014 21:55:23 +0200, by Thomas Waldmann
-
events tests: use PageEditor instances, like in the production codeSat, 01 Mar 2014 19:07:03 +0100, by Thomas Waldmann
-
mail notification template string configuration: add examplesSat, 01 Mar 2014 15:42:20 +0100, by Thomas Waldmann
-
notification template strings: better naming consistency for configuration valuesSat, 01 Mar 2014 02:27:26 +0100, by Thomas Waldmann
-
update CHANGES about notification changes / fixesSat, 01 Mar 2014 02:11:32 +0100, by Thomas Waldmann
-
email notifications: handle PageRenamedEvent (bugfix, was not handled yet), reduce code duplicationSat, 01 Mar 2014 01:50:50 +0100, by Thomas Waldmann
-
email notifications: handle PageRenamedEvent (bugfix, was not handled yet)Sat, 01 Mar 2014 00:57:10 +0100, by Thomas Waldmann
-
email notifications: handle PageDeletedEvent (bugfix, was not handled yet)Sat, 01 Mar 2014 00:33:36 +0100, by Thomas Waldmann
-
email notifications: move default texts to configuration so they can be overwritten, clean up notification moduleFri, 28 Feb 2014 23:18:20 +0100, by Thomas Waldmann
-
email notification: internally use python template strings to assemble the subject and texts from given componentsFri, 28 Feb 2014 20:04:49 +0100, by Thomas Waldmann
-
fix return type of get_by_... lookup functions (must be User obj or None)Fri, 28 Feb 2014 19:38:41 +0100, by Thomas Waldmann
-
update CHANGESFri, 14 Feb 2014 17:24:43 +0100, by Thomas Waldmann
-
replace slow get_by_filter() calls by faster _getUserIdByKey callsFri, 14 Feb 2014 17:01:16 +0100, by Thomas Waldmann
-
only cache valid user's attributes (we don't care for invalid/disabled user profiles)Fri, 14 Feb 2014 15:29:47 +0100, by Thomas Waldmann
-
_getUserIdByKey: make sure we are only called for cached/supported userprofile attributesFri, 14 Feb 2014 14:59:29 +0100, by Thomas Waldmann
-
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