packages: joomla/joomla-config.patch - up to 1.5.15
rotom
rotom at pld-linux.org
Sat Jan 30 17:50:05 CET 2010
Author: rotom Date: Sat Jan 30 16:50:05 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- up to 1.5.15
---- Files affected:
packages/joomla:
joomla-config.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/joomla/joomla-config.patch
diff -u packages/joomla/joomla-config.patch:1.1 packages/joomla/joomla-config.patch:1.2
--- packages/joomla/joomla-config.patch:1.1 Thu Feb 2 19:14:58 2006
+++ packages/joomla/joomla-config.patch Sat Jan 30 17:50:00 2010
@@ -1,33 +1,54 @@
---- joomla-1.0.7/configuration.php-dist.orig 2006-01-16 10:17:12.000000000 +0100
-+++ joomla-1.0.7/configuration.php-dist 2006-02-02 18:41:11.000000000 +0100
-@@ -23,9 +23,9 @@
- */
- $mosConfig_offline = '0';
- $mosConfig_host = 'localhost'; // This is normally set to localhost
--$mosConfig_user = ''; // MySQL username
--$mosConfig_password = ''; // MySQL password
--$mosConfig_db = ''; // MySQL database name
-+$mosConfig_user = 'joomlauser'; // MySQL username
-+$mosConfig_password = 'joomlapass'; // MySQL password
-+$mosConfig_db = 'joomla'; // MySQL database name
- $mosConfig_dbprefix = 'jos_'; // Do not change unless you need to!
- /**
- * -------------------------------------------------------------------------
-@@ -33,7 +33,7 @@
- * -------------------------------------------------------------------------
- */
- $mosConfig_lang = 'english'; // Site language
--$mosConfig_absolute_path = '/path/to/joomla/install'; // No trailing slash
-+$mosConfig_absolute_path = '@JOOMLADIR@'; // No trailing slash
- $mosConfig_live_site = 'http://your_joomla_site.com'; // No trailing slash
- $mosConfig_sitename = 'Joomla'; // Name of Joomla site
- $mosConfig_shownoauth = '1'; // Display links & categories users don't have access to
-@@ -68,7 +68,7 @@
- $mosConfig_link_titles = '0';
- $mosConfig_list_limit = '30';
- $mosConfig_caching = '0';
--$mosConfig_cachepath = '/path/to/joomla/install/cache';
-+$mosConfig_cachepath = '@JOOMLADATA@/cache';
- $mosConfig_cachetime = '900';
- $mosConfig_mailer = 'mail';
- $mosConfig_mailfrom = '';
+--- joomla-1.5.15/configuration.php-dist.orig 2009-11-04 18:44:45.000000000 +0100
++++ joomla-1.5.15/configuration.php-dist 2010-01-24 10:59:29.000000000 +0100
+@@ -42,13 +42,13 @@
+ /* Database Settings */
+ var $dbtype = 'mysql'; // Normally mysql
+ var $host = 'localhost'; // This is normally set to localhost
+- var $user = ''; // MySQL username
+- var $password = ''; // MySQL password
+- var $db = ''; // MySQL database name
++ var $user = 'joomlauser'; // MySQL username
++ var $password = 'joomlapass'; // MySQL password
++ var $db = 'joomla'; // MySQL database name
+ var $dbprefix = 'jos_'; // Do not change unless you need to!
+
+ /* Server Settings */
+- var $secret = 'FBVtggIk5lAzEU9H'; //Change this to something more secure
++ var $secret = 'FBVtggIk5lAzEU9H'; //Change this to something more secure
+ var $gzip = '0';
+ var $error_reporting = '-1';
+ var $helpurl = 'http://help.joomla.org';
+
+#--- joomla-1.0.7/configuration.php-dist.orig 2006-01-16 10:17:12.000000000 +0100
+#+++ joomla-1.0.7/configuration.php-dist 2006-02-02 18:41:11.000000000 +0100
+#@@ -23,9 +23,9 @@
+# */
+# $mosConfig_offline = '0';
+# $mosConfig_host = 'localhost'; // This is normally set to localhost
+#-$mosConfig_user = ''; // MySQL username
+#-$mosConfig_password = ''; // MySQL password
+#-$mosConfig_db = ''; // MySQL database name
+#+$mosConfig_user = 'joomlauser'; // MySQL username
+#+$mosConfig_password = 'joomlapass'; // MySQL password
+#+$mosConfig_db = 'joomla'; // MySQL database name
+# $mosConfig_dbprefix = 'jos_'; // Do not change unless you need to!
+# /**
+# * -------------------------------------------------------------------------
+#@@ -33,7 +33,7 @@
+# * -------------------------------------------------------------------------
+# */
+# $mosConfig_lang = 'english'; // Site language
+#-$mosConfig_absolute_path = '/path/to/joomla/install'; // No trailing slash
+#+$mosConfig_absolute_path = '@JOOMLADIR@'; // No trailing slash
+# $mosConfig_live_site = 'http://your_joomla_site.com'; // No trailing slash
+# $mosConfig_sitename = 'Joomla'; // Name of Joomla site
+# $mosConfig_shownoauth = '1'; // Display links & categories users don't have access to
+#@@ -68,7 +68,7 @@
+# $mosConfig_link_titles = '0';
+# $mosConfig_list_limit = '30';
+# $mosConfig_caching = '0';
+#-$mosConfig_cachepath = '/path/to/joomla/install/cache';
+#+$mosConfig_cachepath = '@JOOMLADATA@/cache';
+# $mosConfig_cachetime = '900';
+# $mosConfig_mailer = 'mail';
+# $mosConfig_mailfrom = '';
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/joomla/joomla-config.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list