summaryrefslogtreecommitdiff
path: root/src/fauxton
Commit message (Expand)AuthorAgeFilesLines
* move templates for log and config addonsSimon Metson2012-12-275-0/+0
* tweak addon taskSimon Metson2012-12-272-5/+5
* Allow addons to modify existing views, addons modify views by defining a hook...Simon Metson2012-12-274-15/+38
* set font-size for dropdown menu itemsSimon Metson2012-12-231-0/+4
* support deps from local directorySimon Metson2012-12-212-23/+46
* move template, get_deps and gen_load_addons into tasksSimon Metson2012-12-212-55/+55
* remove fledgling searchSimon Metson2012-12-212-19/+3
* clean app/load_addons.jsSimon Metson2012-12-211-1/+1
* Working external plugin systemRussell Branca2012-12-209-56/+96
* Merge branch 'fauxton-plugins' into fauxtonRussell Branca2012-12-1929-254/+522
|\
| * create some helper tasksSimon Metson2012-12-182-0/+62
| * Fix _config and _logsRussell Branca2012-12-187-82/+22
| * Mostly working _config and _logsRussell Branca2012-12-1810-67/+48
| * query views with defaults that will work for all views.Simon Metson2012-12-171-1/+1
| * logs and config are addonsSimon Metson2012-12-149-6/+115
| * Fairly major rearrangement of code layout.Simon Metson2012-12-0622-167/+269
| * Proof of concept plugin systemRussell Branca2012-12-0513-27/+101
* | Add bulk delete of docsRussell Branca2012-12-066-7/+49
* | Add typeahead database searchRussell Branca2012-12-062-3/+47
* | Update bootstrap.js to 2.2.1Russell Branca2012-12-062-237/+431
|/
* Update layout manager to 0.7.2Russell Branca2012-12-041-20/+52
* Document CRUD functionalityRussell Branca2012-12-0413-43/+368
* refactor routers into their own fileSimon Metson2012-11-288-18/+134
* add in user nav-bar itemSimon Metson2012-11-288-178/+240
* Merge branch 'fauxton' of https://github.com/cloudant-labs/couchdb into fauxtonSimon Metson2012-11-286-14/+111
|\
| * Functional doc save and delete, also Ctrl-s supportRussell Branca2012-11-276-14/+111
* | Merge branch 'fauxton' of https://github.com/cloudant-labs/couchdb into fauxtonSimon Metson2012-11-2713-20/+254
|\ \ | |/
| * WIP: flesh out doc CRUD, add notifications, fix glyphsRussell Branca2012-11-2613-20/+254
* | add in user nav-bar itemSimon Metson2012-11-221-0/+15
|/
* Refactor router system and add declaritive page constructionRussell Branca2012-11-219-191/+303
* change create db workflow - redirectSimon Metson2012-11-211-4/+5
* start on some styling overridesSimon Metson2012-11-194-1/+120
* display docs as json instead of rowsSimon Metson2012-11-197-17/+43
* add the sidebar back for the Logs viewSimon Metson2012-11-191-1/+1
* row -> row-fluid in _all_docsSimon Metson2012-11-193-9/+7
* add layout switchingSimon Metson2012-11-197-18/+64
* remove unneeded filter model and .html(dashboard.);Garren Smith2012-11-163-11/+8
* can filter logs by keywordsGarren Smith2012-11-167-14/+127
* Commit missed files for _all_docsSimon Metson2012-11-163-0/+225
* Merge branch 'fauxton' of https://github.com/cloudant-labs/couchdb into fauxtonSimon Metson2012-11-161-1/+1
|\
| * Need the couchapp npm moduleSimon Metson2012-11-161-1/+1
* | all docs pageSimon Metson2012-11-165-146/+37
* | remove status and stats from nav barSimon Metson2012-11-161-3/+3
* | correct breadcrumbs on _all_dbsSimon Metson2012-11-161-2/+1
* | implement select allSimon Metson2012-11-162-1/+8
* | refactor for doc pagesSimon Metson2012-11-166-17/+53
* | hide the search box - implement in next iterationSimon Metson2012-11-161-2/+2
* | clean up footer locationSimon Metson2012-11-161-1/+3
* | Config should show in the api barSimon Metson2012-11-161-0/+2
|/
* Merge pull request #6 from garrensmith/config_viewSimon Metson2012-11-169-6/+301
|\