Hi, Just a heads up, but svn trunk currently breaks "make install". It's not installing many of the new Futon resources. The patch below seems to fix things but there may be a few other missing resources I haven't encountered yet. Hope this helps. - Matt p.s. As pretty as the new JS dialogs are, definitely an improvement over the standard browser dialogs, they really do slow things down a lot :(. Index: share/Makefile.am =================================================================== --- share/Makefile.am (revision 813) +++ share/Makefile.am (working copy) @@ -17,6 +17,11 @@ www/browse/database.html \ www/browse/document.html \ www/browse/index.html \ + www/browse/_create_database.html \ + www/browse/_delete_database.html \ + www/browse/_create_document.html \ + www/browse/_delete_document.html \ + www/browse/_save_view_as.html \ www/couch_tests.html \ www/favicon.ico \ www/image/add.gif \ @@ -35,6 +40,7 @@ www/image/run.gif \ www/image/running.gif \ www/image/save.gif \ + www/image/spinner.gif \ www/image/test_failure.gif \ www/image/test_success.gif \ www/image/thead.gif \ @@ -49,6 +55,9 @@ www/script/couch_tests.js \ www/script/jquery.js \ www/script/jquery.cookies.js \ + www/script/jquery.dialog.js \ + www/script/jquery.resizer.js \ + www/script/jquery.suggest.js \ www/script/json2.js \ www/script/pprint.js \ www/script/shell.js \