Thread: [Cs-project-svn_notify] SF.net SVN: cs-project: [634] trunk/public_html
Brought to you by:
crazedsanity
From: <cra...@us...> - 2007-11-20 17:03:22
|
Revision: 634 http://cs-project.svn.sourceforge.net/cs-project/?rev=634&view=rev Author: crazedsanity Date: 2007-11-20 09:03:18 -0800 (Tue, 20 Nov 2007) Log Message: ----------- Added the Subversion property "svn:eol-style" as "native". For M$ users. Modified Paths: -------------- trunk/public_html/images/index.html Property Changed: ---------------- trunk/public_html/.htaccess trunk/public_html/content trunk/public_html/content.php trunk/public_html/css/common.css trunk/public_html/extern trunk/public_html/extern.php trunk/public_html/help trunk/public_html/help.php trunk/public_html/images/index.html trunk/public_html/index.php trunk/public_html/js/builder.js trunk/public_html/js/controls.js trunk/public_html/js/cs-project.js trunk/public_html/js/dragdrop.js trunk/public_html/js/effects.js trunk/public_html/js/prototype.js trunk/public_html/js/scriptaculous.js trunk/public_html/js/slider.js trunk/public_html/js/unittest.js trunk/public_html/login.php trunk/public_html/setup trunk/public_html/setup.php Property changes on: trunk/public_html/.htaccess ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/public_html/content ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/public_html/content.php ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/public_html/css/common.css ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/public_html/extern ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/public_html/extern.php ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/public_html/help ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/public_html/help.php ___________________________________________________________________ Name: svn:eol-style + native Modified: trunk/public_html/images/index.html =================================================================== --- trunk/public_html/images/index.html 2007-11-20 17:02:38 UTC (rev 633) +++ trunk/public_html/images/index.html 2007-11-20 17:03:18 UTC (rev 634) @@ -1,8 +1,8 @@ -<!doctype html public "-//W3C//DTD HTML 4.0 //EN"> -<html> -<head> -<title>CS-Project - image folder (don't be silly)</title> -</head> -<body> -</body> -</html> +<!doctype html public "-//W3C//DTD HTML 4.0 //EN"> +<html> +<head> +<title>CS-Project - image folder (don't be silly)</title> +</head> +<body> +</body> +</html> Property changes on: trunk/public_html/images/index.html ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/public_html/index.php ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/public_html/js/builder.js ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/public_html/js/controls.js ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/public_html/js/cs-project.js ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/public_html/js/dragdrop.js ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/public_html/js/effects.js ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/public_html/js/prototype.js ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/public_html/js/scriptaculous.js ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/public_html/js/slider.js ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/public_html/js/unittest.js ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/public_html/login.php ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/public_html/setup ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/public_html/setup.php ___________________________________________________________________ Name: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cra...@us...> - 2007-12-14 18:16:54
|
Revision: 695 http://cs-project.svn.sourceforge.net/cs-project/?rev=695&view=rev Author: crazedsanity Date: 2007-12-14 10:13:16 -0800 (Fri, 14 Dec 2007) Log Message: ----------- Re-create the test files so xofrevlis can do test parsing of the invoice again (I hope). Using a Windows machine for development BLOWS. Added Paths: ----------- trunk/public_html/test trunk/public_html/test.php Copied: trunk/public_html/test (from rev 692, trunk/public_html/test) =================================================================== --- trunk/public_html/test (rev 0) +++ trunk/public_html/test 2007-12-14 18:13:16 UTC (rev 695) @@ -0,0 +1,20 @@ +<?php +/* + * Created on Mar 10, 2006 + * by + * Dan Falconer + */ + + +require_once(dirname(__FILE__) ."/../lib/site_config.php"); + +$db = new cs_phpDB; +$db->connect(get_config_db_params()); +$session = new Session($db); + +$GLOBALS['DEBUGPRINTOPT'] = DEBUGPRINTOPT; + +$contentObj = new contentSystem(); +$contentObj->handle_session($session); +$contentObj->finish(); +?> Copied: trunk/public_html/test.php (from rev 692, trunk/public_html/test.php) =================================================================== --- trunk/public_html/test.php (rev 0) +++ trunk/public_html/test.php 2007-12-14 18:13:16 UTC (rev 695) @@ -0,0 +1 @@ +link test \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |