From 350811a34260baed48995c66baf1cb30021d2fbd Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Tue, 14 Jul 2009 20:21:39 +0000 Subject: wheeeeeeee git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@794057 13f79535-47bb-0310-9956-ffa450edef68 --- share/Makefile.am | 10 +++++----- share/server/loop.js | 6 +++--- share/server/render.js | 6 +++--- share/server/state.js | 6 +++--- share/server/util.js | 6 +++--- share/server/validate.js | 8 ++++---- share/server/views.js | 6 +++--- share/www/config.html | 4 ++-- share/www/couch_tests.html | 4 ++-- share/www/custom_test.html | 4 ++-- share/www/database.html | 4 ++-- share/www/dialog/_compact_database.html | 4 ++-- share/www/dialog/_create_database.html | 4 ++-- share/www/dialog/_create_document.html | 4 ++-- share/www/dialog/_delete_database.html | 4 ++-- share/www/dialog/_delete_document.html | 4 ++-- share/www/dialog/_save_view_as.html | 4 ++-- share/www/dialog/_upload_attachment.html | 4 ++-- share/www/document.html | 4 ++-- share/www/replicator.html | 4 ++-- share/www/script/couch.js | 8 ++++---- share/www/script/couch_test_runner.js | 6 +++--- share/www/script/couch_tests.js | 6 +++--- share/www/script/futon.browse.js | 6 +++--- share/www/script/futon.format.js | 6 +++--- share/www/script/futon.js | 6 +++--- share/www/script/jquery.cookies.js | 6 +++--- share/www/script/jquery.couch.js | 6 +++--- share/www/script/jquery.dialog.js | 6 +++--- share/www/script/jquery.editinline.js | 6 +++--- share/www/script/jquery.resizer.js | 6 +++--- share/www/script/jquery.suggest.js | 10 +++++----- share/www/script/test/all_docs.js | 6 +++--- share/www/script/test/attachment_names.js | 6 +++--- share/www/script/test/attachment_paths.js | 6 +++--- share/www/script/test/attachment_views.js | 6 +++--- share/www/script/test/attachments.js | 8 ++++---- share/www/script/test/basics.js | 6 +++--- share/www/script/test/batch_save.js | 7 +++---- share/www/script/test/bulk_docs.js | 6 +++--- share/www/script/test/changes.js | 7 +++---- share/www/script/test/compact.js | 6 +++--- share/www/script/test/config.js | 6 +++--- share/www/script/test/conflicts.js | 6 +++--- share/www/script/test/content_negotiation.js | 6 +++--- share/www/script/test/copy_doc.js | 6 +++--- share/www/script/test/delayed_commits.js | 6 +++--- share/www/script/test/design_docs.js | 6 +++--- share/www/script/test/design_options.js | 6 +++--- share/www/script/test/design_paths.js | 6 +++--- share/www/script/test/etags_head.js | 6 +++--- share/www/script/test/etags_views.js | 6 +++--- share/www/script/test/form_submit.js | 6 +++--- share/www/script/test/invalid_docids.js | 6 +++--- share/www/script/test/jsonp.js | 6 +++--- share/www/script/test/large_docs.js | 6 +++--- share/www/script/test/list_views.js | 18 +++++++++--------- share/www/script/test/lots_of_docs.js | 7 +++---- share/www/script/test/multiple_rows.js | 6 +++--- share/www/script/test/purge.js | 6 +++--- share/www/script/test/recreate_doc.js | 6 +++--- share/www/script/test/reduce.js | 6 +++--- share/www/script/test/reduce_builtin.js | 8 ++++---- share/www/script/test/reduce_false.js | 6 +++--- share/www/script/test/replication.js | 6 +++--- share/www/script/test/rev_stemming.js | 6 +++--- share/www/script/test/security_validation.js | 7 +++---- share/www/script/test/show_documents.js | 15 +++++++-------- share/www/script/test/stats.js | 6 +++--- share/www/script/test/utf8.js | 6 +++--- share/www/script/test/uuids.js | 6 +++--- share/www/script/test/view_collation.js | 6 +++--- share/www/script/test/view_conflicts.js | 6 +++--- share/www/script/test/view_errors.js | 6 +++--- share/www/script/test/view_include_docs.js | 6 +++--- share/www/script/test/view_multi_key_all_docs.js | 6 +++--- share/www/script/test/view_multi_key_design.js | 6 +++--- share/www/script/test/view_multi_key_temp.js | 6 +++--- share/www/script/test/view_offsets.js | 6 +++--- share/www/script/test/view_pagination.js | 6 +++--- share/www/script/test/view_sandboxing.js | 6 +++--- share/www/script/test/view_xml.js | 6 +++--- share/www/status.html | 4 ++-- share/www/style/layout.css | 4 ++-- 84 files changed, 255 insertions(+), 260 deletions(-) (limited to 'share') diff --git a/share/Makefile.am b/share/Makefile.am index 36e88f68..ec9676df 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -1,14 +1,14 @@ ## Licensed under the Apache License, Version 2.0 (the "License"); you may not -## use this file except in compliance with the License. You may obtain a copy -## of the License at +## use this file except in compliance with the License. You may obtain a copy of +## the License at ## ## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -## WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -## License for the specific language governing permissions and limitations -## under the License. +## WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +## License for the specific language governing permissions and limitations under +## the License. JS_FILE = server/main.js diff --git a/share/server/loop.js b/share/server/loop.js index 188692ba..d65ff02b 100644 --- a/share/server/loop.js +++ b/share/server/loop.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/server/render.js b/share/server/render.js index 304d0fc7..6efc9687 100644 --- a/share/server/render.js +++ b/share/server/render.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/server/state.js b/share/server/state.js index 6c7d63b9..aacd8ab1 100644 --- a/share/server/state.js +++ b/share/server/state.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/server/util.js b/share/server/util.js index 28c02fbc..35a3a539 100644 --- a/share/server/util.js +++ b/share/server/util.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/server/validate.js b/share/server/validate.js index 41d3c1e3..5e5e5f9f 100644 --- a/share/server/validate.js +++ b/share/server/validate.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. @@ -20,4 +20,4 @@ var Validate = { respond(error); } } -}; \ No newline at end of file +}; diff --git a/share/server/views.js b/share/server/views.js index 9e421237..1f12ad2b 100644 --- a/share/server/views.js +++ b/share/server/views.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/config.html b/share/www/config.html index 64450d9f..096ca813 100644 --- a/share/www/config.html +++ b/share/www/config.html @@ -2,14 +2,14 @@ diff --git a/share/www/couch_tests.html b/share/www/couch_tests.html index d9bde916..7970d268 100644 --- a/share/www/couch_tests.html +++ b/share/www/couch_tests.html @@ -2,14 +2,14 @@ diff --git a/share/www/custom_test.html b/share/www/custom_test.html index 2021bdcf..0feb55db 100644 --- a/share/www/custom_test.html +++ b/share/www/custom_test.html @@ -2,14 +2,14 @@ diff --git a/share/www/database.html b/share/www/database.html index 3a93ce0c..5a722e1a 100644 --- a/share/www/database.html +++ b/share/www/database.html @@ -2,14 +2,14 @@ diff --git a/share/www/dialog/_compact_database.html b/share/www/dialog/_compact_database.html index 56b09978..87ce5d6f 100644 --- a/share/www/dialog/_compact_database.html +++ b/share/www/dialog/_compact_database.html @@ -1,14 +1,14 @@ diff --git a/share/www/dialog/_create_database.html b/share/www/dialog/_create_database.html index 5c909a7a..74e7ea61 100644 --- a/share/www/dialog/_create_database.html +++ b/share/www/dialog/_create_database.html @@ -1,14 +1,14 @@ diff --git a/share/www/dialog/_create_document.html b/share/www/dialog/_create_document.html index fc9eef02..f2f24a71 100644 --- a/share/www/dialog/_create_document.html +++ b/share/www/dialog/_create_document.html @@ -1,14 +1,14 @@ diff --git a/share/www/dialog/_delete_database.html b/share/www/dialog/_delete_database.html index 16be8f30..039ba39b 100644 --- a/share/www/dialog/_delete_database.html +++ b/share/www/dialog/_delete_database.html @@ -1,14 +1,14 @@ diff --git a/share/www/dialog/_delete_document.html b/share/www/dialog/_delete_document.html index 6b5497a4..8ae89710 100644 --- a/share/www/dialog/_delete_document.html +++ b/share/www/dialog/_delete_document.html @@ -1,14 +1,14 @@ diff --git a/share/www/dialog/_save_view_as.html b/share/www/dialog/_save_view_as.html index a7f10785..d59122bf 100644 --- a/share/www/dialog/_save_view_as.html +++ b/share/www/dialog/_save_view_as.html @@ -1,14 +1,14 @@ diff --git a/share/www/dialog/_upload_attachment.html b/share/www/dialog/_upload_attachment.html index 941fcc47..50b7e1fa 100644 --- a/share/www/dialog/_upload_attachment.html +++ b/share/www/dialog/_upload_attachment.html @@ -1,14 +1,14 @@ diff --git a/share/www/document.html b/share/www/document.html index f9d4e132..c13c745c 100644 --- a/share/www/document.html +++ b/share/www/document.html @@ -2,14 +2,14 @@ diff --git a/share/www/replicator.html b/share/www/replicator.html index 14dd0a84..57cc01a7 100644 --- a/share/www/replicator.html +++ b/share/www/replicator.html @@ -2,14 +2,14 @@ diff --git a/share/www/script/couch.js b/share/www/script/couch.js index 1f6a7444..bd1d49dd 100644 --- a/share/www/script/couch.js +++ b/share/www/script/couch.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. @@ -408,4 +408,4 @@ CouchDB.params = function(options) { returnArray.push(key + "=" + value); } return returnArray.join("&"); -} \ No newline at end of file +} diff --git a/share/www/script/couch_test_runner.js b/share/www/script/couch_test_runner.js index ef7d42aa..a6d09848 100644 --- a/share/www/script/couch_test_runner.js +++ b/share/www/script/couch_test_runner.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/couch_tests.js b/share/www/script/couch_tests.js index f7c26d01..5ac0f51e 100644 --- a/share/www/script/couch_tests.js +++ b/share/www/script/couch_tests.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/futon.browse.js b/share/www/script/futon.browse.js index 37afe1d4..1b91e27d 100644 --- a/share/www/script/futon.browse.js +++ b/share/www/script/futon.browse.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/futon.format.js b/share/www/script/futon.format.js index d301a373..7d70bfc2 100644 --- a/share/www/script/futon.format.js +++ b/share/www/script/futon.format.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/futon.js b/share/www/script/futon.js index 074451d6..b9f05791 100644 --- a/share/www/script/futon.js +++ b/share/www/script/futon.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/jquery.cookies.js b/share/www/script/jquery.cookies.js index 1a0f012c..642f1792 100644 --- a/share/www/script/jquery.cookies.js +++ b/share/www/script/jquery.cookies.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/jquery.couch.js b/share/www/script/jquery.couch.js index e974a3c4..aea89040 100644 --- a/share/www/script/jquery.couch.js +++ b/share/www/script/jquery.couch.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/jquery.dialog.js b/share/www/script/jquery.dialog.js index 199a1c51..41dd08e6 100644 --- a/share/www/script/jquery.dialog.js +++ b/share/www/script/jquery.dialog.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/jquery.editinline.js b/share/www/script/jquery.editinline.js index e97abe1d..e3a33155 100644 --- a/share/www/script/jquery.editinline.js +++ b/share/www/script/jquery.editinline.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/jquery.resizer.js b/share/www/script/jquery.resizer.js index 45c6c39a..42f0cc77 100644 --- a/share/www/script/jquery.resizer.js +++ b/share/www/script/jquery.resizer.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/jquery.suggest.js b/share/www/script/jquery.suggest.js index 824326c3..fd94375a 100644 --- a/share/www/script/jquery.suggest.js +++ b/share/www/script/jquery.suggest.js @@ -1,14 +1,14 @@ -// http://svn.apache.org/repos/asf/couchdb/trunk/share/www/script/jquery.suggest.js -// +// http://svn.apache.org/repos/asf/couchdb/trunk/share/www/script/jquery.suggest.js + // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/all_docs.js b/share/www/script/test/all_docs.js index fcec3b43..acac6a04 100644 --- a/share/www/script/test/all_docs.js +++ b/share/www/script/test/all_docs.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/attachment_names.js b/share/www/script/test/attachment_names.js index f9c846eb..44c57ed9 100644 --- a/share/www/script/test/attachment_names.js +++ b/share/www/script/test/attachment_names.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/attachment_paths.js b/share/www/script/test/attachment_paths.js index 245d2949..a2a0f69c 100644 --- a/share/www/script/test/attachment_paths.js +++ b/share/www/script/test/attachment_paths.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/attachment_views.js b/share/www/script/test/attachment_views.js index 903fbc4c..61abc92f 100644 --- a/share/www/script/test/attachment_views.js +++ b/share/www/script/test/attachment_views.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/attachments.js b/share/www/script/test/attachments.js index b31cfe0b..ce7a5d05 100644 --- a/share/www/script/test/attachments.js +++ b/share/www/script/test/attachments.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. @@ -61,7 +61,7 @@ couchTests.attachments= function(debug) { TEquals("/bin_doc2/foo2.txt", xhr.getResponseHeader("Location").substr(-18), "should return Location header to newly created or updated attachment"); - + var rev = JSON.parse(xhr.responseText).rev; binAttDoc2 = db.open("bin_doc2"); diff --git a/share/www/script/test/basics.js b/share/www/script/test/basics.js index 911972ba..5e26360f 100644 --- a/share/www/script/test/basics.js +++ b/share/www/script/test/basics.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/batch_save.js b/share/www/script/test/batch_save.js index d2721901..6c63d78f 100644 --- a/share/www/script/test/batch_save.js +++ b/share/www/script/test/batch_save.js @@ -1,16 +1,15 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. - couchTests.batch_save = function(debug) { var db = new CouchDB("test_suite_db"); db.deleteDb(); diff --git a/share/www/script/test/bulk_docs.js b/share/www/script/test/bulk_docs.js index b4c0ef9d..88a4313e 100644 --- a/share/www/script/test/bulk_docs.js +++ b/share/www/script/test/bulk_docs.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/changes.js b/share/www/script/test/changes.js index 6ae035fa..f2d33c17 100644 --- a/share/www/script/test/changes.js +++ b/share/www/script/test/changes.js @@ -1,16 +1,15 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. - couchTests.changes = function(debug) { var db = new CouchDB("test_suite_db"); db.deleteDb(); diff --git a/share/www/script/test/compact.js b/share/www/script/test/compact.js index 2add707e..60745e2c 100644 --- a/share/www/script/test/compact.js +++ b/share/www/script/test/compact.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/config.js b/share/www/script/test/config.js index debe499a..ee3a3ebf 100644 --- a/share/www/script/test/config.js +++ b/share/www/script/test/config.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/conflicts.js b/share/www/script/test/conflicts.js index d556acd7..517918f5 100644 --- a/share/www/script/test/conflicts.js +++ b/share/www/script/test/conflicts.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/content_negotiation.js b/share/www/script/test/content_negotiation.js index 9df79bcd..0f324ef4 100644 --- a/share/www/script/test/content_negotiation.js +++ b/share/www/script/test/content_negotiation.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/copy_doc.js b/share/www/script/test/copy_doc.js index 1b3ab0f9..2913140f 100644 --- a/share/www/script/test/copy_doc.js +++ b/share/www/script/test/copy_doc.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/delayed_commits.js b/share/www/script/test/delayed_commits.js index 1cc0b339..27ef24c8 100644 --- a/share/www/script/test/delayed_commits.js +++ b/share/www/script/test/delayed_commits.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/design_docs.js b/share/www/script/test/design_docs.js index 403f4e43..1b3f45b1 100644 --- a/share/www/script/test/design_docs.js +++ b/share/www/script/test/design_docs.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/design_options.js b/share/www/script/test/design_options.js index 952ecc74..ed393040 100644 --- a/share/www/script/test/design_options.js +++ b/share/www/script/test/design_options.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/design_paths.js b/share/www/script/test/design_paths.js index df47fbf2..426a252c 100644 --- a/share/www/script/test/design_paths.js +++ b/share/www/script/test/design_paths.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/etags_head.js b/share/www/script/test/etags_head.js index 097e6f9a..b89513cc 100644 --- a/share/www/script/test/etags_head.js +++ b/share/www/script/test/etags_head.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/etags_views.js b/share/www/script/test/etags_views.js index 1356cdb5..3d8b63b7 100644 --- a/share/www/script/test/etags_views.js +++ b/share/www/script/test/etags_views.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/form_submit.js b/share/www/script/test/form_submit.js index 3d313050..f249986f 100644 --- a/share/www/script/test/form_submit.js +++ b/share/www/script/test/form_submit.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/invalid_docids.js b/share/www/script/test/invalid_docids.js index a9de0e83..a3c9a6e1 100644 --- a/share/www/script/test/invalid_docids.js +++ b/share/www/script/test/invalid_docids.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/jsonp.js b/share/www/script/test/jsonp.js index 5ea31180..0da493d6 100644 --- a/share/www/script/test/jsonp.js +++ b/share/www/script/test/jsonp.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/large_docs.js b/share/www/script/test/large_docs.js index 4f0b343d..d37ce738 100644 --- a/share/www/script/test/large_docs.js +++ b/share/www/script/test/large_docs.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/list_views.js b/share/www/script/test/list_views.js index 67043ac8..6ad5c6bc 100644 --- a/share/www/script/test/list_views.js +++ b/share/www/script/test/list_views.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. @@ -176,7 +176,7 @@ couchTests.list_views = function(debug) { var xhr = CouchDB.request("GET", "/test_suite_db/_design/lists/_list/basicBasic/basicView"); T(xhr.status == 200, "standard get should be 200"); T(/head0123456789tail/.test(xhr.responseText)); - + var xhr = CouchDB.request("GET", "/test_suite_db/_view/lists/basicView?list=basicBasic"); T(xhr.status == 200, "standard get should be 200"); T(/head0123456789tail/.test(xhr.responseText)); @@ -187,7 +187,7 @@ couchTests.list_views = function(debug) { headers: {"if-none-match": etag} }); T(xhr.status == 304); - + var etag = xhr.getResponseHeader("etag"); xhr = CouchDB.request("GET", "/test_suite_db/_view/lists/basicView?list=basicBasic", { headers: {"if-none-match": etag} @@ -224,19 +224,19 @@ couchTests.list_views = function(debug) { T(!(/Key: 1/.test(xhr.responseText))); T(/FirstKey: 3/.test(xhr.responseText)); T(/LastKey: 9/.test(xhr.responseText)); - + var xhr = CouchDB.request("GET", "/test_suite_db/_view/lists/basicView?list=simpleForm&startkey=3"); T(xhr.status == 200, "with query params"); T(/Total Rows/.test(xhr.responseText)); T(!(/Key: 1/.test(xhr.responseText))); T(/FirstKey: 3/.test(xhr.responseText)); T(/LastKey: 9/.test(xhr.responseText)); - + // with 0 rows var xhr = CouchDB.request("GET", "/test_suite_db/_design/lists/_list/simpleForm/basicView?startkey=30"); T(xhr.status == 200, "0 rows"); T(/Total Rows/.test(xhr.responseText)); - + var xhr = CouchDB.request("GET", "/test_suite_db/_view/lists/basicView?list=simpleForm&startkey=30"); T(xhr.status == 200, "0 rows"); T(/Total Rows/.test(xhr.responseText)); @@ -252,7 +252,7 @@ couchTests.list_views = function(debug) { T(xhr.status == 200, "reduce 0 rows"); T(/Total Rows/.test(xhr.responseText)); T(/LastKey: undefined/.test(xhr.responseText)); - + // reduce with 0 rows var xhr = CouchDB.request("GET", "/test_suite_db/_view/lists/withReduce?list=simpleForm&startkey=30"); T(xhr.status == 200, "reduce 0 rows"); diff --git a/share/www/script/test/lots_of_docs.js b/share/www/script/test/lots_of_docs.js index 4101e6a7..97ed56ac 100644 --- a/share/www/script/test/lots_of_docs.js +++ b/share/www/script/test/lots_of_docs.js @@ -1,16 +1,15 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. - // test saving a semi-large quanitity of documents and do some view queries. couchTests.lots_of_docs = function(debug) { var db = new CouchDB("test_suite_db"); diff --git a/share/www/script/test/multiple_rows.js b/share/www/script/test/multiple_rows.js index 8db2702c..ce2d9c51 100644 --- a/share/www/script/test/multiple_rows.js +++ b/share/www/script/test/multiple_rows.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/purge.js b/share/www/script/test/purge.js index 0951bb7a..2cc8b208 100644 --- a/share/www/script/test/purge.js +++ b/share/www/script/test/purge.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/recreate_doc.js b/share/www/script/test/recreate_doc.js index d730c2bd..ca64265d 100644 --- a/share/www/script/test/recreate_doc.js +++ b/share/www/script/test/recreate_doc.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/reduce.js b/share/www/script/test/reduce.js index 84230998..03c86aed 100644 --- a/share/www/script/test/reduce.js +++ b/share/www/script/test/reduce.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/reduce_builtin.js b/share/www/script/test/reduce_builtin.js index 3dc26862..ca84fc29 100644 --- a/share/www/script/test/reduce_builtin.js +++ b/share/www/script/test/reduce_builtin.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. @@ -116,4 +116,4 @@ couchTests.reduce_builtin = function(debug) { T(equals(results.rows[6], {key:["d","c"],value:10*i})); }; } -} \ No newline at end of file +} diff --git a/share/www/script/test/reduce_false.js b/share/www/script/test/reduce_false.js index e4928cc4..3014cc03 100644 --- a/share/www/script/test/reduce_false.js +++ b/share/www/script/test/reduce_false.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/replication.js b/share/www/script/test/replication.js index 5c06dd4e..b1a8792f 100644 --- a/share/www/script/test/replication.js +++ b/share/www/script/test/replication.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/rev_stemming.js b/share/www/script/test/rev_stemming.js index 6dc94f70..5fae9c4b 100644 --- a/share/www/script/test/rev_stemming.js +++ b/share/www/script/test/rev_stemming.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/security_validation.js b/share/www/script/test/security_validation.js index 05dff613..10553e5e 100644 --- a/share/www/script/test/security_validation.js +++ b/share/www/script/test/security_validation.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. @@ -32,7 +32,6 @@ couchTests.security_validation = function(debug) { // Firefox and Safari both deal with this correctly (which is to say // they correctly do nothing special). - var db = new CouchDB("test_suite_db"); db.deleteDb(); db.createDb(); diff --git a/share/www/script/test/show_documents.js b/share/www/script/test/show_documents.js index 6f41f6e8..8a1edd2d 100644 --- a/share/www/script/test/show_documents.js +++ b/share/www/script/test/show_documents.js @@ -1,16 +1,15 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. - couchTests.show_documents = function(debug) { var db = new CouchDB("test_suite_db"); db.deleteDb(); @@ -147,8 +146,8 @@ couchTests.show_documents = function(debug) { // Fix for COUCHDB-379 T(equals(xhr.getResponseHeader("Server").substr(0,7), "CouchDB")); - - + + xhr = CouchDB.request("GET", "/test_suite_db/"+docid+"?show=template/hello"); T(xhr.responseText == "Hello World"); T(/charset=utf-8/.test(xhr.getResponseHeader("Content-Type"))) @@ -171,10 +170,10 @@ couchTests.show_documents = function(debug) { // show with doc xhr = CouchDB.request("GET", "/test_suite_db/_design/template/_show/just-name/"+docid); T(xhr.responseText == "Just Rusty"); - + xhr = CouchDB.request("GET", "/test_suite_db/"+docid+"?show=template/just-name"); T(xhr.responseText == "Just Rusty"); - + // show with missing doc xhr = CouchDB.request("GET", "/test_suite_db/_design/template/_show/just-name/missingdoc"); diff --git a/share/www/script/test/stats.js b/share/www/script/test/stats.js index 7c9b5da3..96fa0933 100644 --- a/share/www/script/test/stats.js +++ b/share/www/script/test/stats.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/utf8.js b/share/www/script/test/utf8.js index 5ba29496..f1148789 100644 --- a/share/www/script/test/utf8.js +++ b/share/www/script/test/utf8.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/uuids.js b/share/www/script/test/uuids.js index f4b95898..845e7513 100644 --- a/share/www/script/test/uuids.js +++ b/share/www/script/test/uuids.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/view_collation.js b/share/www/script/test/view_collation.js index 09681cc9..6d1488e6 100644 --- a/share/www/script/test/view_collation.js +++ b/share/www/script/test/view_collation.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/view_conflicts.js b/share/www/script/test/view_conflicts.js index 959471c2..0a3b8812 100644 --- a/share/www/script/test/view_conflicts.js +++ b/share/www/script/test/view_conflicts.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/view_errors.js b/share/www/script/test/view_errors.js index 545115cf..2a472d6c 100644 --- a/share/www/script/test/view_errors.js +++ b/share/www/script/test/view_errors.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/view_include_docs.js b/share/www/script/test/view_include_docs.js index 4d19bf55..99f18e28 100644 --- a/share/www/script/test/view_include_docs.js +++ b/share/www/script/test/view_include_docs.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/view_multi_key_all_docs.js b/share/www/script/test/view_multi_key_all_docs.js index 8e2464b4..bad4a898 100644 --- a/share/www/script/test/view_multi_key_all_docs.js +++ b/share/www/script/test/view_multi_key_all_docs.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/view_multi_key_design.js b/share/www/script/test/view_multi_key_design.js index d0ba7374..e5235acf 100644 --- a/share/www/script/test/view_multi_key_design.js +++ b/share/www/script/test/view_multi_key_design.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/view_multi_key_temp.js b/share/www/script/test/view_multi_key_temp.js index 0e42ce67..0d4a649e 100644 --- a/share/www/script/test/view_multi_key_temp.js +++ b/share/www/script/test/view_multi_key_temp.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/view_offsets.js b/share/www/script/test/view_offsets.js index 9bbce759..2ac2cdf7 100644 --- a/share/www/script/test/view_offsets.js +++ b/share/www/script/test/view_offsets.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/view_pagination.js b/share/www/script/test/view_pagination.js index f6154d36..ba26b8a3 100644 --- a/share/www/script/test/view_pagination.js +++ b/share/www/script/test/view_pagination.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/view_sandboxing.js b/share/www/script/test/view_sandboxing.js index 779b1d9d..e8a3103e 100644 --- a/share/www/script/test/view_sandboxing.js +++ b/share/www/script/test/view_sandboxing.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/script/test/view_xml.js b/share/www/script/test/view_xml.js index c7a0472c..426de939 100644 --- a/share/www/script/test/view_xml.js +++ b/share/www/script/test/view_xml.js @@ -1,12 +1,12 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not -// use this file except in compliance with the License. You may obtain a copy -// of the License at +// use this file except in compliance with the License. You may obtain a copy of +// the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. diff --git a/share/www/status.html b/share/www/status.html index fa2e1d24..7cbbc110 100644 --- a/share/www/status.html +++ b/share/www/status.html @@ -2,14 +2,14 @@ diff --git a/share/www/style/layout.css b/share/www/style/layout.css index c9f8cc50..3200a640 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -1,14 +1,14 @@ /* Licensed under the Apache License, Version 2.0 (the "License"); you may not use -this file except in compliance with the License. You may obtain a copy of the +this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR -CONDITIONS OF ANY KIND, either express or implied. See the License for the +CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ -- cgit v1.2.3