[Cs-content-commits] SF.net SVN: cs-content:[393] trunk/1.0/VERSION
PHP Templating & Includes System
Brought to you by:
crazedsanity
From: <cra...@us...> - 2009-06-12 14:15:01
|
Revision: 393 http://cs-content.svn.sourceforge.net/cs-content/?rev=393&view=rev Author: crazedsanity Date: 2009-06-12 13:31:08 +0000 (Fri, 12 Jun 2009) Log Message: ----------- *** RELEASE 1.0-ALPHA9 *** SUMMARY OF CHANGES::: * stop incorrectly removing leading slash for main template path * use constant (DEFAULT_SECTION) for default section instead of hard-coding. * separate cs_fileSystem objects for includes and templates * new internal method ensures includes only loaded once in proper order * debug_var_dump() method for extra debugging power * includes can now stop template system from printing at the end of finish() * many minor fixes to eliminate PHP notices/warnings * properly handles "htdocs" as a possible siteRoot. * set default message type as "notice" * inject vars into pages from where contentSystem{} is initialized * many fixes to remove PHP warnings/notices * cs_siteConfig can add entire sections to $GLOBALS (#271) * major changes to cs_tabs * tab template only parsed at display time * require SITE_ROOT constant in cs_genericPage * Support "after" includes (#273) * support non-root installations using APPURL constant * consolidated internal logic for adding template files in contentSystem * no more arbitrary setting of global SITE_ROOT * 404 page parsed using the message box instead of hard-coded into template * removed unused templates * GLOBALS settings override constants for debug settings * better support for MySQL databases * cs_siteConfig automatically sets APPURL (use "{_APPURL_}" in config file) SVN VERSIONS::: r363:392 Modified Paths: -------------- trunk/1.0/VERSION Modified: trunk/1.0/VERSION =================================================================== --- trunk/1.0/VERSION 2009-06-11 15:22:55 UTC (rev 392) +++ trunk/1.0/VERSION 2009-06-12 13:31:08 UTC (rev 393) @@ -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-ALPHA8 +VERSION: 1.0-ALPHA9 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. |