Age | Commit message (Expand) | Author |
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-29 | Allow storing attachments in compressed form. Closes COUCHDB-583. Thanks Fili... | John Christopher Anderson |
2010-01-29 | fix test view for json2.js toXMLString() | John Christopher Anderson |
2010-01-29 | Thanks Filipe Manana. Closes COUCHDB-631. | John Christopher Anderson |
2010-01-28 | fist commit.add myself | Benoit Chesneau |
2010-01-26 | another line for json2.js in license.skip | John Christopher Anderson |
2010-01-26 | Replace the old JavaScript query server JSON library with json2.js | John Christopher Anderson |
2010-01-23 | show conflicts in changes filters. Patch by Lena Herrmann. Closes COUCHDB-630 | Jan Lehnardt |
2010-01-23 | style | Jan Lehnardt |
2010-01-20 | Futon: Prefix cookie names with the port number, so that different CouchDB in... | Christopher Lenz |
2010-01-20 | properly encode user name in link url | John Christopher Anderson |
2010-01-19 | Futon: Merge the different compaction/cleanup buttons into a single button on... | Christopher Lenz |
2010-01-19 | Minor Futon style tweaks. | Christopher Lenz |
2010-01-19 | Futon: Simplify placeholder fallback using jQuery live focus events. | Christopher Lenz |
2010-01-19 | Upgraded jQuery to 1.4.0. | Christopher Lenz |
2010-01-18 | need to add sha1.js to allow account creation on status page | John Christopher Anderson |
2010-01-18 | added jquery.dialog to status.html page | John Christopher Anderson |
2010-01-18 | normalize userCtx name and roles, also, no log in via a conflict doc | John Christopher Anderson |
2010-01-14 | use the ./configure detected erlc, fixes builds where erlc is not in PATH | Jan Lehnardt |
2010-01-13 | validate use doc type | John Christopher Anderson |
2010-01-13 | use config info for users db | John Christopher Anderson |
2010-01-12 | Add utility for verifying hashes. | Jason David Davies |
2010-01-09 | make the default account db called _users, not users | John Christopher Anderson |
2010-01-09 | better validations on users db | John Christopher Anderson |
2010-01-09 | make sequential uuids the default | John Christopher Anderson |
2010-01-07 | merge account branch to trunk | John Christopher Anderson |
2010-01-02 | add _view_cleanup.html to the Makefile | John Christopher Anderson |
2010-01-02 | add button to cleanup old view files. closes COUCHDB-610. thanks Ilia Cheishvili | John Christopher Anderson |
2009-12-23 | Follow RFC 2616 closer and use "verb" instead of "method" | Jan Lehnardt |
2009-12-22 | remove show from db doc GET handler, completing flip-flop on COUCHDB-404 | John Christopher Anderson |
2009-12-22 | move query server to a design-doc based protocol, closes COUCHDB-589 | John Christopher Anderson |
2009-12-16 | Provide Content-MD5 header support for attachments. | Paul Joseph Davis |
2009-12-15 | fix query_server_spec.rb for changes in the build process | John Christopher Anderson |
2009-12-14 | Email notification test failed. Undoing. | Paul Joseph Davis |
2009-12-14 | Forcing a build failure to check buildbot emails. | Paul Joseph Davis |
2009-12-12 | Create a new sandbox for each reset. | Paul Joseph Davis |
2009-12-12 | Futon: Improve display of multi-line strings in tabular document view. | Christopher Lenz |
2009-12-11 | Futon: Show empty lists and objects in document view as [] and {}, respectively. | Christopher Lenz |
2009-12-11 | Futon: Remember tabular vs. source tab preference in a cookie. | Christopher Lenz |
2009-12-11 | Futon: A couple of bug fixes: | Christopher Lenz |
2009-12-11 | Futon: Allow control over the group and group_level options on reduce views. | Christopher Lenz |
2009-12-11 | Futon: Improve storage of session state by storing short-term settings in the... | Christopher Lenz |
2009-12-10 | cache headers for favicon.ico - thanks Matthew Hooker | John Christopher Anderson |
2009-12-10 | Futon: Fix toggling of reduce checkbox on database page. | Christopher Lenz |
2009-12-10 | Add a "Reduce" checkbox to the database view page in Futon, which controls th... | Christopher Lenz |
2009-12-10 | Futon: Update all the cache invalidation query strings from 0.9.0 to 0.11.0. | Christopher Lenz |
2009-12-10 | Futon: Also enable tab insertion in the custom test textarea. | Christopher Lenz |
2009-12-09 | Futon: Gecko now supports box-shadow, too. | Christopher Lenz |
2009-12-09 | The "View Code" expansion triangle now actually shows the expanded/collapsed ... | Christopher Lenz |