summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* create grunt helper file, reach couch_config from settings file for use ↵1707-feature-override-couchapp-settingsGarren Smith2013-03-183-40/+65
| | | | default. COUCHDB-1707
* add dependacies and revert app.host changeGarren Smith2013-03-182-3/+5
|
* lock grunt-contrib to specific working versionGarren Smith2013-03-161-1/+1
|
* improve couchserver task to work with new template configGarren Smith2013-03-162-113/+3
|
* add custom grunt task for couch proxy server so no need to deploy to couch ↵Garren Smith2013-03-166-59/+191
| | | | while developing COUCHDB-1708
* Use readSettingsFile function. Fix so checkout can build on jenkinsRyan Ramage2013-03-151-1/+1
|
* Make sure we have a console.log availableRussell Branca2013-03-151-0/+7
|
* Add a helper system for templatesRussell Branca2013-03-152-1/+43
|
* Update grunt copy task for couchdebugRussell Branca2013-03-151-1/+1
|
* Add LICENSE and NOTICE info for PouchDB filesPaul J. Davis2013-03-152-0/+22
|
* Updating package.json with ASF repoRussell Branca2013-03-151-2/+2
|
* Merge remote-tracking branch 'github/pr/52' into fauxtonRussell Branca2013-03-1521-217/+849
|\
| * Updating gitignore for settings.json*Russell Branca2013-03-141-1/+2
| |
| * Stop using non standard window.location.originRussell Branca2013-03-141-1/+1
| |
| * Fix code editor to save deleted fieldsRussell Branca2013-03-131-0/+1
| |
| * Fix span width for new database buttonRussell Branca2013-03-131-1/+1
| |
| * Merge remote-tracking branch 'upstream/fauxton' into fauxtonRussell Branca2013-03-1310-29/+107
| |\ | | | | | | | | | | | | | | | Conflicts: src/fauxton/app/templates/databases/sidebar.html src/fauxton/app/templates/fauxton/api_bar.html
| * | Cleanup some broken things on documentsRussell Branca2013-03-123-2/+12
| | |
| * | Merge pull request #20 from cloudant-labs/fauxton-fix-pouchdb-importMichael Wallace2013-03-121-1/+1
| |\ \ | | | | | | | | Fix import of pouchdb
| | * | Fix import of pouchdbMike Wallace2013-03-121-1/+1
| |/ /
| * | Merge pull request #19 from cloudant-labs/1690-template-settings-from-configMichael Wallace2013-03-122-53/+30
| |\ \ | | | | | | | | 1690 template settings from config
| | * | Correct default template Simon Metson2013-03-121-10/+8
| | | | | | | | | | | | Spotted during review with Mike W.
| | * | update tasksSimon Metson2013-03-111-5/+5
| | | |
| | * | remove templating configuration from grunt.jsSimon Metson2013-03-112-48/+27
| | | |
| * | | Update all docs and all design docs linksRussell Branca2013-03-114-8/+5
| | | |
| * | | Add link to docs in api barRussell Branca2013-03-111-1/+1
| | | |
| * | | Temporarily disable contribute addon and add gitignoreRussell Branca2013-03-112-0/+14
| |/ /
| * | Add results meta to all docs collectionRussell Branca2013-03-051-0/+14
| | |
| * | Merge pull request #17 from cloudant-labs/fauxton-pouch-mrRussell Branca2013-03-0510-146/+743
| |\ \ | | | | | | | | Advanced _view options and editor
| | * | Clean up for bugs and non save/preview useRussell Branca2013-03-053-13/+21
| | | |
| | * | Add meta data and more to viewsRussell Branca2013-02-243-4/+52
| | | |
| | * | Move view editor around and lots moreRussell Branca2013-02-134-140/+221
| | | |
| | * | Adding PouchDB file blurbsRussell Branca2013-02-083-0/+26
| | | |
| | * | Initial in browser MR using PouchDB.mapreduce.jsRussell Branca2013-02-065-1/+435
| | | |
| * | | Add initial error handling for view establish functionsRussell Branca2013-02-261-1/+7
| | | |
| * | | remove shared databases from the all_dbs page - not a couchdb feature (mightSimon Metson2013-02-261-1/+0
| | | | | | | | | | | | | | | | come back depending on how we support replicas).
| * | | Merge pull request #16 from garden20/fauxton-couchapp-rewritesRussell Branca2013-02-253-4/+13
| |\ \ \ | | | | | | | | | | Adding support for fauxton behind a rewrite in a couchapp
| | * | | Adding support for fauxton behind a rewrite in a couchappRyan Ramage2013-02-253-4/+13
| |/ / /
* | | | Quick fix for path location of bbb commandRussell Branca2013-03-141-1/+1
| | | |
* | | | check for settings.json or settings.json.default when reading settings file. ↵Garren Smith2013-03-131-4/+11
| | | | | | | | | | | | | | | | Resolves COUCHDB-1703
* | | | check stats page and add some stylingGarren Smith2013-03-134-17/+22
| |_|/ |/| |
* | | update readme on how to get started and contributingGarren Smith2013-03-111-14/+17
| | |
* | | api show me button opens new tab with couchdb outputGarren Smith2013-03-111-3/+2
| | |
* | | add fluid grid for sidebar viewsGarren Smith2013-03-113-8/+10
| | |
* | | move addon templates into own file and better addon file defaultsGarren Smith2013-03-095-4/+71
| | |
* | | Merge branch 'pr/44' into fauxtonRussell Branca2013-02-248-31/+122
|\ \ \ | |/ / | | / | |/ |/| Fauxton addons
| * Updated the grunt task for making addons to include an option to make assets ↵suelockwood2013-02-152-2/+27
| | | | | | | | folder for .less files
| * allow addons to have imagesSimon Metson2013-02-151-8/+15
| |
| * add contribute addonSimon Metson2013-02-134-6/+35
| |
| * add guards for when module isn't defined, as is the case in contribute addonSimon Metson2013-02-131-5/+7
| |