[Citadel Development] Citadel commit log: revision 7083

2009-02-08 Thread matt

r7083 | matt | 2009-02-08 23:05:05 -0500 (Sun, 08 Feb 2009) | 2 lines
Changed paths:
   M /trunk/webcit/groupdav_delete.c

* Use StrBufCutLeft to break off /groupdav/ etc. 




[Citadel Development] Citadel commit log: revision 7082

2009-02-08 Thread dothebart
this brinngs the nice background into the baby obama message. I'm wondring
how we could transport whats between  and  into our display?
probably theres some CSS information in there...  

My first try to do a div with the properties of the  wasn't successful,
so i've wrapped a table arround it in case of theres extra stuff in   

if there's a smarter way to do it... comments welcome.

[Citadel Development] Citadel commit log: revision 7080

2009-02-08 Thread dothebart
>  So Feb 08 2009 04:39:00  EST von dothebart <> Betreff: Citadel commit log:
>revision 7080
>
>
>
>asdf/sanotehu 0 /
>will remove asdf
>/asdf/sanoetuh 0 / will do nothing.
>because of the 0'th param is already missing.  
>
>so..  
>
>
>
>/* First, break off the "/groupdav/" prefix */
>StrBufRemove_token(dav_pathname, 0, '/');  
>
>won't do the job if theres a leading '/'  
>
>
>
>  

  

ok, i've tried it with cadaver, its working the way its now.  

i wasn't able to connect groupdav clients... tbird + sogo didn't work at all
(js-errors & dead...) and I wasn't able to find out how Kontact is configured
these days. sick.

[Citadel Development] Citadel commit log: revision 7081

2009-02-08 Thread dothebart
>  So Feb 08 2009 11:58:58  EST von dothebart
> Betreff: Citadel commit log: revision 7081
>
>  
> r7081 | dothebart | 2009-02-08 11:58:58 -0500 (Sun, 08 Feb 2009) | 2 lines
> Changed paths:
> M /trunk/webcit/calendar.c
> 
> * fix memleak while updating tasks
> 
> 
> 
>
>
>  

  

Heureka. I've been searching for that quiet a while now. maybe some of the
recurrence stuff evaded some similar errors...

[Citadel Development] Citadel commit log: revision 7081

2009-02-08 Thread dothebart

r7081 | dothebart | 2009-02-08 11:58:58 -0500 (Sun, 08 Feb 2009) | 2 lines
Changed paths:
   M /trunk/webcit/calendar.c

* fix memleak while updating tasks




[Citadel Development] Citadel commit log: revision 7080

2009-02-08 Thread dothebart

r7080 | dothebart | 2009-02-08 04:29:05 -0500 (Sun, 08 Feb 2009) | 2 lines
Changed paths:
   M /trunk/libcitadel/lib/stringbuf.c

* fixup StrBufRemove_token