[Citadel Development] [PATCH] webcit/dav_get.c: decode quoted-printable messages

2012-12-03 Thread matt
This patch implements decoding of Quoted-Printable encoded calendar/address data - messages that have the 'Content-Transfer-Encoding: Quoted-Printable' header from MSG2 output. I'm not sure how such messages come into being, but at least this patch ensures they are properly decoded in DAV requests

[Citadel Development] (no subject)

2012-09-29 Thread matt
That is indeed the issue. Log in button does nothing. Safari's developer console reports an error thrown from the isSafari { } block of modal.js on line 24 (dialog.insertBefore) Sat Sep 29 2012 01:15:01 PM PDT from the_mgt @ Uncensored Interesting. What were the symptoms? On 10.6, if I

[Citadel Development] (no subject)

2012-02-12 Thread matt
  Mon Feb 06 2012 05:13:07 PM GMT from IGnatius T Foobar @ Uncensored We probably want to have a maximum concurrent background tasks setting, or something to that effect. At the moment, restarting citserver on a busy site causes the whole thing to get hammered as it attempts the entire

[Citadel Development] serv_migrate metadata fix

2011-09-30 Thread matt
The attached patch fixes a pair of issues I found while migrating comalies.citadel.org onto a new box with serv_migrate over the past two days: 1. Report Expat XML parser errors and drop out out the loop if one occurs (as expat will refuse to work after hitting an error in the source) 2.

[Citadel Development] Problems with SVN

2009-12-19 Thread matt
  Sun Dec 20 2009 12:08:30 AM from davew @ Uncensored Subject: Problems with SVN Is anyone else having problems with SVN? I keep getting an error message svn: Network connection closed unexpectedly. Sometimes it works, but mainly, for the last couple of days, it doesn't.

[Citadel Development] serv_funambol update

2009-12-17 Thread matt
Attached is an update to serv_funambol to make sure errors reaching the Funambol server are dealt with properly, /* * This module implements a notifier for Funambol push email. * Based on bits of serv_spam, serv_smtp */ #define FUNAMBOL_WS /funambol/services/admin #include sysdep.h

[Citadel Development] (no subject)

2009-12-17 Thread matt
A 'handheld' media stylesheet would be a good place to start, thanks to theirrys work this is possible now. Then again, webcit doesn't actually run that bad over GPRS (even if css/img isn't in browser cache). I'm sitting here right now on HSDPA which is even better :)Fri 03 Aug 2007 08:42:10 PM

[Citadel Development] (no subject)

2009-12-17 Thread matt
I mean point your own webcit copy to comalies.citadel.org (./webserver comalies.citadel.org ).Fri 03 Aug 2007 11:27:05 PM UTC from da...@uncnsrd (Uncensored) matt, tried it but all I got was the Apache test page. Whats the correct URL?

[Citadel Development] (no subject)

2009-12-17 Thread matt
Restarted my server for logging and the room worked.However, my Aide room is now demonstrating this problem, and webcit stops processing after asking GTSN from the server.Too tired to take a look at code now, will tomorrow.

[Citadel Development] (no subject)

2009-12-17 Thread matt
Citadel SVN isn't building on OSX. I've fixed a problem with cpp not liking the #elif syntax for HAVE_DARWIN in sysdep.c, now I'm hitting problems with syntax in citadel.h, better left with others here I think :)Sysdep.c diff build log attached sysdep_osx_fix.diff Description: Binary data

[Citadel Development] IMAP UID search

2009-12-17 Thread matt
Gah, I've stumbled across an IMAP search bug..Palm Versamail likes to useUID SEARCH (NOT DELETED) (NOT SEEN)in order to pull up its message listUnfortunately, doesn't seem to be implemented/operational here and VersaMail ends up pulling nothing.

[Citadel Development] Citadel commit log: revision 7696

2009-07-25 Thread matt
r7696 | matt | 2009-07-25 07:41:27 -0400 (Sat, 25 Jul 2009) | 2 lines Changed paths: M /trunk/webcit/static/summaryview.js Fix shift-click behavior if no messages have been selected

[Citadel Development] (no subject)

2009-07-24 Thread matt
Noted shift-select bug, I'll get it fixed tomorrow.

[Citadel Development] range select..

2009-07-24 Thread matt
I usually normal-click one msg then shift-click the range. Never though about shift-click both times, silly me Fri Jul 24 2009 09:46:32 PM EST from dothebart @ Uncensored Subject: range select.. ...is even more funny if you just have 3 mails.  

[Citadel Development] Citadel commit log: revision 7695

2009-07-24 Thread matt
r7695 | matt | 2009-07-24 22:06:34 -0400 (Fri, 24 Jul 2009) | 2 lines Changed paths: M /trunk/webcit/groupdav_delete.c Comment out call to StrBufCutLeft, this was cutting the first character off the roomname causing

[Citadel Development] Citadel commit log: revision 7679

2009-07-20 Thread matt
r7679 | matt | 2009-07-20 23:43:52 -0400 (Mon, 20 Jul 2009) | 2 lines Changed paths: M /trunk/webcit/static/ctdldragdrop.js * Allow dragdrop attributes to be stored as XML attributes

[Citadel Development] Citadel commit log: revision 7680

2009-07-20 Thread matt
r7680 | matt | 2009-07-20 23:46:26 -0400 (Mon, 20 Jul 2009) | 3 lines Changed paths: M /trunk/webcit/static/summaryview.js M /trunk/webcit/static/t/msg_listview.html * Back out previous 'safe view default' * mailbox

[Citadel Development] Citadel commit log: revision 7681

2009-07-20 Thread matt
r7681 | matt | 2009-07-21 00:01:33 -0400 (Tue, 21 Jul 2009) | 3 lines Changed paths: M /trunk/webcit/static/summaryview.js * Fallback to eval() method for JSON loading if the native JSON object (FF 3.5, IE8) does

[Citadel Development] mailbox changes

2009-07-20 Thread matt
The mailbox view is now many times faster! So much that 'safe mode' that I introduced for lower performance browers will be renamed to 'paged mode'. If this is too close to the 7.60 release, feel fre to back it out and distribute the older version in its place.

[Citadel Development] Citadel commit log: revision 7672

2009-07-17 Thread matt
r7672 | matt | 2009-07-17 21:49:26 -0400 (Fri, 17 Jul 2009) | 2 lines Changed paths: M /trunk/webcit/static/summaryview.js M /trunk/webcit/static/t/msg_listview.html * Give newer, faster browsers the full at-once

[Citadel Development] Citadel commit log: revision 7663

2009-07-14 Thread matt
r7663 | matt | 2009-07-14 22:04:15 -0400 (Tue, 14 Jul 2009) | 2 lines Changed paths: M /trunk/webcit/groupdav_put.c Comment out the explicit write of Content-Type to server, as the uploaded data already has

[Citadel Development] js stuff

2009-07-12 Thread matt
I've got some time to myself in the next two weeks so I will do some work on all the javascript stuff I did earlier this year. * There has been some concern expressed about performance of the message list view. The old server side sort is still there as 'safe mode' (check your user

[Citadel Development] Citadel commit log: revision 7192

2009-03-07 Thread matt
r7192 | matt | 2009-03-07 04:58:05 -0500 (Sat, 07 Mar 2009) | 4 lines Changed paths: M /trunk/webcit/static/summaryview.js * Fix subject/from descending sort regression * Where the room prefs have given us a sort mode

[Citadel Development] Citadel commit log: revision 7175

2009-02-28 Thread matt
r7175 | matt | 2009-02-28 20:27:28 -0500 (Sat, 28 Feb 2009) | 3 lines Changed paths: M /trunk/webcit/serv_func.c M /trunk/webcit/static/webcit.css * fmout class different depending o input * text-overflow: ellpisis

[Citadel Development] Citadel commit log: revision 7133

2009-02-20 Thread matt
r7133 | matt | 2009-02-20 08:24:25 -0500 (Fri, 20 Feb 2009) | 2 lines Changed paths: M /trunk/webcit/static/summaryview.js M /trunk/webcit/static/wclib.js * add a strcmp function, use for mailbox subject/sender compare

[Citadel Development] Citadel commit log: revision 7117

2009-02-16 Thread matt
r7117 | matt | 2009-02-16 23:55:57 -0500 (Mon, 16 Feb 2009) | 2 lines Changed paths: M /trunk/webcit/static/summaryview.js * Use SortOrder=0 to ascend in mailbox safe mode

[Citadel Development] Citadel commit log: revision 7105

2009-02-12 Thread matt
r7105 | matt | 2009-02-12 21:51:56 -0500 (Thu, 12 Feb 2009) | 3 lines Changed paths: M /trunk/webcit/static/ctdldragdrop.js M /trunk/webcit/static/wclib.js M /trunk/webcit/static/webcit.css * CtdlDragDrop library

[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 7077

2009-02-07 Thread matt
r7077 | matt | 2009-02-07 06:08:37 -0500 (Sat, 07 Feb 2009) | 4 lines Changed paths: M /trunk/webcit/groupdav_get.c M /trunk/webcit/groupdav_put.c * Fix single-item groupdav requests being considered as the whole

[Citadel Development] Citadel commit log: revision 7071

2009-02-06 Thread matt
r7071 | matt | 2009-02-06 04:45:47 -0500 (Fri, 06 Feb 2009) | 8 lines Changed paths: M /trunk/webcit/msg_renderers.c M /trunk/webcit/static/summaryview.js M /trunk/webcit/static/t/head.html M /trunk/webcit/static

[Citadel Development] Citadel commit log: revision 7076

2009-02-06 Thread matt
r7076 | matt | 2009-02-07 01:42:02 -0500 (Sat, 07 Feb 2009) | 3 lines Changed paths: M /trunk/webcit/pushemail.c M /trunk/webcit/static/t/pushemail.html M /trunk/webcit/static/wclib.js M /trunk/webcit/static

[Citadel Development] Citadel commit log: revision 7070

2009-02-05 Thread matt
r7070 | matt | 2009-02-05 19:22:59 -0500 (Thu, 05 Feb 2009) | 3 lines Changed paths: M /trunk/webcit/static/summaryview.js M /trunk/webcit/static/webcit.css * fix zebra rows in mailbox view not working after sort/move

[Citadel Development] Citadel commit log: revision 7060

2009-02-04 Thread matt
r7060 | matt | 2009-02-04 03:27:18 -0500 (Wed, 04 Feb 2009) | 2 lines Changed paths: M /trunk/webcit/static/t/mailsummary_json.html ! Remove the 0 padding in iterate params, not needed thanks to last commit

[Citadel Development] Citadel commit log: revision 7061

2009-02-04 Thread matt
r7061 | matt | 2009-02-04 03:50:12 -0500 (Wed, 04 Feb 2009) | 2 lines Changed paths: M /trunk/webcit/static/summaryview.js M /trunk/webcit/static/t/mailsummary_json.html * Calculate a 'stopmsg' var rather than maxmsgs

[Citadel Development] Citadel commit log: revision 7066

2009-02-04 Thread matt
r7066 | matt | 2009-02-04 19:51:29 -0500 (Wed, 04 Feb 2009) | 2 lines Changed paths: M /trunk/webcit/static/summaryview.js * fix unread message not being bolded in mailbox

[Citadel Development] Citadel commit log: revision 7057

2009-02-03 Thread matt
r7057 | matt | 2009-02-03 21:07:02 -0500 (Tue, 03 Feb 2009) | 5 lines Changed paths: M /trunk/webcit/static/summaryview.js M /trunk/webcit/static/t/mailsummary_json.html M /trunk/webcit/static/t

[Citadel Development] (no subject)

2009-02-03 Thread matt
dothebart: I've just tried using the new iterate params for mailbox safe view, doesn't seem to work. When I place a breakpoint within the iterate_subtmpl loop it only seems to go over two items then stops. It should be doing 500. StopAt doesn't seem to be calculated correctly if I only specify

[Citadel Development] (no subject)

2009-02-03 Thread matt
ok, thanks for clearing that up. Hmm, we need to be able to detect lack of B(..) as well as startmsg/maxmsgs aren't specified in default mode.

[Citadel Development] Citadel commit log: revision 7038

2009-01-31 Thread matt
r7038 | matt | 2009-01-31 04:45:18 -0500 (Sat, 31 Jan 2009) | 5 lines Changed paths: M /trunk/webcit/auth.c M /trunk/webcit/msg_renderers.c M /trunk/webcit/po/da.po M /trunk/webcit/po/de.po M /trunk/webcit/po

[Citadel Development] Citadel commit log: revision 7046

2009-01-31 Thread matt
r7046 | matt | 2009-02-01 01:14:51 -0500 (Sun, 01 Feb 2009) | 2 lines Changed paths: M /trunk/webcit/static/summaryview.js M /trunk/webcit/static/wclib.js M /trunk/webcit/static/webcit.css * Fix some IE (mainly IE6

[Citadel Development] Citadel commit log: revision 7017

2009-01-28 Thread matt
r7017 | matt | 2009-01-28 23:17:53 -0500 (Wed, 28 Jan 2009) | 2 lines Changed paths: M /trunk/webcit/static/t/iconbar.html M /trunk/webcit/static/webcit.css * Encapsulate iconbar contents in another div that carries

[Citadel Development] (no subject)

2009-01-27 Thread matt
I fixed a similar problem in webcit when I merged newsummaryview in - we were checking for HAVE_ZLIB when we didn't need to anymore, as libcitadel handled that... Wed Jan 28 2009 08:56:30 AM EST fromIGnatius T Foobar

[Citadel Development] Citadel commit log: revision 7010

2009-01-27 Thread matt
r7010 | matt | 2009-01-27 21:56:19 -0500 (Tue, 27 Jan 2009) | 6 lines Changed paths: M /trunk/webcit M /trunk/webcit/roomops.c M /trunk/webcit/static/iconbaricns.css M /trunk/webcit/static/iconbarpiconly.css M

[Citadel Development] Citadel commit log: revision 6999

2009-01-26 Thread matt
r6999 | matt | 2009-01-26 05:35:34 -0500 (Mon, 26 Jan 2009) | 8 lines Changed paths: M /trunk/webcit/graphics.c M /trunk/webcit/roomops.c M /trunk/webcit/static/summaryview.js M /trunk/webcit/static/t

[Citadel Development] webcit bug wall

2009-01-26 Thread matt
Here is a list of current webcit trunk bugs I know about: * iconbar buttons overflowing * IE6 iconbar buttons * iconbar roomlist failing in IE * mailbox view table not always lining up in IE, various degress of b0rkness depending on IE version * login screen input fields messed up in IE8b

[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

[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

[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

[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

[Citadel Development] Citadel commit log: revision 6984

2009-01-24 Thread matt
r6984 | matt | 2009-01-24 03:42:14 -0500 (Sat, 24 Jan 2009) | 4 lines Changed paths: M /trunk/webcit/static/summaryview.js * multi-select in webcit is back, apologies to those who had to wait for it. * alt-click does

[Citadel Development] (no subject)

2009-01-21 Thread matt
Do we have any statistics on what browsers webcit users use - say on uncensored? I'll try and get IE6 fixed, I'll need to set up another Winblows VM to test it, all I have here is 7 and 8 beta.

[Citadel Development] (no subject)

2009-01-21 Thread matt
Excellent, the stats seem to be in line with statistics I've seen elsewhere. I guess all those on IE6 are at $work. I was thinking about throwing up a display-once notice in webcit recommending an upgrade for stagnating (FF 2, IE6) users who are able to upgrade. Thu Jan 22 2009

[Citadel Development] (no subject)

2009-01-21 Thread matt
No, its just an XMPP extension to set up and tear down peer-to-peer video sessions, the actual video streaming happens between the clients themselves using RTP and some NAT-busting logic (ICE), so, 'SIP for XMPP' may be a better analogy. Thu Jan 22 2009 15:04:04 EST from

[Citadel Development] Citadel commit log: revision 6970

2009-01-20 Thread matt
r6970 | matt | 2009-01-20 04:09:05 -0500 (Tue, 20 Jan 2009) | 2 lines Changed paths: M /trunk/webcit/msg_renderers.c Restore mailbox view

[Citadel Development] Citadel commit log: revision 6971

2009-01-20 Thread matt
r6971 | matt | 2009-01-20 18:49:26 -0500 (Tue, 20 Jan 2009) | 2 lines Changed paths: M /trunk/webcit/subst.c M /trunk/webcit/subst.h temporarily have IterateStruct in subst.h so mailbox conditionals can get at them

[Citadel Development] Citadel commit log: revision 6952

2009-01-15 Thread matt
- --- -- -- hm, upsi. I actualy broke s.th. matt, concerning Conditional_ROOM_DISPLAY_MSG and Conditional_MAIL_SUMM_LASTMSG; we have to find a more generic way to achieve what you want to do here. two thoughts on this: we could

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

2009-01-14 Thread matt
Its there, the conditional in login.html that is supposed to check if its available doesn't seem to be evaluating right.. Thu Jan 15 2009 13:37:37 EST from IGnatius T Foobar Re: Citadel commit log: revision 6952

[Citadel Development] Citadel commit log: revision 6936

2009-01-12 Thread matt
r6936 | matt | 2009-01-12 04:21:37 -0500 (Mon, 12 Jan 2009) | 8 lines Changed paths: M /branches/webcit-newsummaryview/WISHLIST M /branches/webcit-newsummaryview/messages.c M /branches/webcit-newsummaryview

[Citadel Development] Citadel commit log: revision 6937

2009-01-12 Thread matt
r6937 | matt | 2009-01-12 04:30:17 -0500 (Mon, 12 Jan 2009) | 2 lines Changed paths: M /branches/webcit-newsummaryview/messages.c M /branches/webcit-newsummaryview/webcit.c Some merges I have missed..

[Citadel Development] Citadel commit log: revision 6938

2009-01-12 Thread matt
r6938 | matt | 2009-01-12 05:08:09 -0500 (Mon, 12 Jan 2009) | 3 lines Changed paths: M /branches/webcit-newsummaryview/calendar.c M /branches/webcit-newsummaryview/downloads.c M /branches/webcit-newsummaryview

[Citadel Development] Citadel commit log: revision 6939

2009-01-12 Thread matt
r6939 | matt | 2009-01-12 07:32:43 -0500 (Mon, 12 Jan 2009) | 2 lines Changed paths: M /trunk/webcit/auth.c M /trunk/webcit/context_loop.c M /trunk/webcit/iconbar.c M /trunk/webcit/messages.c M /trunk/webcit

[Citadel Development] r6936/new summary view changes

2009-01-12 Thread matt
.. And there we go.. There are still some cosmetic patch ups needed, but I'd like to extinguish any possible bugs before I continue. If you are on a slower machine, or using Internet exploder, go into advanced-prefs and change to 'safe mode' to improve responsiveness with large (several

[Citadel Development] Citadel commit log: revision 6945

2009-01-12 Thread matt
r6945 | matt | 2009-01-12 18:15:26 -0500 (Mon, 12 Jan 2009) | 8 lines Changed paths: M /trunk/webcit/iconbar.c M /trunk/webcit/messages.c M /trunk/webcit/static/summaryview.js M /trunk/webcit/static/t/iconbar.html

[Citadel Development] (no subject)

2009-01-12 Thread matt
Do you see a request for /json_roomflr in the webcit console? Which browser version are you using? Disappearing room type images is probably a browser issue - CSS list-style-image is now used to show them, so the browser has to load each as they appear. A preloader will solve that. Noted

[Citadel Development] Citadel commit log: revision 6947

2009-01-12 Thread matt
r6947 | matt | 2009-01-12 23:23:43 -0500 (Mon, 12 Jan 2009) | 6 lines Changed paths: M /trunk/webcit/messages.c M /trunk/webcit/roomops.c M /trunk/webcit/static/ctdldragdrop.js M /trunk/webcit/static

[Citadel Development] (no subject)

2009-01-12 Thread matt
Thats another round. I'll install FF2 later on and check it out, admittedly I haven't gone back far with regards to versions of the three main 'good browsers' (FF, Safari and Opera), and Exploder is fairly consistent across each version :( Did someone attempt to activate i18n for datepicker as

[Citadel Development] (no subject)

2009-01-12 Thread matt
Also, there is now a javascript library (CtdlDragDrop) for drag-drop stuff that does things in a much more kosher way. Some time in the future I'll modify notes view to use it.

[Citadel Development] Citadel commit log: revision 6948

2009-01-12 Thread matt
r6948 | matt | 2009-01-13 02:47:46 -0500 (Tue, 13 Jan 2009) | 5 lines Changed paths: M /trunk/webcit/auth.c M /trunk/webcit/messages.c M /trunk/webcit/serv_func.c M /trunk/webcit/static/summaryview.js M /trunk

[Citadel Development] Citadel commit log: revision 6933

2009-01-11 Thread matt
r6933 | matt | 2009-01-11 03:08:00 -0500 (Sun, 11 Jan 2009) | 3 lines Changed paths: M /branches/webcit-newsummaryview/msg_renderers.c M /branches/webcit-newsummaryview/webcit.c * undo previous experiment

[Citadel Development] Citadel commit log: revision 6921

2009-01-10 Thread matt
r6921 | matt | 2009-01-10 04:17:57 -0500 (Sat, 10 Jan 2009) | 2 lines Changed paths: M /branches/webcit-newsummaryview/roomops.c M /branches/webcit-newsummaryview/webcit.h Sort rooms in sidebar alphabetically

[Citadel Development] Citadel commit log: revision 6923

2009-01-10 Thread matt
r6923 | matt | 2009-01-10 05:43:43 -0500 (Sat, 10 Jan 2009) | 2 lines Changed paths: A /trunk/webcit/wcpref.js (from /branches/webcit-newsummaryview/static/wcpref.js:6922) copy wcpref.js from wc-summ branch to trunk

[Citadel Development] Citadel commit log: revision 6924

2009-01-10 Thread matt
r6924 | matt | 2009-01-10 06:07:07 -0500 (Sat, 10 Jan 2009) | 1 line Changed paths: A /branches/webcit-newsummaryview/static/t/iconbar.html Oops, this template should be committed

[Citadel Development] Citadel commit log: revision 6925

2009-01-10 Thread matt
r6925 | matt | 2009-01-10 06:12:59 -0500 (Sat, 10 Jan 2009) | 2 lines Changed paths: A /trunk/webcit/static/ctdldragdrop.js (from /branches/webcit-newsummaryview/static/ctdldragdrop.js:6923) A /trunk/webcit/static

[Citadel Development] Citadel commit log: revision 6926

2009-01-10 Thread matt
r6926 | matt | 2009-01-10 10:10:59 -0500 (Sat, 10 Jan 2009) | 2 lines Changed paths: M /branches/webcit-newsummaryview/messages.c M /branches/webcit-newsummaryview/msg_renderers.c M /branches/webcit-newsummaryview

[Citadel Development] Citadel commit log: revision 6917

2009-01-09 Thread matt
r6917 | matt | 2009-01-09 21:16:31 -0500 (Fri, 09 Jan 2009) | 6 lines Changed paths: M /branches/webcit-newsummaryview/preferences.c M /branches/webcit-newsummaryview/roomops.c M /branches/webcit-newsummaryview

[Citadel Development] Citadel commit log: revision 6918

2009-01-09 Thread matt
r6918 | matt | 2009-01-09 21:31:00 -0500 (Fri, 09 Jan 2009) | 3 lines Changed paths: M /branches/webcit-newsummaryview/static/t M /branches/webcit-newsummaryview/static/t/aide_inetconf.html M /branches/webcit

[Citadel Development] Citadel commit log: revision 6920

2009-01-09 Thread matt
r6920 | matt | 2009-01-09 21:46:05 -0500 (Fri, 09 Jan 2009) | 2 lines Changed paths: M /branches/webcit-newsummaryview/static/wclib.js M /branches/webcit-newsummaryview/static/wcpref.js * Fix wcpref in Intarwebs

[Citadel Development] Citadel commit log: revision 6900

2009-01-06 Thread matt
r6900 | matt | 2009-01-06 05:14:26 -0500 (Tue, 06 Jan 2009) | 3 lines Changed paths: M /trunk/libcitadel/lib/libcitadel.h M /trunk/libcitadel/lib/stringbuf.c + New function: StrECMAEscAppend, does string escaping

[Citadel Development] Citadel commit log: revision 6888

2009-01-01 Thread matt
r6888 | matt | 2009-01-01 08:31:15 -0500 (Thu, 01 Jan 2009) | 2 lines Changed paths: M /branches/webcit-newsummaryview/README.txt A /branches/webcit-newsummaryview/WISHLIST M /branches/webcit-newsummaryview

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

2009-01-01 Thread matt
I intend to get as much as possible done in the immediate future (within the next 7 days) as I wish to move onto other projects. dothebart: I want to be able to limit the number of messages displayed, like bbsview, but still using a template iterator, the two ways I can think of: modify

[Citadel Development] Citadel commit log: revision 6880

2008-12-28 Thread matt
r6880 | matt | 2008-12-28 08:16:15 -0500 (Sun, 28 Dec 2008) | 3 lines Changed paths: M /branches/webcit-newsummaryview/README.txt M /branches/webcit-newsummaryview/auth.c M /branches/webcit-newsummaryview

[Citadel Development] re: Citadel commit log: revision 6860

2008-12-22 Thread matt
- --- -- -- Matt, three tiny comments: * LKRA has some friends with similar syntax: http://www.citadel.org/doku.php/documentation:appproto:rooms?s=lkra#list.comma nds You probably should create something that can easily handle all of them (maybe by some wrappers? * SVPut and friends

[Citadel Development] Citadel commit log: revision 6846

2008-12-18 Thread matt
r6846 | matt | 2008-12-18 05:04:22 -0500 (Thu, 18 Dec 2008) | 1 line Changed paths: M /branches/webcit-newsummaryview/iconbar.c M /branches/webcit-newsummaryview/messages.c A /branches/webcit-newsummaryview/static

[Citadel Development] Citadel commit log: revision 6835

2008-12-14 Thread matt
r6835 | matt | 2008-12-14 06:07:34 -0500 (Sun, 14 Dec 2008) | 2 lines Changed paths: A /branches/webcit-newsummaryview/static/t/mailsummary_json.html Missing template, needed to function :)

[Citadel Development] Citadel commit log: revision 6837

2008-12-14 Thread matt
r6837 | matt | 2008-12-14 07:16:53 -0500 (Sun, 14 Dec 2008) | 2 lines Changed paths: M /branches/webcit-newsummaryview/roomops.c M /branches/webcit-newsummaryview/static/summaryview.js M /branches/webcit

[Citadel Development] Citadel commit log: revision 6838

2008-12-14 Thread matt
r6838 | matt | 2008-12-14 07:25:54 -0500 (Sun, 14 Dec 2008) | 1 line Changed paths: M /trunk/libcitadel/lib/libcitadel.h M /trunk/libcitadel/lib/stringbuf.c As per dothebart's advice, revise StrBufIsNumber to check

[Citadel Development] Citadel commit log: revision 6842

2008-12-14 Thread matt
r6842 | matt | 2008-12-15 00:17:30 -0500 (Mon, 15 Dec 2008) | 2 lines Changed paths: M /trunk/webcit/messages.c fix (no subject) for blank message subjects

[Citadel Development] Citadel commit log: revision 6819

2008-12-13 Thread matt
r6819 | matt | 2008-12-13 04:59:13 -0500 (Sat, 13 Dec 2008) | 2 lines Changed paths: M /branches/webcit-newsummaryview/static/summaryview.js Turn off JSON sanitization in prototype.js, improves load performance

[Citadel Development] Citadel commit log: revision 6826

2008-12-13 Thread matt
r6826 | matt | 2008-12-13 08:43:27 -0500 (Sat, 13 Dec 2008) | 2 lines Changed paths: M /branches/webcit-newsummaryview/messages.c M /branches/webcit-newsummaryview/msg_renderers.c M /branches/webcit-newsummaryview

[Citadel Development] Citadel commit log: revision 6815

2008-12-12 Thread matt
r6815 | matt | 2008-12-12 06:27:36 -0500 (Fri, 12 Dec 2008) | 1 line Changed paths: A /branches/webcit-newsummaryview (from /trunk/webcit:6814) Branch to stage new webcit message list view amongst other things

[Citadel Development] Citadel commit log: revision 6816

2008-12-12 Thread matt
r6816 | matt | 2008-12-12 06:52:34 -0500 (Fri, 12 Dec 2008) | 2 lines Changed paths: M /branches/webcit-newsummaryview/messages.c A /branches/webcit-newsummaryview/static/summaryview.js M /branches/webcit

[Citadel Development] (no subject)

2008-12-12 Thread matt
As you can see I've created a branch to stage some changes to webcit (I suppose I could have used TECH_PREVIEW, but at least people won't scream 'revert! revert!' this way). I have completely rebuilt the message summary/listview. It now loads the message list for each room via an Ajax request

[Citadel Development] Citadel commit log: revision 6818

2008-12-12 Thread matt
r6818 | matt | 2008-12-12 21:44:08 -0500 (Fri, 12 Dec 2008) | 2 lines Changed paths: M /branches/webcit-newsummaryview/messages.c M /branches/webcit-newsummaryview/msg_renderers.c M /branches/webcit-newsummaryview

[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.

[Citadel Development] (no subject)

2008-11-14 Thread matt
seems to have fixed it

[Citadel Development] Citadel commit log: revision 6707

2008-10-31 Thread matt
r6707 | matt | 2008-10-31 04:01:26 -0400 (Fri, 31 Oct 2008) | 3 lines Changed paths: M /trunk/webcit/configure.ac M /trunk/webcit/webcit.h Use AC_CHECK_HEADERS rather than __DARWIN__ macro to include xlocale.h

[Citadel Development] Citadel commit log: revision 6706

2008-10-30 Thread matt
r6706 | matt | 2008-10-31 00:28:33 -0400 (Fri, 31 Oct 2008) | 2 lines Changed paths: M /trunk/webcit/configure.ac M /trunk/webcit/webcit.h M /trunk/webcit/webserver.c add a few #defines to fix OS X

[Citadel Development] Citadel commit log: revision 6702

2008-10-27 Thread matt
r6702 | matt | 2008-10-27 21:10:59 -0400 (Mon, 27 Oct 2008) | 2 lines Changed paths: M /trunk/citadel/docs/macintosh-readme.txt updated instructions, noting libsieve and gettext

[Citadel Development] Citadel commit log: revision 6664

2008-10-05 Thread matt
r6664 | matt | 2008-10-05 07:54:14 -0400 (Sun, 05 Oct 2008) | 2 lines Changed paths: M /trunk/webcit/webcit.c add begin_burst to citadel version too low failure

  1   2   >