summaryrefslogtreecommitdiffstats
path: root/provisioning-listdevices-html.lsp
Commit message (Collapse)AuthorAgeFilesLines
* Fix links to search and create, and fix createdevicefromrequestTed Trask2012-08-081-1/+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-3/+3
| | | | | Removed controllerfunctions library (still needs more work and corresponding work in model) Updated for viewfunctions to htmlviewfunctions
* Modify listdevices to also display the class values for each deviceTed Trask2011-10-141-12/+20
|
* Minor - permissions for EDITOR and display of searchby...Ted Trask2011-03-041-2/+2
|
* Fail to create / update device if no classes selectedTed Trask2011-03-041-2/+2
|
* After create device, redirect to edit itTed Trask2011-03-041-1/+13
|
* Removed provisioning-devices and instead use provisioning-device-seq. So, ↵Ted Trask2011-03-041-2/+2
| | | | | | device label is no more. Also changed Standard Phone without Call Forwarding to Public Phone.
* Made getdevicevalues and searchdevices into proper forms and added ↵Ted Trask2011-03-011-1/+1
| | | | searchbyextension and searchbymac actions.
* Removed name from provisioning_devices, changed getdevicevalues to take ↵Ted Trask2011-02-281-3/+1
| | | | parameter id, comparision, value (like search)
* Add js popups to verify deletes.Ted Trask2010-12-221-1/+2
|
* Modified search to return and display the group, parameter, and value that ↵Ted Trask2010-12-031-1/+15
| | | | | | matched. You now can get the same device multiple times if there are multiple param matches.
* Added searchdevices action and fixed getdeviceparams to be proper structure, ↵Ted Trask2010-11-101-1/+1
| | | | not array
* Added getdevicevalues with templated viewtype to load template with haserl.Ted Trask2010-11-041-0/+3
|
* Starting to develop provisioning application.Ted Trask2010-10-281-0/+57
It has the basics for creating/editing/deleting devices/templates/classes/groups/parameters.