Push to the project "citadel.org ": The branch, master has been updated
       via  a5847d1c3dedf75f2f5f8e8a8c9de2f2ed1873e8 (commit)
       via  18fe7ea43ad7e4f97f0feed59aff620d677bdc2f (commit)
       via  9a97f3d11d3487d7e9d424ccec3a5ac05c9d0069 (commit)
       via  a556e2d054f0adec0eeeb1fcb05157294b2ec5ad (commit)
       via  201c36d39ab08332df4365c9d5660b2f24793e0c (commit)
      from  9a890c12b27110a519bda6b3c80b812e611be6cf (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=a5847d1c3dedf75f2f5f8e8a8c9de2f2ed1873e8
commit a5847d1c3dedf75f2f5f8e8a8c9de2f2ed1873e8
Author: Wilfried Goesgens <dotheb...@citadel.org>
Date:   Fri Jul 15 12:54:38 2011 +0000

    move beginbox & endbox to box_* so we can tidy up our static/t/ directory a 
little more.

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

    fixed some hickups in summary templating

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

    move blog templates into their own directory

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

    move json message rendering templates into its own directory

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=201c36d39ab08332df4365c9d5660b2f24793e0c
commit 201c36d39ab08332df4365c9d5660b2f24793e0c
Author: Wilfried Goesgens <dotheb...@citadel.org>
Date:   Fri Jul 15 12:05:34 2011 +0000

    move dav stuff into its own directory.

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

Summary of changes:
 webcit/auth.c                                      |   10 +++++-----
 webcit/blogview_renderer.c                         |    2 +-
 webcit/event.c                                     |    2 +-
 webcit/graphics.c                                  |    4 ++--
 webcit/listsub.c                                   |    6 +++---
 webcit/openid.c                                    |    6 +++---
 webcit/sieve.c                                     |   18 +++++++++---------
 webcit/static/t/aide/display_generic_result.html   |    4 ++--
 webcit/static/t/{beginbox.html => box/begin.html}  |    4 ++--
 .../static/t/{beginbox_1.html => box/begin_1.html} |    0
 .../static/t/{beginbox_2.html => box/begin_2.html} |    0
 .../t/{beginbox_nt.html => box/begin_nt.html}      |    0
 webcit/static/t/{endbox.html => box/end.html}      |    0
 .../propfind_groupdav.xml}                         |    0
 .../propfind_groupdav_floorlist.xml}               |    0
 .../propfind_groupdav_floorlist_onefloor.xml}      |    0
 .../propfind_groupdav_roomlist.xml}                |    0
 .../propfind_groupdav_roomlist_oneroom.xml}        |    0
 .../{dav_propfind_top.xml => dav/propfind_top.xml} |    0
 .../propfind_upper_dirs.xml}                       |    0
 webcit/static/t/knrooms_rooms.html                 |   12 ++++++------
 webcit/static/t/room/create.html                   |    4 ++--
 webcit/static/t/room/display_private.html          |    4 ++--
 webcit/static/t/room/zapped_list.html              |    4 ++--
 webcit/static/t/sieve/add.html                     |   12 ++++++------
 webcit/static/t/summary/hedaer.html                |   16 ----------------
 webcit/static/t/summary/page.html                  |   10 +++++-----
 .../comment.html}                                  |    0
 .../comment_box.html}                              |    0
 .../t/{view_blog_post.html => view_blog/post.html} |    0
 .../{view_json_message.js => view_json/message.js} |    0
 .../message_inline_attach.js}                      |    0
 .../message_list_attach.js}                        |    0
 webcit/subst.c                                     |    4 ++--
 webcit/sysmsgs.c                                   |    6 +++---
 webcit/tasks.c                                     |    2 +-
 webcit/vcard_edit.c                                |    6 +++---
 37 files changed, 60 insertions(+), 76 deletions(-)
 rename webcit/static/t/{beginbox.html => box/begin.html} (61%)
 rename webcit/static/t/{beginbox_1.html => box/begin_1.html} (100%)
 rename webcit/static/t/{beginbox_2.html => box/begin_2.html} (100%)
 rename webcit/static/t/{beginbox_nt.html => box/begin_nt.html} (100%)
 rename webcit/static/t/{endbox.html => box/end.html} (100%)
 rename webcit/static/t/{dav_propfind_groupdav.xml => 
dav/propfind_groupdav.xml} (100%)
 rename webcit/static/t/{dav_propfind_groupdav_floorlist.xml => 
dav/propfind_groupdav_floorlist.xml} (100%)
 rename webcit/static/t/{dav_propfind_groupdav_floorlist_onefloor.xml => 
dav/propfind_groupdav_floorlist_onefloor.xml} (100%)
 rename webcit/static/t/{dav_propfind_groupdav_roomlist.xml => 
dav/propfind_groupdav_roomlist.xml} (100%)
 rename webcit/static/t/{dav_propfind_groupdav_roomlist_oneroom.xml => 
dav/propfind_groupdav_roomlist_oneroom.xml} (100%)
 rename webcit/static/t/{dav_propfind_top.xml => dav/propfind_top.xml} (100%)
 rename webcit/static/t/{dav_propfind_upper_dirs.xml => 
dav/propfind_upper_dirs.xml} (100%)
 delete mode 100644 webcit/static/t/summary/hedaer.html
 rename webcit/static/t/{view_blog_comment.html => view_blog/comment.html} 
(100%)
 rename webcit/static/t/{blog_comment_box.html => view_blog/comment_box.html} 
(100%)
 rename webcit/static/t/{view_blog_post.html => view_blog/post.html} (100%)
 rename webcit/static/t/{view_json_message.js => view_json/message.js} (100%)
 rename webcit/static/t/{view_json_message_inline_attach.js => 
view_json/message_inline_attach.js} (100%)
 rename webcit/static/t/{view_json_message_list_attach.js => 
view_json/message_list_attach.js} (100%)


hooks/post-receive
-- 
citadel.org 

Reply via email to