summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added clear:true to the notification for when a document doesn't exist so ↵typeahead-jump-docsuelockwood2013-09-181-1/+2
| | | | that it overwrites the generic error messaging
* Our error handling was showing an object in the messaging. I fixed it so it ↵suelockwood2013-09-181-1/+2
| | | | shows the "reason" part of the object.
* Missed a semicolon on the deferredsuelockwood2013-09-181-1/+1
|
* Fauxton: Add typeahead support to jump to docGarren Smith2013-09-187-13/+88
| | | | | Simple type ahead support to check for start of id. It also checks if document exists if not return back to _all_docs list
* add typeahead viewGarren Smith2013-09-185-313/+323
|
* COUCHDB-1889suelockwood2013-09-176-12/+24
| | | | Moved the documentation urls into helpers.js so we can update them without having to edit templates.
* Fauxton: Hide edit index on initial view loadGarren Smith2013-09-172-4/+17
|
* COUCHDB-1759 Fixing messaging in empty dbs.suelockwood2013-09-162-1/+7
|
* Views weren't saving & there was a console error from CodeMirror.suelockwood2013-09-123-44/+37
|
* CodeMirror and Pretty Print issues with error dots in the editor and ↵suelockwood2013-09-112-2/+11
| | | | tooltips getting cut off
* Adding Font-awesome iconssuelockwood2013-09-1119-8/+3990
|
* Make Action collumns buttons.suelockwood2013-09-114-71/+86
| | | | Pull less variables out into their own file.
* Replication css fixes for long urlssuelockwood2013-09-102-4/+9
|
* Adding an ellipsis to when the replication DB names are too longsuelockwood2013-09-101-0/+5
|
* fix diskcheck failureGarren Smith2013-09-101-1/+12
|
* Add actions to all DBs, only replication available nowsuelockwood2013-09-105-4/+20
|
* Fauxton: Pagination improvementsGarren Smith2013-09-108-33/+94
|
* Fauxton: The scrolltoselector needed to be changed to dashboard-content. Now ↵suelockwood2013-09-101-1/+1
| | | | it will scroll to the top of the div
* Fauxton: Index pagination basics working and testsGarren Smith2013-09-109-46/+403
|
* Breadcrumbs was missing the docIDsuelockwood2013-09-091-2/+3
|
* Creating a new doc lost it's breadcrumbsuelockwood2013-09-091-1/+7
|
* Replication addon sans tests1807-Replicationsuelockwood2013-09-0911-2/+753
| | | | | | | | Fixes from code review Should use _.filter, not _.map when pulling out all the replication active tasks. fixing CSS overrides on the form Fixed Create target. Change swap to icon, added tooltips, made inputs wider. Fixed continuous, scrubbed whitepaces from db names, updated layout
* Fauxton: Database always lists databasesGarren Smith2013-09-092-5/+9
| | | | | | The database list fails to show any databases if a user is not allowed access to a database. This fixes it so the user can still see all databases but won't get any info for a database they don't have access to.
* fix addon template, s/route/routes/.jsJan Lehnardt2013-09-092-1/+1
|
* update docsJan Lehnardt2013-09-091-3/+4
|
* Fix order of action buttons in the editorsuelockwood2013-09-064-81/+85
|
* Check if codemirror has already been added and removesuelockwood2013-09-061-0/+3
|
* Fixing cases of resize collumns to use the generic selectorssuelockwood2013-09-064-10/+3
|
* More Json Pretty print fixes. Css fixes for documents. Make code editor ↵suelockwood2013-09-063-3/+5
| | | | height size of page.
* Fixing PrettyPrint issue on _changessuelockwood2013-09-051-1/+1
|
* Fixes Active Tasks text size and bottom scrollbar issue with windowResizesuelockwood2013-09-052-2/+2
|
* Fixing table to wrap long words.suelockwood2013-09-051-0/+17
|
* Cleaning up resize collumns to use a class selector instead of an ID. Also ↵suelockwood2013-09-056-6/+10
| | | | added cleanup method to remove callback.
* Bootstrap CSS fixes for our theme.suelockwood2013-09-041-15/+49
|
* Update minor version number for next releaseDirkjan Ochtman2013-09-041-1/+1
|
* Fauxton: View test sandbox renders to DOM in hidden divGarren Smith2013-08-291-1/+1
|
* Fauxton: Factor disk size to own methodGarren Smith2013-08-272-1/+6
|
* Fixed line wrapping in Vagrantfile.nvdev2013-08-241-1/+1
|
* Merge branch 'vagrantfile_fix' of https://github.com/nvdev/couchdbJan Lehnardt2013-08-231-3/+2
|\ | | | | | | | | * 'vagrantfile_fix' of https://github.com/nvdev/couchdb: Fixed typos in Vagrantfile
| * Fixed typos in Vagrantfilenvdev2013-08-231-3/+2
| |
* | Update version in documentation.Dirkjan Ochtman2013-08-231-2/+2
| |
* | Add missing etap file.Dirkjan Ochtman2013-08-231-0/+1
| |
* | Remove couchdb_updates files (content already in top-level LICENSE/NOTICE).Dirkjan Ochtman2013-08-233-60/+0
| |
* | Add empty line to LICENSE for readability.Dirkjan Ochtman2013-08-231-0/+1
|/
* Fixed a typo on --db-dir descriptionFilippo Fadda2013-08-221-1/+1
| | | | Signed-off-by: Alexander Shorin <kxepal@apache.org>
* Fauxton: Add active task testsGarren Smith2013-08-226-24/+290
| | | | Also improve testing framework
* Fauxton: add in error messages for view queryGarren Smith2013-08-222-5/+4
|
* improved styling for query controlssean barclay2013-08-223-90/+228
|
* reordering query buttonssean barclay2013-08-222-42/+50
|
* DB view style updates. Button style updates. Red color updatessean barclay2013-08-225-38/+112
|