Nearly all <FORM> blocks now contain a hidden input
[citadel.git] / webcit / messages.c
2007-07-05 Art CancroNearly all <FORM> blocks now contain a hidden input
2007-07-03 Art CancroIn the main readloop(), fixed a </div> that appeared
2007-06-24 Art CancroAdjusted ENT0 response to look for nonzero instead of
2007-06-23 Wilfried Göesgens* added subject required line to the room config tab
2007-06-13 Art CancroAdded in the missing '>' character for a <div> tag...
2007-06-04 Art CancroGenerating text/x-vcard
2007-06-03 Thierry PasqualierFix a div placed at the bad place
2007-05-25 Thierry Pasqualiertwo corrections of errors which I made earlier:
2007-05-23 Art CancroTemplatized the invocation of TinyMCE so it can be
2007-05-20 Thierry Pasqualier* message view : fix bug for Reply - there was no more...
2007-05-19 Art CancroUse the tabbed dialog API from tabs.c for
2007-05-12 Thierry PasqualierHTML/CSS Edit view
2007-05-11 Thierry Pasqualierfix bad copy/paste
2007-05-11 Thierry PasqualierNew CSS/javascript implementation of the message button...
2007-05-07 Thierry Pasqualier* Modification of HTML/CSS messages editor.
2007-05-06 Thierry Pasqualierbeginning of the HTML/CSS work on the messages editor
2007-05-06 Thierry Pasqualier* A new display of messages in HTML / CSS.
2007-05-06 Thierry Pasqualierresize the messages list : HTML/CSS modifications
2007-05-05 Thierry Pasqualiermailbox summary : some HTML/CSS modifications
2007-05-05 Thierry Pasqualiermessages list header : some HTML/CSS modifications
2007-04-23 Art CancroA single address book popup now supports multiple
2007-04-23 Art CancroAllow multiple addresses to be selected.
2007-04-21 Art CancroIn addition to all available address book rooms, the...
2007-04-20 Art Cancro* Address book popup is now complete
2007-04-18 Art CancroThe various 'unexpected end of message' errors now
2007-04-13 Art CancroAddress book popup is now rendered using an ajax refresh
2007-04-13 Art CancroWhen an attachment has no filename associated with
2007-04-13 Art CancroAddress book popup title is now replaced by a big selector
2007-04-10 Art CancroMore work on the css/js for the address book popup.
2007-04-10 Art CancroMore work on address book popup
2007-04-10 Art CancroTinkered with CSS for address book popup
2007-04-07 Art CancroTemporarily disable the icon that opens the popup windo...
2007-04-07 Art Cancro* Room info popup now uses Scriptactulous appear and...
2007-04-02 Art CancroAnother uick hack to improve embedded URL extraction
2007-04-02 Art CancroQuick hack to improve embedded URL extraction
2007-04-01 Wilfried Göesgens* look for | as url terminator too if we found an ...
2007-03-28 Art Cancro* Implemented support for the new 'anyone can delete...
2007-03-26 Art CancroSuppress attachment download links for mime parts
2007-03-26 Art CancroSuppress attachment download link for the MIME section
2007-03-24 Art CancroWhen a MIME part's content-disposition is missing or...
2007-03-24 Art Cancro* When <R>eply is selected in the message reading loop...
2007-03-22 Art CancroChanges to support the use of any of a user's valid...
2007-03-21 Art CancroTests and preparation for another mime parser update
2007-03-13 Art CancroChanges to vcard handler required for Bynari Connector...
2007-02-22 Art CancroEnter message / write mail dialog : present a drop...
2007-02-22 Art CancroMinor changes to message entry header bar
2007-02-14 Wilfried Göesgens* get synced with citadels mime_parser
2007-01-08 Art Cancro* Merged Thierry's CSS changes
2006-12-19 Art CancroMinor CSS and markup changes
2006-11-29 Wilfried Göesgens* add x-mailer header for webcit.
2006-11-16 Art CancroRules editor now encodes the form fields and saves...
2006-08-30 Art CancroFirst attempt at a search function
2006-05-26 Art CancroHandle read-only rooms more gracefully when attempting
2006-05-02 Art Cancrowebcit_before_automake is now the trunk
2006-03-12 Wilfried Göesgensmove all source files to src/
2006-03-02 Art CancroRFC2047-encode subjects with non ascii characters.
2006-02-16 Art CancroFixed some stray HTML output prior to the HTTP headers.
2006-02-15 Art CancroAdd an extra <br> at the end when pullquoting a message.
2006-02-09 Art Cancromessages.c: fixed some memory allocation issues
2006-02-09 Art Cancrofix iconv calling syntax
2006-02-09 Art CancroAllow the user to specify a default character set for...
2006-02-08 Art CancroFixed a couple of memory leaks detected by Valgrind.
2006-02-08 Art CancroMemory allocation fix
2006-02-07 Art CancroSome changes to view vs. default view behavior.
2006-02-06 Art CancroCreated ctdl_iconv_open() wrapper around iconv_open()
2006-02-05 Art Cancromessages.c: corrected a call to utf8ify_rfc822_string...
2006-02-05 Wilfried Göesgensadded brief view calendar, and renamed the original...
2006-02-04 Art CancroPerform RFC2047 charset decoding in recipient names
2006-02-03 Art CancroOffer "View" and "Download" options for all attachments.
2006-01-31 Art Cancro* Generated MIME boundaries now begin with "=_" because...
2006-01-30 Art CancroHTML messages are now encoded as "Quoted-Printable...
2006-01-30 Art Cancro* Removed the "convert_to_html" option from text_to_ser...
2006-01-29 Wilfried Göesgens* Doxygen groups. Sorted the files into groups. so...
2006-01-29 Art Cancroaccept-charset="UTF-8" in form declaration for enter...
2006-01-27 Art Cancrocomments
2006-01-26 Art CancroComplete overhaul of "Notes" view. Now features AJAX...
2006-01-25 Art Cancro* Don't pullquote the headers when editing a wiki page.
2006-01-25 Art Cancro* Eliminated a bug in pullquote_message() that was...
2006-01-24 Art Cancro* Fixes to wiki view to handle "short" links.
2006-01-24 Art Cancro* Got a primitive version of the wiki system in place...
2006-01-23 Wilfried Göesgensupsie. some lines vanished.
2006-01-21 Wilfried Göesgensmore doxygen doku.
2006-01-21 Art Cancrowiki
2006-01-20 Art Cancro* Started writing wiki code. It completely does not...
2006-01-20 Art CancroBegan adding the infrastructure to support wiki mode...
2006-01-19 Art CancroFixed a small memory leak
2006-01-18 Art Cancro* fix_scrollbar_bug is now a class instead of an id...
2006-01-13 Art CancroRemoved the split bbview because it's b0rken in IE
2006-01-02 Art CancroNew way to display incoming instant messages. Not...
2005-12-17 Art Cancro* messages.c: include the "edit html source" button...
2005-12-16 Art Cancro* Checkbox to allow anonymous posting in rooms which...
2005-12-15 Art Cancro* "Headers" option in view message
2005-12-10 Art Cancro* Switched our TinyMCE call to the "advanced" theme...
2005-12-09 Art Cancro* Deleting a message from the Trash folder now actually...
2005-12-05 Art Cancro* Added in some of the missing localizations
2005-11-23 Art Cancro* Fixed the unresponsive msgomatic in the bulletin...
2005-11-22 Art Cancro* messages.c, webcit.css: message buttons (Reply, Reply...
2005-11-13 Art Cancro* Discovered the style -moz-user-select:none and applie...
2005-11-09 Art Cancro* Mailbox view: selected messages are now draggablevi...
2005-11-08 Art Cancro* First cut of message list resize. It works but it...
next