summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.2.1HEADv0.2.1masterTed Trask2015-09-191-1/+1
|
* Use db.getcolumndata to determine column type as previous version did not ↵Ted Trask2015-09-191-7/+8
| | | | work for sqlite
* Bump version to 0.2.0v0.2.0Ted Trask2015-09-171-1/+1
|
* 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
|
* Bump version to 0.1.3v0.1.3Ted Trask2015-05-151-1/+1
|
* When creating new database entry, set all values to defaultTed Trask2015-05-151-1/+8
|
* Removed unneeded luadir from config.mkTed Trask2015-01-121-1/+0
|
* Bump version to 0.1.2v0.1.2Ted Trask2014-11-282-5/+6
|
* 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
|
* Bump version to 0.1.1v0.1.1Ted Trask2014-11-041-1/+1
|
* Use relative path for symlinks for db HTML viewsTed Trask2014-11-041-1/+1
|
* 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
|
* Add db controller/model to allow editing of any supported databaseTed Trask2014-10-285-0/+30
|
* Move the lib files into a subdirectory in preparation for creating a generic ↵Ted Trask2014-10-288-22/+47
| | | | controller/model
* Add code to determine the primary key fields and use them to uniquely ↵Ted Trask2014-10-272-54/+61
| | | | | | identify rows Previously, this assumed 'id' was the primary key column as inherited from the kamailio code
* Reworked the code to allow passing in connection parametersTed Trask2014-10-274-120/+277
|
* Fix viewtable HTML redir with GET parm for each formTed Trask2014-10-251-3/+4
|
* Allow model functions to accept function or db referenceTed Trask2014-06-291-11/+39
|
* Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, ↵Ted Trask2014-06-283-59/+134
| | | | use lowercase tags, remove styling, and use new htmlviewfunctions functions
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2014-06-282-19/+23
| | | | Use mymodule parameter for module definition.
* Add view for listdatabases actionTed Trask2013-09-281-0/+19
|
* Added listdatabases action and changed prototype for list_tables model functionTed Trask2013-09-282-2/+19
|
* Initial commit of ACF library for viewing/editing database entriesTed Trask2013-09-276-0/+380
Based on code from acf-kamailio