[pLog-svn] r2071 - in plog/tags: . plog-1.0.1/config plog-1.0.1/tmp

oscar at devel.plogworld.net oscar at devel.plogworld.net
Tue May 24 16:52:34 GMT 2005


Author: oscar
Date: 2005-05-24 16:52:34 +0000 (Tue, 24 May 2005)
New Revision: 2071

Added:
   plog/tags/plog-1.0.1/
Modified:
   plog/tags/plog-1.0.1/config/config.properties.php
   plog/tags/plog-1.0.1/config/logging.properties.php
   plog/tags/plog-1.0.1/tmp/
Log:
Final tag for pLog 1.0.1.


Copied: plog/tags/plog-1.0.1 (from rev 2069, plog/branches/plog-1.0.1)

Modified: plog/tags/plog-1.0.1/config/config.properties.php
===================================================================
--- plog/branches/plog-1.0.1/config/config.properties.php	2005-05-24 15:06:41 UTC (rev 2069)
+++ plog/tags/plog-1.0.1/config/config.properties.php	2005-05-24 16:52:34 UTC (rev 2071)
@@ -2,9 +2,9 @@
 #
 # database settings
 #
-$config["db_host"] = "";
-$config["db_username"] = "";
-$config["db_password"] = "";
-$config["db_database"] = "";
-$config["db_prefix"] = "";
-?>
\ No newline at end of file
+$config["db_host"] = "localhost";
+$config["db_username"] = "root";
+$config["db_password"] = "1796sz";
+$config["db_database"] = "plog_101";
+$config["db_prefix"] = "plog_";
+?>

Modified: plog/tags/plog-1.0.1/config/logging.properties.php
===================================================================
--- plog/branches/plog-1.0.1/config/logging.properties.php	2005-05-24 15:06:41 UTC (rev 2069)
+++ plog/tags/plog-1.0.1/config/logging.properties.php	2005-05-24 16:52:34 UTC (rev 2071)
@@ -6,7 +6,7 @@
 #
 $config["default"] = Array( 
     "layout" => "%d %N - [%f:%l (%c:%F)] %m%n", 
-    "appender" => "null",
+    "appender" => "file",
 	"file" => "tmp/plog.log",
     "prio" => "debug"
   );
@@ -33,5 +33,4 @@
 	"file" => "tmp/trackback.log",
     "prio" => "debug"
   );
-
 ?>


Property changes on: plog/tags/plog-1.0.1/tmp
___________________________________________________________________
Name: svn:ignore
   + *.template
*.php
*.log
*





More information about the pLog-svn mailing list