citadel.git
2009-02-06 Art Cancro* Removed some temporary diagnostics that had been...
2009-02-06 Matt* iteratorstruct private again
2009-02-06 Matt* fix zebra rows in mailbox view not working after...
2009-02-05 Wilfried Göesgens* add message count. Thanks for TrilCat pointing out...
2009-02-05 Wilfried Göesgens* streamline some strings while seing the whole picture.
2009-02-05 Art Cancro* The message which warns about the LDAP module being...
2009-02-05 Matt* fix unread message not being bolded in mailbox
2009-02-04 Wilfried Göesgens* fix de fuzzies
2009-02-04 Wilfried Göesgens* reran create-pot; there as a parse error in
2009-02-04 Wilfried Göesgens* actualize .de translation
2009-02-04 Wilfried Göesgens* shuffle arround the replyquote template.
2009-02-04 Matt* Calculate a 'stopmsg' var rather than maxmsgs, fixes...
2009-02-04 Matt! Remove the "0" padding in iterate params, not needed...
2009-02-04 Art Cancro* Fix syntax errors in da.po
2009-02-04 Wilfried Göesgens* fix another off by one while retrieving the iterator...
2009-02-04 Matt* Fix online users iconbar hover
2009-02-03 Wilfried Göesgens* do 4 **** as the server does instead of 3
2009-02-03 Wilfried Göesgens! create strbufs before accessing them
2009-02-03 Art Cancro* Do nhdr=yes when in MT_MIME mode
2009-02-03 Art Cancro* Merged new da.po and nl.po localizations submitted...
2009-02-02 Wilfried Göesgens* fix "all" messages view in bbs view
2009-02-02 Art Cancro* Added another conditional for presence/absence of...
2009-02-02 Wilfried Göesgens* remove debugging minuses
2009-02-02 Wilfried Göesgens* just print "to" into messages if theres a recipient.
2009-02-02 Wilfried Göesgens* fix off by one in iterator.
2009-02-01 Wilfried Göesgens+ new way to retrieve integers from templates (bstr...
2009-02-01 Matt* Fix some IE (mainly IE6) overflow issues
2009-01-31 Art Cancro* Corrected strbuf errors in auth.c, this appears to...
2009-01-31 Art Cancro* Removed the 'New User' button from openid_login;...
2009-01-31 Wilfried Göesgens* when loading text/* templates add utf-8 charset to...
2009-01-31 Wilfried Göesgens* add sig_inserted flag to template, so we don't insert...
2009-01-31 Wilfried Göesgens+ guess mimetype by template extension
2009-01-31 Wilfried Göesgens* add empty lines to html view of messages.
2009-01-31 Wilfried Göesgens* display single vcard by just calling read_message...
2009-01-31 Matt* fix preview_pane scroll memory bug
2009-01-31 Art Cancro* Added the words 'to' and 'Subject:' back into the...
2009-01-31 Art Cancro* Fixed an error in the template that was causing the...
2009-01-31 Art Cancro* Fixed an error in the template that was causing the...
2009-01-31 Art Cancro* The code which loads expire policies had been incompl...
2009-01-31 Art Cancro* Fixed the auto-purger hour field in the admin screen...
2009-01-30 Art Cancro* Add 'actiondiv' to the summary screen banner so that...
2009-01-30 Art Cancro* Found three different styles for '#banner'. Merged...
2009-01-30 Art Cancro* Minor tweaks to css
2009-01-30 Art Cancro* Do not allow message subjects to wrap, if the length...
2009-01-30 Art Cancro* Re-added tiny_mce, this time with the language packs
2009-01-30 Art Cancro* removed tiny_mce again
2009-01-30 Art Cancro* upgraded new version of tiny_mce
2009-01-30 Art Cancro* Deleted tiny_mce - update is coming in the next commit
2009-01-30 Art Cancro* serv_ldap.c: upon successful connect to an LDAP serve...
2009-01-29 Art Cancro* Restored zlib.h support to WebCit
2009-01-29 Art Cancro* Hacked together some of the missing strings from...
2009-01-29 Art Cancro* Ran create-pot.sh again; there's at least one set...
2009-01-29 Thierry PasqualierUpdated french translation. (incomplete)
2009-01-29 Art Cancro* Updated nl.po submitted by Wim Kuilman
2009-01-29 Art Cancro* Restored the '(none)' and '(nothing)' displays in...
2009-01-29 Matt* Encapsulate iconbar contents in another div that...
2009-01-29 Art Cancro* Room actions (offer start page, search, view-as)...
2009-01-28 Wilfried Göesgens+ add To and CC to message display windows
2009-01-28 Wilfried Göesgens* log whole sentences to wildfire
2009-01-28 Wilfried Göesgens* load inline texts with DLAT not MSG4
2009-01-28 Art Cancro* After replacing /etc/nsswitch.conf, set its permissio...
2009-01-28 Art Cancro* If an address matches both a 'masq domain' and a...
2009-01-28 Matt* restore context menu in online user list
2009-01-27 Wilfried Göesgens* don't de-qp strings while rendering, do it while...
2009-01-27 Wilfried Göesgens* detect zlib, don't link it. libcitadel does this...
2009-01-27 Art Cancro* When we encounter a compressed database record on...
2009-01-27 Art Cancro* When db->open() fails with ENOMEM, display a log...
2009-01-26 Wilfried Göesgens* fix Reply to url in message display; thanks for samja...
2009-01-26 Wilfried Göesgens* when X-escaping translate linebreaks too.
2009-01-26 Wilfried Göesgens+ add linebreak to html linebreak converting to StrEscA...
2009-01-26 Wilfried Göesgens* since we migrated the mail create attachments to...
2009-01-26 Wilfried Göesgens* fix memleak in preferences
2009-01-26 Wilfried Göesgens* use memcpy instead of strcpy, as here we know how...
2009-01-26 Matt* add missing banner on preferences template
2009-01-26 Matt* fix some fallout from last commit: iconbar now in...
2009-01-26 Matt* Move iconbar out of global div so I can shuffle main...
2009-01-26 Wilfried Göesgens* add wildfire output to errormessages
2009-01-26 Wilfried Göesgens* handle new strbufs in wcsession correctly
2009-01-26 Wilfried Göesgens* json doesn't need to escape singlequotes
2009-01-25 Wilfried Göesgens* shuffled members of wcsession -> do a make clean...
2009-01-25 Wilfried Göesgens+ add C-to-Json serializer
2009-01-25 Matt* properly check to see if user has turned on wholist...
2009-01-25 Matt* fix search in mailbox view
2009-01-25 Art Cancro* The '/webcit' prefix was only stripped when running...
2009-01-25 Art Cancro* render_MAIL_html() now passes a message number instea...
2009-01-25 Art Cancro* mailbox summary view - make headers smaller
2009-01-24 Art Cancro* Ran create-pot.sh
2009-01-24 Wilfried Göesgens* fix text in translation; thanks to Dirk Heinrichs...
2009-01-24 Matt* multi-select in webcit is back, apologies to those...
2009-01-23 Art Cancro* Move iconbar font size declaration to webcit.css
2009-01-23 Art Cancro* Font size change to iconbar
2009-01-23 Art Cancro* Specify all font sizes in percent.
2009-01-22 Wilfried Göesgens+ beautification: remove double slashes from filenames...
2009-01-22 Wilfried Göesgens* make it const so gcc doesn't moan
2009-01-21 Art Cancro* Reduce some of the calendar editor elements to preven...
2009-01-21 Art Cancro* If the user has not selected a time format, make...
2009-01-21 Art Cancro* ParsePref() was passing NULL values to the target...
2009-01-21 Art Cancro* fmt_time() in 24-hour mode, no leading space
2009-01-21 Art Cancro* Summary view - don't display a time for all day events
2009-01-21 Art Cancro* Reduced mailbox_summary font size down to 8pt, looks...
next