|
From: <tom...@us...> - 2010-01-29 21:17:40
|
Revision: 2093
http://ndlb.svn.sourceforge.net/ndlb/?rev=2093&view=rev
Author: tombenner
Date: 2010-01-29 21:17:33 +0000 (Fri, 29 Jan 2010)
Log Message:
-----------
Changed the proxy script's form from /thl/utils/proxy/[url] to /thl/utils/proxy/?proxy_url=[url]
Modified Paths:
--------------
portal/ror/plugins/topical_map_builder_integration/trunk/app/helpers/topical_map_categories_helper.rb
portal/ror/plugins/topical_map_builder_integration/trunk/public/javascripts/model-searcher.js
Modified: portal/ror/plugins/topical_map_builder_integration/trunk/app/helpers/topical_map_categories_helper.rb
===================================================================
--- portal/ror/plugins/topical_map_builder_integration/trunk/app/helpers/topical_map_categories_helper.rb 2010-01-29 20:34:09 UTC (rev 2092)
+++ portal/ror/plugins/topical_map_builder_integration/trunk/app/helpers/topical_map_categories_helper.rb 2010-01-29 21:17:33 UTC (rev 2093)
@@ -26,7 +26,7 @@
fieldName: '#{field_name}',
fieldLabel: '#{field_label}',
selectedObjects: [#{selected_object}]#{searcher_options},
- proxy: '#{ActionController::Base.relative_url_root}/thl/utils/proxy/'
+ proxy: '#{ActionController::Base.relative_url_root}/thl/utils/proxy/?proxy_url='
});
});
</script>"
@@ -54,7 +54,7 @@
fieldName: '#{field_name}',
fieldLabel: '',
selectedObjects: [#{selected_object}]#{searcher_options},
- proxy: '#{ActionController::Base.relative_url_root}/thl/utils/proxy/'
+ proxy: '#{ActionController::Base.relative_url_root}/thl/utils/proxy/?proxy_url='
});
});
</script>"
Modified: portal/ror/plugins/topical_map_builder_integration/trunk/public/javascripts/model-searcher.js
===================================================================
--- portal/ror/plugins/topical_map_builder_integration/trunk/public/javascripts/model-searcher.js 2010-01-29 20:34:09 UTC (rev 2092)
+++ portal/ror/plugins/topical_map_builder_integration/trunk/public/javascripts/model-searcher.js 2010-01-29 21:17:33 UTC (rev 2093)
@@ -8,7 +8,7 @@
// A script on the same subdomain. When a URL is appended to this string, the resulting URL should return the original URL's content.
// The proxy can be bypassed by using service URLs that don't begin with "http" (and are thus on the subdomain and don't need a proxy)
- proxy: "/thl/utils/proxy/",
+ proxy: "/thl/utils/proxy/?proxy_url=",
// The id attribute of the div which contains all of DOM elements for this
divId: "",
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|