summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Styling the Permissions area. Fixed some of the BB views. Removed inline styles.1871-permissionssuelockwood2013-09-257-19/+62
|
* more tests and error notificationsGarren Smith2013-09-253-15/+114
|
* added resource and some view testsGarren Smith2013-09-253-0/+134
|
* initial implementationGarren Smith2013-09-259-0/+406
|
* Fauxton: bug fixes on viewsGarren Smith2013-09-252-2/+9
|
* Fauxton: Fix changes table spacingGarren Smith2013-09-252-4/+16
|
* More Button styling fixessuelockwood2013-09-251-0/+1
|
* CSS fix for adding a new view to a design doc that doesn't exist.suelockwood2013-09-254-4/+18
| | | | More footer css fixes
* Add 'html/contributing.html' to 'Makefile.am'Klaus Trainer2013-09-251-0/+1
|
* Fix for the buttons and the footersuelockwood2013-09-253-6/+60
|
* Update the Logosuelockwood2013-09-253-2/+5
|
* Padding on dropdowns with iconssuelockwood2013-09-201-0/+6
|
* Fix all the buttons to have consistent styling.suelockwood2013-09-205-13/+13
|
* Fix the couchserver proxy.suelockwood2013-09-201-3/+3
|
* show upload errorsGarren Smith2013-09-202-4/+7
|
* Fauxton: warn user if they edit _idGarren Smith2013-09-203-6/+24
|
* icons in dropdownsuelockwood2013-09-201-6/+3
|
* Added clear:true to the notification for when a document doesn't exist so ↵suelockwood2013-09-192-2/+3
| | | | 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.