Remove $Id$ tags from most of webcit
[citadel.git] / webcit / subst.c
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.
2009-01-15 Wilfried Göesgens* document function calls and structures
2009-01-15 Wilfried Göesgens* temporarily disable parameter-checking. Conditionals...
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 Wilfried Göesgens+ all special token parameters may now have their strin...
2009-01-11 Wilfried Göesgens* complete the sorting api by non-room based preferences
2009-01-09 Wilfried Göesgens* fix = that should be ==
2009-01-08 Wilfried Göesgens* move some more vars from the session context to strbu...
2009-01-01 Wilfried Göesgens* add gettext tokens to the tabbed api
2009-01-01 Wilfried Göesgens* modify gettext parameter syntax to skip () so, its...
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* remove msgids from handling
2008-12-24 Wilfried Göesgens* fix dropdown
2008-12-20 Wilfried Göesgens* shortcut notation to tokens for hashkeys; TKEY(n...
2008-12-13 Wilfried Göesgens* typedef wcsession, so we don't always need to say...
2008-12-13 Wilfried Göesgens* don't ignore the last char of a template
2008-12-13 Wilfried Göesgens* add modifier evaluaton to the implicit conditional
2008-12-13 Wilfried Göesgens* add counter and lastn to iterators:
2008-12-07 Wilfried Göesgens* follow api-change in several places
2008-11-30 Wilfried Göesgens* abstract sorting algorithms. abstraction layer so...
2008-11-29 Wilfried Göesgens* increase number of messages to 10k as it was before...
2008-11-29 Wilfried Göesgens* valgrind cleanup
2008-11-25 Wilfried Göesgens* conditionals mustn't have 0 as id; fix the ones who...
2008-11-24 Wilfried Göesgens* remove old (replaced) code
2008-11-23 Wilfried Göesgens* add transitional beginboxx template and move some...
2008-11-23 Wilfried Göesgens* finish selectboxes in Mailedit dialogs
2008-11-20 Wilfried Göesgens* map room-flags into conditionals
2008-11-20 Wilfried Göesgens* catch more render bugs
2008-11-19 Wilfried Göesgens* rework who.c so it doesn't use svput() and friends...
2008-11-10 Wilfried Göesgens* migrate message creation to templates (citing still...
2008-11-06 Wilfried Göesgens* put filename reference into token, so we can put...
2008-11-06 Wilfried Göesgens* upgrade hash retriever function, it now takes the...
next