[Citadel Development] OS X build status

2005-12-11 Thread matt
webcit is now building and workingcitadel building and workingwell it must work, i'm typing this message with the updated versions of both :)

[Citadel Development] (no subject)

2005-12-13 Thread matt
fleeb: are you talking about autologin? fails on OS X too. When I tried it on Linux I just had to hit enter on the password field, hmm, thats a tad little insecure.

[Citadel Development] -liconv -lintl with WebCit

2006-01-21 Thread matt
-liconv -lintl should be added to the LDFLAGS for WebCit on platforms where they don't come standard in libc such as OS X. And ugh... where did my real text editor go.

[Citadel Development] tiny_mce

2006-01-21 Thread matt
Can a small note be added to README.txt saying that tiny_mce has to be downloaded and extracted in the webcit sources dir before installation, until tiny_mce becomes part of WebCit itself?(hoping new line works)

[Citadel Development] Attack of unique message ids and rooms.

2006-01-21 Thread matt
I haven't worked on the NNTP server code for a few weeks now (got some basic message fetch operations going, but not protocol compliant yet, yell if you want the latest revision), but one major problem is in my way:Does Citadel provide an ID for a message relevant to the room its in - which will

[Citadel Development] (no subject)

2006-07-02 Thread matt
, containing miscellaneous system info. If you have some sort of master wish list or todo list. I could look it over to find items which are compelling, fun, challenging etc. matt

[Citadel Development] (no subject)

2006-08-05 Thread matt
NunniMCAX simply passes on the entire tag name (i.e space:tagname), so simply seeing if the tag name contains what you want should do.While I'm at it, I might rewrite the tasks view from scratch. Its use of dates instead of completed/not completed status defies every calendar app I know :(

[Citadel Development] (no subject)

2006-08-07 Thread matt
You'll simply get G:vevent-collection. Should namespace processing be needed, just scan each tag for xmlns attributes and build a table of used namespaces from that.

[Citadel Development] (no subject)

2006-10-02 Thread matt
. are colorized for easier reading. RS is pretty much just brief system summary plus server uptime. Mail . Read Configuration matt Access level: 4 (Network User) User #41118 / Login #473 / 40 Posts / Last login: Thu Sep 21 14:55:45 2006 Logged in: 0 days, 0 hours, 0 minutes Your screen width: 80

[Citadel Development] Re:hickup?

2006-11-01 Thread matt
Somehow I seemed to lose all my room sharing settings so funny things must've gone on as I've gone through each room and set them up again. SOAP can be implemented purely in _javascript_ DOM and XmlHttpRequest (various basic implementations exist), however, at the moment I'm looking to use it

[Citadel Development] (no subject)

2006-11-06 Thread matt
Webcit and citadel (text client) seem to operate very slowly when communicating over TCP between OS X 10.4.8 machines - including webcit operating on the local citadel server via loopback. smtp, imap etc. work fine, I can even telnet to my server over the network and get INFO we'll before

[Citadel Development] (no subject)

2006-11-08 Thread matt
Right. In conjunction with the winter schedule already outlined, heres a draft of the Funambol connector schedule: http://comalies.citadel.org/~matt/funambol/roadmap/ (excuse the PDF's, I've been splurging around in Inkscape) Theres a few points related

[Citadel Development] patch: loading graphic for ajax ops in webcit

2006-11-17 Thread matt
Heres a mod to wclib.js to have it show a loading graphic for ajax operations (i.e preview pane), along with _javascript_ for other features such as the new header view that I did earlier this year, which I'll produce patches for soon.Patch and loading graphic (gradientanim.gif) attached

[Citadel Development] (no subject)

2006-11-17 Thread matt
Don't forget to add the graphic into the source!Source control systems and me usually don't mix, but I'll see how we go adding in all the changes later on.

[Citadel Development] Push/Pager hooks preview

2006-12-01 Thread matt
I've started a paging/push implementation which will be the base of the Funambol push email hooks coming soon. I've implemented in by hooking into some existing message hooks (aftersave) and defining a new one (pushmsg). Some other operations may need to generate events in the future, in

[Citadel Development] (no subject)

2006-12-08 Thread matt
messages.c.dif knownopt -new file total: 10 Thanks, matt 

[Citadel Development] citpatches3.zip (text client patches)

2006-12-08 Thread matt
You're welcome. No rush. I'm glad you can use the patches.

[Citadel Development] Patch: Nullify tcp buffering on OS X

2007-01-14 Thread matt
I've found the cause of the slow TCP IPC connections bug on OS X, namely buffering output on the socket will cause the system to wait too long to spit out the results. Changes: * Check for OSX/Darwin in configure and define accordingly (HAVE_DARWIN) * Created stub functions for

[Citadel Development] Push email patches

2007-01-17 Thread matt
Citadel now talks to Funambol, Funambol contacts phone, phone downloads email, everyones happy :) Attached patches implement the code required to tell Funambol we've got mail, add the config options necessary, and add a new pane to the Webcit site config dialog. Index: serv_extensions.c

[Citadel Development] (no subject)

2007-01-20 Thread matt
Yeah, I did have a look at that, but not too hard, the SMTP queue model works well for now, but by the look of it, the journal loop doesn't have room for failures? I'll be releasing a Funambol bundle with the GroupDAV, Citadel and push bits soon. As for making noise, I've been

[Citadel Development] (no subject)

2007-01-22 Thread matt
IG, can you repatch msgbase.c and sysconfig.h using revised_push_patch.diff. The text client patch in routines2.c doesn't appear to have been applied. Attached is a new version of serv_funambol.c (queue room approach as in previous patch, fixed message construction problem, disabled

[Citadel Development] (no subject)

2007-01-22 Thread matt
Hmm, they must've gone missing across the network. Here is a diff for everything against SVN. Index: msgbase.c === --- msgbase.c (revision 4902) +++ msgbase.c (working copy) @@ -2580,6 +2580,29 @@

[Citadel Development] (no subject)

2007-02-06 Thread matt
Here we go - another queue room has been established for push notification and notify_funambol now fires off EVT_TIMER. Relevant config options have been added to vandelay and the text client. Index: control.c === --- control.c

[Citadel Development] (no subject)

2007-04-10 Thread matt
possible bug plus fix: Lines 434 435 as they appear in citadel.c room_flags = room-RRflags; room_flags = room-RRflags2; should 435 be ?? room_flags2 = room-RRflags2; thanks, matt

[Citadel Development] (no subject)

2007-08-03 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)

2007-08-03 Thread matt
If anyone has some spare time, could they fire up webcit to comalies.citadel.org and see if they can view the Funambol room?When I try viewing that room here the thread serving it just seems to die without a trace.. (webcit doesn't craash), presumably something in that room iscausing webcit to

[Citadel Development] (no subject)

2007-08-04 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 [EMAIL PROTECTED] (Uncensored) matt, tried it but all I got was the Apache test page. Whats the correct URL?

[Citadel Development] [patch] escape uid in groupdav_put.c

2007-08-05 Thread matt
The attached patch fixes a problem with GroupDAV PUT operations where we previously output an unescaped UID in the Location: header while PROPFIND did escape them.

[Citadel Development] (no subject)

2007-08-10 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] (no subject)

2007-08-11 Thread matt
Hmm, build seems to have unb0rked now :)

[Citadel Development] My patch crashing autopurger

2007-08-22 Thread matt
with this but I'm pretty sure this does it. matt

[Citadel Development] (no subject)

2007-08-24 Thread matt
Davew, unfortunately, the modified lprintf you provided seems to crash my system. I'll play around with this later. matt

[Citadel Development] IMAP UID search

2007-09-21 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] PATCH: fix IMAP SEARCH parse problem

2007-09-23 Thread matt
It turns out that Versamail wasn't pulling anything because it gave us the IMAP search terms in parenthesis, where it wasn't expected. I've replaced the calls to strcasecmp with calls to strstr which will pick up these cases. imap_search.diff Description: Binary data

[Citadel Development] Re:BROKEN BUILD ALERT

2007-10-06 Thread matt
Gee.. anyone thought of setting up a tinderbox/other repeditive builder. Would also help to ensure cross platform compatibility too..Sat 06 Oct 2007 08:49:11 AM EST from [EMAIL PROTECTED] (Uncensored) Subject: BROKEN BUILD ALERT revision 5523 of webcit doesn't build.No rule to make pushemail.o

[Citadel Development] (no subject)

2007-11-18 Thread matt
Doesn't play nice under OS X../bin/sh ./libtool --silent --mode=link gcc -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -no-undefined -version-info 1:0:0 -rpath /usr/local/lib -o libcitadel.la lib/libcitadel.lo lib/mime_parser.lo lib/tools.lo lib/vcard.lold:

[Citadel Development] Re:Funambol module

2007-11-21 Thread matt
That would be me... If you have an alternative location for the msgbase.c cruft I'll love to hear it!Tue 20 Nov 2007 08:41:26 PM UTC from [EMAIL PROTECTED] (Uncensored) Subject: Funambol module I'm working on some code clean up's whilst re-doing the indexer for speed and greater flexibility and

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

2008-01-14 Thread matt
Just in time, I've hit a similar issue on OS X.We don't appear to be adding -liconv to LIBS in the makefile when this situation is encountered, causing the OS X build to not link. When I add it it links and runs successfully. Mon Jan 14 2008 11:47:31 AM EST from dothebart in 00.Sent

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

2008-01-14 Thread matt
iconv and resolv are both separate libs, they do come standard in /usr/lib however. Mon Jan 14 2008 10:36:41 PM EST from [EMAIL PROTECTED] (Uncensored) Subject: Re:Citadel commit log: revision 5931 ah, what about the resolv stuff? does apple have this inside of their libc too? or do they need

[Citadel Development] (no subject)

2008-01-22 Thread matt
I tried bringing my system upto HEAD today and I've had to rollback.I kept encountering this crash:2008/01/23 14:53:38.965399 200 uncnsrd Citadel server ready.2008/01/23 14:53:38.966029 NETP comalies|10042008/01/23 14:53:39.004403 Garbage Collection for thread RSS Client (810480832).2008/01/23

[Citadel Development] (no subject)

2008-03-14 Thread matt
I've narrowed it down to an Asian spam message and mailbox view in webcit.. If anyone wants to debug, target webcit to comalies.citadel.org and enter room dangerwillrobertson

[Citadel Development] (no subject)

2008-03-15 Thread matt
its there, just hidden. I'm not getting this bug on my Ubuntu gutsy vmware image though. The box that its happening on is FC6, ppc. Sun Mar 16 2008 04:49:37 AM EST from [EMAIL PROTECTED] (Uncensored) Fr Mauml;r 14 2008 19:50:04 EDT von [EMAIL PROTECTED] (comalies) I've narrowed it

[Citadel Development] (no subject)

2008-03-16 Thread matt
I've run valgrind on it and here is what I got: ==3006== Invalid write of size 4 ==3006==at 0x10028EEC: readloop (messages.c:2372) ==3006== Address 0x2F66C079 is not stack'd, malloc'd or (recently) free'd ==3006== ==3006== Process terminating with default action of signal 11 (SIGSEGV)

[Citadel Development] Re:add photo view support for vcard

2008-03-17 Thread matt
Something I've discovered while testing the funambol connector which I'll defer to superior knowledge on: After the groupdav_put, If I then get the message out of Citadel, either from the server (DLAT, MSG2) or via webcit some of the line breaks are lost. As you see in my attached sample, new

[Citadel Development] Re:add photo view support for vcard

2008-03-17 Thread matt
The vcard is definitely being saved in the proper format, but comes out of the db missing the newlines.

[Citadel Development] (no subject)

2008-03-17 Thread matt
I've been having some problems with libical detection in webcit. the detection code in ./configure doesn't seem to work for me, and I've had this problem on Ubuntu gustsy and FreeBSD-7. I've attached config.log from FreeBSD. icalconfig.log Description: Binary data

[Citadel Development] (no subject)

2008-03-19 Thread matt
The subject expansion fix didn't help, still crashing. I've attached the memcheck log, if theres anything else needed let me know. Sun Mar 16 2008 11:34:27 PM EST from [EMAIL PROTECTED] (Uncensored) did you try svn head? i think i recently fixed some similar conditions.. if not, can you

[Citadel Development] (no subject)

2008-03-19 Thread matt
dothebart: and yes, -lintl is compiled in

[Citadel Development] Re:add photo view support for vcard

2008-03-20 Thread matt
Contact rooms must be cursed. You can do silly things like cut the entire PHOTO blob out of the vcard, put it in an iCalendar, upload that, and the newlines come out right! Tue Mar 18 2008 02:37:11 AM EST from IGnatius T [EMAIL PROTECTED] (Uncensored) Subject: Re:add photo view support for vcard

[Citadel Development] (no subject)

2008-03-20 Thread matt
oops. Forgot to add -g back in after re-autoconf. It seems to make the end of load_msg_ptrs but crashes immediately after returning.. I point a break in before that line so you know where it comes from.#0 0x10028ff4 in readloop (oper=Cannot access memory at address 0xe896e2b8 ) at messages.c:2370

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

2008-03-20 Thread matt
If any of you want shell accounts to debug on the machine itself mail me and I'll set you up.

[Citadel Development] (no subject)

2008-04-15 Thread matt
I've encountered a segfault when viewing files with attachments in webcit, when webcit attempts to grab the icon HTTP: GET /display_mime_icon?type=application/msword HTTP/1.1 Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1220088944 (LWP 16463)] 0xb7f19e73 in

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

2008-04-22 Thread matt
r6209 | dothebart | 2008-04-20 07:44:04 -0400 (Sun, 20 Apr 2008) | 2 lines Changed paths: M /trunk/webcit/downloads.c * removed possibly dangerous code matt

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

2008-04-22 Thread matt
wasn't OS X actually, it was Ubuntu 7.1's gcc: gcc (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2) Tue Apr 22 2008 08:25:02 PM EST from [EMAIL PROTECTED] (Uncensored) Subject: Re:Citadel commit log: revision 6209 ok, so gcc on apple doesn't like this: int foo (long *a) {

[Citadel Development] (no subject)

2008-05-02 Thread matt
dothebart, as suggested, r5972 is the culprit causing tcp problems on non-Linux. Reversing it gets webcit working again on OS X at least, I'll try FreeBSD when I get home tonight. Also of interest, ./configure doesn't seem to turn off NLS if asked (--disable-nls) or fully test for locale_t.

[Citadel Development] Re: javascript prototype error...

2008-05-19 Thread matt
We should have the latest, I upgraded it when I did the task view stuff. Tue May 20 2008 05:46:54 AM EST from IGnatius T [EMAIL PROTECTED] (Uncensored) Subject: Re: javascript prototype error... Could it be fixed by upgrading prototype? Or are we already on the latest version?

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

2008-05-20 Thread matt
working.. great! Tue May 20 2008 04:49:34 PM EST from [EMAIL PROTECTED] (Uncensored) Subject: Re:Citadel commit log: revision 6301 matt, can you check whether this fixes freebsd?

[Citadel Development] (no subject)

2008-05-23 Thread matt
Getting queasy to build is a test, on some platforms :) It would be useful to have queasy running on some non-Linux platforms and phone home if the build fails. Fri May 23 2008 11:36:55 PM EST from IGnatius T [EMAIL PROTECTED] (Uncensored) Just use buildbot, so much easier than rolling

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

2008-06-12 Thread matt
A basic HTML interface would be good (and better as HTML is favored over wml these days) - I guess better done externally. Fri Jun 13 2008 05:04:22 AM EST from [EMAIL PROTECTED] (Uncensored) Subject: Re:Citadel commit log: revision 6378 it gave me all broken pages with the firefox wap

[Citadel Development] (no subject)

2008-06-21 Thread matt
Heres an idea which has just popped into my head: Atom and RSS output from webcit. For a particular need of mine, this would do really well, so I'm off to code it :) IG: I recall you talking about User 0 recently, as an identity for anonymous access, which is what is needed for this (for now I'll

[Citadel Development] (no subject)

2008-06-21 Thread matt
ah, we already have a prototype rss exporter (abeit under tech preview). Lets transform it into something that can speak anything we can template..

[Citadel Development] (no subject)

2008-06-22 Thread matt
I've played around with rss.c and done some changes: * templatize rss - we can add Atom support later on with a few lines of code. I also took the RSS stylesheet from an O'Reily tutorial - with a bit of work rss can be used as an external view in browsers * using a hack allow anonymous RSS

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

2008-07-06 Thread matt
: revision 6416 matt, are you going to make us all x-html with the stuff thats hardcoded? please tell a bit more about your plans... since I sometimes have to enable the wap-plugin in my iceweasel at work, it suxx if you have to run another browser because of the interface being broken

[Citadel Development] Citadel commit log: revision 6417

2008-07-06 Thread matt
r6417 | matt | 2008-07-07 01:30:08 -0400 (Mon, 07 Jul 2008) | 6 lines Changed paths: M /trunk/webcit/messages.c M /trunk/webcit/siteconfig.c M /trunk/webcit/static/mobile.css M /trunk/webcit/static/mobile.js M

[Citadel Development] Citadel commit log: revision 6430

2008-07-12 Thread matt
r6430 | matt | 2008-07-12 21:21:58 -0400 (Sat, 12 Jul 2008) | 2 lines Changed paths: M /trunk/webcit/messages.c Disable photo view for vcard

[Citadel Development] (no subject)

2008-07-30 Thread matt
IG, can you test your artv-no-base64 patch again to make sure it exits properly? It finished exporting the messages but sendcommand didn't exit after that.

[Citadel Development] Citadel commit log: revision 6478

2008-08-03 Thread matt
r6478 | matt | 2008-08-03 05:47:20 -0400 (Sun, 03 Aug 2008) | 3 lines Changed paths: M /trunk/webcit/webcit.c Added opera 9.5b1/winmobile user agent to mobile clients, is_mobile now a TECH_PREVIEW

[Citadel Development] Citadel commit log: revision 6479

2008-08-03 Thread matt
r6479 | matt | 2008-08-03 07:32:41 -0400 (Sun, 03 Aug 2008) | 2 lines Changed paths: M /trunk/webcit/messages.c M /trunk/webcit/roomops.c M /trunk/webcit/static/mobile.css M /trunk/webcit/static/mobile.js

[Citadel Development] Citadel commit log: revision 6492

2008-08-08 Thread matt
r6492 | matt | 2008-08-08 06:33:36 -0400 (Fri, 08 Aug 2008) | 4 lines Changed paths: M /trunk/webcit/groupdav_main.c M /trunk/webcit/groupdav_put.c M /trunk/webcit/webcit.c M /trunk/webcit/webcit.h Fixes

[Citadel Development] Citadel commit log: revision 6500

2008-08-14 Thread matt
r6500 | matt | 2008-08-14 06:59:11 -0400 (Thu, 14 Aug 2008) | 3 lines Changed paths: D /trunk/webcit/static/empty.html D /trunk/webcit/static/instant_messenger.html D /trunk/webcit/static/login.html D /trunk

[Citadel Development] Citadel commit log: revision 6501

2008-08-14 Thread matt
r6501 | matt | 2008-08-14 17:38:39 -0400 (Thu, 14 Aug 2008) | 2 lines Changed paths: A /trunk/webcit/static/instant_messenger.html (from /trunk/webcit/static/t/instant_messenger.html:6500) D /trunk/webcit/static/t

[Citadel Development] (no subject)

2008-08-17 Thread matt
IIRC the templatized rss output was my doing. I posted the patch here but it wasn't checked in. Sun Aug 17 2008 08:59:28 PM EST from [EMAIL PROTECTED] (Uncensored) So Aug 17 2008 06:45:43 EDT von [EMAIL PROTECTED] did we loose the templates rss_head _tail _item _item_end ? hm, nope,

[Citadel Development] cygwin breakage

2008-09-20 Thread matt
Oh the horror of using a 'doze box - trying to compile webcit. libcitadel compiled and installed perfectly, haven't tried citadel proper. Cygwin doesn't have bindtextdomain/textdomain, and the _() macro causes errors relating to _libintl_gettext . Apologies if there is something I should be doing

[Citadel Development] (no subject)

2008-09-20 Thread matt
everything needed is there, here are the error messages: /home/Matt/webcit/webserver.c:804: undefined reference to `_libintl_bindtextdoma in' /home/Matt/webcit/webserver.c:806: undefined reference to `_libintl_textdomain' /home/Matt/webcit/webserver.c:807: undefined reference

[Citadel Development] (no subject)

2008-09-21 Thread matt
-lintl defined in LDFLAGS in Makefile, rather than LIBS. Is that a typo? With intl in LIBS, there is now a choke on the setup binary: setup.o: In function `delete_init_entry': /home/Matt/webcit/setup.c:45: undefined reference to `_num_tokens' /home/Matt/webcit/setup.c:46: undefined reference

[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

[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 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 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] (no subject)

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

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

  1   2   >