Thread: [Cs-content-commits] SF.net SVN: cs-content:[326] trunk/1.0/VERSION
PHP Templating & Includes System
Brought to you by:
crazedsanity
From: <cra...@us...> - 2009-01-26 18:47:54
|
Revision: 326 http://cs-content.svn.sourceforge.net/cs-content/?rev=326&view=rev Author: crazedsanity Date: 2009-01-26 18:47:51 +0000 (Mon, 26 Jan 2009) Log Message: ----------- Updated VERSION file, preparing to move into trunk (1.0-ALPHA1) Modified Paths: -------------- trunk/1.0/VERSION Property Changed: ---------------- trunk/1.0/VERSION Modified: trunk/1.0/VERSION =================================================================== --- trunk/1.0/VERSION 2009-01-26 01:33:48 UTC (rev 325) +++ trunk/1.0/VERSION 2009-01-26 18:47:51 UTC (rev 326) @@ -1,5 +1,5 @@ ## Stores the current version of the cs-content system, and it's source. Please do NOT modify this file. -VERSION: 0.10.14 +VERSION: 1.0-ALPHA1 PROJECT: cs-content -$HeadURL:https://cs-content.svn.sourceforge.net/svnroot/cs-content/trunk/VERSION $ \ No newline at end of file +$HeadURL$ \ No newline at end of file Property changes on: trunk/1.0/VERSION ___________________________________________________________________ Modified: svn:keywords - HeadURL + HeadURL Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cra...@us...> - 2009-01-29 22:49:40
|
Revision: 339 http://cs-content.svn.sourceforge.net/cs-content/?rev=339&view=rev Author: crazedsanity Date: 2009-01-29 21:57:59 +0000 (Thu, 29 Jan 2009) Log Message: ----------- *** RELEASE 1.0-ALPHA2 *** SUMMARY OF CHANGES::: * added abstract class for cs_phpDB{} to hold duplicated code. * added abstract class for all libs for some basic functionality. * renamed all classes & filenames to match "(className).class.php" convention. NOTE: the mass renaming of files (and some class names) was to facilitate the ability to use the magic PHP __autoload() function. Modified Paths: -------------- trunk/1.0/VERSION Modified: trunk/1.0/VERSION =================================================================== --- trunk/1.0/VERSION 2009-01-29 21:50:55 UTC (rev 338) +++ trunk/1.0/VERSION 2009-01-29 21:57:59 UTC (rev 339) @@ -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-ALPHA1 +VERSION: 1.0-ALPHA2 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. |
From: <cra...@us...> - 2009-02-01 17:54:05
|
Revision: 342 http://cs-content.svn.sourceforge.net/cs-content/?rev=342&view=rev Author: crazedsanity Date: 2009-02-01 17:54:01 +0000 (Sun, 01 Feb 2009) Log Message: ----------- *** RELEASE 1.0-ALPHA3 *** SUMMARY OF CHANGES: * fix problem with begin+end definition for block row on same line (#230) SVN COMMAND: merge --depth=infinity -r340:HEAD https://cs-content.svn.sourceforge.net/svnroot/cs-content/trunk/1.0 Modified Paths: -------------- trunk/1.0/VERSION Modified: trunk/1.0/VERSION =================================================================== --- trunk/1.0/VERSION 2009-01-30 20:40:25 UTC (rev 341) +++ trunk/1.0/VERSION 2009-02-01 17:54:01 UTC (rev 342) @@ -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-ALPHA2 +VERSION: 1.0-ALPHA3 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. |
From: <cra...@us...> - 2009-02-03 19:23:27
|
Revision: 347 http://cs-content.svn.sourceforge.net/cs-content/?rev=347&view=rev Author: crazedsanity Date: 2009-02-03 19:23:25 +0000 (Tue, 03 Feb 2009) Log Message: ----------- Modified Paths: -------------- trunk/1.0/VERSION Modified: trunk/1.0/VERSION =================================================================== --- trunk/1.0/VERSION 2009-02-03 19:22:53 UTC (rev 346) +++ trunk/1.0/VERSION 2009-02-03 19:23:25 UTC (rev 347) @@ -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-ALPHA4 +VERSION: 1.0-ALPHA3 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. |
From: <cra...@us...> - 2009-02-03 19:25:46
|
Revision: 348 http://cs-content.svn.sourceforge.net/cs-content/?rev=348&view=rev Author: crazedsanity Date: 2009-02-03 19:25:44 +0000 (Tue, 03 Feb 2009) Log Message: ----------- *** RELEASE 1.0-ALPHA4 *** SUMMARY OF CHANGES::: * rename cs_sessionClass.php to cs_session.class.php to match naming conventions. * minor change to contentSystem so version parsing always works. * minor require_once statement for session class so version stuff works. Modified Paths: -------------- trunk/1.0/VERSION Modified: trunk/1.0/VERSION =================================================================== --- trunk/1.0/VERSION 2009-02-03 19:23:25 UTC (rev 347) +++ trunk/1.0/VERSION 2009-02-03 19:25:44 UTC (rev 348) @@ -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-ALPHA3 +VERSION: 1.0-ALPHA4 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. |
From: <cra...@us...> - 2009-02-04 16:41:15
|
Revision: 351 http://cs-content.svn.sourceforge.net/cs-content/?rev=351&view=rev Author: crazedsanity Date: 2009-02-04 16:41:11 +0000 (Wed, 04 Feb 2009) Log Message: ----------- *** RELEASE 1.0-ALPHA5 *** SUMMARY OF CHANGES::: * better handling of block rows and template vars. * a few more methods for testing & stripping undefined template vars. * fixed problem with mainTemplate getting an invalid prefix when an absolute path is defined (#236) Modified Paths: -------------- trunk/1.0/VERSION Modified: trunk/1.0/VERSION =================================================================== --- trunk/1.0/VERSION 2009-02-04 16:34:29 UTC (rev 350) +++ trunk/1.0/VERSION 2009-02-04 16:41:11 UTC (rev 351) @@ -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-ALPHA4 +VERSION: 1.0-ALPHA5 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. |
From: <cra...@us...> - 2009-02-04 17:02:50
|
Revision: 354 http://cs-content.svn.sourceforge.net/cs-content/?rev=354&view=rev Author: crazedsanity Date: 2009-02-04 17:02:47 +0000 (Wed, 04 Feb 2009) Log Message: ----------- *** RELEASE 1.0-ALPHA6 *** SUMMARY OF CHANGES::: * fix minor logic problem in previous release. Modified Paths: -------------- trunk/1.0/VERSION Modified: trunk/1.0/VERSION =================================================================== --- trunk/1.0/VERSION 2009-02-04 16:54:59 UTC (rev 353) +++ trunk/1.0/VERSION 2009-02-04 17:02:47 UTC (rev 354) @@ -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-ALPHA5 +VERSION: 1.0-ALPHA6 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. |
From: <cra...@us...> - 2009-02-06 20:40:49
|
Revision: 361 http://cs-content.svn.sourceforge.net/cs-content/?rev=361&view=rev Author: crazedsanity Date: 2009-02-06 20:40:44 +0000 (Fri, 06 Feb 2009) Log Message: ----------- *** RELEASE 1.0-ALPHA7 *** SUMMARY OF CHANGES::: * functionality for stripping undefined template vars from text * fix problem with not including all includes (#246) Modified Paths: -------------- trunk/1.0/VERSION Modified: trunk/1.0/VERSION =================================================================== --- trunk/1.0/VERSION 2009-02-06 20:38:40 UTC (rev 360) +++ trunk/1.0/VERSION 2009-02-06 20:40:44 UTC (rev 361) @@ -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-ALPHA6 +VERSION: 1.0-ALPHA7 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. |
From: <cra...@us...> - 2009-02-09 20:16:25
|
Revision: 363 http://cs-content.svn.sourceforge.net/cs-content/?rev=363&view=rev Author: crazedsanity Date: 2009-02-09 20:16:19 +0000 (Mon, 09 Feb 2009) Log Message: ----------- *** RELEASE 1.0-ALPHA8 *** CHANGE LOG::: * cs_siteConfig attempts to fix problems with invalid vars Modified Paths: -------------- trunk/1.0/VERSION Modified: trunk/1.0/VERSION =================================================================== --- trunk/1.0/VERSION 2009-02-09 20:13:02 UTC (rev 362) +++ trunk/1.0/VERSION 2009-02-09 20:16:19 UTC (rev 363) @@ -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-ALPHA7 +VERSION: 1.0-ALPHA8 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. |
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. |
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. |
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. |