[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

[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

[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

[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] Re: r6936/new summary view changes

2009-01-12 Thread IGnatius T Foobar
I like the safe mode idea. What is its behavior? Does it go to the old webcit semantics or does it actually implement a non-ajax view?

[Citadel Development] Re: r6936/new summary view changes

2009-01-12 Thread IGnatius T Foobar
Ok, here are some problems I see so far: * Iconbar - the background is gone * Iconbar - customize this menu appears above the last button instead of below it, and the font is too big (did the css for it disappear?) * When I click on Mail the message Loading messages from

[Citadel Development] Re: r6936/new summary view changes

2009-01-12 Thread IGnatius T Foobar
More: * Tabbed dialogs such as the event editor and site-wide configuration now show the div that's common to all tabs (such as the Save/Cancel buttons) as an odd looking bottom tab instead of spanning the entire width of the dialog. * The Chat function is gone. Pushing the

[Citadel Development] Citadel commit log: revision 6940

2009-01-12 Thread ajc
r6940 | ajc | 2009-01-12 13:03:14 -0500 (Mon, 12 Jan 2009) | 1 line Changed paths: M /trunk/webcit/static/webcit.css * webcit.css: returned tabcontent_submit width back to 96% as was originally done in r6522; this

[Citadel Development] Citadel commit log: revision 6942

2009-01-12 Thread dothebart
r6942 | dothebart | 2009-01-12 15:14:46 -0500 (Mon, 12 Jan 2009) | 3 lines Changed paths: M /trunk/webcit/messages.c M /trunk/webcit/msg_renderers.c M /trunk/webcit/roomops.c M /trunk/webcit/subst.c M

[Citadel Development] Citadel commit log: revision 6943

2009-01-12 Thread ajc
r6943 | ajc | 2009-01-12 16:47:52 -0500 (Mon, 12 Jan 2009) | 1 line Changed paths: M /trunk/webcit/webcit.c * Properly handle '551 too many users' error in WebCit. This resolves bug 420.

[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] Citadel commit log: revision 6946

2009-01-12 Thread dothebart
r6946 | dothebart | 2009-01-12 18:31:20 -0500 (Mon, 12 Jan 2009) | 2 lines Changed paths: M /trunk/webcit/setup.c + let the admin select the locales to preset / not set at install time; unset LANG in the no-preset case.

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

2009-01-12 Thread IGnatius T Foobar
Wow, that's a lot of fixes in one shot. Thanks for responding so quickly! A couple of things I noticed after this last update: * switch to room list sometimes doesn't work. I'm still trying to figure out a set of reproducible steps and will post them if I find them. * When

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

2009-01-12 Thread IGnatius T Foobar
Do you see a request for /json_roomflr in the webcit console? Which browser version are you using? I don't see that request. Firefox 2.0.0.11 on Linux. Regarding your first list of regressions - are you sure iconbar had a background? looking at the CSS on uncensored, its just white Upon

[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

[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