svn commit: r728177 - /couchdb/trunk/src/couchdb/couch_httpd_db.erl

2008-12-19 Thread cmlenz
Author: cmlenz Date: Fri Dec 19 14:26:34 2008 New Revision: 728177 URL: http://svn.apache.org/viewvc?rev=728177&view=rev Log: Fix Etag checking for document requests: need to convert Etag header value to binary early, as the `ExplicitRev` is already a binary, thus the comparison would

svn commit: r732492 - in /couchdb/trunk: LICENSE NOTICE share/Makefile.am

2009-01-07 Thread cmlenz
Author: cmlenz Date: Wed Jan 7 13:03:41 2009 New Revision: 732492 URL: http://svn.apache.org/viewvc?rev=732492&view=rev Log: Add jquery.history to the build and the LICENSE/NOTICE files. Modified: couchdb/trunk/LICENSE couchdb/trunk/NOTICE couchdb/trunk/share/Makefile.am Modi

svn commit: r732675 - in /couchdb/trunk/share: ./ www/ www/browse/ www/dialog/ www/script/ www/style/

2009-01-08 Thread cmlenz
Author: cmlenz Date: Thu Jan 8 02:19:20 2009 New Revision: 732675 URL: http://svn.apache.org/viewvc?rev=732675&view=rev Log: Get rid of the iframe structure in Futon to allow easy bookmarking, reloading and back/forward button support across all browsers. Resolves COUCHDB-186 and COUCHD

svn commit: r732844 - in /couchdb/trunk/share/www: replicator.html script/jquery.suggest.js

2009-01-08 Thread cmlenz
Author: cmlenz Date: Thu Jan 8 14:04:00 2009 New Revision: 732844 URL: http://svn.apache.org/viewvc?rev=732844&view=rev Log: Make the autocomplete in Futon a bit more robust, especially in Safari. Modified: couchdb/trunk/share/www/replicator.html couchdb/trunk/share/www/sc

svn commit: r733104 - in /couchdb/trunk/share: ./ www/ www/image/ www/script/ www/style/

2009-01-09 Thread cmlenz
Author: cmlenz Date: Fri Jan 9 10:20:37 2009 New Revision: 733104 URL: http://svn.apache.org/viewvc?rev=733104&view=rev Log: Refactoring in Futon to clean up interactions between specific pages and the navigation. Also, switched some graphics over to PNGs with alpha-transparency (screw you

svn commit: r733897 - in /couchdb/trunk/share: ./ www/ www/script/ www/style/

2009-01-12 Thread cmlenz
Author: cmlenz Date: Mon Jan 12 13:06:35 2009 New Revision: 733897 URL: http://svn.apache.org/viewvc?rev=733897&view=rev Log: Add syntax highlighting of JSON code in Futon. Added: couchdb/trunk/share/www/script/futon.format.js - copied, changed from r733182, couchdb/trunk/share

svn commit: r734091 - in /couchdb/trunk/share: Makefile.am www/database.html www/document.html www/image/rarrow.png www/style/layout.css

2009-01-13 Thread cmlenz
Author: cmlenz Date: Tue Jan 13 02:18:15 2009 New Revision: 734091 URL: http://svn.apache.org/viewvc?rev=734091&view=rev Log: As a follow-up to r733462, instead of making the last part of the breadcrumb a link to the raw JSON doc, add a little arrow thingy at the right side of the naviga

svn commit: r734098 - /couchdb/trunk/share/www/script/futon.browse.js

2009-01-13 Thread cmlenz
Author: cmlenz Date: Tue Jan 13 02:52:28 2009 New Revision: 734098 URL: http://svn.apache.org/viewvc?rev=734098&view=rev Log: Fix for COUCHDB-205 (removing newly added doc fields in Futon failed). Modified: couchdb/trunk/share/www/script/futon.browse.js Modified: couchdb/trunk/share

svn commit: r734390 - in /couchdb/trunk/share: Makefile.am www/database.html www/document.html www/script/futon.browse.js www/script/futon.format.js www/script/jquery.editinline.js www/style/layout.cs

2009-01-14 Thread cmlenz
Author: cmlenz Date: Wed Jan 14 05:41:32 2009 New Revision: 734390 URL: http://svn.apache.org/viewvc?rev=734390&view=rev Log: Refactor the inline editing Javascript code in Futon to make it reusable. Added: couchdb/trunk/share/www/script/jquery.editinline.js Modified: couchdb/trunk/s

svn commit: r734443 - in /couchdb/trunk/share/www: config.html script/jquery.couch.js style/layout.css

2009-01-14 Thread cmlenz
Author: cmlenz Date: Wed Jan 14 08:48:07 2009 New Revision: 734443 URL: http://svn.apache.org/viewvc?rev=734443&view=rev Log: Allow modification of existing config option values from Futon. Modified: couchdb/trunk/share/www/config.html couchdb/trunk/share/www/script/jquery.couc

svn commit: r734528 - in /couchdb/trunk: THANKS share/www/database.html share/www/script/futon.browse.js share/www/script/jquery.resizer.js share/www/style/layout.css

2009-01-14 Thread cmlenz
Author: cmlenz Date: Wed Jan 14 13:59:48 2009 New Revision: 734528 URL: http://svn.apache.org/viewvc?rev=734528&view=rev Log: Add view language selection to Futon, based on patch by Brian Palmer. Closes COUCHDB-202. Modified: couchdb/trunk/THANKS couchdb/trunk/share/www/database.

svn commit: r734531 - in /couchdb/trunk/share/www: config.html replicator.html script/futon.browse.js script/futon.js

2009-01-14 Thread cmlenz
Author: cmlenz Date: Wed Jan 14 14:09:30 2009 New Revision: 734531 URL: http://svn.apache.org/viewvc?rev=734531&view=rev Log: Make the updating of the page-wide loading indicator in Futon both simpler and more robust by hooking into the jQuery global AJAX events support. Modified: cou

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

2009-01-14 Thread cmlenz
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.

svn commit: r734633 - in /couchdb/trunk/share/www: script/couch_test_runner.js script/futon.browse.js style/layout.css

2009-01-15 Thread cmlenz
Author: cmlenz Date: Thu Jan 15 00:53:25 2009 New Revision: 734633 URL: http://svn.apache.org/viewvc?rev=734633&view=rev Log: Fix bug in test runner triggered by upgrade to jQuery 1.3. Modified: couchdb/trunk/share/www/script/couch_test_runner.js couchdb/trunk/share/www/sc

svn commit: r734636 - /couchdb/trunk/share/www/script/couch_test_runner.js

2009-01-15 Thread cmlenz
Author: cmlenz Date: Thu Jan 15 01:00:39 2009 New Revision: 734636 URL: http://svn.apache.org/viewvc?rev=734636&view=rev Log: Oops, removed debugging leftovers from r734633. Modified: couchdb/trunk/share/www/script/couch_test_runner.js Modified: couchdb/trunk/share/www/sc

svn commit: r734637 - in /couchdb/trunk/share/www: script/futon.browse.js style/layout.css

2009-01-15 Thread cmlenz
Author: cmlenz Date: Thu Jan 15 01:02:43 2009 New Revision: 734637 URL: http://svn.apache.org/viewvc?rev=734637&view=rev Log: Revert changes that shouldn't have been committed together with r734633. Note to self: consume sufficient coffee before the first checkin in the morning.

svn commit: r734739 - /couchdb/trunk/share/www/script/futon.browse.js

2009-01-15 Thread cmlenz
Author: cmlenz Date: Thu Jan 15 08:07:13 2009 New Revision: 734739 URL: http://svn.apache.org/viewvc?rev=734739&view=rev Log: Fix Futon Javascript syntax error in IE. Modified: couchdb/trunk/share/www/script/futon.browse.js Modified: couchdb/trunk/share/www/script/futon.browse.js URL:

svn commit: r734953 - /couchdb/trunk/share/www/script/jquery.form.js

2009-01-16 Thread cmlenz
Author: cmlenz Date: Fri Jan 16 02:04:18 2009 New Revision: 734953 URL: http://svn.apache.org/viewvc?rev=734953&view=rev Log: Update jquery.form to 2.18 in order to fix compatibility issues with jQuery 1.3, in particular COUCHDB-211. Modified: couchdb/trunk/share/www/script/jquery.for

svn commit: r734955 - /couchdb/trunk/share/www/script/futon.browse.js

2009-01-16 Thread cmlenz
Author: cmlenz Date: Fri Jan 16 02:08:46 2009 New Revision: 734955 URL: http://svn.apache.org/viewvc?rev=734955&view=rev Log: In the Futon document view, delete the whole _attachments row when the only/last attachment is removed. Modified: couchdb/trunk/share/www/script/futon.brows

svn commit: r734968 - /couchdb/trunk/share/www/script/couch_test_runner.js

2009-01-16 Thread cmlenz
Author: cmlenz Date: Fri Jan 16 02:51:15 2009 New Revision: 734968 URL: http://svn.apache.org/viewvc?rev=734968&view=rev Log: Show total elapsed time in test suite. Closes COUCHDB-203. Modified: couchdb/trunk/share/www/script/couch_test_runner.js Modified: couchdb/trunk/share/www/sc

svn commit: r735071 - in /couchdb/trunk/share/www/script: futon.browse.js jquery.suggest.js

2009-01-16 Thread cmlenz
Author: cmlenz Date: Fri Jan 16 10:01:33 2009 New Revision: 735071 URL: http://svn.apache.org/viewvc?rev=735071&view=rev Log: Fix for autocompletion in "Save as" dialog in Futon to work with the changed `_all_docs` collation. Modified: couchdb/trunk/share/www/script/f

svn commit: r735146 - in /couchdb/trunk/share/www/script: futon.browse.js futon.format.js jquery.editinline.js jquery.suggest.js

2009-01-16 Thread cmlenz
Author: cmlenz Date: Fri Jan 16 13:27:43 2009 New Revision: 735146 URL: http://svn.apache.org/viewvc?rev=735146&view=rev Log: Some cleanup of the suggest and editinline jQuery plugins. Modified: couchdb/trunk/share/www/script/futon.browse.js couchdb/trunk/share/www/script/futon.forma

svn commit: r735639 - /couchdb/trunk/share/www/script/jquery.suggest.js

2009-01-19 Thread cmlenz
Author: cmlenz Date: Mon Jan 19 01:36:35 2009 New Revision: 735639 URL: http://svn.apache.org/viewvc?rev=735639&view=rev Log: Add on-select callback to Futon autocompletion plugin. Modified: couchdb/trunk/share/www/script/jquery.suggest.js Modified: couchdb/trunk/share/www/sc

svn commit: r736387 - in /couchdb/trunk/share/www: script/futon.browse.js script/jquery.suggest.js style/layout.css

2009-01-21 Thread cmlenz
Author: cmlenz Date: Wed Jan 21 11:40:19 2009 New Revision: 736387 URL: http://svn.apache.org/viewvc?rev=736387&view=rev Log: Add caching to the Futon autocompletion feature, and fix the positioning code. Modified: couchdb/trunk/share/www/script/futon.browse.js couchdb/trunk/share

svn commit: r736399 - /couchdb/trunk/share/www/script/jquery.suggest.js

2009-01-21 Thread cmlenz
Author: cmlenz Date: Wed Jan 21 12:10:04 2009 New Revision: 736399 URL: http://svn.apache.org/viewvc?rev=736399&view=rev Log: The Futon autocomplete dropdown should reposition every time its shown, not only when its first created. Modified: couchdb/trunk/share/www/script/jquery.sugges

svn commit: r736400 - /couchdb/trunk/share/www/script/futon.browse.js

2009-01-21 Thread cmlenz
Author: cmlenz Date: Wed Jan 21 12:11:31 2009 New Revision: 736400 URL: http://svn.apache.org/viewvc?rev=736400&view=rev Log: Fix for view name encoding in Futon, for database names containing slashes. Closes COUCHDB-214 (again). Modified: couchdb/trunk/share/www/script/futon.brows

svn commit: r736632 - /couchdb/trunk/share/www/script/jquery.suggest.js

2009-01-22 Thread cmlenz
Author: cmlenz Date: Thu Jan 22 05:18:58 2009 New Revision: 736632 URL: http://svn.apache.org/viewvc?rev=736632&view=rev Log: Autocompletion in Futon: a better fix for positioning in scrollable containers. Modified: couchdb/trunk/share/www/script/jquery.suggest.js Modified: couchdb/t

svn commit: r736635 - in /couchdb/trunk/share/www: config.html couch_tests.html database.html document.html index.html replicator.html script/jquery.js

2009-01-22 Thread cmlenz
Author: cmlenz Date: Thu Jan 22 05:25:04 2009 New Revision: 736635 URL: http://svn.apache.org/viewvc?rev=736635&view=rev Log: That was quick: update to jQuery 1.3.1. Modified: couchdb/trunk/share/www/config.html couchdb/trunk/share/www/couch_tests.html couchdb/trunk/share

svn commit: r737829 - in /couchdb/trunk/share/www: _sidebar.html script/jquery.couch.js status.html style/layout.css

2009-01-26 Thread cmlenz
Author: cmlenz Date: Mon Jan 26 20:38:52 2009 New Revision: 737829 URL: http://svn.apache.org/viewvc?rev=737829&view=rev Log: Add a page to Futon that shows the currently active tasks (compaction, view indexing, etc). Added: couchdb/trunk/share/www/status.html (with props) Modi

svn commit: r737830 - /couchdb/trunk/share/Makefile.am

2009-01-26 Thread cmlenz
Author: cmlenz Date: Mon Jan 26 20:44:04 2009 New Revision: 737830 URL: http://svn.apache.org/viewvc?rev=737830&view=rev Log: Add new status.html file in Futon (added in r737829) to build. Modified: couchdb/trunk/share/Makefile.am Modified: couchdb/trunk/share/Makefile.am URL:

svn commit: r737834 - in /couchdb/trunk/share/www/script: futon.browse.js jquery.editinline.js

2009-01-26 Thread cmlenz
Author: cmlenz Date: Mon Jan 26 20:52:43 2009 New Revision: 737834 URL: http://svn.apache.org/viewvc?rev=737834&view=rev Log: Fix expanding/collapsing nested structures in Futon, as well as expanding/collapsing after cancelling an in-place edit. Modified: couchdb/trunk/share/www/sc

svn commit: r737859 - in /couchdb/trunk: etc/couchdb/default.ini.tpl.in share/www/database.html share/www/script/couch.js share/www/script/futon.browse.js share/www/script/jquery.couch.js src/couchdb/

2009-01-26 Thread cmlenz
Author: cmlenz Date: Mon Jan 26 21:22:18 2009 New Revision: 737859 URL: http://svn.apache.org/viewvc?rev=737859&view=rev Log: Change _slow_view back to _temp_view, as discussed on the mailing list (see http://markmail.org/message/o44cafucgwlpudov). Modified: couchdb/trunk/etc/cou

svn commit: r737893 - in /couchdb/trunk/share/www: database.html script/futon.browse.js style/layout.css

2009-01-26 Thread cmlenz
Author: cmlenz Date: Mon Jan 26 22:10:58 2009 New Revision: 737893 URL: http://svn.apache.org/viewvc?rev=737893&view=rev Log: Rename 'Custom query' in Futon to 'Temporary view', and add a warning about the use of temp views. Modified: couchdb/trunk/share/www/databas

svn commit: r747381 - /couchdb/trunk/src/mochiweb/mochiweb_request.erl

2009-02-24 Thread cmlenz
Author: cmlenz Date: Tue Feb 24 13:58:34 2009 New Revision: 747381 URL: http://svn.apache.org/viewvc?rev=747381&view=rev Log: Fix for COUCHDB-266. Modified: couchdb/trunk/src/mochiweb/mochiweb_request.erl Modified: couchdb/trunk/src/mochiweb/mochiweb_request.erl URL: http://svn.apache

svn commit: r747541 - in /couchdb/vendor/mochiweb/current: ./ src/ support/

2009-02-24 Thread cmlenz
Author: cmlenz Date: Tue Feb 24 20:56:11 2009 New Revision: 747541 URL: http://svn.apache.org/viewvc?rev=747541&view=rev Log: Updated MochiWeb vendor branch to r96 from <http://mochiweb.googlecode.com/svn/trunk/>. Modified: couchdb/vendor/mochiweb/current/Makefile couc

svn commit: r747542 - /couchdb/vendor/mochiweb/r96/

2009-02-24 Thread cmlenz
Author: cmlenz Date: Tue Feb 24 20:57:51 2009 New Revision: 747542 URL: http://svn.apache.org/viewvc?rev=747542&view=rev Log: Tag for MochiWeb vendor branch at r96. Added: couchdb/vendor/mochiweb/r96/ - copied from r747541, couchdb/vendor/mochiweb/current/

svn commit: r747565 - /couchdb/vendor/mochiweb/r96/

2009-02-24 Thread cmlenz
Author: cmlenz Date: Tue Feb 24 21:59:19 2009 New Revision: 747565 URL: http://svn.apache.org/viewvc?rev=747565&view=rev Log: Remove r96 tag for the MochiWeb vendor branch. Removed: couchdb/vendor/mochiweb/r96/

svn commit: r747566 - /couchdb/vendor/mochiweb/current/src/mochiweb_request.erl

2009-02-24 Thread cmlenz
Author: cmlenz Date: Tue Feb 24 22:01:55 2009 New Revision: 747566 URL: http://svn.apache.org/viewvc?rev=747566&view=rev Log: Updated MochiWeb vendor branch to r97 from <http://mochiweb.googlecode.com/svn/trunk/>. Modified: couchdb/vendor/mochiweb/current/src/mochiweb_request.erl

svn commit: r747568 - in /couchdb/vendor/mochiweb/r97: ./ LICENSE Makefile README deps/ doc/ ebin/ include/ priv/ scripts/ src/ support/

2009-02-24 Thread cmlenz
Author: cmlenz Date: Tue Feb 24 22:03:53 2009 New Revision: 747568 URL: http://svn.apache.org/viewvc?rev=747568&view=rev Log: Tag for MochiWeb vendor branch at r97. Added: couchdb/vendor/mochiweb/r97/ - copied from r747541, couchdb/vendor/mochiweb/current/ couchdb/vendor/moch

svn commit: r747575 - in /couchdb/trunk/src/mochiweb: mochijson.erl mochijson2.erl mochiweb.app mochiweb_headers.erl mochiweb_html.erl mochiweb_http.erl mochiweb_util.erl

2009-02-24 Thread cmlenz
Author: cmlenz Date: Tue Feb 24 22:10:04 2009 New Revision: 747575 URL: http://svn.apache.org/viewvc?rev=747575&view=rev Log: Update MochiWeb in trunk to r97. Closes COUCHDB-255. Modified: couchdb/trunk/src/mochiweb/mochijson.erl couchdb/trunk/src/mochiweb/mochijson2.erl cou

svn commit: r749783 - in /couchdb/trunk: bin/Makefile.am src/mochiweb/Makefile.am

2009-03-03 Thread cmlenz
Author: cmlenz Date: Tue Mar 3 21:56:30 2009 New Revision: 749783 URL: http://svn.apache.org/viewvc?rev=749783&view=rev Log: Forgot to change MochiWeb version in lib directory name when updating MochiWeb in r747575. Modified: couchdb/trunk/bin/Makefile.am couchdb/trunk/src/moch

svn commit: r752167 - /couchdb/trunk/share/www/database.html

2009-03-10 Thread cmlenz
Author: cmlenz Date: Tue Mar 10 17:15:06 2009 New Revision: 752167 URL: http://svn.apache.org/viewvc?rev=752167&view=rev Log: Update the 'Raw view' link on the Futon database page to reflect the recent view URL change. Modified: couchdb/trunk/share/www/database.html Modified:

svn commit: r756186 - /couchdb/trunk/src/couchdb/couch_httpd_db.erl

2009-03-19 Thread cmlenz
Author: cmlenz Date: Thu Mar 19 20:51:28 2009 New Revision: 756186 URL: http://svn.apache.org/viewvc?rev=756186&view=rev Log: Bring back Futon attachment uploading that was removed in the recent rep_security merge. Should close COUCHDB-295. Ideally this would have a test, but that will

svn commit: r757436 - /couchdb/trunk/CHANGES

2009-03-23 Thread cmlenz
Author: cmlenz Date: Mon Mar 23 16:52:36 2009 New Revision: 757436 URL: http://svn.apache.org/viewvc?rev=757436&view=rev Log: Add some more Futon bits to NEWS. Modified: couchdb/trunk/CHANGES Modified: couchdb/trunk/CHANGES URL: http://svn.apache.org/viewvc/couchdb/trunk/CHANGES?rev=75

svn commit: r796027 - in /couchdb/trunk/share/www: database.html script/futon.browse.js

2009-07-20 Thread cmlenz
Author: cmlenz Date: Mon Jul 20 21:31:30 2009 New Revision: 796027 URL: http://svn.apache.org/viewvc?rev=796027&view=rev Log: Make the view URL in Futon consistent with the URL for views in the HTTP interface (and thereby also avoid a redirect). Thanks to Volker Mische for the suggestion

svn commit: r796269 - in /couchdb/trunk/share/www: script/futon.js style/layout.css

2009-07-21 Thread cmlenz
Author: cmlenz Date: Tue Jul 21 12:15:36 2009 New Revision: 796269 URL: http://svn.apache.org/viewvc?rev=796269&view=rev Log: Avoid wrapping of long database names in the Futon sidebar. Modified: couchdb/trunk/share/www/script/futon.js couchdb/trunk/share/www/style/layout.css Modi

svn commit: r796535 - in /couchdb/trunk/share/www: database.html script/futon.browse.js script/futon.js style/layout.css

2009-07-21 Thread cmlenz
Author: cmlenz Date: Tue Jul 21 21:06:00 2009 New Revision: 796535 URL: http://svn.apache.org/viewvc?rev=796535&view=rev Log: Make the view-selection and jump-to-document widgets at the top of the Futon database page a bit more compact. Modified: couchdb/trunk/share/www/database.

svn commit: r796537 - /couchdb/trunk/share/www/script/futon.js

2009-07-21 Thread cmlenz
Author: cmlenz Date: Tue Jul 21 21:10:45 2009 New Revision: 796537 URL: http://svn.apache.org/viewvc?rev=796537&view=rev Log: Put the database name in the Futon sidebar in the link title, so it is still available in its entirety as a tooltip, even when the link text is cut off. Modi

svn commit: r796541 - in /couchdb/trunk/share/www/script: futon.browse.js jquery.couch.js

2009-07-21 Thread cmlenz
Author: cmlenz Date: Tue Jul 21 21:16:56 2009 New Revision: 796541 URL: http://svn.apache.org/viewvc?rev=796541&view=rev Log: Fix for compatibility of Futon with design documents that have slashes in the document ID or a view name. Closes COUCHDB-408 (again). Modified: couchdb/trunk/s

svn commit: r796544 - in /couchdb/trunk/share/www: custom_test.html style/layout.css

2009-07-21 Thread cmlenz
Author: cmlenz Date: Tue Jul 21 21:32:59 2009 New Revision: 796544 URL: http://svn.apache.org/viewvc?rev=796544&view=rev Log: Minor cosmetic cleanup for the custom test page: highight active navitem in sidebar, no toggle icon, resizable text area. Modified: couchdb/trunk/share

svn commit: r796548 - in /couchdb/trunk/share/www/script: futon.browse.js jquery.editinline.js

2009-07-21 Thread cmlenz
Author: cmlenz Date: Tue Jul 21 21:42:59 2009 New Revision: 796548 URL: http://svn.apache.org/viewvc?rev=796548&view=rev Log: Fix for COUCHDB-318: when adding or renaming a field in Futon, check that a field with the same name does not already exist. Modified: couchdb/trunk/share/www/sc

svn commit: r796635 - in /couchdb/trunk/share: Makefile.am www/database.html www/dialog/_create_document.html www/document.html www/script/futon.browse.js www/script/jquery.couch.js www/script/jquery.

2009-07-22 Thread cmlenz
Author: cmlenz Date: Wed Jul 22 09:03:40 2009 New Revision: 796635 URL: http://svn.apache.org/viewvc?rev=796635&view=rev Log: Change document creation in Futon so that it no longer prompts for a document ID, but simply opens the document page for an empty (and unsaved) document, and allows

svn commit: r796658 - /couchdb/trunk/share/www/script/jquery.couch.js

2009-07-22 Thread cmlenz
Author: cmlenz Date: Wed Jul 22 10:11:42 2009 New Revision: 796658 URL: http://svn.apache.org/viewvc?rev=796658&view=rev Log: Avoid usage of `Array.indexOf` function, which is not available on IE (and not yet part of any final ECMAScript standard). Modified: couchdb/trunk/share/www/sc

svn commit: r796885 - /couchdb/trunk/share/www/script/futon.browse.js

2009-07-22 Thread cmlenz
Author: cmlenz Date: Wed Jul 22 21:35:05 2009 New Revision: 796885 URL: http://svn.apache.org/viewvc?rev=796885&view=rev Log: Apply patch by Jason Davies that improves how the view menu is populated: only one HTTP request (thanks to `include_docs`), and design docs and view names are so

svn commit: r796888 - in /couchdb/trunk: THANKS share/www/script/futon.browse.js

2009-07-22 Thread cmlenz
Author: cmlenz Date: Wed Jul 22 21:41:41 2009 New Revision: 796888 URL: http://svn.apache.org/viewvc?rev=796888&view=rev Log: Ignore whitespace in reduce code textarea in Futon. Closes COUCHDB-328. Modified: couchdb/trunk/THANKS couchdb/trunk/share/www/script/futon.browse.js Modi

svn commit: r796895 - /couchdb/trunk/share/www/script/futon.browse.js

2009-07-22 Thread cmlenz
Author: cmlenz Date: Wed Jul 22 22:22:28 2009 New Revision: 796895 URL: http://svn.apache.org/viewvc?rev=796895&view=rev Log: Fix off-by-one error in Futon view paging. Thanks to Jason Davies for the patch. Closes COUCHDB-428. Modified: couchdb/trunk/share/www/script/futon.brows

svn commit: r796898 - in /couchdb/trunk/share/www: database.html script/futon.browse.js

2009-07-22 Thread cmlenz
Author: cmlenz Date: Wed Jul 22 22:41:59 2009 New Revision: 796898 URL: http://svn.apache.org/viewvc?rev=796898&view=rev Log: Fix automatic group=true on reduce views in Futon, which was only getting applied erratically depending on timing. Modified: couchdb/trunk/share/www/database.

svn commit: r797024 - in /couchdb/trunk/share: Makefile.am www/_sidebar.html www/image/bg.png www/image/sidebar-toggle.png www/script/futon.js www/style/layout.css

2009-07-23 Thread cmlenz
Author: cmlenz Date: Thu Jul 23 11:38:15 2009 New Revision: 797024 URL: http://svn.apache.org/viewvc?rev=797024&view=rev Log: Allow the Futon sidebar to be moved out of the way. Based on idea and patch by Volker Mische. Closes COUCHDB-425. Added: couchdb/trunk/share/www/image/sid

svn commit: r797252 - in /couchdb/trunk/share/www: script/futon.js style/layout.css

2009-07-23 Thread cmlenz
Author: cmlenz Date: Thu Jul 23 22:42:33 2009 New Revision: 797252 URL: http://svn.apache.org/viewvc?rev=797252&view=rev Log: Apply patch by Volker Mische to improve the sidebar toggle animation. Really closes COUCHDB-425 now. Modified: couchdb/trunk/share/www/script/futon.js cou

svn commit: r806513 - in /couchdb/trunk/src/mochiweb: mochifmt.erl mochiweb_headers.erl mochiweb_html.erl mochiweb_multipart.erl mochiweb_util.erl

2009-08-21 Thread cmlenz
Author: cmlenz Date: Fri Aug 21 11:54:24 2009 New Revision: 806513 URL: http://svn.apache.org/viewvc?rev=806513&view=rev Log: Back out Mochiweb patch from r659636 to support older Erlang versions, as those are no longer supported by CouchDB anyway. Modified: couchdb/trunk/src/moch

svn commit: r889013 - in /couchdb/trunk/share/www: script/futon.browse.js script/futon.format.js script/futon.js style/layout.css

2009-12-09 Thread cmlenz
Author: cmlenz Date: Wed Dec 9 23:06:13 2009 New Revision: 889013 URL: http://svn.apache.org/viewvc?rev=889013&view=rev Log: A couple of Futon improvements: * JSON strings are now displayed as-is in the document view, without the escaping of new-lines and quotes. That dramatically impr

svn commit: r889016 - /couchdb/trunk/share/www/style/layout.css

2009-12-09 Thread cmlenz
Author: cmlenz Date: Wed Dec 9 23:17:52 2009 New Revision: 889016 URL: http://svn.apache.org/viewvc?rev=889016&view=rev Log: The "View Code" expansion triangle now actually shows the expanded/collapsed state. Modified: couchdb/trunk/share/www/style/layout.css Modified: couch

svn commit: r889017 - /couchdb/trunk/share/www/style/layout.css

2009-12-09 Thread cmlenz
Author: cmlenz Date: Wed Dec 9 23:20:45 2009 New Revision: 889017 URL: http://svn.apache.org/viewvc?rev=889017&view=rev Log: Futon: Gecko now supports box-shadow, too. Modified: couchdb/trunk/share/www/style/layout.css Modified: couchdb/trunk/share/www/style/layout.css URL:

svn commit: r889139 - /couchdb/trunk/share/www/custom_test.html

2009-12-10 Thread cmlenz
Author: cmlenz Date: Thu Dec 10 08:46:50 2009 New Revision: 889139 URL: http://svn.apache.org/viewvc?rev=889139&view=rev Log: Futon: Also enable tab insertion in the custom test textarea. Modified: couchdb/trunk/share/www/custom_test.html Modified: couchdb/trunk/share/www/custom_test.

svn commit: r889148 - in /couchdb/trunk/share/www: config.html couch_tests.html custom_test.html database.html document.html index.html replicator.html status.html

2009-12-10 Thread cmlenz
Author: cmlenz Date: Thu Dec 10 09:00:57 2009 New Revision: 889148 URL: http://svn.apache.org/viewvc?rev=889148&view=rev Log: Futon: Update all the cache invalidation query strings from 0.9.0 to 0.11.0. Modified: couchdb/trunk/share/www/config.html couchdb/trunk/share

svn commit: r889256 - in /couchdb/trunk: share/ share/www/ share/www/script/ share/www/script/test/ share/www/style/ src/couchdb/

2009-12-10 Thread cmlenz
Author: cmlenz Date: Thu Dec 10 13:27:42 2009 New Revision: 889256 URL: http://svn.apache.org/viewvc?rev=889256&view=rev Log: Add a "Reduce" checkbox to the database view page in Futon, which controls the `reduce=true|false` query string parameter. I had to add `reduce=false` sup

svn commit: r889307 - in /couchdb/trunk/share/www: database.html script/futon.browse.js

2009-12-10 Thread cmlenz
Author: cmlenz Date: Thu Dec 10 16:03:43 2009 New Revision: 889307 URL: http://svn.apache.org/viewvc?rev=889307&view=rev Log: Futon: Fix toggling of reduce checkbox on database page. Modified: couchdb/trunk/share/www/database.html couchdb/trunk/share/www/script/futon.browse.js Modi

svn commit: r889766 - in /couchdb/trunk/share: ./ www/ www/script/

2009-12-11 Thread cmlenz
Author: cmlenz Date: Fri Dec 11 18:58:12 2009 New Revision: 889766 URL: http://svn.apache.org/viewvc?rev=889766&view=rev Log: Futon: Improve storage of session state by storing short-term settings in the window.name. Removed: couchdb/trunk/share/www/script/jquery.cookies.js Modi

svn commit: r889795 - in /couchdb/trunk/share/www: database.html script/futon.browse.js style/layout.css

2009-12-11 Thread cmlenz
Author: cmlenz Date: Fri Dec 11 20:17:40 2009 New Revision: 889795 URL: http://svn.apache.org/viewvc?rev=889795&view=rev Log: Futon: Allow control over the group and group_level options on reduce views. Modified: couchdb/trunk/share/www/database.html couchdb/trunk/share/www/sc

svn commit: r889841 - in /couchdb/trunk/share/www: database.html script/futon.browse.js script/futon.js

2009-12-11 Thread cmlenz
Author: cmlenz Date: Fri Dec 11 22:39:29 2009 New Revision: 889841 URL: http://svn.apache.org/viewvc?rev=889841&view=rev Log: Futon: A couple of bug fixes: * Enable tab insertion in text areas for temp views. * Properly sync disabled status of "grouping" control on page l

svn commit: r889846 - /couchdb/trunk/share/www/script/futon.browse.js

2009-12-11 Thread cmlenz
Author: cmlenz Date: Fri Dec 11 23:00:17 2009 New Revision: 889846 URL: http://svn.apache.org/viewvc?rev=889846&view=rev Log: Futon: Remember tabular vs. source tab preference in a cookie. Modified: couchdb/trunk/share/www/script/futon.browse.js Modified: couchdb/trunk/share/www/sc

svn commit: r889856 - in /couchdb/trunk/share/www/script: futon.browse.js futon.format.js

2009-12-11 Thread cmlenz
Author: cmlenz Date: Fri Dec 11 23:27:18 2009 New Revision: 889856 URL: http://svn.apache.org/viewvc?rev=889856&view=rev Log: Futon: Show empty lists and objects in document view as [] and {}, respectively. Modified: couchdb/trunk/share/www/script/futon.browse.js couchdb/trunk/share

svn commit: r889867 - in /couchdb/trunk/share/www: script/futon.format.js style/layout.css

2009-12-11 Thread cmlenz
Author: cmlenz Date: Sat Dec 12 00:08:47 2009 New Revision: 889867 URL: http://svn.apache.org/viewvc?rev=889867&view=rev Log: Futon: Improve display of multi-line strings in tabular document view. Modified: couchdb/trunk/share/www/script/futon.format.js couchdb/trunk/share/www/s

svn commit: r900978 [3/3] - in /couchdb/trunk: ./ share/www/ share/www/script/

2010-01-19 Thread cmlenz
Modified: couchdb/trunk/share/www/status.html URL: http://svn.apache.org/viewvc/couchdb/trunk/share/www/status.html?rev=900978&r1=900977&r2=900978&view=diff == --- couchdb/trunk/share/www/status.html (original) +++ couchdb

svn commit: r900978 [1/3] - in /couchdb/trunk: ./ share/www/ share/www/script/

2010-01-19 Thread cmlenz
Author: cmlenz Date: Tue Jan 19 22:05:41 2010 New Revision: 900978 URL: http://svn.apache.org/viewvc?rev=900978&view=rev Log: Upgraded jQuery to 1.4.0. Modified: couchdb/trunk/NOTICE couchdb/trunk/share/www/config.html couchdb/trunk/share/www/couch_tests.html couchdb/trunk/s

svn commit: r900989 - in /couchdb/trunk/share/www: database.html script/futon.js style/layout.css

2010-01-19 Thread cmlenz
Author: cmlenz Date: Tue Jan 19 22:37:41 2010 New Revision: 900989 URL: http://svn.apache.org/viewvc?rev=900989&view=rev Log: Futon: Simplify placeholder fallback using jQuery live focus events. Modified: couchdb/trunk/share/www/database.html couchdb/trunk/share/www/script/futo

svn commit: r900997 - in /couchdb/trunk/share/www: image/spinner.gif style/layout.css

2010-01-19 Thread cmlenz
Author: cmlenz Date: Tue Jan 19 22:58:32 2010 New Revision: 900997 URL: http://svn.apache.org/viewvc?rev=900997&view=rev Log: Minor Futon style tweaks. Modified: couchdb/trunk/share/www/image/spinner.gif couchdb/trunk/share/www/style/layout.css Modified: couchdb/trunk/share/www/i

svn commit: r900999 - in /couchdb/trunk/share: Makefile.am www/database.html www/dialog/_compact_cleanup.html www/dialog/_compact_database.html www/dialog/_compact_view.html www/dialog/_view_cleanup.h

2010-01-19 Thread cmlenz
Author: cmlenz Date: Tue Jan 19 23:23:43 2010 New Revision: 900999 URL: http://svn.apache.org/viewvc?rev=900999&view=rev Log: Futon: Merge the different compaction/cleanup buttons into a single button on the database page, which will bring up a dialog allowing you to choose which typ

svn commit: r901413 - /couchdb/trunk/share/www/script/futon.js

2010-01-20 Thread cmlenz
Author: cmlenz Date: Wed Jan 20 22:42:10 2010 New Revision: 901413 URL: http://svn.apache.org/viewvc?rev=901413&view=rev Log: Futon: Prefix cookie names with the port number, so that different CouchDB instances accessed through the same host name but different ports get their own sto

svn commit: r912608 - in /couchdb/trunk/share: Makefile.am www/image/key.png www/style/layout.css

2010-02-22 Thread cmlenz
Author: cmlenz Date: Mon Feb 22 15:20:25 2010 New Revision: 912608 URL: http://svn.apache.org/viewvc?rev=912608&view=rev Log: Add a proper icon for the security button. Added: couchdb/trunk/share/www/image/key.png (with props) Modified: couchdb/trunk/share/Makefile.am couchdb/t

svn commit: r912653 - in /couchdb/branches/0.11.x: ./ etc/default/couchdb share/Makefile.am share/www/image/key.png share/www/style/layout.css

2010-02-22 Thread cmlenz
Author: cmlenz Date: Mon Feb 22 16:58:04 2010 New Revision: 912653 URL: http://svn.apache.org/viewvc?rev=912653&view=rev Log: Backport r912608 (Add a proper icon for the security button.) Added: couchdb/branches/0.11.x/share/www/image/key.png - copied unchanged from r912608, cou

svn commit: r915526 - in /couchdb/trunk/share/www: dialog/_database_security.html style/layout.css

2010-02-23 Thread cmlenz
Author: cmlenz Date: Tue Feb 23 21:28:07 2010 New Revision: 915526 URL: http://svn.apache.org/viewvc?rev=915526&view=rev Log: Futon: Make the DB security dialog more compact. Modified: couchdb/trunk/share/www/dialog/_database_security.html couchdb/trunk/share/www/style/layout

svn commit: r915530 - /couchdb/trunk/share/www/script/futon.js

2010-02-23 Thread cmlenz
Author: cmlenz Date: Tue Feb 23 21:37:15 2010 New Revision: 915530 URL: http://svn.apache.org/viewvc?rev=915530&view=rev Log: Futon: Fix cookie storage for localhost. Closes COUCHDB-668. Thanks to Matt Goodall for the report and patch. Modified: couchdb/trunk/share/www/script/futo

svn commit: r916239 - in /couchdb/branches/0.11.x: ./ etc/default/couchdb share/www/dialog/_database_security.html share/www/style/layout.css

2010-02-25 Thread cmlenz
Author: cmlenz Date: Thu Feb 25 10:47:55 2010 New Revision: 916239 URL: http://svn.apache.org/viewvc?rev=916239&view=rev Log: Backport r915526 (Futon: Make the DB security dialog more compact.) Modified: couchdb/branches/0.11.x/ (props changed) couchdb/branches/0.11.x/etc/def

svn commit: r916240 - in /couchdb/branches/0.11.x: ./ etc/default/couchdb share/www/script/futon.js

2010-02-25 Thread cmlenz
Author: cmlenz Date: Thu Feb 25 10:48:38 2010 New Revision: 916240 URL: http://svn.apache.org/viewvc?rev=916240&view=rev Log: Backport r915530 (Futon: Fix cookie storage for localhost.) Modified: couchdb/branches/0.11.x/ (props changed) couchdb/branches/0.11.x/etc/default/cou

svn commit: r919193 - /couchdb/trunk/share/www/script/futon.browse.js

2010-03-04 Thread cmlenz
Author: cmlenz Date: Thu Mar 4 21:46:55 2010 New Revision: 919193 URL: http://svn.apache.org/viewvc?rev=919193&view=rev Log: Futon: use proper document value when constructing input element for inline editing, instead of its HTML rendering, and always create textarea for multiline str

svn commit: r919194 - in /couchdb/branches/0.11.x: ./ etc/default/couchdb share/www/script/futon.browse.js

2010-03-04 Thread cmlenz
Author: cmlenz Date: Thu Mar 4 21:48:49 2010 New Revision: 919194 URL: http://svn.apache.org/viewvc?rev=919194&view=rev Log: Backport r919193 (Futon: use proper document value when constructing input element for inline editing, instead of its HTML rendering, and always create textarea