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 | -9/+1 |
| | | | | | | 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 | -1/+9 |
| | | | | | | | | | | | 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 |
| | |||||
* | Fix editdevice-html view to display command results - fixes bug where ↵ | Ted Trask | 2014-08-18 | 1 | -0/+2 |
| | | | | createdevice fails the second time it is run | ||||
* | Changes to use new htmlviewfunctions functions | Ted Trask | 2014-04-23 | 1 | -2/+1 |
| | |||||
* | Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, ↵ | Ted Trask | 2014-02-03 | 1 | -1/+1 |
| | | | | 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 | -1/+5 |
| | |||||
* | Fix redirection when creating new devices | Ted Trask | 2013-08-26 | 1 | -1/+19 |
| | |||||
* | Added require statement for html library | Ted Trask | 2012-10-02 | 1 | -0/+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 | -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 editdeviceparams | Ted Trask | 2011-12-22 | 1 | -0/+18 |
| | |||||
* | Removed template from device and set it up as a parameter instead, moved ↵ | Ted Trask | 2011-02-26 | 1 | -1/+0 |
| | | | | scripts into privisioning-scripts.lua, and added DB values for all tables to set up phone provisioning | ||||
* | Added duplicatedevice action | Ted Trask | 2010-11-04 | 1 | -0/+3 |
| | |||||
* | 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. |