Author: duncan
Date: Mon Nov 26 15:35:35 2007
New Revision: 10158

Log:
[ 1837395 ] webconfig patch
[ 1832875 ] Hard coded file path in webconfig
Patch from Don locke applied


Modified:
   branches/rel-1-7/freevo/ChangeLog
   branches/rel-1-7/freevo/src/www/htdocs/configedit.rpy
   branches/rel-1-7/freevo/src/www/htdocs/scripts/browsefile.js
   branches/rel-1/freevo/ChangeLog
   branches/rel-1/freevo/src/www/htdocs/configedit.rpy
   branches/rel-1/freevo/src/www/htdocs/scripts/browsefile.js

Modified: branches/rel-1-7/freevo/ChangeLog
==============================================================================
--- branches/rel-1-7/freevo/ChangeLog   (original)
+++ branches/rel-1-7/freevo/ChangeLog   Mon Nov 26 15:35:35 2007
@@ -27,6 +27,7 @@
  * Fixed itv plug-in, having "No player for this item found" 
(B#1833018,B#1833829)
  * Fixed lastfm plug-in path using /tmp to use FREEVO_CACHEDIR (B#1834488)
  * Fixed oneclick weather plug-in not handling bad icon data (B#1834275)
+ * Fixed webserver hard coded file path in webconfig (B#1832875,F#1837395)
  * Fixed webserver media library opening images with a '&' in the name 
(B#1835322)
  * Fixed webserver plugins modules having the incorrect import (B#1835454)
 

Modified: branches/rel-1-7/freevo/src/www/htdocs/configedit.rpy
==============================================================================
--- branches/rel-1-7/freevo/src/www/htdocs/configedit.rpy       (original)
+++ branches/rel-1-7/freevo/src/www/htdocs/configedit.rpy       Mon Nov 26 
15:35:35 2007
@@ -339,7 +339,6 @@
         form = request.args
 
         configfile = fv.formValue(form, 'configfile')
-        configfile = '/home/dlocke/.freevo/local_conf.py'
         if configfile:
             if not os.path.exists(configfile):
                 configfile = '/etc/freevo/local_conf.py'

Modified: branches/rel-1-7/freevo/src/www/htdocs/scripts/browsefile.js
==============================================================================
--- branches/rel-1-7/freevo/src/www/htdocs/scripts/browsefile.js        
(original)
+++ branches/rel-1-7/freevo/src/www/htdocs/scripts/browsefile.js        Mon Nov 
26 15:35:35 2007
@@ -93,7 +93,3 @@
     
 }
 
-
-function FolderChange(browse_folder, browse_area) {
-  getFileList(browse_area,"/home/dlocke")
-}

Modified: branches/rel-1/freevo/ChangeLog
==============================================================================
--- branches/rel-1/freevo/ChangeLog     (original)
+++ branches/rel-1/freevo/ChangeLog     Mon Nov 26 15:35:35 2007
@@ -32,6 +32,7 @@
  * Fixed itv plug-in, having "No player for this item found" 
(B#1833018,B#1833829)
  * Fixed lastfm plug-in path using /tmp to use FREEVO_CACHEDIR (B#1834488)
  * Fixed oneclick weather plug-in not handling bad icon data (B#1834275)
+ * Fixed webserver hard coded file path in webconfig (B#1832875,F#1837395)
  * Fixed webserver media library opening images with a '&' in the name 
(B#1835322)
  * Fixed webserver plugins modules having the incorrect import (B#1835454)
 

Modified: branches/rel-1/freevo/src/www/htdocs/configedit.rpy
==============================================================================
--- branches/rel-1/freevo/src/www/htdocs/configedit.rpy (original)
+++ branches/rel-1/freevo/src/www/htdocs/configedit.rpy Mon Nov 26 15:35:35 2007
@@ -339,7 +339,6 @@
         form = request.args
 
         configfile = fv.formValue(form, 'configfile')
-        configfile = '/home/dlocke/.freevo/local_conf.py'
         if configfile:
             if not os.path.exists(configfile):
                 configfile = '/etc/freevo/local_conf.py'

Modified: branches/rel-1/freevo/src/www/htdocs/scripts/browsefile.js
==============================================================================
--- branches/rel-1/freevo/src/www/htdocs/scripts/browsefile.js  (original)
+++ branches/rel-1/freevo/src/www/htdocs/scripts/browsefile.js  Mon Nov 26 
15:35:35 2007
@@ -93,7 +93,3 @@
     
 }
 
-
-function FolderChange(browse_folder, browse_area) {
-  getFileList(browse_area,"/home/dlocke")
-}

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to