summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* POC step 1: generate the imports for brandingBrandingPOCsuelockwood2014-03-116-54/+110
|
* added overflow:auto to one-pane stylesBigBlueHat2014-02-1912-373/+282
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed styletests template license comment...again fixed Delete DB modal button styles took graphs out of span5 + inline styles They are now properly sized with no cutoffs changed .row to .row-fluid in .container-fluid reordered imports in databases; consolidated .well removed unused styles more Bootstrap overrides moved higher up conslidated prettyprint stuff moved document specific CSS to documents no more CodeMirror anymore; gone be the related CSS moved the input tag overrides up Keeping like with like, so we can find the like. working on grouping Bootstrap overrides together Also fixed some space around in-tab icons and did some whitespace cleanup...I know...I know... reordering & reducing the customness some more Still finding heavy/dangerous Bootstrap 2.x overrides (margin settings for .row & .tab-content--broadly). Changing colors and such is generally fine, but changing positioning breaks the grid. :frowning:
* Merge branch '2059-feature-uri-len-negotiation'Robert Newson2014-02-173-11/+49
|\
| * Allow optional max_uri_length server settingRobert Newson2014-02-172-0/+20
| |
| * Negotiate max uri length in response to 414'sRobert Newson2014-02-171-11/+29
| |
| * Revert "Allow runtime configuration of maximum url length in replication"Robert Newson2014-02-131-3/+3
| | | | | | | | This reverts commit e1453abf7d8075906abaf240d8f31465a94b6b25.
* | remove superfluous 'user_doc.type'Robert Kowalski2014-02-161-2/+2
| | | | | | | | Fixes COUCHDB-1474
* | fix undefined Reqbenoitc2014-02-161-1/+1
| |
* | fix handle_reqbenoitc2014-02-161-2/+2
| | | | | | | | | | handle-req/2 was useless. Instead we wanted handle_req/1 to tell to others which method is allowed.
* | fix right hand side scrolling over navigationBigBlueHat2014-02-141-1/+2
| | | | | | | | | | | | | | | | If the right hand content got really wide, then it could easily be scrolled over the primary navigation on the left. Fixed it by fixed positioning it.
* | Fauxton: file name correctionGarren Smith2014-02-131-1/+1
|/
* Merge branch '2059-feature-url-len'Robert Newson2014-02-131-3/+3
|\
| * Allow runtime configuration of maximum url length in replicationRobert Newson2014-02-131-3/+3
| | | | | | | | COUCHDB-2059
* | Fauxton: Fix login issueGarren Smith2014-02-132-2/+4
|/
* Update my email addressJoan Touzet2014-02-121-1/+1
|
* Fauxton: Improve spinnersGarren Smith2014-02-112-8/+15
|
* Fauxton: Improvements to xhr cancellationsGarren Smith2014-02-105-11/+14
|
* Accept gzipped JSON request bodies2054-feature-gzip-requestsRobert Newson2014-02-071-1/+10
| | | | COUCHDB-2054
* Fix Beautify button csssuelockwood2014-02-071-2/+2
|
* Merge branch 'key-vs-keys'Robert Newson2014-02-071-12/+7
|\
| * Send better error if user specifies key and keyskey-vs-keysRobert Newson2014-02-071-12/+7
| | | | | | | | closes COUCHDB-2053
* | Add backbone.fetch-cache to license and noticeGarren Smith2014-02-072-0/+28
| |
* | Fix failing grunt testGarren Smith2014-02-071-1/+1
| |
* | Add more caching locationsfauxton-data-cacheGarren Smith2014-02-056-25/+37
| |
* | Add backbone.fetch-cacheGarren Smith2014-02-047-22/+365
| |
* | nv.d3.css is the one CSS used in FauxtonBigBlueHat2014-02-031-1/+1
| | | | | | | | | | | | | | | | And now it is loaded before the fauxton.less file. Other options would include moving/renaming it (to a .less file) and making it an @import. Not necessary this time, but may be for other needed CSS.
* | fixed .css concat ordering in index.cssBigBlueHat2014-02-031-2/+6
| | | | | | | | | | | | | | | | This change removes the loading of .css files from /addons/**/assets/css/*.css. Putting those back is an option, but since unused at present I saw it as a separate case for adding back if/when desired.
* | fixed settings.json.dev; added fauxton & cachebusterBigBlueHat2014-02-031-2/+5
| |
* | Merge branch 'added-documentation-fixes' of https://github.com/andywenk/couchdbAndy Wenk2014-02-032-49/+54
|\ \
| * | added documentation fixesAndy Wenk2014-02-032-49/+54
| | | | | | | | | | | | | | | made the deletion of a document clearer and fixed some wording in the JSON structure tables
* | | Remove fauxton/layout.js from MakefileGarren Smith2014-02-011-1/+0
| | |
* | | 2029 Consolidate CSS/LESS class name usage to minimize custom-nessBigBlueHat2014-01-3144-637/+1055
| | |
* | | Add Cachebusting to building new releases of fauxtonsuelockwood2014-01-302-4/+6
| | |
* | | Include layout manager in base.js for release buildsfauxtonsuelockwood2014-01-302-4/+4
| |/ |/| | | | | Remove Console log
* | Throw cleaner error on MD5 mismatch during compactionRobert Newson2014-01-301-6/+11
| | | | | | | | COUCHDB-2040
* | Allow cacertfile without verifying peersRobert Newson2014-01-301-48/+33
| | | | | | | | COUCHDB-2028
* | Compaction addon was missing from makefilesuelockwood2014-01-291-0/+8
| |
* | Fauxton: update dataSizeGarren Smith2014-01-292-5/+7
| |
* | Add Delete_database_modal to the makefile listsuelockwood2014-01-291-0/+1
| |
* | Make a ModalView to dry the code a bitSimon Metson2014-01-292-91/+46
| |
* | Modal instead of prompt for deleteSimon Metson2014-01-293-33/+119
| | | | | | | | Display a modal asking for database name instead of a simple prompt.
* | dry out delete eventsSimon Metson2014-01-291-20/+1
| |
* | WhitespaceSimon Metson2014-01-291-26/+26
| |
* | Fauxton: Split up api.jsGarren Smith2014-01-2931-875/+1101
| | | | | | | | | | | | Split up api to core/*. To seperate out the Framework from the UI. Move tests to fit with this refactor. Change addons/Fauxton with work with api extraction.
* | Adopt to the recent erlang-oauth (1.3+)Peter Lemenkov2014-01-291-1/+2
| | | | | | | | | | Signed-off-by: Peter Lemenkov <lemenkov@gmail.com> Signed-off-by: Alexander Shorin <kxepal@apache.org>
* | Fix for beautify to work with require.jssuelockwood2014-01-283-17/+8
| |
* | Fauxton: block user from deleting _id and _rev from docGarren Smith2014-01-282-0/+37
| |
* | Added beautify to the license and makefilesuelockwood2014-01-272-0/+27
| |
* | Beautify Code button for minified code entered by users. Allows them to unminifysuelockwood2014-01-276-5/+1674
| |
* | Fauxton: Update jQuery to v1.11Garren Smith2014-01-271-3759/+4307
|/