summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorChristopher Lenz <cmlenz@apache.org>2009-12-10 09:00:57 +0000
committerChristopher Lenz <cmlenz@apache.org>2009-12-10 09:00:57 +0000
commit10e8a4b9d69e75b705f8e491a3a428fca7139d98 (patch)
treee93ff9b3971b2ce6a6141c5cedce97e90d19c24a /share
parent0d6b490fd8a9ebe0c7bd4fea285fc7e94c37fb05 (diff)
Futon: Update all the cache invalidation query strings from 0.9.0 to 0.11.0.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@889148 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share')
-rw-r--r--share/www/config.html10
-rw-r--r--share/www/couch_tests.html12
-rw-r--r--share/www/custom_test.html12
-rw-r--r--share/www/database.html18
-rw-r--r--share/www/document.html20
-rw-r--r--share/www/index.html14
-rw-r--r--share/www/replicator.html8
-rw-r--r--share/www/status.html8
8 files changed, 51 insertions, 51 deletions
diff --git a/share/www/config.html b/share/www/config.html
index c4d44944..53e52c4a 100644
--- a/share/www/config.html
+++ b/share/www/config.html
@@ -17,13 +17,13 @@ specific language governing permissions and limitations under the License.
<head>
<title>Configuration</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
- <link rel="stylesheet" href="style/layout.css?0.9.0" type="text/css">
+ <link rel="stylesheet" href="style/layout.css?0.11.0" type="text/css">
<script src="script/json2.js"></script>
<script src="script/jquery.js?1.3.2"></script>
- <script src="script/jquery.cookies.js?0.9.0"></script>
- <script src="script/jquery.couch.js?0.9.0"></script>
- <script src="script/jquery.editinline.js?0.9.0"></script>
- <script src="script/futon.js?0.9.0"></script>
+ <script src="script/jquery.cookies.js?0.11.0"></script>
+ <script src="script/jquery.couch.js?0.11.0"></script>
+ <script src="script/jquery.editinline.js?0.11.0"></script>
+ <script src="script/futon.js?0.11.0"></script>
<script>
$(function() {
$.couch.config({
diff --git a/share/www/couch_tests.html b/share/www/couch_tests.html
index 173e9cb3..9064a88d 100644
--- a/share/www/couch_tests.html
+++ b/share/www/couch_tests.html
@@ -17,14 +17,14 @@ specific language governing permissions and limitations under the License.
<head>
<title>Test Suite</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
- <link rel="stylesheet" href="style/layout.css?0.9.0" type="text/css">
+ <link rel="stylesheet" href="style/layout.css?0.11.0" type="text/css">
<script src="script/json2.js"></script>
<script src="script/jquery.js?1.3.2"></script>
- <script src="script/jquery.cookies.js?0.9.0"></script>
- <script src="script/jquery.couch.js?0.9.0"></script>
- <script src="script/couch.js?0.9.0"></script>
- <script src="script/futon.js?0.9.0"></script>
- <script src="script/couch_test_runner.js"></script>
+ <script src="script/jquery.cookies.js?0.11.0"></script>
+ <script src="script/jquery.couch.js?0.11.0"></script>
+ <script src="script/couch.js?0.11.0"></script>
+ <script src="script/futon.js?0.11.0"></script>
+ <script src="script/couch_test_runner.js?0.11.0"></script>
<script>
$(function() {
updateTestsListing();
diff --git a/share/www/custom_test.html b/share/www/custom_test.html
index 740946e1..41d1a4a1 100644
--- a/share/www/custom_test.html
+++ b/share/www/custom_test.html
@@ -17,14 +17,14 @@ specific language governing permissions and limitations under the License.
<head>
<title>Custom Test</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
- <link rel="stylesheet" href="style/layout.css?0.9.0" type="text/css">
+ <link rel="stylesheet" href="style/layout.css?0.11.0" type="text/css">
<script src="script/json2.js"></script>
<script src="script/jquery.js?1.3.2"></script>
- <script src="script/jquery.cookies.js?0.9.0"></script>
- <script src="script/jquery.couch.js?0.9.0"></script>
- <script src="script/jquery.resizer.js?0.9.0"></script>
- <script src="script/couch.js?0.9.0"></script>
- <script src="script/futon.js?0.9.0"></script>
+ <script src="script/jquery.cookies.js?0.11.0"></script>
+ <script src="script/jquery.couch.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/futon.js?0.11.0"></script>
<script>
function T(arg, desc) {
if(!arg) {
diff --git a/share/www/database.html b/share/www/database.html
index 0f8c2c22..400081b0 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.9.0" type="text/css">
+ <link rel="stylesheet" href="style/layout.css?0.11.0" type="text/css">
<script src="script/json2.js"></script>
<script src="script/jquery.js?1.3.2"></script>
- <script src="script/jquery.cookies.js?0.9.0"></script>
- <script src="script/jquery.couch.js?0.9.0"></script>
- <script src="script/jquery.dialog.js?0.9.0"></script>
- <script src="script/jquery.resizer.js?0.9.0"></script>
- <script src="script/jquery.suggest.js?0.9.0"></script>
- <script src="script/futon.js?0.9.0"></script>
- <script src="script/futon.browse.js?0.9.0"></script>
- <script src="script/futon.format.js?0.9.0"></script>
+ <script src="script/jquery.cookies.js?0.11.0"></script>
+ <script src="script/jquery.couch.js?0.11.0"></script>
+ <script src="script/jquery.dialog.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.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>
var page = new $.futon.CouchDatabasePage();
$.futon.navigation.ready(function() {
diff --git a/share/www/document.html b/share/www/document.html
index dad11914..57d458d4 100644
--- a/share/www/document.html
+++ b/share/www/document.html
@@ -17,18 +17,18 @@ specific language governing permissions and limitations under the License.
<head>
<title>View Document</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
- <link rel="stylesheet" href="style/layout.css?0.9.0" type="text/css">
+ <link rel="stylesheet" href="style/layout.css?0.11.0" type="text/css">
<script src="script/json2.js"></script>
<script src="script/jquery.js?1.3.2"></script>
- <script src="script/jquery.cookies.js?0.9.0"></script>
- <script src="script/jquery.couch.js?0.9.0"></script>
- <script src="script/jquery.dialog.js?0.9.0"></script>
- <script src="script/jquery.editinline.js?0.9.0"></script>
- <script src="script/jquery.form.js?0.9.0"></script>
- <script src="script/jquery.resizer.js?0.9.0"></script>
- <script src="script/futon.js?0.9.0"></script>
- <script src="script/futon.browse.js?0.9.0"></script>
- <script src="script/futon.format.js?0.9.0"></script>
+ <script src="script/jquery.cookies.js?0.11.0"></script>
+ <script src="script/jquery.couch.js?0.11.0"></script>
+ <script src="script/jquery.dialog.js?0.11.0"></script>
+ <script src="script/jquery.editinline.js?0.11.0"></script>
+ <script src="script/jquery.form.js?0.11.0"></script>
+ <script src="script/jquery.resizer.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>
var page = new $.futon.CouchDocumentPage();
diff --git a/share/www/index.html b/share/www/index.html
index 25bf25af..3255767f 100644
--- a/share/www/index.html
+++ b/share/www/index.html
@@ -17,15 +17,15 @@ specific language governing permissions and limitations under the License.
<head>
<title>Overview</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
- <link rel="stylesheet" href="style/layout.css?0.9.0" type="text/css">
+ <link rel="stylesheet" href="style/layout.css?0.11.0" type="text/css">
<script src="script/json2.js"></script>
<script src="script/jquery.js?1.3.2"></script>
- <script src="script/jquery.cookies.js?0.9.0"></script>
- <script src="script/jquery.couch.js?0.9.0"></script>
- <script src="script/jquery.dialog.js?0.9.0"></script>
- <script src="script/futon.js?0.9.0"></script>
- <script src="script/futon.browse.js?0.9.0"></script>
- <script src="script/futon.format.js?0.9.0"></script>
+ <script src="script/jquery.cookies.js?0.11.0"></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>
var page = new $.futon.CouchIndexPage();
$(document).ready(function() {
diff --git a/share/www/replicator.html b/share/www/replicator.html
index 7a1f39e3..d5873d3c 100644
--- a/share/www/replicator.html
+++ b/share/www/replicator.html
@@ -17,12 +17,12 @@ specific language governing permissions and limitations under the License.
<head>
<title>Replicator</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
- <link rel="stylesheet" href="style/layout.css?0.9.0" type="text/css">
+ <link rel="stylesheet" href="style/layout.css?0.11.0" type="text/css">
<script src="script/json2.js"></script>
<script src="script/jquery.js?1.3.2"></script>
- <script src="script/jquery.cookies.js?0.9.0"></script>
- <script src="script/jquery.couch.js?0.9.0"></script>
- <script src="script/futon.js?0.9.0"></script>
+ <script src="script/jquery.cookies.js?0.11.0"></script>
+ <script src="script/jquery.couch.js?0.11.0"></script>
+ <script src="script/futon.js?0.11.0"></script>
<script>
$(document).ready(function() {
$("fieldset input[type=radio]").click(function() {
diff --git a/share/www/status.html b/share/www/status.html
index 7cbbc110..72cd2afe 100644
--- a/share/www/status.html
+++ b/share/www/status.html
@@ -17,12 +17,12 @@ specific language governing permissions and limitations under the License.
<head>
<title>Status</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
- <link rel="stylesheet" href="style/layout.css?0.9.0" type="text/css">
+ <link rel="stylesheet" href="style/layout.css?0.11.0" type="text/css">
<script src="script/json2.js"></script>
<script src="script/jquery.js?1.3.1"></script>
- <script src="script/jquery.cookies.js?0.9.0"></script>
- <script src="script/jquery.couch.js?0.9.0"></script>
- <script src="script/futon.js?0.9.0"></script>
+ <script src="script/jquery.cookies.js?0.11.0"></script>
+ <script src="script/jquery.couch.js?0.11.0"></script>
+ <script src="script/futon.js?0.11.0"></script>
</head>
<body><div id="wrap">
<h1>