summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandall Leeds <randall@apache.org>2011-10-20 14:54:08 -0700
committerRandall Leeds <randall@apache.org>2011-11-09 02:10:07 -0800
commit7bc22f91ddcbd74945c314ccb14328f07266d292 (patch)
tree2acf727669035644386a4cbfdfcc7913d4cceaa1
parent7e3c69ba951de7cfaa095145ba49c58d539a28ea (diff)
downloadcouchdb-7bc22f91ddcbd74945c314ccb14328f07266d292.tar.gz
remove version number from futon static resources
No process was in place to update these query strings, which would typically serve to prevent excessive browser caching if they were made to change. No one wants to change these every release. Templating every single HTML file here feels silly. I'm just nuking this junk. Fix COUCHDB-860
-rw-r--r--share/www/config.html10
-rw-r--r--share/www/couch_tests.html12
-rw-r--r--share/www/custom_test.html14
-rw-r--r--share/www/database.html18
-rw-r--r--share/www/document.html18
-rw-r--r--share/www/index.html12
-rw-r--r--share/www/replicator.html8
-rw-r--r--share/www/session.html12
-rw-r--r--share/www/status.html8
-rw-r--r--share/www/verify_install.html12
10 files changed, 62 insertions, 62 deletions
diff --git a/share/www/config.html b/share/www/config.html
index 677106293..cfb1a5ba7 100644
--- a/share/www/config.html
+++ b/share/www/config.html
@@ -20,11 +20,11 @@ specific language governing permissions and limitations under the License.
<link rel="stylesheet" href="style/layout.css?0.11.0" type="text/css">
<script src="script/json2.js"></script>
<script src="script/sha1.js"></script>
- <script src="script/jquery.js?1.6.2"></script>
- <script src="script/jquery.couch.js?0.11.0"></script>
- <script src="script/jquery.dialog.js?0.11.0"></script>
- <script src="script/futon.js?0.11.0"></script>
- <script src="script/jquery.editinline.js?0.11.0"></script>
+ <script src="script/jquery.js"></script>
+ <script src="script/jquery.couch.js"></script>
+ <script src="script/jquery.dialog.js"></script>
+ <script src="script/futon.js"></script>
+ <script src="script/jquery.editinline.js"></script>
<script>
$(function() {
$.couch.config({
diff --git a/share/www/couch_tests.html b/share/www/couch_tests.html
index 31a1ce4ee..8f47ce3a5 100644
--- a/share/www/couch_tests.html
+++ b/share/www/couch_tests.html
@@ -20,12 +20,12 @@ specific language governing permissions and limitations under the License.
<link rel="stylesheet" href="style/layout.css?0.11.0" type="text/css">
<script src="script/json2.js"></script>
<script src="script/sha1.js"></script>
- <script src="script/jquery.js?1.6.2"></script>
- <script src="script/jquery.couch.js?0.11.0"></script>
- <script src="script/jquery.dialog.js?0.11.0"></script>
- <script src="script/futon.js?0.11.0"></script>
- <script src="script/couch.js?0.11.0"></script>
- <script src="script/couch_test_runner.js?0.11.0"></script>
+ <script src="script/jquery.js"></script>
+ <script src="script/jquery.couch.js"></script>
+ <script src="script/jquery.dialog.js"></script>
+ <script src="script/futon.js"></script>
+ <script src="script/couch.js"></script>
+ <script src="script/couch_test_runner.js"></script>
<script>
$(function() {
updateTestsListing();
diff --git a/share/www/custom_test.html b/share/www/custom_test.html
index 5401b1319..155b18585 100644
--- a/share/www/custom_test.html
+++ b/share/www/custom_test.html
@@ -20,13 +20,13 @@ specific language governing permissions and limitations under the License.
<link rel="stylesheet" href="style/layout.css?0.11.0" type="text/css">
<script src="script/json2.js"></script>
<script src="script/sha1.js"></script>
- <script src="script/jquery.js?1.6.2"></script>
- <script src="script/jquery.couch.js?0.11.0"></script>
- <script src="script/jquery.dialog.js?0.11.0"></script>
- <script src="script/futon.js?0.11.0"></script>
- <script src="script/jquery.resizer.js?0.11.0"></script>
- <script src="script/couch.js?0.11.0"></script>
- <script src="script/couch_test_runner.js?0.11.0"></script>
+ <script src="script/jquery.js"></script>
+ <script src="script/jquery.couch.js"></script>
+ <script src="script/jquery.dialog.js"></script>
+ <script src="script/futon.js"></script>
+ <script src="script/jquery.resizer.js"></script>
+ <script src="script/couch.js"></script>
+ <script src="script/couch_test_runner.js"></script>
<script src="script/couch_tests.js"></script>
<script>
function T(arg, desc) {
diff --git a/share/www/database.html b/share/www/database.html
index 7a3294fc1..23945cb1d 100644
--- a/share/www/database.html
+++ b/share/www/database.html
@@ -17,17 +17,17 @@ specific language governing permissions and limitations under the License.
<head>
<title>Browse Database</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
- <link rel="stylesheet" href="style/layout.css?0.11.0" type="text/css">
+ <link rel="stylesheet" href="style/layout.css" type="text/css">
<script src="script/json2.js"></script>
<script src="script/sha1.js"></script>
- <script src="script/jquery.js?1.6.2"></script>
- <script src="script/jquery.couch.js?0.11.0"></script>
- <script src="script/jquery.dialog.js?0.11.0"></script>
- <script src="script/futon.js?0.11.0"></script>
- <script src="script/jquery.resizer.js?0.11.0"></script>
- <script src="script/jquery.suggest.js?0.11.0"></script>
- <script src="script/futon.browse.js?0.11.0"></script>
- <script src="script/futon.format.js?0.11.0"></script>
+ <script src="script/jquery.js"></script>
+ <script src="script/jquery.couch.js"></script>
+ <script src="script/jquery.dialog.js"></script>
+ <script src="script/futon.js"></script>
+ <script src="script/jquery.resizer.js"></script>
+ <script src="script/jquery.suggest.js"></script>
+ <script src="script/futon.browse.js"></script>
+ <script src="script/futon.format.js"></script>
<script>
var page = new $.futon.CouchDatabasePage();
$.futon.navigation.ready(function() {
diff --git a/share/www/document.html b/share/www/document.html
index d29a77e7b..e041cd9f0 100644
--- a/share/www/document.html
+++ b/share/www/document.html
@@ -21,15 +21,15 @@ specific language governing permissions and limitations under the License.
<script src="script/json2.js"></script>
<script src="script/sha1.js"></script>
<script src="script/base64.js"></script>
- <script src="script/jquery.js?1.6.2"></script>
- <script src="script/jquery.couch.js?0.11.0"></script>
- <script src="script/jquery.dialog.js?0.11.0"></script>
- <script src="script/futon.js?0.11.0"></script>
- <script src="script/jquery.resizer.js?0.11.0"></script>
- <script src="script/futon.browse.js?0.11.0"></script>
- <script src="script/futon.format.js?0.11.0"></script>
- <script src="script/jquery.editinline.js?0.11.0"></script>
- <script src="script/jquery.form.js?2.36"></script>
+ <script src="script/jquery.js"></script>
+ <script src="script/jquery.couch.js"></script>
+ <script src="script/jquery.dialog.js"></script>
+ <script src="script/futon.js"></script>
+ <script src="script/jquery.resizer.js"></script>
+ <script src="script/futon.browse.js"></script>
+ <script src="script/futon.format.js"></script>
+ <script src="script/jquery.editinline.js"></script>
+ <script src="script/jquery.form.js"></script>
<script>
var page = new $.futon.CouchDocumentPage();
diff --git a/share/www/index.html b/share/www/index.html
index 9761ba7b9..ecbe8ddc2 100644
--- a/share/www/index.html
+++ b/share/www/index.html
@@ -20,12 +20,12 @@ specific language governing permissions and limitations under the License.
<link rel="stylesheet" href="style/layout.css?0.11.0" type="text/css">
<script src="script/json2.js"></script>
<script src="script/sha1.js"></script>
- <script src="script/jquery.js?1.6.2"></script>
- <script src="script/jquery.couch.js?0.11.0"></script>
- <script src="script/jquery.dialog.js?0.11.0"></script>
- <script src="script/futon.js?0.11.0"></script>
- <script src="script/futon.browse.js?0.11.0"></script>
- <script src="script/futon.format.js?0.11.0"></script>
+ <script src="script/jquery.js"></script>
+ <script src="script/jquery.couch.js"></script>
+ <script src="script/jquery.dialog.js"></script>
+ <script src="script/futon.js"></script>
+ <script src="script/futon.browse.js"></script>
+ <script src="script/futon.format.js"></script>
<script>
var page = new $.futon.CouchIndexPage();
$(document).ready(function() {
diff --git a/share/www/replicator.html b/share/www/replicator.html
index 2a8c9ff91..eb6ecc076 100644
--- a/share/www/replicator.html
+++ b/share/www/replicator.html
@@ -21,10 +21,10 @@ specific language governing permissions and limitations under the License.
<link rel="stylesheet" href="style/jquery-ui-1.8.11.custom.css" type="text/css">
<script src="script/json2.js"></script>
<script src="script/sha1.js"></script>
- <script src="script/jquery.js?1.6.2"></script>
- <script src="script/jquery.couch.js?0.11.0"></script>
- <script src="script/jquery.dialog.js?0.11.0"></script>
- <script src="script/futon.js?0.11.0"></script>
+ <script src="script/jquery.js"></script>
+ <script src="script/jquery.couch.js"></script>
+ <script src="script/jquery.dialog.js"></script>
+ <script src="script/futon.js"></script>
<script src="script/jquery-ui-1.8.11.custom.min.js"></script>
<script>
$(document).ready(function() {
diff --git a/share/www/session.html b/share/www/session.html
index c0cbeb52e..922f738b8 100644
--- a/share/www/session.html
+++ b/share/www/session.html
@@ -20,12 +20,12 @@ specific language governing permissions and limitations under the License.
<link rel="stylesheet" href="style/layout.css?0.11.0" type="text/css">
<script src="script/json2.js"></script>
<script src="script/sha1.js"></script>
- <script src="script/jquery.js?1.6.2"></script>
- <script src="script/jquery.couch.js?0.11.0"></script>
- <script src="script/jquery.dialog.js?0.11.0"></script>
- <script src="script/futon.js?0.11.0"></script>
- <script src="script/futon.browse.js?0.11.0"></script>
- <script src="script/futon.format.js?0.11.0"></script>
+ <script src="script/jquery.js"></script>
+ <script src="script/jquery.couch.js"></script>
+ <script src="script/jquery.dialog.js"></script>
+ <script src="script/futon.js"></script>
+ <script src="script/futon.browse.js"></script>
+ <script src="script/futon.format.js"></script>
<script>
$(function() {
var ret, reason, q = window.location.search, qps = q.split("&");
diff --git a/share/www/status.html b/share/www/status.html
index d77c4cbe9..df35b61f9 100644
--- a/share/www/status.html
+++ b/share/www/status.html
@@ -20,10 +20,10 @@ specific language governing permissions and limitations under the License.
<link rel="stylesheet" href="style/layout.css?0.11.0" type="text/css">
<script src="script/json2.js"></script>
<script src="script/sha1.js"></script>
- <script src="script/jquery.js?1.6.2"></script>
- <script src="script/jquery.couch.js?0.11.0"></script>
- <script src="script/jquery.dialog.js?0.11.0"></script>
- <script src="script/futon.js?0.11.0"></script>
+ <script src="script/jquery.js"></script>
+ <script src="script/jquery.couch.js"></script>
+ <script src="script/jquery.dialog.js"></script>
+ <script src="script/futon.js"></script>
</head>
<body><div id="wrap">
<h1>
diff --git a/share/www/verify_install.html b/share/www/verify_install.html
index cb8b2ed25..1806adfe8 100644
--- a/share/www/verify_install.html
+++ b/share/www/verify_install.html
@@ -20,12 +20,12 @@ specific language governing permissions and limitations under the License.
<link rel="stylesheet" href="style/layout.css?0.11.0" type="text/css">
<script src="script/json2.js"></script>
<script src="script/sha1.js"></script>
- <script src="script/jquery.js?1.6.2"></script>
- <script src="script/jquery.couch.js?0.11.0"></script>
- <script src="script/jquery.dialog.js?0.11.0"></script>
- <script src="script/futon.js?0.11.0"></script>
- <script src="script/couch.js?0.11.0"></script>
- <script src="script/couch_test_runner.js?0.11.0"></script>
+ <script src="script/jquery.js"></script>
+ <script src="script/jquery.couch.js"></script>
+ <script src="script/jquery.dialog.js"></script>
+ <script src="script/futon.js"></script>
+ <script src="script/couch.js"></script>
+ <script src="script/couch_test_runner.js"></script>
<script>
$(function($) {
$("#result").html("");