templatize userlist
authorWilfried Goesgens <dothebart@citadel.org>
Fri, 15 Jul 2011 15:08:36 +0000 (15:08 +0000)
committerWilfried Goesgens <dothebart@citadel.org>
Fri, 15 Jul 2011 15:08:36 +0000 (15:08 +0000)
commit2b9cc058b22acd91ebdfb191c56b29491922a7bb
tree6281e66c07b74e32ce820158e1b251fe8af98e0d
parent4d4b160d56e1f224c2f1abaf1bcf38aaf28ab5bf
templatize userlist

  - move the little remaining stuff & needed functionality into useredit.c
  - hash users by UID, faster, plus also uniq, and more clever to search from LBIO.
  - utilize the new '1' parameter to LBIO so we can quickly locate users
  - modify the users found in LBIO to mark them having a bio
  - templatize userlist & user detailview.
webcit/Makefile.in
webcit/static/t/user/list.html [new file with mode: 0644]
webcit/static/t/user/list_section.html [new file with mode: 0644]
webcit/static/t/user/show.html [new file with mode: 0644]
webcit/useredit.c
webcit/userlist.c [deleted file]