Push to the project "citadel.org ": The branch, master has been updated
       via  2b9cc058b22acd91ebdfb191c56b29491922a7bb (commit)
       via  4d4b160d56e1f224c2f1abaf1bcf38aaf28ab5bf (commit)
       via  4c81a674c351050d92926af47c2b1191a0895fcf (commit)
       via  8ac3433c8104372164edf2311a5fc6c17e679f5a (commit)
      from  a5847d1c3dedf75f2f5f8e8a8c9de2f2ed1873e8 (commit)

Those revisions listed above that are new to this repository have not appeared 
on any other notification email; so we list those revisions in full, below.
- Log -----------------------------------------------------------------
http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=2b9cc058b22acd91ebdfb191c56b29491922a7bb
commit 2b9cc058b22acd91ebdfb191c56b29491922a7bb
Author: Wilfried Goesgens <dotheb...@citadel.org>
Date:   Fri Jul 15 15:08:36 2011 +0000

    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.

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=4d4b160d56e1f224c2f1abaf1bcf38aaf28ab5bf
commit 4d4b160d56e1f224c2f1abaf1bcf38aaf28ab5bf
Author: Wilfried Goesgens <dotheb...@citadel.org>
Date:   Fri Jul 15 15:07:36 2011 +0000

    add new outputtoken 'F', which does FMOUT with the escaper.

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=4c81a674c351050d92926af47c2b1191a0895fcf
commit 4c81a674c351050d92926af47c2b1191a0895fcf
Author: Wilfried Goesgens <dotheb...@citadel.org>
Date:   Fri Jul 15 15:07:07 2011 +0000

    oops, forgot to add this file.

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=8ac3433c8104372164edf2311a5fc6c17e679f5a
commit 8ac3433c8104372164edf2311a5fc6c17e679f5a
Author: Wilfried Goesgens <dotheb...@citadel.org>
Date:   Fri Jul 15 15:01:54 2011 +0000

    LBIO: add parameter
    
      - if the user provided '1' just the UIDs are listed instead of the actual 
user name.
      - we now use dirent and friends instead of outputting the output of the 
unix ls command *cough*

-----------------------------------------------------------------------

Summary of changes:
 citadel/modules/bio/serv_bio.c         |   49 +++++++---
 webcit/Makefile.in                     |    4 +-
 webcit/static/t/summary/header.html    |   16 +++
 webcit/static/t/user/list.html         |   17 +++
 webcit/static/t/user/list_section.html |    9 ++
 webcit/static/t/user/show.html         |   27 +++++
 webcit/subst.c                         |   12 ++-
 webcit/useredit.c                      |  100 +++++++++++++++++--
 webcit/userlist.c                      |  170 --------------------------------
 9 files changed, 210 insertions(+), 194 deletions(-)
 create mode 100644 webcit/static/t/summary/header.html
 create mode 100644 webcit/static/t/user/list.html
 create mode 100644 webcit/static/t/user/list_section.html
 create mode 100644 webcit/static/t/user/show.html
 delete mode 100644 webcit/userlist.c


hooks/post-receive
-- 
citadel.org 

Reply via email to