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 2009/01/14 23:18:24 UTC

svn commit: r734534 [1/2] - in /couchdb/trunk: LICENSE NOTICE share/www/config.html share/www/couch_tests.html share/www/database.html share/www/document.html share/www/index.html share/www/replicator.html share/www/script/jquery.js

Author: cmlenz
Date: Wed Jan 14 14:18:23 2009
New Revision: 734534

URL: http://svn.apache.org/viewvc?rev=734534&view=rev
Log:
Update to jQuery 1.3.

Modified:
    couchdb/trunk/LICENSE
    couchdb/trunk/NOTICE
    couchdb/trunk/share/www/config.html
    couchdb/trunk/share/www/couch_tests.html
    couchdb/trunk/share/www/database.html
    couchdb/trunk/share/www/document.html
    couchdb/trunk/share/www/index.html
    couchdb/trunk/share/www/replicator.html
    couchdb/trunk/share/www/script/jquery.js

Modified: couchdb/trunk/LICENSE
URL: http://svn.apache.org/viewvc/couchdb/trunk/LICENSE?rev=734534&r1=734533&r2=734534&view=diff
==============================================================================
--- couchdb/trunk/LICENSE (original)
+++ couchdb/trunk/LICENSE Wed Jan 14 14:18:23 2009
@@ -218,7 +218,7 @@
 
 For the share/www/script/jquery.js component:
 
-  Copyright (c) 2008 John Resig, http://jquery.com/
+  Copyright (c) 2009 John Resig, http://jquery.com/
 
   Permission is hereby granted, free of charge, to any person obtaining
   a copy of this software and associated documentation files (the

Modified: couchdb/trunk/NOTICE
URL: http://svn.apache.org/viewvc/couchdb/trunk/NOTICE?rev=734534&r1=734533&r2=734534&view=diff
==============================================================================
--- couchdb/trunk/NOTICE (original)
+++ couchdb/trunk/NOTICE Wed Jan 14 14:18:23 2009
@@ -12,7 +12,7 @@
 
  * jQuery (http://jquery.com/)
 
-   Copyright 2008, John Resig
+   Copyright 2009, John Resig
 
  * json2.js (http://www.json.org/)
 

Modified: couchdb/trunk/share/www/config.html
URL: http://svn.apache.org/viewvc/couchdb/trunk/share/www/config.html?rev=734534&r1=734533&r2=734534&view=diff
==============================================================================
--- couchdb/trunk/share/www/config.html (original)
+++ couchdb/trunk/share/www/config.html Wed Jan 14 14:18:23 2009
@@ -19,7 +19,7 @@
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
     <link rel="stylesheet" href="style/layout.css?0.9.0" type="text/css">
     <script src="script/json2.js"></script>
-    <script src="script/jquery.js?1.2.6"></script>
+    <script src="script/jquery.js?1.3.0"></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>

Modified: couchdb/trunk/share/www/couch_tests.html
URL: http://svn.apache.org/viewvc/couchdb/trunk/share/www/couch_tests.html?rev=734534&r1=734533&r2=734534&view=diff
==============================================================================
--- couchdb/trunk/share/www/couch_tests.html [utf-8] (original)
+++ couchdb/trunk/share/www/couch_tests.html [utf-8] Wed Jan 14 14:18:23 2009
@@ -19,7 +19,7 @@
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
     <link rel="stylesheet" href="style/layout.css?0.9.0" type="text/css">
     <script src="script/json2.js"></script>
-    <script src="script/jquery.js?1.2.6"></script>
+    <script src="script/jquery.js?1.3.0"></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>

Modified: couchdb/trunk/share/www/database.html
URL: http://svn.apache.org/viewvc/couchdb/trunk/share/www/database.html?rev=734534&r1=734533&r2=734534&view=diff
==============================================================================
--- couchdb/trunk/share/www/database.html [utf-8] (original)
+++ couchdb/trunk/share/www/database.html [utf-8] Wed Jan 14 14:18:23 2009
@@ -19,7 +19,7 @@
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
     <link rel="stylesheet" href="style/layout.css?0.9.0" type="text/css">
     <script src="script/json2.js"></script>
-    <script src="script/jquery.js?1.2.6"></script>
+    <script src="script/jquery.js?1.3.0"></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>

Modified: couchdb/trunk/share/www/document.html
URL: http://svn.apache.org/viewvc/couchdb/trunk/share/www/document.html?rev=734534&r1=734533&r2=734534&view=diff
==============================================================================
--- couchdb/trunk/share/www/document.html [utf-8] (original)
+++ couchdb/trunk/share/www/document.html [utf-8] Wed Jan 14 14:18:23 2009
@@ -19,7 +19,7 @@
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
     <link rel="stylesheet" href="style/layout.css?0.9.0" type="text/css">
     <script src="script/json2.js"></script>
-    <script src="script/jquery.js?1.2.6"></script>
+    <script src="script/jquery.js?1.3.0"></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>

Modified: couchdb/trunk/share/www/index.html
URL: http://svn.apache.org/viewvc/couchdb/trunk/share/www/index.html?rev=734534&r1=734533&r2=734534&view=diff
==============================================================================
--- couchdb/trunk/share/www/index.html [utf-8] (original)
+++ couchdb/trunk/share/www/index.html [utf-8] Wed Jan 14 14:18:23 2009
@@ -19,7 +19,7 @@
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
     <link rel="stylesheet" href="style/layout.css?0.9.0" type="text/css">
     <script src="script/json2.js"></script>
-    <script src="script/jquery.js?1.2.6"></script>
+    <script src="script/jquery.js?1.3.0"></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>

Modified: couchdb/trunk/share/www/replicator.html
URL: http://svn.apache.org/viewvc/couchdb/trunk/share/www/replicator.html?rev=734534&r1=734533&r2=734534&view=diff
==============================================================================
--- couchdb/trunk/share/www/replicator.html [utf-8] (original)
+++ couchdb/trunk/share/www/replicator.html [utf-8] Wed Jan 14 14:18:23 2009
@@ -19,7 +19,7 @@
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
     <link rel="stylesheet" href="style/layout.css?0.9.0" type="text/css">
     <script src="script/json2.js"></script>
-    <script src="script/jquery.js?1.2.6"></script>
+    <script src="script/jquery.js?1.3.0"></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>