Age | Commit message (Expand) | Author |
2010-09-17 | JavaScript test suite: adding more semi-collons where necessary to assure com... | Filipe David Borba Manana |
2010-07-23 | Make the simple document versioning actually work. I have no idea how it pass... | John Christopher Anderson |
2010-07-08 | use json as the default content-type for requests from jquery.couch.js | John Christopher Anderson |
2010-07-03 | fix jquery.couch.js replicate options | John Christopher Anderson |
2010-06-23 | make jquery.couch.js changes handling more robust | John Christopher Anderson |
2010-06-19 | jquery.couch.js changes options handling | John Christopher Anderson |
2010-06-17 | jquery.couch.js works with PUT to delete. | John Christopher Anderson |
2010-06-16 | add continuous replication support to Futon | John Christopher Anderson |
2010-06-15 | jquery.couch.js uses a cache-buster when the browser is msie | John Christopher Anderson |
2010-06-14 | add changes handler to jquery.couch.js | John Christopher Anderson |
2010-06-02 | typo | Jan Lehnardt |
2010-06-02 | Add tests for couch.js and jquery.couch.js | Jan Lehnardt |
2010-05-27 | Add support for multi-document-fetch (via _all_docs) to jquery.couch.js. | Jason David Davies |
2010-05-27 | Fix some bugs in jquery.couch.js. | Jason David Davies |
2010-05-26 | use a smaller rev token for attachment versions, thanks for the suggestion Da... | John Christopher Anderson |
2010-05-26 | add attachment versioning support to jquery.couch.js | John Christopher Anderson |
2010-05-22 | Check for undefined options. Patch by Filipe Manana. Closes COUCHDB-774. | Jan Lehnardt |
2010-05-15 | jquery.couch.js option to force ensure_full_commit to true or false | John Christopher Anderson |
2010-04-29 | list functionality for jquery.couch.js | John Christopher Anderson |
2010-02-02 | make uuuidCache a local variable. Patch by Jan Kassens. Closes COUCHDB-560. | Jan Lehnardt |
2010-02-01 | Database-level security. | John Christopher Anderson |
2010-01-31 | fix bulkSave(). Patch insipred by Lena Herrmann. Closes COUCHDB-634 | Jan Lehnardt |
2010-01-30 | Allow Futon to run behind a HTTP proxy. | Jan Lehnardt |
2010-01-18 | normalize userCtx name and roles, also, no log in via a conflict doc | John Christopher Anderson |
2010-01-07 | merge account branch to trunk | John Christopher Anderson |
2010-01-02 | add button to cleanup old view files. closes COUCHDB-610. thanks Ilia Cheishvili | John Christopher Anderson |
2009-10-30 | Closes COUCHDB-547 - Adding a View Compaction Button | Paul Joseph Davis |
2009-10-01 | Add support for COPY (copyDoc) to jquery.couch.js. | Jason David Davies |
2009-09-13 | enable multi-key-get in jquery.couch.js, patch by Benoit Chesneau, closes COU... | Jan Lehnardt |
2009-08-18 | fix persisting config changes from Futon, reported by Robert Newson, we need ... | Jan Lehnardt |
2009-08-04 | Initial check-in of OAuth and cookie authentication. | Damien F. Katz |
2009-07-22 | Avoid usage of `Array.indexOf` function, which is not available on IE (and no... | Christopher Lenz |
2009-07-22 | Change document creation in Futon so that it no longer prompts for a document... | Christopher Lenz |
2009-07-21 | Fix for compatibility of Futon with design documents that have slashes in the... | Christopher Lenz |
2009-07-21 | refactor jquery.couch.js, gets rid of a lot of duplicate code, patch by Yoan ... | Jan Lehnardt |
2009-07-14 | wheeeeeeee | Noah Slater |
2009-07-11 | Only update a document's _id and _rev if the save was successful. | Paul Joseph Davis |
2009-07-06 | trimmed trailing whitespace | Noah Slater |
2009-04-15 | add bulkSave method to jquery.couch.js | John Christopher Anderson |
2009-03-20 | map queries with group=true query option will return an error. | John Christopher Anderson |
2009-03-09 | merge design doc resource branch. breaking changes to _view query paths. | John Christopher Anderson |
2009-02-22 | undefined protection for design doc attachments in futon | John Christopher Anderson |
2009-02-22 | Link to design docs that have ddoc.couchapp.index or index.html, from Futon d... | John Christopher Anderson |
2009-01-26 | Change _slow_view back to _temp_view, as discussed on the mailing list (see h... | Christopher Lenz |
2009-01-26 | Add a page to Futon that shows the currently active tasks (compaction, view i... | Christopher Lenz |
2009-01-14 | Allow modification of existing config option values from Futon. | Christopher Lenz |
2009-01-12 | Add syntax highlighting of JSON code in Futon. | Christopher Lenz |
2009-01-04 | Rename _temp_views to _slow_views. Any clients who were using temp views are ... | John Christopher Anderson |
2008-09-16 | Add HTTP API for getting the complete config, and add a page to Futon that di... | Christopher Lenz |
2008-06-03 | Futon: fixes for IE6/7 compatibility, some minor polish for the map/reduce co... | Christopher Lenz |