summaryrefslogtreecommitdiffstats
path: root/config/update_device.lua
Commit message (Collapse)AuthorAgeFilesLines
* Modify update_device to also validate device params (this causes ↵Ted Trask2015-12-281-15/+1
| | | | update_device_params.lua to be called before update_device.lua)
* Fix update_device.lua script to properly call update_device_params.luaTed Trask2015-04-301-2/+2
|
* Remove setfenv call for Lua 5.2 compatibilityTed Trask2015-01-121-5/+11
|
* Pass logevent function to scriptsTed Trask2013-10-271-1/+1
|
* Revert "Change function prototypes to pass self and use self.model instead ↵Ted Trask2013-10-271-3/+3
| | | | | | | | | | of functions table" This reverts commit fb00ff8f05dae3c110beceb929ea036e4cd14ae1. Conflicts: provisioning-model.lua Conflict was resolved by removing "mymodule." from function calls that are once again made local
* Change function prototypes to pass self and use self.model instead of ↵Ted Trask2013-09-231-3/+3
| | | | | | | | functions table Changed the order of the first two parameters passed to validate function in provisioning_params Replaced all APP references with self, now that self is available Still need to implement swapvalidateparams script
* Comment out references to APPTed Trask2012-11-261-1/+1
|
* Added in configuration files / scripts and cgi-bin scripts.Ted Trask2011-10-101-0/+14