templatize userlist
authorWilfried Goesgens <dothebart@citadel.org>
Fri, 15 Jul 2011 15:08:36 +0000 (15:08 +0000)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 21:36:35 +0000 (21:36 +0000)
commit79c2898dd47f505daa49a2a1ca84b94761391c3e
tree478ac475706c02e460886b7a9d2ed8d2278b4e13
parentcc6f0239a367b736af679a141cd008aa8d9b25f1
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]