* more work on sitewide config
[citadel.git] / webcit / subst.c
2008-09-07 Wilfried Göesgens* more work on sitewide config
2008-09-06 Wilfried Göesgens* depricate <?=subtemplate> in favour of <?=("subtempla...
2008-09-04 Wilfried Göesgens* Template debugging: load & parse template on each...
2008-09-04 Wilfried Göesgens* made *bstr things const
2008-08-31 Wilfried Göesgens* cleaneup allocation
2008-08-31 Wilfried Göesgens* cleanup shutdown procedure; free all structures and...
2008-08-31 Wilfried Göesgens* fix leak
2008-08-30 Wilfried Göesgens* harmonize svput actions to be clean and use strbuf...
2008-08-25 Wilfried Göesgens* DOBOX("subtemplate", "template_with_headerstring...
2008-08-24 Wilfried Göesgens* fix some hickups in subst
2008-08-24 Wilfried Göesgens* print the trail of the template
2008-08-24 Wilfried Göesgens* fix Nullpointer Access in msgescputs
2008-08-23 Wilfried Göesgens* implement conditional switches; if true will skip...
2008-08-19 Wilfried Göesgens* fixes
2008-08-19 Wilfried Göesgens* use strbuffer stresc functions
2008-08-18 Wilfried Göesgens* migrate the WHO struct to strbuf
2008-08-17 Wilfried Göesgens* correct all GetNextHashPos() calls to have const...
2008-08-17 Wilfried Göesgens* add new 'Context' Parameter to the template call
2008-08-16 Wilfried Göesgens* now template tokens can work as functions, you can...
2008-08-14 Wilfried Göesgens* migrate SERV_* to global callback replacers
2008-08-12 Wilfried Göesgens* move templates to static/t/ ; made make install targe...
2008-08-11 Wilfried Göesgens* cache templates
2008-07-09 Wilfried Göesgens* added gcc printf format checking to wprintf
2008-07-07 MattRename is_wap to is_mobile
2008-07-06 MattReactivate "is_wap" for handheld browsers (iPhone,...
2008-05-02 Wilfried Göesgens* migrated SUBST stuff to hash
2007-11-13 Wilfried Göesgens* cleanup with variable substitution. cleaner replacing...
2007-10-02 Wilfried Göesgens* calculate dirs right
2007-07-04 Wilfried Göesgens* don't use strlen; use memmove instead of strcpy.
2006-05-02 Art Cancrowebcit_before_automake is now the trunk
2006-03-12 Wilfried Göesgensmove all source files to src/
2006-01-29 Wilfried Göesgens* Doxygen groups. Sorted the files into groups. so...
2006-01-23 Wilfried GöesgensDone with doxygenizing
2006-01-18 Art Cancro* fix_scrollbar_bug is now a class instead of an id...
2005-09-12 Art Cancro* Built an initial version of the "forward message...
2005-08-22 Art Cancro* subst.c summary.c sysmsgs.c : i18n
2005-08-12 Art Cancro* All OS-level includes are now included from webcit...
2005-04-11 Art Cancro* Replaced serv_gets() with serv_getln() - which now...
2005-01-11 Art Cancro* *** HUGE CHANGES *** *** WARNING: NOT FULLY FUNCTIO...
2004-12-07 Art Cancro* Finally tracked down the WC->vars heap corruption...
2004-12-01 Art Cancro* Numerous memory management bugfixes.
2004-02-29 Art Cancro* Display the Chat menu option as "Chat with other...
2003-06-21 Art Cancro* Better alignment of system messages
2003-05-13 Art Cancro* Begin migration to the new "rounded boxes" look
2003-05-03 Art Cancro* Added in a slick new box style and put the room lists...
2002-10-09 Art Cancro* Templatized trailing HTML
2002-06-15 Art Cancro* stuff
2002-06-15 Art Cancro* Use safestrncpy() instead of strncpy() where appropriate
2002-05-12 Michael Hampton* do_template() now parses a .wml file for WAP clients...
2001-11-18 Art Cancro* Brought over the newer string tokenizer from Citadel
2000-09-24 Art Cancro* Templatized the room banner.
2000-09-13 Art Cancro* Completed the initial hack of the variable substituti...
2000-09-11 Art Cancro* Started templatizing the login screen. Not finished...
2000-09-11 Art Cancro* Started working on a variable-substitution thing