summaryrefslogtreecommitdiffstats
path: root/provisioning-editdeviceparams-html.lsp
Commit message (Collapse)AuthorAgeFilesLines
* Implement deletedeviceparamgroup actionHEADmasterTed Trask2019-10-021-8/+19
| | | | | | | | The deletedeviceparamgroup action will delete a parameter group from a device and move up all of the subsequent parameter groups. Only works for parameter groups with names ending with numbers, such as regX. This can be used to delete a registration and move up all of the subsequent registrations, working around the Polycom bug where subsequent registrations do not show up on the device.
* Add viewdeviceparams action and modify roles to add USERTed Trask2017-02-221-0/+2
|
* Revert "Add notifydevices param and add it to all actions that modify ↵Ted Trask2017-02-221-6/+0
| | | | | | devices (not yet implemented)" This reverts commit 07027036bc14ebbb75e54f81b3134ec2b9dc0783.
* Add notifydevices param and add it to all actions that modify devices (not ↵Ted Trask2017-01-291-0/+6
| | | | | | | | | | | yet implemented) Modify HTML views to display confirm warning about possible reboot when notifying devices Split several get_ functions so notifydevices would not appear for new objects Cleaned up some get_ functions to use handle_clientdata Do not display filecontent in createtemplate HTML view (or write it in model) Fix exception if bulkcreatedevices called with empty list Modify 'device' provisioning_groups seq from 1 to 5 to allow notifydevices to display first
* Remove trailing whitespaceTed Trask2016-08-101-3/+3
|
* Fix default override when default is falseTed Trask2016-02-031-2/+2
|
* Change editdeviceparams to not hide section unless it has the section number ↵Ted Trask2015-06-101-1/+1
| | | | in its text
* Update link for showing unused / duplicate groups in editdeviceparams viewTed Trask2015-05-191-2/+2
|
* First cut at hiding unused / duplicate groups in editdeviceparams viewTed Trask2015-05-151-0/+54
|
* 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
|
* Notify admin when a device has overridden group defaultsTed Trask2013-10-071-0/+28
|
* Only include js libraries if not already includedTed Trask2013-10-031-1/+6
|
* Fix redirection when creating new devicesTed Trask2013-08-261-1/+10
|
* 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/+16
|
* Removed provisioning-devices and instead use provisioning-device-seq. So, ↵Ted Trask2011-03-041-1/+0
| | | | | | device label is no more. Also changed Standard Phone without Call Forwarding to Public Phone.
* Removed name from provisioning_devices, changed getdevicevalues to take ↵Ted Trask2011-02-281-1/+0
| | | | parameter id, comparision, value (like search)
* Starting to develop provisioning application.Ted Trask2010-10-281-0/+11
It has the basics for creating/editing/deleting devices/templates/classes/groups/parameters.