[Citadel Development] Citadel commit log: revision 6777

2008-11-29 Thread dothebart

r6777 | dothebart | 2008-11-29 12:23:21 -0500 (Sat, 29 Nov 2008) | 2 lines
Changed paths:
   M /trunk/webcit/static/t/edit_message.html

* removed double blockquote




[Citadel Development] (no subject)

2008-11-29 Thread dothebart
Ok, fixed the number, its 10k again now.  

for libcitadel.. maybe its been a while since you bootstrapped it last? since
the detection in configure was copied from webcits configure line by line.. 
>
>  
>>  15:46 frommatt <>   
>>
>>   
>>
>>
>>
>>dothebart: have you tried mail view with a large (>1000) set of messages in
>>a room? A few of the rooms here (such as this one, don't have autopurger on)
>>only seem to list around that number of oldest messages. I can't find find a
>>room on uncnsrd that big right now to make sure its not just me.  
>>
>>webcit is definitely getting the entire list, its doing MSGS ALL|||1 like
>>it should.
>>
>>Another thing, -lz needs to be added to LDFLAGS for libcitadel on OS X.  
>>
>>
>>
>>  

>

[Citadel Development] Citadel commit log: revision 6776

2008-11-29 Thread dothebart

r6776 | dothebart | 2008-11-29 12:07:41 -0500 (Sat, 29 Nov 2008) | 3 lines
Changed paths:
   M /trunk/webcit/messages.c
   M /trunk/webcit/subst.c

* increase number of messages to 10k as it was before. thanks matt for pointing 
this out.
* fix another memleak




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

2008-11-29 Thread IGnatius T Foobar
 >ok, I'd say  were at a point, where uncensored probably could be updated 
to   
 >SVN head. 
   
 Except it can't because the calendar is still broken   :(  
  


[Citadel Development] (no subject)

2008-11-29 Thread matt
dothebart: have you tried mail view with a large (>1000) set of messages in a
room? A few of the rooms here (such as this one, don't have autopurger on)
only seem to list around that number of oldest messages. I can't find find a
room on uncnsrd that big right now to make sure its not just me.

webcit is definitely getting the entire list, its doing MSGS ALL|||1 like it
should.  

Another thing, -lz needs to be added to LDFLAGS for libcitadel on OS X.

[Citadel Development] Citadel commit log: revision 6775

2008-11-29 Thread dothebart
ok, I'd say  were at a point, where uncensored probably could be updated to
SVN head.  

actually message citing has several bugs fixed;  

  * It doesn't jam umlauts anymore (as it did in some cases)  

  * citing M$ Word created emails with lots of CSS info ahead of the message
doesn't create character soup after sending mails anymore  

  * The email part of mailladdressese survives (so you can   actualy see from
which email address the forwarded message came from)  

(I need to finish adding FW: / RE: to subjects, but this is soon to
follow...)  

feedback welcome.

[Citadel Development] Citadel commit log: revision 6775

2008-11-29 Thread dothebart

r6775 | dothebart | 2008-11-29 05:53:19 -0500 (Sat, 29 Nov 2008) | 2 lines
Changed paths:
   M /trunk/webcit/messages.c
   M /trunk/webcit/msg_renderers.c
   M /trunk/webcit/roomops.c
   M /trunk/webcit/subst.c

* valgrind cleanup




[Citadel Development] Citadel commit log: revision 6774

2008-11-29 Thread dothebart

r6774 | dothebart | 2008-11-29 03:48:41 -0500 (Sat, 29 Nov 2008) | 2 lines
Changed paths:
   M /trunk/webcit/msg_renderers.c

* upsie, don't leak.




[Citadel Development] Citadel commit log: revision 6773

2008-11-29 Thread dothebart

r6773 | dothebart | 2008-11-29 03:47:23 -0500 (Sat, 29 Nov 2008) | 3 lines
Changed paths:
   M /trunk/webcit/msg_renderers.c
   M /trunk/webcit/static/t/edit_message.html

* br's in quotes so you can write before / after them
* parse contenttype header for sub-values like charset.




[Citadel Development] Citadel commit log: revision 6772

2008-11-29 Thread dothebart

r6772 | dothebart | 2008-11-29 03:45:48 -0500 (Sat, 29 Nov 2008) | 2 lines
Changed paths:
   M /trunk/libcitadel/lib/libcitadel.h
   M /trunk/libcitadel/lib/stringbuf.c

* new StrBuf Method: cut it at a given position