Regarding the http://lists.status.net/pipermail/statusnet-dev/2010-
February/003253.html thread, we have make a patch for 0.9.0beta5 version 
(commit 14a7353fd5583066b154836cccf035e87310ee97).
It had been tested with theme(css).

Don't sure if this is the way to submit a patch, maybe 
http://status.net/trac/?, any suggestions?
diff --git a/lib/theme.php b/lib/theme.php
index 020ce1a..b883371 100644
--- a/lib/theme.php
+++ b/lib/theme.php
@@ -103,6 +103,7 @@ class Theme
             if ($path[0] != '/') {
                 $path = '/'.$path;
             }
+/*

             $server = common_config('theme', 'server');

@@ -113,6 +114,9 @@ class Theme
             // XXX: protocol

             $this->path = 'http://'.$server.$path.$name;
+    */
+            $this->path =  $path.$name.$relative;
+
         }
     }


_______________________________________________
StatusNet-dev mailing list
[email protected]
http://lists.status.net/mailman/listinfo/statusnet-dev

Reply via email to