Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changes to use new htmlviewfunctions functions | Ted Trask | 2014-04-23 | 1 | -8/+12 |
| | |||||
* | Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, ↵ | Ted Trask | 2014-02-03 | 1 | -18/+16 |
| | | | | and use lowercase tags | ||||
* | Change use of require to work with Lua 5.2 | Ted Trask | 2013-10-09 | 1 | -1/+1 |
| | |||||
* | Only include js libraries if not already included | Ted Trask | 2013-10-03 | 1 | -2/+11 |
| | |||||
* | Added require statement for html library | Ted Trask | 2012-10-02 | 1 | -0/+1 |
| | |||||
* | Fix links to search and create, and fix createdevicefromrequest | Ted Trask | 2012-08-08 | 1 | -1/+1 |
| | |||||
* | Removed calls to redirect_to_referrer and only call redirect if function exists | Ted Trask | 2012-08-07 | 1 | -1/+1 |
| | |||||
* | Started work on updating for acf-core-0.15 | Ted Trask | 2012-04-18 | 1 | -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 device | Ted Trask | 2011-10-14 | 1 | -12/+20 |
| | |||||
* | Minor - permissions for EDITOR and display of searchby... | Ted Trask | 2011-03-04 | 1 | -2/+2 |
| | |||||
* | Fail to create / update device if no classes selected | Ted Trask | 2011-03-04 | 1 | -2/+2 |
| | |||||
* | After create device, redirect to edit it | Ted Trask | 2011-03-04 | 1 | -1/+13 |
| | |||||
* | Removed provisioning-devices and instead use provisioning-device-seq. So, ↵ | Ted Trask | 2011-03-04 | 1 | -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 Trask | 2011-03-01 | 1 | -1/+1 |
| | | | | searchbyextension and searchbymac actions. | ||||
* | Removed name from provisioning_devices, changed getdevicevalues to take ↵ | Ted Trask | 2011-02-28 | 1 | -3/+1 |
| | | | | parameter id, comparision, value (like search) | ||||
* | Add js popups to verify deletes. | Ted Trask | 2010-12-22 | 1 | -1/+2 |
| | |||||
* | Modified search to return and display the group, parameter, and value that ↵ | Ted Trask | 2010-12-03 | 1 | -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 Trask | 2010-11-10 | 1 | -1/+1 |
| | | | | not array | ||||
* | Added getdevicevalues with templated viewtype to load template with haserl. | Ted Trask | 2010-11-04 | 1 | -0/+3 |
| | |||||
* | Starting to develop provisioning application. | Ted Trask | 2010-10-28 | 1 | -0/+57 |
It has the basics for creating/editing/deleting devices/templates/classes/groups/parameters. |