[Citadel Development] Citadel commit log: revision 8660

2010-07-12 Thread dothebart

r8660 | dothebart | 2010-07-05 16:42:26 -0400 (Mon, 05 Jul 2010) | 1 line
Changed paths:
   M /trunk/webcit/po/create-pot.sh

* specify utf-8 as charset



[Citadel Development] Citadel commit log: revision 8661

2010-07-12 Thread dothebart

r8661 | dothebart | 2010-07-05 16:42:38 -0400 (Mon, 05 Jul 2010) | 1 line
Changed paths:
   M /trunk/webcit/po/da.po
   M /trunk/webcit/po/de.po
   M /trunk/webcit/po/en_GB.po
   M /trunk/webcit/po/es.po
   M /trunk/webcit/po/et_EE.po
   M /trunk/webcit/po/fr.po
   M /trunk/webcit/po/hu.po
   M /trunk/webcit/po/it.po
   M /trunk/webcit/po/nl.po
   M /trunk/webcit/po/pt_BR.po
   M /trunk/webcit/po/ru.po

* refresh po files; it seems as if create-pot was bugged by a utf8 - workaround.



[Citadel Development] Citadel commit log: revision 8666

2010-07-12 Thread ajc

r8666 | ajc | 2010-07-08 00:41:12 -0400 (Thu, 08 Jul 2010) | 1 line
Changed paths:
   M /trunk/webcit/README.txt
   M /trunk/webcit/calendar_view.c
   D /trunk/webcit/static/BubbleTooltips.js
   D /trunk/webcit/static/bt.css
   D /trunk/webcit/static/bt.gif
   A /trunk/webcit/static/bubble.gif
   A /trunk/webcit/static/bubble_filler.gif
   M /trunk/webcit/static/t/head.html
   M /trunk/webcit/static/webcit.css

* Bubble tooltips were not working properly in some browsers.  Removed all 
JavaScript and replaced with one driven purely by CSS.



[Citadel Development] Citadel commit log: revision 8664

2010-07-12 Thread ajc

r8664 | ajc | 2010-07-05 17:15:09 -0400 (Mon, 05 Jul 2010) | 1 line
Changed paths:
   M /trunk/webcit/siteconfig.c
   M /trunk/webcit/static/bt.css
   M /trunk/webcit/static/t/aide/siteconfig/tab_autopurger.html

* site/mailbox default expire values are now correctly populated



[Citadel Development] Citadel commit log: revision 8667

2010-07-12 Thread dothebart

r8667 | dothebart | 2010-07-08 14:55:05 -0400 (Thu, 08 Jul 2010) | 1 line
Changed paths:
   M /trunk/webcit/roomops.c

* knrooms(): don't force storing preferences



[Citadel Development] Citadel commit log: revision 8670

2010-07-12 Thread ajc

r8670 | ajc | 2010-07-10 14:53:45 -0400 (Sat, 10 Jul 2010) | 1 line
Changed paths:
   M /trunk/webcit/sysdep.c

* Thread system logging cleanup



[Citadel Development] Citadel commit log: revision 8668

2010-07-12 Thread dothebart

r8668 | dothebart | 2010-07-08 14:55:13 -0400 (Thu, 08 Jul 2010) | 3 lines
Changed paths:
   M /trunk/webcit/preferences.c
   M /trunk/webcit/preferences.h

* switch to enum, enums are nice.
* compare_preference() best guess compare two preference sets
* set_preference_backend() ignore config write force, if the new preference 
value equals the previous.



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

2010-07-12 Thread IGnatius T Foobar
Gaah, that was a pain in the ass to fix. 
 


[Citadel Development] Citadel commit log: revision 8673

2010-07-12 Thread ajc

r8673 | ajc | 2010-07-10 23:11:26 -0400 (Sat, 10 Jul 2010) | 1 line
Changed paths:
   M /trunk/webcit/msg_renderers.c

* Eliminated the C code to shorten long subject lines and add an ellipsis.  It 
doesn't cut off in the right place anyway.  Matt put something in the style 
sheet to let the browser render the ellipsis.  It works in Opera and IE, and 
it'll work in Mozilla soon, degrading to a simple clipping otherwise.



[Citadel Development] Citadel commit log: revision 8674

2010-07-12 Thread dothebart

r8674 | dothebart | 2010-07-11 16:03:31 -0400 (Sun, 11 Jul 2010) | 1 line
Changed paths:
   M /trunk/webcit/roomops.c

* entroom (): after creating a room, don't display the empty room but rather 
display the advanced room editing screen.



[Citadel Development] Citadel commit log: revision 8672

2010-07-12 Thread ajc

r8672 | ajc | 2010-07-10 22:34:53 -0400 (Sat, 10 Jul 2010) | 1 line
Changed paths:
   M /trunk/webcit/static/summaryview.js

* Replaced normalizeHeaderTable() which I had taken out.  Even though the 
column widths are honoring fixed percentage widths, the header table and the 
message table display slightly offset due to the presence of the scroll bar.  
normalizeHeaderTable() fixes that.



[Citadel Development] Citadel commit log: revision 8669

2010-07-12 Thread ajc

r8669 | ajc | 2010-07-08 23:57:35 -0400 (Thu, 08 Jul 2010) | 1 line
Changed paths:
   M /trunk/webcit/static/t/section_mailsummary.html

* Attempting to fix the mailsummary column layout



[Citadel Development] Citadel commit log: revision 8669

2010-07-12 Thread dothebart


 

Do Jul 08 2010 23:57:36 EDT von  "ajc" a...@uncensored.citadel.org  Betreff: Citadel commit log: revision 8669
 r8669 | ajc | 2010-07-08 23:57:35 -0400 (Thu, 08 Jul 2010) | 1 line Changed paths: M /trunk/webcit/static/t/section_mailsummary.html  * Attempting to fix the mailsummary column layout  

just in case you miss it:
10:19  mcbridematt: I think there was a CSS attrib I used that stopped the subject cell overflowing, probably overflow: hidden 




[Citadel Development] Citadel commit log: revision 8671

2010-07-12 Thread ajc

r8671 | ajc | 2010-07-10 22:23:02 -0400 (Sat, 10 Jul 2010) | 2 lines
Changed paths:
   M /trunk/webcit/static/summaryview.js
   M /trunk/webcit/static/t/msg_listview.html
   M /trunk/webcit/static/t/summary_header.html
   M /trunk/webcit/static/t/summary_trailer.html
   M /trunk/webcit/static/webcit.css

* Eliminated the tbody from the message summary view.  JS now replaces the 
entire table including the table/table tags.  FINALLY got the browser to 
honor fixed column widths with no overflow, keeping the column proportions at 
50/30/20 regardless of the width of the browser window.
* I also eliminated the fix_scrollbar_bug div in this view because it is 
apparently not needed anymore (it was intended to fix a rendering bug in IE5 
and IE6).  There is no need to wage an aggressive war on this div, but I will 
remove it from various places when the opportunity arises.



[Citadel Development] Citadel commit log: revision 8662

2010-07-12 Thread dothebart

r8662 | dothebart | 2010-07-05 16:42:43 -0400 (Mon, 05 Jul 2010) | 2 lines
Changed paths:
   M /trunk/webcit/po/create-pot.sh
   M /trunk/webcit/po/webcit.pot

* create-pot.sh has to be executable
* webcit.pot was updated too.



[Citadel Development] Citadel commit log: revision 8663

2010-07-12 Thread dothebart

r8663 | dothebart | 2010-07-05 16:42:47 -0400 (Mon, 05 Jul 2010) | 1 line
Changed paths:
   M /trunk/webcit/.gitignore

* ignore the temporary c file



[Citadel Development] Citadel commit log: revision 8675

2010-07-12 Thread dothebart

r8675 | dothebart | 2010-07-11 18:09:08 -0400 (Sun, 11 Jul 2010) | 1 line
Changed paths:
   M /trunk/citadel/modules/network/serv_network.c
   M /trunk/citadel/msgbase.c
   M /trunk/citadel/techdoc/hack.txt

* add reply-to: header to mails sent to room list recipients



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

2010-07-12 Thread IGnatius T Foobar
 * entroom (): after creating a room, don't display the empty room but rather
display the advanced room editing screen.  
  
 What?  What if the user is not an Aide and doesn't have permissino to edit
the room? 
 


[Citadel Development] Citadel commit log: revision 8678

2010-07-12 Thread ajc

r8678 | ajc | 2010-07-12 17:21:58 -0400 (Mon, 12 Jul 2010) | 1 line
Changed paths:
   M /trunk/webcit/static/webcit.css

* Fixed appearance bugs in the CSS bubble tooltips in IE.