summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorChristopher Lenz <cmlenz@apache.org>2009-03-23 16:52:36 +0000
committerChristopher Lenz <cmlenz@apache.org>2009-03-23 16:52:36 +0000
commitef03c4a6fbbe6ecc0d46114a4a4fc274eeb7257b (patch)
treef076bf67e84a931bc0451ab9574544bc9f0b6064 /CHANGES
parentbd7373b6fdcf955eda64359c84d34e5f19302a04 (diff)
Add some more Futon bits to NEWS.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@757436 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ecb0229b..5e59abb4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -18,6 +18,18 @@ Futon Utility Client:
* Added pagination to the database listing page.
* Implemented attachment uploading from the document page.
+ * Added page that shows the current configuration, and allows modification of
+ option values.
+ * Added a JSON "source view" for document display.
+ * JSON data in view rows is now syntax highlighted.
+ * Removed the use of an iframe for better integration with browser history and
+ bookmarking.
+ * Full database listing in the sidebar has been replaced by a short list of
+ recent databases.
+ * The view editor now allows selection of the view language if there is more
+ than one configured.
+ * Added links to go to the raw view or document URL.
+ * Added status page to display currently running tasks in CouchDB.
* JavaScript test suite split into multiple files.
* Pagination for reduce views.