summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Use db.getcolumndata to determine column type as previous version did not ↵Ted Trask2015-09-191-7/+8
| | | | work for sqlite
* Check column types so we can filter with regex for text and not for other typesTed Trask2015-09-171-3/+15
|
* Add server-side pagination and filtering to viewtable action using ↵Ted Trask2015-09-072-68/+192
| | | | | | jquery-tablesorter Note that filtering fails for non-character columns and have seen some table entries cause failures
* Revert mistaken change to not check existance of tableTed Trask2015-09-071-5/+4
|
* When creating new database entry, set all values to defaultTed Trask2015-05-151-1/+8
|
* Bump version to 0.1.2v0.1.2Ted Trask2014-11-281-4/+5
|
* Change the UPDATE syntax so also works on sqliteTed Trask2014-11-281-5/+8
|
* Update listdatabases view to handle sqlite where you cannot list databasesTed Trask2014-11-281-9/+16
|
* Change HTML views to display connection if there was a connection errorv0.1.0Ted Trask2014-11-043-3/+4
|
* Since createdatabase is now dispatched, should pass results to the formTed Trask2014-11-041-1/+1
|
* Modify dbmodelfunctions to pass port as number in to connectTed Trask2014-11-041-3/+2
|
* Modify listtables HTML view to use dispatch_component for createdatabase actionTed Trask2014-11-041-2/+3
|
* Check with database and only display default and null options if applicableTed Trask2014-11-032-4/+7
|
* Add js to HTML views to disable other fields when null or default is checkedTed Trask2014-11-031-0/+24
|
* Create HTML views for update/create/delete tableentry to group null and ↵Ted Trask2014-11-033-0/+54
| | | | default checkboxes with the value
* Update viewtable to handle null keyfieldTed Trask2014-11-031-1/+7
|
* Add support for NULL and DEFAULT values in viewtable, create/update/delete ↵Ted Trask2014-11-032-21/+62
| | | | tableentry
* Fix database engine values in dbmodelfunctions.lua part 2Ted Trask2014-11-031-1/+5
|
* Hide the update option in viewtable HTML view if all fields are key fieldsTed Trask2014-10-301-2/+13
|
* Do not hide the username and password from listdatabases HTML viewTed Trask2014-10-301-3/+1
|
* Fix database engine values in dbmodelfunctions.luaTed Trask2014-10-281-1/+3
|
* Move the lib files into a subdirectory in preparation for creating a generic ↵Ted Trask2014-10-286-0/+667
controller/model