rename wprintf to wc_printf; wchar.h also has a wprintf
[citadel.git] / webcit / msg_renderers.c
2009-10-23 Wilfried Göesgensrename wprintf to wc_printf; wchar.h also has a wprintf
2009-10-19 Wilfried Göesgens* add way to have tokens do their custom parse-time...
2009-10-13 Wilfried Göesgens* terminate the two mbox views the right way [tm]
2009-10-11 Wilfried Göesgens* fix next dropdown
2009-10-11 Wilfried Göesgens* follow syntax change
2009-10-10 Wilfried Göesgens* register mimetypes and send them to citserver on...
2009-10-06 Art Cancro* When editing a wiki page, insert the existing version...
2009-10-03 Wilfried Göesgens* fix compilation if iconv isn't available
2009-09-21 Wilfried Göesgens* adjust the loops using StrBufSipLine to match our...
2009-09-10 Wilfried Göesgens* use SmashStrBuf where apropriate
2009-09-03 Wilfried Göesgens* just show the heading dropdown if we have messages...
2009-09-02 Wilfried Göesgens* the json view shouldn't call begin/endburst itself...
2009-08-20 Wilfried Göesgens* split tasks view into its own file
2009-07-24 Art Cancro* Added new readloop command 'readgt' which will produc...
2009-06-30 Art Cancro* Repaired the code that decides whether it should...
2009-06-30 Art Cancro* style cleanup
2009-06-14 Wilfried Göesgens* apply samjams edit drafts patch. Modification: use...
2009-06-04 Wilfried Göesgens* set an application specific prefered Buffer size...
2009-05-17 Wilfried Göesgens* BIG rewrite of header handling and slimming of contex...
2009-05-13 Wilfried Göesgens* output the mime type of the tepmlate in read_message...
2009-05-10 Wilfried Göesgens* add more module handlers:
2009-04-26 Wilfried Göesgens* use load_message in the useredit form
2009-04-25 Wilfried Göesgens* remove old notes rendering code, its not used anymore.
2009-04-25 Wilfried Göesgens* swap I/O to the new functions
2009-04-18 Wilfried Göesgens* upsi here too.
2009-04-18 Wilfried Göesgens* persistantly handle the bufferlengths for dates;...
2009-03-19 Art Cancro* Got it. All references are now preserved.
2009-03-07 Wilfried Göesgens* add Michael Meskes patch: make time in task due dates...
2009-02-17 Wilfried Göesgens* while loading a message guess mimetype by filename...
2009-02-10 Wilfried Göesgens* move serv_info into the session, here we can control...
2009-02-06 Matt* iteratorstruct private again
2009-02-05 Wilfried Göesgens* add message count. Thanks for TrilCat pointing out...
2009-02-03 Wilfried Göesgens* do 4 **** as the server does instead of 3
2009-02-02 Art Cancro* Added another conditional for presence/absence of...
2009-02-02 Wilfried Göesgens* just print "to" into messages if theres a recipient.
2009-01-31 Wilfried Göesgens* add empty lines to html view of messages.
2009-01-31 Matt* fix preview_pane scroll memory bug
2009-01-28 Wilfried Göesgens+ add To and CC to message display windows
2009-01-28 Wilfried Göesgens* load inline texts with DLAT not MSG4
2009-01-25 Art Cancro* render_MAIL_html() now passes a message number instea...
2009-01-20 MattRestore mailbox view
2009-01-14 Wilfried Göesgens* add 'control context'; which will carry information...
2009-01-12 Wilfried Göesgens+ add =() subtemplates for params
2009-01-12 MattMerge new summary view branches changes into trunk
2009-01-11 Art Cancro* Updated render_MIME_ICS() to do the right thing if...
2009-01-08 Wilfried Göesgens* move some more vars from the session context to strbu...
2009-01-06 Art Cancro* Restored the original date/time display behavior...
2008-12-27 Wilfried Göesgens* add first draft of group-change detection
2008-12-26 Wilfried Göesgens* --pedantic cleanup.
2008-12-24 Wilfried Göesgens* fix dropdown
2008-12-20 Wilfried Göesgens* shortcut notation to tokens for hashkeys; TKEY(n...
2008-12-14 Wilfried Göesgens* some tiny cleanups...
2008-12-13 Wilfried Göesgens* typedef wcsession, so we don't always need to say...
2008-12-13 Wilfried Göesgens* rename RFCA Conditional so it matches the naming...
2008-12-13 Wilfried Göesgens* remove last remains of the separate attachment struct
2008-12-13 Wilfried Göesgens* add matts iterator
2008-12-11 Wilfried Göesgens* fix attachments forwarding
2008-12-11 Wilfried Göesgens* load attachments in forwarded messages
2008-12-08 Wilfried Göesgens* ignore path/suff/pref headers.
2008-12-08 Wilfried Göesgens* if we need the first urlpart, we musn't move it just...
2008-12-07 Wilfried Göesgens* make readloop long-controlled
2008-11-30 Wilfried Göesgens* abstract sorting algorithms. abstraction layer so...
2008-11-29 Wilfried Göesgens* valgrind cleanup
2008-11-29 Wilfried Göesgens* upsie, don't leak.
2008-11-29 Wilfried Göesgens* br's in quotes so you can write before / after them
2008-11-25 Wilfried Göesgens* add missing hint to -Z
2008-11-24 Wilfried Göesgens* remove old (replaced) code
2008-11-20 Wilfried Göesgens* catch more render bugs
2008-11-15 Wilfried Göesgens* finish message displaying.
2008-11-11 Wilfried Göesgens* first trick to avoid double-rendering of mime-subparts
2008-11-11 Wilfried Göesgens* change syntax of read_message
2008-11-11 Wilfried Göesgens* render submessages.
2008-11-10 Wilfried Göesgens* migrate message creation to templates (citing still...
2008-11-09 Wilfried Göesgens* don't choke on empty html messages
2008-11-09 Wilfried Göesgens* chop messages.c into handy pieces