[Citadel Development] [SCM] citadel.org branch, master, updated. 9e2a4c4605d6c591c1c11e4c986a1bc6ff6ec5c0

2011-07-24 Thread dothebart

Push to the project citadel.org : The branch, master has been updated
   via  9e2a4c4605d6c591c1c11e4c986a1bc6ff6ec5c0 (commit)
   via  de9cfc32533084a616c543ec6d8b2fb3901614e6 (commit)
  from  06124ef0b09b329e66b4585f9aa102f4544272d5 (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=9e2a4c4605d6c591c1c11e4c986a1bc6ff6ec5c0
commit 9e2a4c4605d6c591c1c11e4c986a1bc6ff6ec5c0
Author: Wilfried Goesgens dotheb...@citadel.org
Date:   Sun Jul 24 13:43:32 2011 +

Fix lots of warnings all over the place, make inbound buffers of FMOUT 
const.

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=de9cfc32533084a616c543ec6d8b2fb3901614e6
commit de9cfc32533084a616c543ec6d8b2fb3901614e6
Author: Wilfried Goesgens dotheb...@citadel.org
Date:   Sun Jul 24 13:35:59 2011 +

StrBufSipLine(): make input params const; fix several warnings about unused 
code.

---

Summary of changes:
 libcitadel/lib/libcitadel.h |2 +-
 libcitadel/lib/stringbuf.c  |   21 ++--
 webcit/auth.c   |   13 +++--
 webcit/bbsview_renderer.c   |2 +-
 webcit/blogview_renderer.c  |2 +-
 webcit/calendar.c   |3 +-
 webcit/calendar_tools.c |2 -
 webcit/calendar_view.c  |   10 ++--
 webcit/crypto.c |   10 ++--
 webcit/downloads.c  |4 +-
 webcit/event.c  |7 ++-
 webcit/gettext.c|4 +-
 webcit/groupdav_get.c   |2 -
 webcit/groupdav_main.c  |4 +-
 webcit/marchlist.c  |4 +-
 webcit/messages.c   |   25 -
 webcit/msg_renderers.c  |4 +-
 webcit/netconf.c|4 +-
 webcit/notes.c  |6 +--
 webcit/roomlist.c   |6 ++-
 webcit/roomops.c|   16 +++---
 webcit/serv_func.c  |6 +-
 webcit/static.c |  124 --
 webcit/subst.c  |   39 +-
 webcit/tasks.c  |3 -
 webcit/vcard_edit.c |   17 ++
 webcit/webcit.c |3 -
 webcit/webcit.h |6 +-
 webcit/webserver.c  |3 -
 29 files changed, 178 insertions(+), 174 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. b3b3e73feb285cfdca6e469ca151a70502f9e936

2011-07-24 Thread the_mgt

Push to the project citadel.org : The branch, master has been updated
   via  b3b3e73feb285cfdca6e469ca151a70502f9e936 (commit)
  from  9e2a4c4605d6c591c1c11e4c986a1bc6ff6ec5c0 (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=b3b3e73feb285cfdca6e469ca151a70502f9e936
commit b3b3e73feb285cfdca6e469ca151a70502f9e936
Author: the_mgt the...@ueberserver.de
Date:   Sun Jul 24 15:59:50 2011 +0200

IE 9 styling with seperate stylesheet
Added conditional for IE less than version 9, removed the nonworking stuff 
from general stylesheets and moved them to ie_lte8.css
Also forced IE8 to use IE8 rendering instead of legacy mode.

---

Summary of changes:
 webcit/static/styles/box.css |5 -
 webcit/static/styles/ie_lte8.css |   10 ++
 webcit/static/styles/message.css |5 -
 webcit/static/t/head.html|7 +--
 4 files changed, 15 insertions(+), 12 deletions(-)
 create mode 100644 webcit/static/styles/ie_lte8.css


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. ee6d156f84e201b99c0557689389f9ae068647e6

2011-07-24 Thread dothebart

Push to the project citadel.org : The branch, master has been updated
   via  ee6d156f84e201b99c0557689389f9ae068647e6 (commit)
   via  fbcb12b0861ff4cc409ff5adac5cae036b4f62f8 (commit)
  from  b3b3e73feb285cfdca6e469ca151a70502f9e936 (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=ee6d156f84e201b99c0557689389f9ae068647e6
commit ee6d156f84e201b99c0557689389f9ae068647e6
Merge: fbcb12b b3b3e73
Author: Wilfried Goesgens dotheb...@citadel.org
Date:   Sun Jul 24 15:54:24 2011 +

Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel

commit b3b3e73feb285cfdca6e469ca151a70502f9e936
Author: the_mgt the...@ueberserver.de
Date:   Sun Jul 24 15:59:50 2011 +0200

IE 9 styling with seperate stylesheet
Added conditional for IE less than version 9, removed the nonworking stuff 
from general stylesheets and moved them to ie_lte8.css
Also forced IE8 to use IE8 rendering instead of legacy mode.

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=fbcb12b0861ff4cc409ff5adac5cae036b4f62f8
commit fbcb12b0861ff4cc409ff5adac5cae036b4f62f8
Author: Wilfried Goesgens dotheb...@citadel.org
Date:   Sun Jul 24 15:10:43 2011 +

upsi, that const was missing.

---

Summary of changes:
 webcit/serv_func.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 3d9d2f9113836deec84b59c6824ac4a1ac5a1d6b

2011-07-24 Thread dothebart

Push to the project citadel.org : The branch, master has been updated
   via  3d9d2f9113836deec84b59c6824ac4a1ac5a1d6b (commit)
  from  ee6d156f84e201b99c0557689389f9ae068647e6 (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=3d9d2f9113836deec84b59c6824ac4a1ac5a1d6b
commit 3d9d2f9113836deec84b59c6824ac4a1ac5a1d6b
Author: Wilfried Goesgens dotheb...@citadel.org
Date:   Sun Jul 24 15:56:42 2011 +

Implement selecting of sieve rule target room in dropdown.

---

Summary of changes:
 webcit/roomtokens.c|   13 +
 webcit/sieve.c |   16 +++-
 webcit/static/t/sieve/display_one.html |2 +-
 webcit/static/t/sieve/roomlist.html|2 +-
 4 files changed, 30 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 52e01a7b49bb80b0cf5a9501d12a7a011065c415

2011-07-24 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  52e01a7b49bb80b0cf5a9501d12a7a011065c415 (commit)
  from  3d9d2f9113836deec84b59c6824ac4a1ac5a1d6b (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=52e01a7b49bb80b0cf5a9501d12a7a011065c415
commit 52e01a7b49bb80b0cf5a9501d12a7a011065c415
Author: Art Cancro a...@uncensored.citadel.org
Date:   Sun Jul 24 13:52:01 2011 -0400

sitemap now uses GetRoomListHash() which is what I should have used in the 
first place

---

Summary of changes:
 webcit/sitemap.c |6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. a33dda0b2909cc009af759e990dd7fc667399ce1

2011-07-24 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  a33dda0b2909cc009af759e990dd7fc667399ce1 (commit)
  from  52e01a7b49bb80b0cf5a9501d12a7a011065c415 (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=a33dda0b2909cc009af759e990dd7fc667399ce1
commit a33dda0b2909cc009af759e990dd7fc667399ce1
Author: root root@ajc-test-2011jul21.(none)
Date:   Sun Jul 24 14:14:32 2011 -0400

sitemap now uses its own private roomlist function.  I know this is 
probably suboptimal but I'm desperate to find a fix here.

---

Summary of changes:
 webcit/roomops.c |   16 +++---
 webcit/sitemap.c |   55 +++--
 2 files changed, 48 insertions(+), 23 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. ceffa8fd6967b780a9e74d97a2e49d375d64a4a4

2011-07-24 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  ceffa8fd6967b780a9e74d97a2e49d375d64a4a4 (commit)
  from  a33dda0b2909cc009af759e990dd7fc667399ce1 (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=ceffa8fd6967b780a9e74d97a2e49d375d64a4a4
commit ceffa8fd6967b780a9e74d97a2e49d375d64a4a4
Author: Art Cancro a...@uncensored.citadel.org
Date:   Sun Jul 24 14:30:21 2011 -0400

The monitoring page plays really stupid games with the session.  Eliminate 
all.

---

Summary of changes:
 webcit/auth.c |   29 -
 1 files changed, 8 insertions(+), 21 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] [SCM] citadel.org branch, master, updated. 0108602afaf6ddede92851e3cf3bd6335e5fd8e2

2011-07-24 Thread dothebart

Push to the project citadel.org : The branch, master has been updated
   via  0108602afaf6ddede92851e3cf3bd6335e5fd8e2 (commit)
   via  d42baa48c6a4f1b88cc4c92e5f1e28711197ac49 (commit)
   via  1f9216715c91c885bdec3b87dc0a9812489515e1 (commit)
  from  ceffa8fd6967b780a9e74d97a2e49d375d64a4a4 (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=0108602afaf6ddede92851e3cf3bd6335e5fd8e2
commit 0108602afaf6ddede92851e3cf3bd6335e5fd8e2
Merge: d42baa4 ceffa8f
Author: Wilfried Goesgens dotheb...@citadel.org
Date:   Sun Jul 24 21:11:19 2011 +

Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel

commit ceffa8fd6967b780a9e74d97a2e49d375d64a4a4
Author: Art Cancro a...@uncensored.citadel.org
Date:   Sun Jul 24 14:30:21 2011 -0400

The monitoring page plays really stupid games with the session.  Eliminate 
all.

commit a33dda0b2909cc009af759e990dd7fc667399ce1
Author: root root@ajc-test-2011jul21.(none)
Date:   Sun Jul 24 14:14:32 2011 -0400

sitemap now uses its own private roomlist function.  I know this is 
probably suboptimal but I'm desperate to find a fix here.

commit 52e01a7b49bb80b0cf5a9501d12a7a011065c415
Author: Art Cancro a...@uncensored.citadel.org
Date:   Sun Jul 24 13:52:01 2011 -0400

sitemap now uses GetRoomListHash() which is what I should have used in the 
first place

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=d42baa48c6a4f1b88cc4c92e5f1e28711197ac49
commit d42baa48c6a4f1b88cc4c92e5f1e28711197ac49
Author: Wilfried Goesgens dotheb...@citadel.org
Date:   Sun Jul 24 21:09:35 2011 +

fix bunches of tiny typos; do_template?template=sieve_list produces similar 
results to the non templated system.

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=1f9216715c91c885bdec3b87dc0a9812489515e1
commit 1f9216715c91c885bdec3b87dc0a9812489515e1
Author: Wilfried Goesgens dotheb...@citadel.org
Date:   Sun Jul 24 21:08:26 2011 +

narrow old and new sieve rules editor

  - add some \n's to the old editor for easier diff
  - pad our list of sieve rules with empty ones, so we work like the old 
one.

---

Summary of changes:
 webcit/sieve.c|  371 +
 webcit/static/t/sieve/display.html|   17 +-
 webcit/static/t/sieve/display_one.html|   77 +++---
 webcit/static/t/sieve/display_one_script.html |2 +-
 webcit/static/t/sieve/list.html   |   22 ++-
 webcit/static/t/sieve/list_select_one.html|2 +-
 webcit/static/t/sieve/roomlist.html   |2 +-
 7 files changed, 255 insertions(+), 238 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] Re: [SCM] citadel.org branch, master, updated. ceffa8fd6967b780a9e74d97a2e49d375d64a4a4

2011-07-24 Thread IGnatius T Foobar
Those last couple of commits I made seem to have improved things a bit.  More
later. 
 


[Citadel Development] [SCM] citadel.org branch, master, updated. 0b19b840093c19d5978f7344ba8f1629769f8282

2011-07-24 Thread ajc

Push to the project citadel.org : The branch, master has been updated
   via  0b19b840093c19d5978f7344ba8f1629769f8282 (commit)
  from  0108602afaf6ddede92851e3cf3bd6335e5fd8e2 (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=0b19b840093c19d5978f7344ba8f1629769f8282
commit 0b19b840093c19d5978f7344ba8f1629769f8282
Author: Art Cancro a...@uncensored.citadel.org
Date:   Sun Jul 24 21:08:03 2011 -0400

Merged the Simplified Chinese (zh_CN) translation submitted by elliott 
callaway flingk...@gmail.com

---

Summary of changes:
 webcit/gettext.c  |1 +
 webcit/po/webcit/{et.po = zh.po} | 5338 +
 2 files changed, 2502 insertions(+), 2837 deletions(-)
 copy webcit/po/webcit/{et.po = zh.po} (59%)


hooks/post-receive
-- 
citadel.org