summaryrefslogtreecommitdiff
path: root/share/www/script/futon.browse.js
AgeCommit message (Expand)Author
2009-08-12Introduces native Erlang query servers. Closes COUCHDB-377John Christopher Anderson
2009-07-22Fix automatic group=true on reduce views in Futon, which was only getting app...Christopher Lenz
2009-07-22Fix off-by-one error in Futon view paging. Thanks to Jason Davies for the pat...Christopher Lenz
2009-07-22Ignore whitespace in reduce code textarea in Futon. Closes COUCHDB-328.Christopher Lenz
2009-07-22Apply patch by Jason Davies that improves how the view menu is populated: onl...Christopher Lenz
2009-07-22Change document creation in Futon so that it no longer prompts for a document...Christopher Lenz
2009-07-21Fix for COUCHDB-318: when adding or renaming a field in Futon, check that a f...Christopher Lenz
2009-07-21Fix for compatibility of Futon with design documents that have slashes in the...Christopher Lenz
2009-07-21Make the view-selection and jump-to-document widgets at the top of the Futon ...Christopher Lenz
2009-07-21One line patch to fix _local docs.Paul Joseph Davis
2009-07-21fix view selection in Futon for Opera, patch by Alexander Uvarov, closes COUC...Jan Lehnardt
2009-07-20Make the view URL in Futon consistent with the URL for views in the HTTP inte...Christopher Lenz
2009-07-14wheeeeeeeeNoah Slater
2009-07-06trimmed trailing whitespaceNoah Slater
2009-06-22Added 'Jump to Document' in the database.htmlscreen. Would like maybe to see ...Damien F. Katz
2009-05-13Fixes COUCHDB-349Paul Joseph Davis
2009-03-20Futon reduce pagination. Fixes COUCHDB-172John Christopher Anderson
2009-03-20map queries with group=true query option will return an error.John Christopher Anderson
2009-03-17show group=true notice only when view results are shownJan Lehnardt
2009-03-06roll Applications tab out of Futon index pageJohn Christopher Anderson
2009-02-22Link to design docs that have ddoc.couchapp.index or index.html, from Futon d...John Christopher Anderson
2009-01-26Rename 'Custom query' in Futon to 'Temporary view', and add a warning about t...Christopher Lenz
2009-01-26Change _slow_view back to _temp_view, as discussed on the mailing list (see h...Christopher Lenz
2009-01-26Fix expanding/collapsing nested structures in Futon, as well as expanding/col...Christopher Lenz
2009-01-21Fix for view name encoding in Futon, for database names containing slashes. C...Christopher Lenz
2009-01-21Add caching to the Futon autocompletion feature, and fix the positioning code.Christopher Lenz
2009-01-16Some cleanup of the suggest and editinline jQuery plugins.Christopher Lenz
2009-01-16Fix for autocompletion in "Save as" dialog in Futon to work with the changed ...Christopher Lenz
2009-01-16In the Futon document view, delete the whole _attachments row when the only/l...Christopher Lenz
2009-01-15Fix Futon Javascript syntax error in IE.Christopher Lenz
2009-01-15Revert changes that shouldn't have been committed together with r734633. Note...Christopher Lenz
2009-01-15Fix bug in test runner triggered by upgrade to jQuery 1.3.Christopher Lenz
2009-01-14Make the updating of the page-wide loading indicator in Futon both simpler an...Christopher Lenz
2009-01-14Add view language selection to Futon, based on patch by Brian Palmer. Closes ...Christopher Lenz
2009-01-14Refactor the inline editing Javascript code in Futon to make it reusable.Christopher Lenz
2009-01-13Fix for COUCHDB-205 (removing newly added doc fields in Futon failed).Christopher Lenz
2009-01-12Move `browse.js` code into the `futon` namespace, and restore the selected ta...Christopher Lenz