You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by cm...@apache.org on 2008/08/02 01:19:33 UTC

svn commit: r681899 - in /incubator/couchdb/branches/0.8.x/share/www: browse/database.html browse/document.html browse/index.html couch_tests.html index.html replicator.html

Author: cmlenz
Date: Fri Aug  1 16:19:33 2008
New Revision: 681899

URL: http://svn.apache.org/viewvc?rev=681899&view=rev
Log:
Updated Futon resource versioning query strings for 0.8.1.

Modified:
    incubator/couchdb/branches/0.8.x/share/www/browse/database.html
    incubator/couchdb/branches/0.8.x/share/www/browse/document.html
    incubator/couchdb/branches/0.8.x/share/www/browse/index.html
    incubator/couchdb/branches/0.8.x/share/www/couch_tests.html
    incubator/couchdb/branches/0.8.x/share/www/index.html
    incubator/couchdb/branches/0.8.x/share/www/replicator.html

Modified: incubator/couchdb/branches/0.8.x/share/www/browse/database.html
URL: http://svn.apache.org/viewvc/incubator/couchdb/branches/0.8.x/share/www/browse/database.html?rev=681899&r1=681898&r2=681899&view=diff
==============================================================================
--- incubator/couchdb/branches/0.8.x/share/www/browse/database.html [utf-8] (original)
+++ incubator/couchdb/branches/0.8.x/share/www/browse/database.html [utf-8] Fri Aug  1 16:19:33 2008
@@ -17,16 +17,16 @@
   <head>
     <title>Browse Database</title>
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
-    <link rel="stylesheet" href="../style/layout.css?0.8.0" type="text/css">
+    <link rel="stylesheet" href="../style/layout.css?0.8.1" type="text/css">
     <script src="../script/json2.js"></script>
     <script src="../script/jquery.js?1.2.6"></script>
-    <script src="../script/jquery.cookies.js?0.8.0"></script>
-    <script src="../script/jquery.couch.js?0.8.0"></script>
-    <script src="../script/jquery.dialog.js?0.8.0"></script>
-    <script src="../script/jquery.resizer.js?0.8.0"></script>
-    <script src="../script/jquery.suggest.js?0.8.0"></script>
-    <script src="../script/browse.js?0.8.0"></script>
-    <script src="../script/pprint.js?0.8.0"></script>
+    <script src="../script/jquery.cookies.js?0.8.1"></script>
+    <script src="../script/jquery.couch.js?0.8.1"></script>
+    <script src="../script/jquery.dialog.js?0.8.1"></script>
+    <script src="../script/jquery.resizer.js?0.8.1"></script>
+    <script src="../script/jquery.suggest.js?0.8.1"></script>
+    <script src="../script/browse.js?0.8.1"></script>
+    <script src="../script/pprint.js?0.8.1"></script>
     <script>
       var page = new CouchDatabasePage();
       if (window != parent) {

Modified: incubator/couchdb/branches/0.8.x/share/www/browse/document.html
URL: http://svn.apache.org/viewvc/incubator/couchdb/branches/0.8.x/share/www/browse/document.html?rev=681899&r1=681898&r2=681899&view=diff
==============================================================================
--- incubator/couchdb/branches/0.8.x/share/www/browse/document.html [utf-8] (original)
+++ incubator/couchdb/branches/0.8.x/share/www/browse/document.html [utf-8] Fri Aug  1 16:19:33 2008
@@ -17,15 +17,15 @@
   <head>
     <title>View Document</title>
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
-    <link rel="stylesheet" href="../style/layout.css?0.8.0" type="text/css">
+    <link rel="stylesheet" href="../style/layout.css?0.8.1" type="text/css">
     <script src="../script/json2.js"></script>
     <script src="../script/jquery.js?1.2.6"></script>
-    <script src="../script/jquery.cookies.js?0.8.0"></script>
-    <script src="../script/jquery.couch.js?0.8.0"></script>
-    <script src="../script/jquery.dialog.js?0.8.0"></script>
-    <script src="../script/jquery.resizer.js?0.8.0"></script>
-    <script src="../script/browse.js?0.8.0"></script>
-    <script src="../script/pprint.js?0.8.0"></script>
+    <script src="../script/jquery.cookies.js?0.8.1"></script>
+    <script src="../script/jquery.couch.js?0.8.1"></script>
+    <script src="../script/jquery.dialog.js?0.8.1"></script>
+    <script src="../script/jquery.resizer.js?0.8.1"></script>
+    <script src="../script/browse.js?0.8.1"></script>
+    <script src="../script/pprint.js?0.8.1"></script>
     <script>
       var page = new CouchDocumentPage();
       if (window != parent) {

Modified: incubator/couchdb/branches/0.8.x/share/www/browse/index.html
URL: http://svn.apache.org/viewvc/incubator/couchdb/branches/0.8.x/share/www/browse/index.html?rev=681899&r1=681898&r2=681899&view=diff
==============================================================================
--- incubator/couchdb/branches/0.8.x/share/www/browse/index.html [utf-8] (original)
+++ incubator/couchdb/branches/0.8.x/share/www/browse/index.html [utf-8] Fri Aug  1 16:19:33 2008
@@ -17,14 +17,14 @@
   <head>
     <title>Welcome</title>
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
-    <link rel="stylesheet" href="../style/layout.css?0.8.0" type="text/css">
+    <link rel="stylesheet" href="../style/layout.css?0.8.1" type="text/css">
     <script src="../script/json2.js"></script>
     <script src="../script/jquery.js?1.2.6"></script>
-    <script src="../script/jquery.cookies.js?0.8.0"></script>
-    <script src="../script/jquery.couch.js?0.8.0"></script>
-    <script src="../script/jquery.dialog.js?0.8.0"></script>
-    <script src="../script/browse.js?0.8.0"></script>
-    <script src="../script/pprint.js?0.8.0"></script>
+    <script src="../script/jquery.cookies.js?0.8.1"></script>
+    <script src="../script/jquery.couch.js?0.8.1"></script>
+    <script src="../script/jquery.dialog.js?0.8.1"></script>
+    <script src="../script/browse.js?0.8.1"></script>
+    <script src="../script/pprint.js?0.8.1"></script>
     <script>
       var page = new CouchIndexPage();
       $(document).ready(function() {

Modified: incubator/couchdb/branches/0.8.x/share/www/couch_tests.html
URL: http://svn.apache.org/viewvc/incubator/couchdb/branches/0.8.x/share/www/couch_tests.html?rev=681899&r1=681898&r2=681899&view=diff
==============================================================================
--- incubator/couchdb/branches/0.8.x/share/www/couch_tests.html [utf-8] (original)
+++ incubator/couchdb/branches/0.8.x/share/www/couch_tests.html [utf-8] Fri Aug  1 16:19:33 2008
@@ -17,11 +17,11 @@
   <head>
     <title>Test Suite</title>
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
-    <link rel="stylesheet" href="style/layout.css?0.8.0" type="text/css">
+    <link rel="stylesheet" href="style/layout.css?0.8.1" type="text/css">
     <script src="script/json2.js"></script>
     <script src="script/jquery.js?1.2.6"></script>
-    <script src="script/couch.js?0.8.0"></script>
-    <script src="script/pprint.js?0.8.0"></script>
+    <script src="script/couch.js?0.8.1"></script>
+    <script src="script/pprint.js?0.8.1"></script>
     <script>
       $(document).ready(function() {
         $("#toolbar button.load").click(function() {

Modified: incubator/couchdb/branches/0.8.x/share/www/index.html
URL: http://svn.apache.org/viewvc/incubator/couchdb/branches/0.8.x/share/www/index.html?rev=681899&r1=681898&r2=681899&view=diff
==============================================================================
--- incubator/couchdb/branches/0.8.x/share/www/index.html [utf-8] (original)
+++ incubator/couchdb/branches/0.8.x/share/www/index.html [utf-8] Fri Aug  1 16:19:33 2008
@@ -17,7 +17,7 @@
   <head>
     <title>Apache CouchDB: Futon Utility Client</title>
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
-    <link rel="stylesheet" href="style/layout.css?0.8.0" type="text/css">
+    <link rel="stylesheet" href="style/layout.css?0.8.1" type="text/css">
     <style type="text/css">
       html { height: 100%; overflow: hidden; }
       body { background: #fff url(image/bg.png) 100% 0 repeat-y;
@@ -28,7 +28,7 @@
     </style>
     <script src="script/json2.js"></script>
     <script src="script/jquery.js?1.2.6"></script>
-    <script src="script/jquery.couch.js?0.8.0"></script>
+    <script src="script/jquery.couch.js?0.8.1"></script>
     <script>
       function updateDatabaseList() {
         var list = $("#dbs").empty();

Modified: incubator/couchdb/branches/0.8.x/share/www/replicator.html
URL: http://svn.apache.org/viewvc/incubator/couchdb/branches/0.8.x/share/www/replicator.html?rev=681899&r1=681898&r2=681899&view=diff
==============================================================================
--- incubator/couchdb/branches/0.8.x/share/www/replicator.html [utf-8] (original)
+++ incubator/couchdb/branches/0.8.x/share/www/replicator.html [utf-8] Fri Aug  1 16:19:33 2008
@@ -17,11 +17,11 @@
   <head>
     <title>Replicator</title>
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
-    <link rel="stylesheet" href="style/layout.css?0.8.0" type="text/css">
+    <link rel="stylesheet" href="style/layout.css?0.8.1" type="text/css">
     <script src="script/json2.js"></script>
     <script src="script/jquery.js?1.2.6"></script>
-    <script src="script/jquery.couch.js?0.8.0"></script>
-    <script src="script/pprint.js?0.8.0"></script>
+    <script src="script/jquery.couch.js?0.8.1"></script>
+    <script src="script/pprint.js?0.8.1"></script>
     <script>
       $(document).ready(function() {
         if (window !== parent) parent.updateNavigation();