ChangeLog from CLEARSILVER_0_9_7 to CLEARSILVER-0_9_8 ======================================================================== 2004/04/22 David W. Jeske * cs/test_splice.cs:1.3 * cs/test_splice.cs.gold:1.2 * cs/Makefile:1.30 splice should allow you to get to the end of the string! * cs/csparse.c:1.71 fix slice so it allows zero as the end argument 2004/03/26 David W. Jeske * cgi/cgi.c:1.72 * cgi/cgi.c:1.71 stop urls like foo?=1 from crashing 2004/03/25 David W. Jeske * python/examples/base/__init__.py:1.2 * python/examples/base/odb_mysql.py:1.1 * python/examples/base/odb_mysql.pyc:1.1 * python/examples/base/odb_sqlite.py:1.1 * python/examples/base/odb_test.py:1.1 * python/examples/base/odb.py:1.8 * python/examples/base/hdfhelp.py:1.9 * python/examples/base/CSPage.py:1.6 * python/examples/base/handle_error.py:1.2 incorporate scott's improvements 2004/03/16 David W. Jeske * python/examples/base/PassSGMLParser.py:1.1 * python/examples/base/SafeHtml.py:1.1 * python/examples/base/sgmllib.py:1.1 add safehtml to clearsilver kit 2004/03/16 Brandon Long * cgi/cgi.c:1.69 don't error out on invalid form data * perl/ClearSilver.xs:1.4 add writefile * cgi/cgi.h:1.22 * cgi/cgi.c:1.70 * python/neo_cgi.c:1.30 add secure flag to cgi_cookie_set * cs/csparse.c:1.70 add gettext support from Gerald Dachs 2004/03/14 David W. Jeske * python/examples/base/log.py:1.2 new cool log module * python/examples/base/__init__.py:1.1 make this be a python package 2004/02/27 David W. Jeske * cs/csparse.c:1.67 renamed splice to slice * cs/test4.cs:1.9 * cs/test.hdf:1.15 * cs/test4.cs.gold:1.9 fix regression * python/Makefile:1.14 always rebuild .so when building * cs/csparse.c:1.69 * cs/test15.cs.gold:1.2 * cs/test15.cs:1.2 added subcount, string.length 2004/02/27 Brandon Long * cs/test_splice.cs:1.2 * cs/csparse.c:1.68 put back having gt/lt coerce to numeric, and fix test rename of splice to slice 2004/02/24 David W. Jeske * python/examples/base/CSPage.py:1.5 fix redirect debug issue 2004/02/20 Brandon Long * cs/csparse.c:1.66 don't force numeric evaluation on greater/lesser than ops 2004/01/26 David W. Jeske * python/examples/base/odb.py:1.7 only string escape strings in odb 2004/01/19 David W. Jeske * python/examples/base/odb.py:1.6 properly support sqlite format limit commands 2004/01/05 Brandon Long * util/neo_misc.h:1.21 * util/neo_misc.c:1.19 new leveled logging * cgi/cgi.c:1.68 handle https redirect correctly 2003/12/24 David W. Jeske * python/examples/base/CSPage.py:1.4 support variable params in CSPagE 2003/12/14 David W. Jeske * python/examples/base/CSPage.py:1.3 CSPage should hijack the cs debugging 2003/12/11 David W. Jeske * python/examples/base/odb.py:1.5 support sqlite * python/examples/base/hdfhelp.py:1.8 add utility function 2003/12/04 Brandon Long * cgi/cgi.c:1.67 * util/neo_str.h:1.19 * util/neo_str.c:1.22 * python/neo_cgi.c:1.29 fix gzip compression with python because of non-support for embedded nulls in cgiwrap_writef for python 2003/11/30 Brandon Long * cs/test_splice.cs:1.1 * cs/test_splice.cs.gold:1.1 * cs/csparse.c:1.65 * cs/Makefile:1.29 * cs/cs.h:1.21 support multiple arguments for internal functions, and string.splice as a test case