datatracker/ietf/person
Adam Roach 2e740dcab8 Two changes: (1) searches by substring rather than
"begins with" (to allow, e.g., searching by last name);
and (2) limits results to 10 entries (to limit server
load and limit effectiveness of email-scraping attacks)
 - Legacy-Id: 5519
2013-03-09 19:34:11 +00:00
..
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py Show 'plain name' in Person list view in admin. Related to #769. 2012-03-07 10:10:09 +00:00
forms.py Fixed a problem with the spiffy ajax handling of email fields when test cases submit a textual list of email addresses instead of a python list. 2012-10-21 14:34:50 +00:00
models.py Add an initials() method on Person. 2012-10-25 21:11:10 +00:00
name.py Add an name utility function to return a name's initials. Handle names with an uppercase surname to the left of the given name correctly. 2012-10-25 21:10:30 +00:00
proxy.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
urls.py Move AJAX person search to person/ with some support form code. 2012-03-22 18:22:00 +00:00
views.py Two changes: (1) searches by substring rather than 2013-03-09 19:34:11 +00:00