Finalize vcard editing:
[citadel.git] / webcit / msg_renderers.c
2015-10-18 Wilfried GoesgensFinalize vcard editing:
2015-10-11 Wilfried Goesgensfix buffer overrun
2015-03-01 Wilfried Goesgensmkd_cleanup() frees the output buffer.
2015-02-09 Wilfried GoesgensAs sugested by Robotamer: append the view parameter...
2015-01-06 Wilfried GoesgensMove the thread matching from the blog to a more generi...
2015-01-03 Wilfried GoesgensMove over deprecated function, adopt to new handler...
2014-12-22 Wilfried GoesgensFix CLANG compile: local inline functions _have_ to...
2013-12-08 Wilfried GoesgensMarkdownWiki: put original text into edit-textarea...
2013-12-08 Wilfried GoesgensMarkdown Wiki: add our prefix to relative URLs
2013-12-07 Wilfried GoesgensMarkdown: if we find libmarkdown, register a renderer...
2013-08-03 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-07-19 Wilfried GoesgensDisable ical rendering for now.
2013-02-05 Wilfried GoesgensSYSLOG: more places to correct the loglevel parameters.
2012-12-05 Wilfried GoesgensChoose default sender email address by envelope recipient
2012-10-28 Wilfried GoesgensMIME-Renderers: change interface.
2012-10-18 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-10-18 Wilfried GoesgensTEMPLATING: add possibility to stack another context...
2012-09-03 Wilfried GoesgensICAL: some work on adding ical items into templates
2012-08-24 Wilfried GoesgensSUBST: Dynamicaly generate contexts
2012-07-19 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-18 the_mgtMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-18 Wilfried GoesgensReply logic: handle reply to appropriate.
2012-07-17 Wilfried GoesgensRework templating context access so contexts can be...
2012-04-24 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-04-23 Art CancroBegan fixing uncensored.citadel.org/wiki?page=stefan201...
2012-03-02 Art CancroRemove base64-encoding of message permalinks.
2012-02-18 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-02-18 Wilfried GoesgensReadloop remove special cases
2011-11-13 Art CancroRenamed 'groupdav' to 'dav' in filenames
2011-10-18 Art CancroUse base64 encoding for permalinks in bbs rooms, otherw...
2011-09-04 Wilfried GoesgensFix lots of warnings all over the place, make inbound...
2011-09-04 Art CancroRemoved Msg->reply_to because it held data for an older...
2011-09-04 Wilfried Goesgensremove leading and trailing empty lines from mail output
2011-09-04 Wilfried Goesgensadd new token MSG:NATTACH to output the number of curre...
2011-09-04 Art CancroRemoved logging subsystem from webcit. It's all syslog...
2011-09-04 Art CancroPerformed a bunch of markup fixes suggested by validato...
2010-10-26 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-10-25 Wilfried Goesgens* ParseMessageListHeaders_Detail(): don't overuse StrLe...
2010-10-25 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-10-25 Wilfried Goesgens* add a way to pass the workbuffers into the RFC-822...
2010-10-25 Wilfried Goesgens* Use new MSet-Matcher to retrieve seen state (10%...
2010-07-20 Wilfried Göesgens* evaluate_mime_part(): also evaluate sub-parts
2010-07-19 Wilfried Göesgens* InitModule_MSGRENDERERS(): don't make citserver send...
2010-07-11 Art Cancro* Eliminated the C code to shorten long subject lines...
2010-06-19 Wilfried Göesgens* fix Re:/Fw mechnics for email replying/forwarding...
2010-04-21 Wilfried Göesgens* ParseMessageListHeaders_Detail(): don't use the token...
2010-03-12 Art Cancro* Do not reinsert the existing wiki page when uploading...
2010-02-03 Art Cancro* New new BBS view
2010-01-31 Wilfried Göesgens* remove unneeded vcard function...
2010-01-31 Wilfried Göesgens* don't re-load vcards, if the server already sent...
2010-01-24 Wilfried Göesgens* merge from dav_rework:
2010-01-14 Wilfried Göesgens* create function to parse the output of goto into...
2009-12-30 Art Cancro* Enhance the older/newer logic. It's still not quite...
2009-12-10 Wilfried Göesgens* we were loosing the message Data blob in some weird...
2009-11-27 Art Cancro* Moved most of the BBS View renderer code into its...
2009-11-25 Art Cancro* Changed some of the '&' between url parameters to...
2009-11-13 Art Cancro* Renamed the 'wikipage' variable to 'page' in the...
2009-11-10 Art Cancro* removed a FIXME tag
2009-11-08 Wilfried Göesgens* microshits RFC Violator will just show the tinnef...
2009-11-02 Wilfried Göesgens* add trailing template after the bbs view
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...
next