[Citadel Development] Citadel commit log: revision 6990

2009-01-25 Thread matt
r6990 | matt | 2009-01-25 06:59:17 -0500 (Sun, 25 Jan 2009) | 3 lines Changed paths: M /trunk/webcit/messages.c M /trunk/webcit/static/summaryview.js M /trunk/webcit/static/t/view_message.html * fix search in mailbox

[Citadel Development] Citadel commit log: revision 6991

2009-01-25 Thread matt
r6991 | matt | 2009-01-25 08:26:26 -0500 (Sun, 25 Jan 2009) | 5 lines Changed paths: M /trunk/webcit/static/t/iconbar.html M /trunk/webcit/static/t/login.html M /trunk/webcit/static/wclib.js M /trunk/webcit/static/

[Citadel Development] (no subject)

2009-01-25 Thread matt
Just some notes out of the last commit: * I created http://www.citadel.org/doku.php/faq:everydayuse:webcit_browser to officially state what browsers work well and why some features don't work in IE. A link to there has been placed on the login page. * Can someone more familiar with DokuWiki updat

[Citadel Development] Re: mod_auth_citadel

2009-01-25 Thread Freakdog
Wow...I don't even see "--with-apr" as an option when I run configure --help.

[Citadel Development] Citadel commit log: revision 6992

2009-01-25 Thread dothebart
r6992 | dothebart | 2009-01-25 11:03:49 -0500 (Sun, 25 Jan 2009) | 3 lines Changed paths: M /trunk/libcitadel/Makefile.in M /trunk/libcitadel/configure.in M /trunk/libcitadel/debian/rules A /trunk/libcitadel/lib/js

[Citadel Development] Re: Citadel commit log: revision 6992

2009-01-25 Thread dothebart
This is the backend needed to signal errormessages to firephp, a firebug plugin. I'm going to replace the messages into the templates by these. That way errormessages won't garble the layout anymore, and you can debug templates in a proper manner.

[Citadel Development] (no subject)

2009-01-25 Thread dothebart
>So Jan 25 2009 08:40:03 EST von m...@comalies (comalies) > > > >Just some notes out of the last commit: > >* I created http://www.citadel.org/doku.php/faq:everydayuse:webcit_browser >to officially state what browsers work well and why some features don't work >in IE. A link to there has been pl

[Citadel Development] Citadel commit log: revision 6993

2009-01-25 Thread dothebart
r6993 | dothebart | 2009-01-25 16:31:24 -0500 (Sun, 25 Jan 2009) | 3 lines Changed paths: M /trunk/webcit/auth.c M /trunk/webcit/groupdav_main.c M /trunk/webcit/listsub.c M /trunk/webcit/locate_host.c M /trunk/w

[Citadel Development] Re: Citadel commit log: revision 6993

2009-01-25 Thread dothebart
I've tried to structure the wcsession a little, grouped those who will just have a lifetime of one request, which data they contain, Maybe we should split it up later by these bounds. as mentioned above, do a make clean, bootstrap configure run, just to be shure.

[Citadel Development] Citadel commit log: revision 6994

2009-01-25 Thread dothebart
r6994 | dothebart | 2009-01-25 19:28:20 -0500 (Sun, 25 Jan 2009) | 5 lines Changed paths: M /trunk/libcitadel/lib/json.c M /trunk/libcitadel/lib/libcitadel.h M /trunk/libcitadel/lib/stringbuf.c M /trunk/libcitadel/

[Citadel Development] Citadel commit log: revision 6995

2009-01-25 Thread dothebart
r6995 | dothebart | 2009-01-25 19:30:22 -0500 (Sun, 25 Jan 2009) | 2 lines Changed paths: M /trunk/webcit/context_loop.c M /trunk/webcit/roomops.c * handle new strbufs in wcsession correctly ---

[Citadel Development] Citadel commit log: revision 6996

2009-01-25 Thread dothebart
r6996 | dothebart | 2009-01-25 19:30:54 -0500 (Sun, 25 Jan 2009) | 3 lines Changed paths: M /trunk/webcit/subst.c M /trunk/webcit/webcit.c M /trunk/webcit/webcit.h * add wildfire output to errormessages ---

[Citadel Development] Re: Citadel commit log: revision 6996

2009-01-25 Thread dothebart
ok, It's working. Tiny Howto: * install firebug in firefox * install firephp in firefox * click on the tiny brown bug in the loer right * use ^ to make firebug its own window * enable the konsole and the network monitor for your devel webcit host * enable firephp for your devel host ---

[Citadel Development] Citadel commit log: revision 6997

2009-01-25 Thread matt
r6997 | matt | 2009-01-25 20:45:30 -0500 (Sun, 25 Jan 2009) | 2 lines Changed paths: M /trunk/webcit/static/t/head.html M /trunk/webcit/static/t/iconbar.html M /trunk/webcit/static/webcit.css M /trunk/webcit/webcit

[Citadel Development] Citadel commit log: revision 6998

2009-01-25 Thread matt
r6998 | matt | 2009-01-26 01:54:45 -0500 (Mon, 26 Jan 2009) | 7 lines Changed paths: M /trunk/webcit/auth.c M /trunk/webcit/iconbar.c M /trunk/webcit/static/iconbaricns.css M /trunk/webcit/static/summaryview.js