Author: jchris Date: Wed Jan 7 13:37:38 2009 New Revision: 732510 URL: http://svn.apache.org/viewvc?rev=732510&view=rev Log: backing out r732413 - Futon browse history, due to Safari incompatibility Removed: couchdb/trunk/share/www/script/jquery.history.js Modified: couchdb/trunk/THANKS couchdb/trunk/share/www/browse/database.html couchdb/trunk/share/www/browse/document.html couchdb/trunk/share/www/index.html Modified: couchdb/trunk/THANKS URL: http://svn.apache.org/viewvc/couchdb/trunk/THANKS?rev=732510&r1=732509&r2=732510&view=diff ============================================================================== --- couchdb/trunk/THANKS (original) +++ couchdb/trunk/THANKS Wed Jan 7 13:37:38 2009 @@ -12,7 +12,6 @@ * Yoan Blanc * Paul Carey * Benoit Chesneau - * Jason Davies * Paul Joseph Davis * Michael Gottesman * Michael Hendricks @@ -24,6 +23,5 @@ * Sam Ruby * Dirk Schalge * Carlos Valiente - * Luke Venediger For a list of authors see the `AUTHORS` file. Modified: couchdb/trunk/share/www/browse/database.html URL: http://svn.apache.org/viewvc/couchdb/trunk/share/www/browse/database.html?rev=732510&r1=732509&r2=732510&view=diff ============================================================================== --- couchdb/trunk/share/www/browse/database.html [utf-8] (original) +++ couchdb/trunk/share/www/browse/database.html [utf-8] Wed Jan 7 13:37:38 2009 @@ -103,9 +103,6 @@ $("#toolbar button.add").click(page.addDocument); $("#toolbar button.compact").click(page.compactDatabase); $("#toolbar button.delete").click(page.deleteDatabase); - - // Update title - document.title = "Browse Database " + page.db.name; }); Modified: couchdb/trunk/share/www/browse/document.html URL: http://svn.apache.org/viewvc/couchdb/trunk/share/www/browse/document.html?rev=732510&r1=732509&r2=732510&view=diff ============================================================================== --- couchdb/trunk/share/www/browse/document.html [utf-8] (original) +++ couchdb/trunk/share/www/browse/document.html [utf-8] Wed Jan 7 13:37:38 2009 @@ -64,9 +64,6 @@ $("#toolbar button.add").click(page.addField); $("#toolbar button.load").click(page.uploadAttachment); $("#toolbar button.delete").click(page.deleteDocument); - - // Update the title - document.title = "View Document " + page.docId; }); Modified: couchdb/trunk/share/www/index.html URL: http://svn.apache.org/viewvc/couchdb/trunk/share/www/index.html?rev=732510&r1=732509&r2=732510&view=diff ============================================================================== --- couchdb/trunk/share/www/index.html [utf-8] (original) +++ couchdb/trunk/share/www/index.html [utf-8] Wed Jan 7 13:37:38 2009 @@ -30,8 +30,7 @@ - -