Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-21 | Better support for non-latin full names | Dan McGee | 1 | -1/+2 | |
Add a 'latin_name' field to the user profile so we can better support those developers with names in non-Latin scripts, and yet still show a Latin name as necessary on the developer profile page. This field only shows up if populated. Also, use consistent sorting everywhere- rather than using username, always use first_name and last_name fields. Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2011-11-11 | packages/view/search: refactor out the form parsing code | Dan McGee | 1 | -51/+57 | |
This is a block of very repetitive code that lends itself well to being a separate method. It would still be nice to find a way to clean this up but that can come later. Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2011-11-11 | packages/views: split out search view | Dan McGee | 1 | -0/+161 | |
Signed-off-by: Dan McGee <dan@archlinux.org> |