summaryrefslogtreecommitdiffstats
path: root/provisioning-editdevice-html.lsp
Commit message (Collapse)AuthorAgeFilesLines
* Fix editdevice-html view to display command results - fixes bug where ↵Ted Trask2014-08-181-0/+2
| | | | createdevice fails the second time it is run
* Changes to use new htmlviewfunctions functionsTed Trask2014-04-231-2/+1
|
* Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, ↵Ted Trask2014-02-031-1/+1
| | | | and use lowercase tags
* Change use of require to work with Lua 5.2Ted Trask2013-10-091-1/+1
|
* Only include js libraries if not already includedTed Trask2013-10-031-1/+5
|
* Fix redirection when creating new devicesTed Trask2013-08-261-1/+19
|
* Added require statement for html libraryTed Trask2012-10-021-0/+1
|
* Removed calls to redirect_to_referrer and only call redirect if function existsTed Trask2012-08-071-1/+1
|
* Started work on updating for acf-core-0.15Ted Trask2012-04-181-2/+2
| | | | | Removed controllerfunctions library (still needs more work and corresponding work in model) Updated for viewfunctions to htmlviewfunctions
* Added edit and delete links to editdevice and editdeviceparamsTed Trask2011-12-221-0/+18
|
* Removed template from device and set it up as a parameter instead, moved ↵Ted Trask2011-02-261-1/+0
| | | | scripts into privisioning-scripts.lua, and added DB values for all tables to set up phone provisioning
* Added duplicatedevice actionTed Trask2010-11-041-0/+3
|
* Starting to develop provisioning application.Ted Trask2010-10-281-0/+13
It has the basics for creating/editing/deleting devices/templates/classes/groups/parameters.