[Cs-content-commits] SF.net SVN: cs-content:[423] trunk/1.0/VERSION
PHP Templating & Includes System
Brought to you by:
crazedsanity
From: <cra...@us...> - 2009-08-06 20:10:56
|
Revision: 423 http://cs-content.svn.sourceforge.net/cs-content/?rev=423&view=rev Author: crazedsanity Date: 2009-08-06 20:10:49 +0000 (Thu, 06 Aug 2009) Log Message: ----------- *** RELEASE 1.0-ALPHA10 *** SUMMARY OF CHANGES::: * compatibility changes between pgsql & mysql layers * support in mysql layer for resetting connect * better transaction support in MySQL (with notes on caveats) * ability to change selected database on an open database connection in MySQL * generic methods in cs_phpDB for doing queries, updates, and inserts. * unit tests for database layers & cs_globalFunctions. * ability to ping db connection * cs_siteConfig has special var for its location & support for prefixes. * cs_tabs can use different templates + more vars parsed. * lots of fixes to remove/suppress PHP warnings * database storage of session info by setting constants! * conversion script to push content of session files into database. Modified Paths: -------------- trunk/1.0/VERSION Modified: trunk/1.0/VERSION =================================================================== --- trunk/1.0/VERSION 2009-08-06 20:08:05 UTC (rev 422) +++ trunk/1.0/VERSION 2009-08-06 20:10:49 UTC (rev 423) @@ -1,5 +1,5 @@ ## Stores the current version of the cs-content system, and it's source. Please do NOT modify this file. -VERSION: 1.0-ALPHA9 +VERSION: 1.0-ALPHA10 PROJECT: cs-content $HeadURL$ \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |