log
graph
tags
bookmarks
branches
changeset
browse
file
diff
comparison
annotate
file log
raw
help
Mercurial
>
public
>
sg101
log gpp/bio/forms.py @ 481:
9f888dbe61ce
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
less
more
|
(0)
-10
-3
tip
age
author
description
Sat, 09 Jul 2011 02:00:48 +0000
Brian Neal
Fixing #225; for some reason MySQL finds the user 'John' when searching for 'John ' (note trailing space). This doesn't happen on SQLite. This causes a NoReverseMatch when searching for 'John ' in the member search. The solution is to call strip() on the form field contents in the clean_username() method of the search form.
Mon, 21 Mar 2011 00:39:52 +0000
Brian Neal
Fixing #175; add an auto-subscribe and auto-favorite forum topic feature. Added 2 flags to the user profile. Added 2 functions that are called on the post post-save signal that auto-favorite and auto-subscribe the post creator if they have requested this service.
Sat, 26 Feb 2011 18:50:59 +0000
Brian Neal
Fix typo that referred to non-existant setting MAX_AVATAR_SIZE.
less
more
|
(0)
-10
-3
tip