SUBST: add a way to post plain char* strings into template strings in a formated way
[citadel.git] / webcit / subst.c
2012-09-03 Wilfried GoesgensSUBST: add a way to post plain char* strings into templ...
2012-08-24 Wilfried GoesgensSUBST: add method to retrieve room preferences from...
2012-08-24 Wilfried GoesgensSUBST: Dynamicaly generate contexts
2012-07-19 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-18 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 GoesgensSUBST: complain about unknown tokens while parsing
2012-07-17 Wilfried GoesgensRework templating context access so contexts can be...
2012-05-15 Art CancroAdd a 'go' value to the 'edit room configuration' tab...
2012-05-05 Wilfried GoesgensLOGGING: add tiny webcit interface to manage log configs
2012-02-18 Wilfried GoesgensSMTP-Queue-View: templatize
2011-12-05 Art CancroRenamed all groupdav_() functions to dav_()
2011-09-04 Wilfried Goesgensuse the regular template error logging for our new...
2011-09-04 Wilfried Goesgensafter reading a template sanity check conditionals...
2011-09-04 Wilfried GoesgensFix our problems with strings like this: "abc'def"...
2011-09-04 Wilfried Goesgenscheck template token name for invalid chars; that way...
2011-09-04 Wilfried GoesgensFix lots of warnings all over the place, make inbound...
2011-09-04 Wilfried Goesgensfix pointer indirection to get the right escaper.
2011-09-04 Wilfried Goesgensadd new outputtoken 'F', which does FMOUT with the...
2011-09-04 Wilfried Goesgensmove beginbox & endbox to box_* so we can tidy up our...
2011-09-04 the_mgtRenamed the /icons directory to /webcit_icons because...
2011-09-04 Wilfried GoesgensTemplatize sieve rules editor; return success/fail...
2011-09-04 the_mgtAdapted c-files to new iconset "Essen"
2011-09-04 Wilfried Goesgensfix off by one while checking for the maximum number...
2011-09-04 Wilfried Goesgensfix source so that '-Wformat -Werror=format-security...
2011-09-04 Art CancroRemoved logging subsystem from webcit. It's all syslog...
2011-09-04 Wilfried GoesgensBugfixing / debugging in templating
2011-09-04 Wilfried GoesgensMobile template removal
2011-09-04 Art CancroGot rid of all of the .m.html templates and is_mobile...
2011-09-04 Art CancroPerformed a bunch of markup fixes suggested by validato...
2010-11-15 Wilfried GoesgensMemleak: put request local strings into the http-header...
2010-11-09 Wilfried Goesgenscheck whether the sorting algorithm specified via BSTRs...
2010-10-21 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-10-14 Wilfried Goesgens* add VCard-Context
2010-09-01 Art CancroRemove $Id$ tags from most of webcit
2010-08-29 Wilfried Göesgens * remove old session-local template support. YAY!
2010-08-29 Wilfried Göesgens* print name of context instead of number into the...
2010-08-18 Wilfried Göesgens* New COND:FLOOR:NROOMS : whether this floor has n...
2010-08-18 Wilfried Göesgens* add a comment token '--', whichs content will show...
2010-08-14 Wilfried Göesgens* add a way for the tabbed api to re-open the same...
2010-08-14 Wilfried Göesgens* print the header of the tab into the comment before...
2010-08-14 Wilfried Göesgens* defines may now be ored or anded
2010-08-14 Wilfried Göesgens* fix CONTEXTSTRARR in the register call and the useage...
2010-08-01 Wilfried Göesgens* correct token-count error detection in the iterators
2010-08-01 Wilfried Göesgens* preeval_iterate(): also check the required parameters.
2010-07-27 Wilfried Göesgens* tmpl_iterate_subtmpl(): we now enter this function...
2010-07-27 Wilfried Göesgens* LogTemplateError(): allow referencing random tokens...
2010-05-22 Wilfried Göesgens* NeedNewBuf() as CLANG indicates, this parameter shoul...
2010-04-29 Wilfried Göesgens* free the wildfire buffer on session detaching
2010-04-29 Wilfried Göesgens* require DEF:VAL and DEF:STR to have one token, as...
2010-04-29 Wilfried Göesgens* fix wildfire exception handling; collect stuff in...
2010-02-28 Wilfried Göesgens* fix register to allow escapers
2010-02-28 Wilfried Göesgens* add generic lists with strings
2010-02-28 Wilfried Göesgens* add handler to get the value or string representation...
2010-02-27 Wilfried Göesgens* implement ITERATE:THISROOM:GNET
2010-02-21 Wilfried Göesgens* free the subjects of the tabs
2010-01-17 Wilfried Göesgens* add function to check whether a token parameter would...
2010-01-17 Wilfried Göesgens* check whether a template exists
2010-01-14 Wilfried Göesgens* uninitialized...
2010-01-14 Wilfried Göesgens* ignore .swp and .orig files so some more void files...
2010-01-10 Wilfried Göesgens* hm, something is going wrong here. allocing bigger...
2010-01-01 Wilfried Göesgens* fix some logmessages, so not we output the right...
2010-01-01 Wilfried Göesgens* is_mobile evaluation is wrong here, since we're ...
2009-12-26 Wilfried Göesgens* apply R8157 from the dav-rework branch:
2009-12-19 Wilfried Göesgens* init the pointer, so we don't use random ones here
2009-11-26 Wilfried Göesgens* add support for defines
2009-10-28 Wilfried Göesgens* respect the context while sorting. Else unexpected...
2009-10-22 Wilfried Göesgens* new token to put in the actual filename (just works...
2009-10-19 Wilfried Göesgens* add way to have tokens do their custom parse-time...
2009-10-15 Wilfried Göesgens* add K (after j...) escaper for combined html + json;
2009-10-11 Wilfried Göesgens* add DAV namespace
2009-10-01 Wilfried Göesgens* scan for XML files while reading a template; xml...
2009-09-01 Wilfried Göesgens* add splitted boxheader templates for ez use in flat...
2009-07-30 Wilfried Göesgens* fix crash while reporting template errors that don...
2009-07-29 Art Cancro* Eliminated the 'gotonext' problem with the bbs view...
2009-06-12 Wilfried Göesgens* shrinktofit template data
2009-06-11 Wilfried Göesgens* be more paranoid and do memset 0 all our structs
2009-06-11 Wilfried Göesgens* catch empty string conditions in tokens.
2009-06-09 Wilfried Göesgens* fix some warnings just visible with -o2
2009-06-04 Wilfried Göesgens* make shure our cached buffers aren't to big.
2009-05-17 Wilfried Göesgens* BIG rewrite of header handling and slimming of contex...
2009-05-10 Wilfried Göesgens* add more module handlers:
2009-03-03 Wilfried Göesgens* implement U escaper in StrBufAppendTemplate it was...
2009-02-25 Wilfried Göesgens+ add non-TP-Related Wildfire enabled error logging...
2009-02-22 Wilfried Göesgens* remove linewrap
2009-02-10 Wilfried Göesgens* made wc_subst private. todo solved.
2009-02-06 Matt* iteratorstruct private again
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-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-01-31 Wilfried Göesgens* when loading text/* templates add utf-8 charset to...
2009-01-31 Wilfried Göesgens+ guess mimetype by template extension
2009-01-28 Wilfried Göesgens* log whole sentences to wildfire
2009-01-27 Wilfried Göesgens* don't de-qp strings while rendering, do it while...
2009-01-26 Wilfried Göesgens* when X-escaping translate linebreaks too.
2009-01-26 Wilfried Göesgens* add wildfire output to errormessages
2009-01-20 Matttemporarily have IterateStruct in subst.h so mailbox...
2009-01-18 Wilfried Göesgens+ add flag to print backtraces in template logging...
2009-01-17 Wilfried Göesgens* make error logging NULL safe.
next