summaryrefslogtreecommitdiffstats
path: root/provisioning-model.lua
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed writing of template to remove dos formatting.Ted Trask2010-11-261-1/+1
|
* Fixed search to handle multiple responses and correctly check parameter values.Ted Trask2010-11-231-35/+6
|
* Display groups by name, not by label.Ted Trask2010-11-161-0/+1
|
* Fixed bug in search sql statementTed Trask2010-11-161-1/+1
|
* Added ability to search for device by name, label, and template.Ted Trask2010-11-151-11/+23
|
* Added searchdevices action and fixed getdeviceparams to be proper structure, ↵Ted Trask2010-11-101-4/+56
| | | | not array
* Cleaned up some things with ordering and with transaction rollback.Ted Trask2010-11-081-12/+15
| | | | Also removed unique restriction from class label.
* Added getdevicevalues with templated viewtype to load template with haserl.Ted Trask2010-11-041-2/+4
|
* Allowed blanks for device classes and class groups.Ted Trask2010-10-281-8/+10
|
* Modified get/update device/class to device up classes/groups by name to make ↵Ted Trask2010-10-281-15/+37
| | | | selection clearer.
* Starting to develop provisioning application.Ted Trask2010-10-281-0/+1240
It has the basics for creating/editing/deleting devices/templates/classes/groups/parameters.