Release version 999 generated by do-release.sh
[citadel.git] / webcit / subst.c
2024-03-19 Art CancroIn webcit-classic, include webserver.h from webcit.h.
2023-05-02 Art CancroApply patches sent by Harlow Solutions -- for WebCit
2023-01-05 Art CancroRevert "serv_rssclient.c: style update"
2023-01-05 Art Cancroserv_rssclient.c: style update
2022-09-16 Art CancroReverts commit c6aec42f213ec284e34648f3d69bcf927dccddb1...
2022-09-08 Art Cancroindent -kr -i8 -brf -bbb -fnc -l132 -nce on all of...
2021-12-26 Art CancroRemoved the epic editor from the tree. Why was it...
2021-12-22 Art CancroI need to make the static web server just a static...
2015-11-16 Wilfried GoesgensFinalize new iterator property tokens: COND:ITERATE...
2015-11-09 Wilfried GoesgensAdd modulo operator for the list iterator so the templa...
2015-10-18 Wilfried GoesgensFinalize vcard editing:
2015-10-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-10-11 Wilfried Goesgensthis way around the filter logic status is more common...
2015-10-07 Wilfried GoesgensFix error handling to avoid XSS attacks.
2015-10-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-07-21 Wilfried GoesgensAdd filter option to iterators
2015-06-03 Wilfried GoesgensAdd filter option to iterators
2015-05-19 Wilfried GoesgensCatch Z-BUS errors in templates.
2015-05-09 Wilfried GoesgensCatch Z-BUS errors in templates.
2013-11-28 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-11-28 Wilfried Goesgensfix indention
2013-10-07 Wilfried Goesgensfix dnamlen, they missed the e, so we need to follow.
2013-06-25 Wilfried GoesgensSUBST: bad bug in plain text substitution: need to...
2013-06-23 Wilfried GoesgensSUBST: fix warnings.
2013-06-23 Wilfried GoesgensGETTEXT: optionaly allow to escape translated tokens.
2013-02-05 Wilfried GoesgensSYSLOG: more places to correct the loglevel parameters.
2013-01-29 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-01-01 Wilfried GoesgensDIRECTORY Iterating: fix typo found by Rachid; use...
2012-11-26 Wilfried GoesgensSUBST: context rework: some more places for memset...
2012-11-04 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-11-04 Wilfried GoesgensSUBST: fix double linked list handling for contexts.
2012-11-01 Wilfried GoesgensSUBST: CheckContext: log token name the context is...
2012-10-27 Wilfried GoesgensSUBST: free the sub-context also if we have a negative...
2012-10-27 Wilfried GoesgensSUBST: fix conditionals creating sub-contexts
2012-10-27 Wilfried GoesgensBSTR: add method to run-time add numbers
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 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 ...
next