packages: phorum/paths.patch - more files

glen glen at pld-linux.org
Mon Jan 11 15:16:26 CET 2010


Author: glen                         Date: Mon Jan 11 14:16:26 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- more files

---- Files affected:
packages/phorum:
   paths.patch (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: packages/phorum/paths.patch
diff -u packages/phorum/paths.patch:1.9 packages/phorum/paths.patch:1.10
--- packages/phorum/paths.patch:1.9	Wed Jan  6 19:23:58 2010
+++ packages/phorum/paths.patch	Mon Jan 11 15:16:21 2010
@@ -216,3 +216,103 @@
      background-position: 5px 5px;
      background-repeat: no-repeat;
      font-family: Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica;
+--- phorum-5.2.14/htdocs/addon.php	2010-01-11 16:01:43.649536786 +0200
++++ phorum-5.2.14-paths/htdocs/addon.php	2010-01-11 16:00:14.376410817 +0200
+@@ -77,6 +77,7 @@
+ 
+ define('phorum_page','addon');
+ 
++chdir("..");
+ include_once( "./common.php" );
+ 
+ // Bail out early if there are no modules enabled that implement
+--- phorum-5.2.14/htdocs/ajax.php	2010-01-11 16:01:43.649536786 +0200
++++ phorum-5.2.14-paths/htdocs/ajax.php	2010-01-11 16:00:22.517084899 +0200
+@@ -24,6 +24,7 @@
+ 
+ define('phorum_page', 'ajax');
+ 
++chdir("..");
+ require_once('./common.php');
+ require_once('./include/api/json.php');
+ 
+--- phorum-5.2.14/htdocs/changes.php	2010-01-11 16:01:44.246269735 +0200
++++ phorum-5.2.14-paths/htdocs/changes.php	2010-01-11 16:00:26.976419856 +0200
+@@ -18,6 +18,7 @@
+ ////////////////////////////////////////////////////////////////////////////////
+ define('phorum_page','changes');
+ 
++chdir("..");
+ include_once("./common.php");
+ include_once("./include/format_functions.php");
+ include_once("./include/diff_patch.php");
+--- phorum-5.2.14/htdocs/css.php	2010-01-11 16:01:43.649536786 +0200
++++ phorum-5.2.14-paths/htdocs/css.php	2010-01-11 16:00:34.303030241 +0200
+@@ -18,6 +18,7 @@
+ ////////////////////////////////////////////////////////////////////////////////
+ 
+ define('phorum_page','css');
++chdir("..");
+ require_once('./common.php');
+ 
+ // Set to FALSE to disable CSS compression.
+--- phorum-5.2.14/htdocs/feed.php	2010-01-11 16:01:44.182870087 +0200
++++ phorum-5.2.14-paths/htdocs/feed.php	2010-01-11 16:00:39.736210271 +0200
+@@ -20,6 +20,7 @@
+ 
+ define("phorum_page", "feed");
+ 
++chdir("..");
+ include_once("./common.php");
+ include_once("./include/format_functions.php");
+ include_once("./include/feed_functions.php");
+--- phorum-5.2.14/htdocs/javascript.php	2010-01-11 16:01:43.362870559 +0200
++++ phorum-5.2.14-paths/htdocs/javascript.php	2010-01-11 16:00:45.322876145 +0200
+@@ -18,6 +18,7 @@
+ ////////////////////////////////////////////////////////////////////////////////
+ 
+ define('phorum_page','javascript');
++chdir("..");
+ require_once("./common.php");
+ 
+ // So we can use {URL->HTTP_PATH} in the templates.
+--- phorum-5.2.14/htdocs/pm.php	2010-01-11 16:01:43.372872367 +0200
++++ phorum-5.2.14-paths/htdocs/pm.php	2010-01-11 16:00:55.022939080 +0200
+@@ -32,6 +32,7 @@
+ 
+ define('phorum_page','pm');
+ 
++chdir("..");
+ include_once("./common.php");
+ 
+ phorum_require_login();
+--- phorum-5.2.14/htdocs/redirect.php	2010-01-11 16:01:44.182870087 +0200
++++ phorum-5.2.14-paths/htdocs/redirect.php	2010-01-11 16:01:06.719540737 +0200
+@@ -24,6 +24,7 @@
+ 
+ define('phorum_page', 'redirect');
+ 
++chdir("..");
+ require_once("./common.php");
+ 
+ if (isset($PHORUM["args"]["phorum_redirect_to"])) {
+--- phorum-5.2.14/htdocs/report.php	2010-01-11 16:01:43.366204448 +0200
++++ phorum-5.2.14-paths/htdocs/report.php	2010-01-11 16:01:09.336206826 +0200
+@@ -18,6 +18,7 @@
+ ////////////////////////////////////////////////////////////////////////////////
+ define('phorum_page','report');
+ 
++chdir("..");
+ include_once("./common.php");
+ include_once("./include/email_functions.php");
+ include_once("./include/format_functions.php");
+--- phorum-5.2.14/htdocs/versioncheck.php	2010-01-11 16:01:44.253079929 +0200
++++ phorum-5.2.14-paths/htdocs/versioncheck.php	2010-01-11 16:01:11.172873461 +0200
+@@ -24,6 +24,7 @@
+ // so downtime of the phorum.org website won't affect the performance of
+ // the admin interface for Phorum users.
+ 
++chdir("..");
+ require_once('./common.php');
+ 
+ if (isset($_COOKIE["phorum_upgrade_available"])) {
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/phorum/paths.patch?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list