[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 for ja

[Citadel Development] Citadel commit log: revision 6901

2009-01-06 Thread ajc
r6901 | ajc | 2009-01-06 14:42:16 -0500 (Tue, 06 Jan 2009) | 1 line Changed paths: M /trunk/webcit/iconbar.c * Iconbar embedded wholist javascript moved to 'trailing javascript' section of the page ---

[Citadel Development] Citadel commit log: revision 6902

2009-01-06 Thread ajc
r6902 | ajc | 2009-01-06 14:52:00 -0500 (Tue, 06 Jan 2009) | 1 line Changed paths: M /trunk/webcit/iconbar.c * Once the iconbar-embedded wholist was enabled, it became impossible to turn it off again. Fixed.

[Citadel Development] Citadel commit log: revision 6903

2009-01-06 Thread ajc
r6903 | ajc | 2009-01-06 16:40:08 -0500 (Tue, 06 Jan 2009) | 1 line Changed paths: M /trunk/webcit/static/t/box_preferences.html * Attempting to fix the preferences screen. Correct values don't seem to be loaded, but the

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

2009-01-06 Thread IGnatius T Foobar
I only committed that change because I eliminated an extra conditional on one of the preferences; I didn't actually fix the problem. I'm having some trouble figuring out what the real problem is. Basically it's not loading any of the preferences, such as day start/end and 12/24 hour. If I ch

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

2009-01-06 Thread dothebart
afair from the first starts there is some code in preferences.c to print the hash on each change into the log, maybe that could help? I have seen it working well Maybe the change to put the loading into an abstract function introduced bugs here...