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

2009-01-10 Thread IGnatius T Foobar
Ok, I think that was it.  Am I correct in understanding that Msg->MsgBody 
is just an ordinary wc_mime_attachment that happens to point to the MSG4 
top level?  r6932 populates the 'msgnum' with the proper message number.  
   
 This fixes the problem I was seeing, but are there any possible side 
effects?  Does anything depend on msgnum being set to 0 at the top level?  
  


[Citadel Development] Citadel commit log: revision 6932

2009-01-10 Thread ajc

r6932 | ajc | 2009-01-11 00:23:33 -0500 (Sun, 11 Jan 2009) | 2 lines
Changed paths:
   M /trunk/webcit/messages.c

* messages.c: Msg->MsgBody->msgnum = msgnum;
  This needs review by dothebart to see if there are any side effects



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

2009-01-10 Thread IGnatius T Foobar
   
 dothebart: r6930 gets the Exchange invitations to display, but they still 
can't be responded to, because msgnum is still set to 0 in the mime 
structure when the data is passed along from MSG4 top level.  
Interestingly, the part number *is* set properly.  Any idea why?  And can 
we fix this without side effects?  
  


[Citadel Development] Citadel commit log: revision 6931

2009-01-10 Thread ajc

r6931 | ajc | 2009-01-10 23:05:44 -0500 (Sat, 10 Jan 2009) | 1 line
Changed paths:
   M /trunk/webcit/static/webcit.css

* Reapplied the stylesheet change made in r6864



[Citadel Development] Citadel commit log: revision 6930

2009-01-10 Thread ajc

r6930 | ajc | 2009-01-10 22:56:02 -0500 (Sat, 10 Jan 2009) | 1 line
Changed paths:
   M /trunk/webcit/messages.c
   M /trunk/webcit/msg_renderers.c

* Updated render_MIME_ICS() to do the right thing if the calendar attachment 
happens to be at the MSG4 top level and is already resident.  The previous 
behavior was to attempt to load it using DLAT with msgnum=0, which erased the 
copy in memory so it didn't render.  Invitations sent by Exchange now render 
properly.  Invitations sent by Google Calendar are displaying twice now, which 
is probably because they do a multipart/alternative *and* send it as an 
attachment.  I don't know why.



[Citadel Development] Citadel commit log: revision 6929

2009-01-10 Thread matt

r6929 | matt | 2009-01-10 21:49:17 -0500 (Sat, 10 Jan 2009) | 6 lines
Changed paths:
   M /branches/webcit-newsummaryview/WISHLIST
   M /branches/webcit-newsummaryview/auth.c
   M /branches/webcit-newsummaryview/iconbar.c
   M /branches/webcit-newsummaryview/po/da.po
   M /branches/webcit-newsummaryview/po/de.po
   M /branches/webcit-newsummaryview/po/en_GB.po
   M /branches/webcit-newsummaryview/po/es.po
   M /branches/webcit-newsummaryview/po/fr.po
   M /branches/webcit-newsummaryview/po/it.po
   M /branches/webcit-newsummaryview/po/nl.po
   M /branches/webcit-newsummaryview/po/pt_BR.po
   M /branches/webcit-newsummaryview/po/webcit.pot
   M /branches/webcit-newsummaryview/static/t/iconbar.html
   M /branches/webcit-newsummaryview/static/wclib.js
   M /branches/webcit-newsummaryview/static/webcit.css
   M /branches/webcit-newsummaryview/webcit.c
   M /branches/webcit-newsummaryview/webcit.h

* Restore wholist embedded in sidebar for those who use it
* Change i18n instances of "Who is online?" to "Online users"
* iconbar now has vertical scrollbar if required
* edited wishlist; immediate priorities to do summary view safemode, rest can 
wait until this lands in trunk
* updated some auth.c conditionals to new syntax




[Citadel Development] Citadel commit log: revision 6928

2009-01-10 Thread ajc

r6928 | ajc | 2009-01-10 16:51:01 -0500 (Sat, 10 Jan 2009) | 1 line
Changed paths:
   M /trunk/webcit/calendar.c
   M /trunk/webcit/messages.c
   M /trunk/webcit/serv_func.c

* Add text/calendar to the MSGP list.   Also added some DLAT debugging.



[Citadel Development] Citadel commit log: revision 6927

2009-01-10 Thread dothebart
Ok,  

This was one of the first goals I had when I started out templating
everything ;-)  

well... maybe I got distracted getting the templating stuff done neat ;-)

[Citadel Development] Citadel commit log: revision 6927

2009-01-10 Thread dothebart

r6927 | dothebart | 2009-01-10 13:04:27 -0500 (Sat, 10 Jan 2009) | 3 lines
Changed paths:
   M /trunk/webcit/calendar.c
   M /trunk/webcit/fmt_date.c
   M /trunk/webcit/messages.c
   M /trunk/webcit/preferences.c
   M /trunk/webcit/preferences.h
   M /trunk/webcit/roomops.c
   M /trunk/webcit/webcit.c
   M /trunk/webcit/webcit.h

* realize types in preferences like thought at the start
* spread preferences over to their belonging modules in their startup hooks.




[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/static/t/mailsummary_json_section.html
   M /branches/webcit-newsummaryview/webcit.h

* added COND:ROOM:DISPLAYMSG and COND:MAIL:SUMM:LASTMSG which implements the 
message display criteria in readloop for template iterations of the message 
list. We should be able to migrate other view types to pure templates as well 
with this..




[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/iconbaricns.css (from 
/branches/webcit-newsummaryview/static/iconbaricns.css:6923)
   A /trunk/webcit/static/iconbarpiconly.css (from 
/branches/webcit-newsummaryview/static/iconbarpiconly.css:6923)
   A /trunk/webcit/static/protoaculous1.6.packed.js (from 
/branches/webcit-newsummaryview/static/protoaculous1.6.packed.js:6923)
   A /trunk/webcit/static/roomops.js (from 
/branches/webcit-newsummaryview/static/roomops.js:6923)
   A /trunk/webcit/static/t/iconbar.html (from 
/branches/webcit-newsummaryview/static/t/iconbar.html:6924)
   A /trunk/webcit/static/t/json_floor.html (from 
/branches/webcit-newsummaryview/static/t/json_floor.html:6922)
   A /trunk/webcit/static/t/json_floors.html (from 
/branches/webcit-newsummaryview/static/t/json_floors.html:6922)
   A /trunk/webcit/static/t/json_lkra.html (from 
/branches/webcit-newsummaryview/static/t/json_lkra.html:6922)
   A /trunk/webcit/static/t/json_room.html (from 
/branches/webcit-newsummaryview/static/t/json_room.html:6922)
   A /trunk/webcit/static/t/json_roomflr.html (from 
/branches/webcit-newsummaryview/static/t/json_roomflr.html:6922)
   A /trunk/webcit/static/wcpref.js (from /trunk/webcit/wcpref.js:6923)
   D /trunk/webcit/wcpref.js

add other statics from wc-sv branch, cutover for iconbar happens next




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