From e27fb8eaa628128f0ec8f1797805e92ec39ec6cb Mon Sep 17 00:00:00 2001 From: John Christopher Anderson Date: Sun, 4 Jan 2009 01:01:33 +0000 Subject: Rename _temp_views to _slow_views. Any clients who were using temp views are encouraged not to use slow views, and instead transition to design documents (or running the views on the client). git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@731144 13f79535-47bb-0310-9956-ffa450edef68 --- etc/couchdb/default.ini.tpl.in | 2 +- etc/couchdb/local_dev.ini | 3 +++ share/www/browse/database.html | 2 +- share/www/script/browse.js | 6 +++--- share/www/script/couch.js | 2 +- share/www/script/jquery.couch.js | 2 +- src/couchdb/couch_httpd_view.erl | 6 +++--- src/couchdb/couch_view.erl | 2 +- src/couchdb/couch_view_group.erl | 2 +- 9 files changed, 15 insertions(+), 12 deletions(-) diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in index b06c4692..582017fd 100644 --- a/etc/couchdb/default.ini.tpl.in +++ b/etc/couchdb/default.ini.tpl.in @@ -46,7 +46,7 @@ _restart = {couch_httpd_misc_handlers, handle_restart_req} [httpd_db_handlers] _view = {couch_httpd_view, handle_view_req} -_temp_view = {couch_httpd_view, handle_temp_view_req} +_slow_view = {couch_httpd_view, handle_slow_view_req} _form = {couch_httpd_form, handle_form_req} ; The external module takes an optional argument allowing you to narrow it to a diff --git a/etc/couchdb/local_dev.ini b/etc/couchdb/local_dev.ini index 53a75a51..e6e8ca93 100644 --- a/etc/couchdb/local_dev.ini +++ b/etc/couchdb/local_dev.ini @@ -18,5 +18,8 @@ level = error ;unique notifier name=/full/path/to/exe -with "cmd line arg" +[test] +foo = bar + [test] foo = bar diff --git a/share/www/browse/database.html b/share/www/browse/database.html index f1f25e9e..6b12ed7d 100644 --- a/share/www/browse/database.html +++ b/share/www/browse/database.html @@ -117,7 +117,7 @@ specific language governing permissions and limitations under the License.