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

2010-12-14 Thread ajc

Push to the project "citadel.org ": The branch, master has been updated
   via  89b8bb84814b774301e9b33512cf23d53b17bc9a (commit)
  from  d65f43590ba5ff3dbe8c4d7728796a1e85236543 (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=89b8bb84814b774301e9b33512cf23d53b17bc9a
commit 89b8bb84814b774301e9b33512cf23d53b17bc9a
Author: Art Cancro 
Date:   Tue Dec 14 17:13:03 2010 -0500

Room info in banner was completely broken.  Fixed.

---

Summary of changes:
 webcit/roomlist.c |1 +
 webcit/roomops.c  |5 +++--
 webcit/roomtokens.c   |   19 ---
 webcit/static/t/readinfo.html |4 ++--
 webcit/webcit.h   |2 +-
 5 files changed, 23 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
citadel.org 


[Citadel Development] Re: mime safe these days?

2010-12-14 Thread samjam


On 14/12/10 11:03, dothebart wrote:
i've got a mail where just the attached vcard is shown, and the actual 
content isn't detected, but we should do that later on, since its 
going to involve functional changes, 


That seems a good reason not to upgrade - unless it only affects webcit?

Sam


[Citadel Development] Re: [SCM] citadel.org branch, stable-78x, updated. ecdc9e87a3ac4a50299291550c775cfcca783f34

2010-12-14 Thread IGnatius T Foobar
The dialog is built in such a way that we can probably re-use most of it for
other upload tasks.  At the moment, I would like to focus on message entry.
 Rewriting the upload dialog wasn't actually what I started out trying to
do.  My goal was to eliminate all of the round-trips to the server during
message composition.  Originally I wanted to just add 'attach' fields to the
form as they were needed, like GMail does, but it ended up looking very bad
so I got the idea to do the popup dialog. 
  
 Where I am going with this: 
  
 The next step will be to perform a final validation on the message using
ajax before submitting the entire message.  If there are bad recipients or
an access control problem, I want it to pop up an error.  Only when everything
is validated will the full message form finally be submitted to the server.

  
 The final goal is for the entire system to be usable without logging in.
 That's the main reason I added the modal dialog code last week. 
 


[Citadel Development] Re: [SCM] citadel.org branch, stable-78x, updated. ecdc9e87a3ac4a50299291550c775cfcca783f34

2010-12-14 Thread dothebart


 

Mo Dez 13 2010 23:35:38 EST von   IGnatius T Foobar @ Uncensored  Betreff: Re: [SCM] citadel.org branch, stable-78x, updated. ecdc9e87a3ac4a50299291550c775cfcca783f34

Doing a new push to Easy Install now.  As for the Firefox upload thing ... I don't think I've been able to extend the upload ability past the capabilities of the browser (with its bugs).  Big sites that depend on lots of uploads (video and photo sites) seem to like using Flash uploaders, but I really didn't want to get into that.  


wow, pretty cool. its probably an uncaught oom condition, or a fail in the buffer size calculation.
so we've solved that issue too...
would you like to do the same to the files uploading facility and the logo uploading?




[Citadel Development] Re: mime safe these days?

2010-12-14 Thread dothebart


 

Di Dez 14 2010 04:06:57 EST von   samjam @ Uncensored  Betreff: mime safe these days?
 I'm ready to build and deploy git HEAD if the mime stuff is working again.  Is it?  Sam 

i've not yet ran it in production yet.
the code coverage analysis says i'm running through all possible ways;
i've valgrinded it then with these tests, valgrind showed me one error wich i've fixed.
IGs issues were just indirectly mimeparser issues, its been bugs where i've changed the usage pattern of the mimeparser, not the mimeparser itself.
 
I'm pretty confident its fine now, and a good point to start actualy using it in production. If errors appear, i've got the time to track & fix them in a short timeframe.
 
Later on i'd like to maybe change some more in there, since i've got a mail where just the attached vcard is shown, and the actual content isn't detected, but we should do that later on, since its going to involve functional changes, and the ones we have now all have just been structural changes to increase speed and not do unneeded stuff.




[Citadel Development] mime safe these days?

2010-12-14 Thread samjam


I'm ready to build and deploy git HEAD if the mime stuff is working again.

Is it?

Sam