summaryrefslogtreecommitdiffstats
path: root/provisioning-listdevices-html.lsp
Commit message (Collapse)AuthorAgeFilesLines
* Add viewdeviceparams action and modify roles to add USERTed Trask2017-02-221-0/+2
|
* Remove trailing whitespaceTed Trask2016-08-101-5/+5
|
* Add server-side pagination, sorting, and filtering for listdevices actionTed Trask2015-07-051-49/+104
|
* Changes to use new htmlviewfunctions functionsTed Trask2014-04-231-8/+12
|
* Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, ↵Ted Trask2014-02-031-18/+16
| | | | and use lowercase tags
* Change use of require to work with Lua 5.2Ted Trask2013-10-091-1/+1
|
* Only include js libraries if not already includedTed Trask2013-10-031-2/+11
|
* Added require statement for html libraryTed Trask2012-10-021-0/+1
|
* 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.