summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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