summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removed provisioning-devices and instead use provisioning-device-seq. So, ↵Ted Trask2011-03-045-58/+36
| | | | | | device label is no more. Also changed Standard Phone without Call Forwarding to Public Phone.
* Changed script to mac is not defaulted to invalid valueTed Trask2011-03-041-2/+2
|
* Fixed delete_group by deleting in the right orderTed Trask2011-03-041-2/+2
|
* Modified getgroup/updategroup to add default - allowing creating groups with ↵Ted Trask2011-03-041-5/+24
| | | | null defaults
* Fixed delete_class by deleting in the right orderTed Trask2011-03-031-2/+2
|
* Removed HTTP status from templated getdevicevaluesTed Trask2011-03-031-5/+0
|
* Added searchbyextension and searchbymac to the menuTed Trask2011-03-023-0/+16
|
* Made getdevicevalues and searchdevices into proper forms and added ↵Ted Trask2011-03-018-39/+103
| | | | searchbyextension and searchbymac actions.
* Added MAC address param to devices.Ted Trask2011-02-281-9/+12
|
* Removed name from provisioning_devices, changed getdevicevalues to take ↵Ted Trask2011-02-287-71/+47
| | | | parameter id, comparision, value (like search)
* Removed template from device and set it up as a parameter instead, moved ↵Ted Trask2011-02-268-166/+462
| | | | scripts into privisioning-scripts.lua, and added DB values for all tables to set up phone provisioning
* Bumped version to 0.0.5v0.0.5Ted Trask2011-02-111-1/+1
|
* Display the matching param group label when displaying device paramsTed Trask2011-02-111-2/+3
|
* Name should be unique for provisioning_class_groupTed Trask2011-02-111-1/+1
|
* Fixed up class sequenceTed Trask2011-02-112-2/+4
|
* Added concept of class groups to allow separate name and label for class groupsTed Trask2011-02-118-26/+267
| | | | | | | Added four new actions - listclassgroups, editclassgroup, createclassgroup, and deleteclassgroup Added new provisioning_class_groups table Changed provisioning_classes to change name to class_group_id plus added seq field Modified groups to only accept alphanumeric names and display param group label instead of name when editing params
* Bumped release to 0.0.4v0.0.4Ted Trask2011-01-191-1/+1
|
* Added delete_device script and made sure to pass full params structures to ↵Ted Trask2011-01-181-8/+30
| | | | scripts.
* Bumped version to 0.0.3v0.0.3Ted Trask2011-01-121-1/+1
|
* Added script files to be run after edit device and after edit device params.Ted Trask2011-01-116-4/+125
|
* Bumped version to 0.0.2v0.0.2Ted Trask2011-01-041-1/+1
|
* Moved templates to /etc/provisioning/templatesTed Trask2011-01-041-1/+2
|
* Added some unique indexes to enforce proper uniquenessTed Trask2010-12-271-1/+3
|
* Added in some plpgsql triggers for data validation on inserts plus had to ↵v0.0.1Ted Trask2010-12-241-8/+50
| | | | make runscript recursive.
* Added foreign key references to table definitions.Ted Trask2010-12-231-8/+10
|
* Add js popups to verify deletes.Ted Trask2010-12-226-6/+10
|
* Added indexes to try to help query speedTed Trask2010-12-091-1/+20
|
* Added regexp field to provisioning_params for validating text paramsTed Trask2010-12-091-8/+13
|
* Delete options when deleting parameterTed Trask2010-12-091-0/+2
|
* Added support for select type and provisioning options.Ted Trask2010-12-095-8/+141
|
* Modified search to return and display the group, parameter, and value that ↵Ted Trask2010-12-032-14/+33
| | | | | | matched. You now can get the same device multiple times if there are multiple param matches.
* Broke up get_device_values into two functions, one by name, one by device_id.Ted Trask2010-11-262-18/+38
|
* Adjusted search to include != and regular expressions comparisons.Ted Trask2010-11-262-15/+14
|
* 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
|
* Removed handling of viewtype because now will be handled by core.Ted Trask2010-11-161-9/+0
|
* 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-106-7/+85
| | | | 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 duplicatedevice actionTed Trask2010-11-044-2/+10
|
* Added getdevicevalues with templated viewtype to load template with haserl.Ted Trask2010-11-045-2/+24
|
* 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-2826-0/+1794
It has the basics for creating/editing/deleting devices/templates/classes/groups/parameters.