---------- Forwarded message ----------
From: Mail Delivery Subsystem <[email protected]>
Date: Tue, Nov 9, 2010 at 4:22 PM
Subject: Delivery Status Notification (Failure)
To: [email protected]
Delivery to the following recipient failed permanently:
[email protected]
Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the recipient
domain. We recommend contacting the other email provider for further
information about the cause of this error. The error that the other server
returned was: 550 550 unknown user (state 14).
----- Original message -----
MIME-Version: 1.0
Received: by 10.229.240.138 with SMTP id la10mr6886596qcb.191.1289348455023;
Tue, 09 Nov 2010 16:20:55 -0800 (PST)
Received: by 10.229.28.6 with HTTP; Tue, 9 Nov 2010 16:20:54 -0800 (PST)
In-Reply-To: <[email protected]>
References: <[email protected]>
Date: Tue, 9 Nov 2010 16:20:54 -0800
Message-ID: <[email protected]>
Subject: Fwd: [Branch ~aikiframework.admins/aikiframework/release-1.0.0] Rev
464: added comments to the generated config.php file
From: "[email protected]" <[email protected]>
To: "aikiframework.developers" <[email protected]
>
Content-Type: multipart/mixed; boundary=0016363b7f62a745b80494a7d4b3
Where should this be documented on the wiki cgbug? We are trying to get that
0.6 aiki release out in the next 24 hours so if you have any more comments,
code changes, etc...please hop into #aiki on irc.freenode.net and help out
:)
Jon
---------- Forwarded message ----------
From: <[email protected]>
Date: Tue, Nov 9, 2010 at 3:57 PM
Subject: [Branch ~aikiframework.admins/aikiframework/release-1.0.0] Rev 464:
added comments to the generated config.php file
To: rejon <[email protected]>
------------------------------------------------------------
revno: 464
committer: Bassel Safadi <[email protected]>
branch nick: aikiframework
timestamp: Wed 2010-11-10 01:55:08 +0200
message:
added comments to the generated config.php file
modified:
src/system/libraries/installer.php
--
lp:aikiframework
https://code.launchpad.net/~aikiframework.admins/aikiframework/release-1.0.0<https://code.launchpad.net/%7Eaikiframework.admins/aikiframework/release-1.0.0>
<
https://code.launchpad.net/%7Eaikiframework.admins/aikiframework/release-1.0.0
>
You are subscribed to branch lp:aikiframework.
To unsubscribe from this branch go to
https://code.launchpad.net/~aikiframework.admins/aikiframework/release-1.0.0/+edit-subscription<https://code.launchpad.net/%7Eaikiframework.admins/aikiframework/release-1.0.0/+edit-subscription>
<
https://code.launchpad.net/%7Eaikiframework.admins/aikiframework/release-1.0.0/+edit-subscription
>
=== modified file 'src/system/libraries/installer.php'
--- src/system/libraries/installer.php 2010-11-04 16:10:41 +0000
+++ src/system/libraries/installer.php 2010-11-09 23:55:08 +0000
@@ -242,13 +242,22 @@
$config["db_encoding"] = "'.$_POST['db_encoding'].'";
$config["db_use_mysql_set_charset"] = false;
-$config["db_path"] = ""; //SQLite and sqlite PDO
-$config["db_dsn"] = ""; //sqlite PDO
-
+//set the full path for SQLite and sqlite PDO
+$config["db_path"] = "";
+
+//sqlite PDO only
+$config["db_dsn"] = "";
+
+//set time out for deleteing db cached querires - in hours
$config["db_cache_timeout"] = 24;
-$config["cache_dir"] = "";//db cacheing
+
+//db cacheing
+$config["cache_dir"] = "";
+
+//if set to true will cache the results of sql
--
Jon Phillips
http://rejon.org/
http://fabricatorz.com/
http://status.net/
http://rejon.status.net + skype: kidproto
+1.415.830.3884 (sf/global)
+86.187.1003.9974 (china)
_______________________________________________
Mailing list: https://launchpad.net/~aikiframework.admins
Post to : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework.admins
More help : https://help.launchpad.net/ListHelp