Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the lib files into a subdirectory in preparation for creating a generic ↵ | Ted Trask | 2014-10-28 | 8 | -22/+47 |
| | | | | controller/model | ||||
* | Add code to determine the primary key fields and use them to uniquely ↵ | Ted Trask | 2014-10-27 | 2 | -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 parameters | Ted Trask | 2014-10-27 | 4 | -120/+277 |
| | |||||
* | Fix viewtable HTML redir with GET parm for each form | Ted Trask | 2014-10-25 | 1 | -3/+4 |
| | |||||
* | Allow model functions to accept function or db reference | Ted Trask | 2014-06-29 | 1 | -11/+39 |
| | |||||
* | Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, ↵ | Ted Trask | 2014-06-28 | 3 | -59/+134 |
| | | | | use lowercase tags, remove styling, and use new htmlviewfunctions functions | ||||
* | Remove all calls to 'module' in preparation for move to Lua 5.2 | Ted Trask | 2014-06-28 | 2 | -19/+23 |
| | | | | Use mymodule parameter for module definition. | ||||
* | Add view for listdatabases action | Ted Trask | 2013-09-28 | 1 | -0/+19 |
| | |||||
* | Added listdatabases action and changed prototype for list_tables model function | Ted Trask | 2013-09-28 | 2 | -2/+19 |
| | |||||
* | Initial commit of ACF library for viewing/editing database entries | Ted Trask | 2013-09-27 | 6 | -0/+380 |
Based on code from acf-kamailio |