[Cs-content-commits] SF.net SVN: cs-content:[462] trunk/1.0/VERSION
PHP Templating & Includes System
Brought to you by:
crazedsanity
|
From: <cra...@us...> - 2009-09-21 14:34:48
|
Revision: 462
http://cs-content.svn.sourceforge.net/cs-content/?rev=462&view=rev
Author: crazedsanity
Date: 2009-09-21 14:34:39 +0000 (Mon, 21 Sep 2009)
Log Message:
-----------
*** RELEASE 1.0.0-BETA1 ***
SUMMARY OF CHANGES:::
* support for database session storage (cs_sessionDB from cs-webapplibs)
* fix inclusion of index.inc script
* clean up PHP warnings involving arrays
* initialize internal vars to fix errors
* more unit testing
* add template vars immediately instead of at finish() for unit testing
* pass siteRoot to contentSystem{}.
* cs_versionAbstract now included here (cs-versionparse project defunct)
* add many commonly-used template vars.
* moved extra libraries into cs-webapplibs:::
-- cs_phpDB
-- cs_bbCodeParser
-- cs_sessionDB
-- cs_siteConfig
-- cs_tabs
* add script with __autoload() for loading classes on-the-fly.
* removed dependency on PHPLib's "Template" class (#237)
* fix parsing of template vars within nested block rows (#301)
* root path for contentSystem set automatically.
Modified Paths:
--------------
trunk/1.0/VERSION
Modified: trunk/1.0/VERSION
===================================================================
--- trunk/1.0/VERSION 2009-09-21 03:26:01 UTC (rev 461)
+++ trunk/1.0/VERSION 2009-09-21 14:34:39 UTC (rev 462)
@@ -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-ALPHA10
+VERSION: 1.0-BETA1
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.
|