Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Add notifydevices param and add it to all actions that modify ↵ | Ted Trask | 2017-02-22 | 1 | -17/+0 |
| | | | | | | devices (not yet implemented)" This reverts commit 07027036bc14ebbb75e54f81b3134ec2b9dc0783. | ||||
* | Add notifydevices param and add it to all actions that modify devices (not ↵ | Ted Trask | 2017-01-29 | 1 | -0/+17 |
| | | | | | | | | | | | 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 whitespace | Ted Trask | 2016-08-10 | 1 | -1/+1 |
| | |||||
* | Display results of editoptions in editparam HTML view | Ted Trask | 2015-11-12 | 1 | -0/+1 |
| | |||||
* | Fix link to edit options from edit param HTML view | Ted Trask | 2015-11-11 | 1 | -1/+5 |
| | |||||
* | Changes to use new htmlviewfunctions functions | Ted Trask | 2014-04-23 | 1 | -12/+3 |
| | |||||
* | Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, ↵ | Ted Trask | 2014-02-03 | 1 | -5/+7 |
| | | | | and use lowercase tags | ||||
* | Change use of require to work with Lua 5.2 | Ted Trask | 2013-10-09 | 1 | -1/+1 |
| | |||||
* | Removed unneeded views by updating CFE for autoview | Ted Trask | 2012-10-27 | 1 | -7/+0 |
| | |||||
* | Added require statement for html library | Ted Trask | 2012-10-02 | 1 | -0/+1 |
| | |||||
* | Started work on updating for acf-core-0.15 | Ted Trask | 2012-04-18 | 1 | -2/+2 |
| | | | | | Removed controllerfunctions library (still needs more work and corresponding work in model) Updated for viewfunctions to htmlviewfunctions | ||||
* | Added support for select type and provisioning options. | Ted Trask | 2010-12-09 | 1 | -0/+9 |
| | |||||
* | Starting to develop provisioning application. | Ted Trask | 2010-10-28 | 1 | -0/+13 |
It has the basics for creating/editing/deleting devices/templates/classes/groups/parameters. |