Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version to 0.8.11v0.8.11 | Ted Trask | 2016-03-11 | 1 | -1/+1 |
| | |||||
* | Fix bulkcreatedevices to handle DOS line endings and blank lines | Ted Trask | 2016-03-11 | 1 | -3/+9 |
| | | | | (cherry picked from commit b852f09ad5d7acd6dbf5dad08fa7401634c70035) | ||||
* | Modify dump_database to enforce consistent order for device classes and values | Ted Trask | 2016-03-11 | 1 | -2/+2 |
| | | | | (cherry picked from commit 79f8431289ac679652005707351c799d503f48ad) | ||||
* | Bump version to 0.8.10v0.8.10 | Ted Trask | 2016-02-24 | 1 | -1/+1 |
| | |||||
* | Fix process_put pattern matching to allow for spaces in values | Ted Trask | 2016-02-24 | 1 | -2/+2 |
| | | | | (cherry picked from commit 7b02f9584246caf458e1e02b851b4bca052d18f2) | ||||
* | Fix default override when default is false | Ted Trask | 2016-02-24 | 1 | -2/+2 |
| | | | | (cherry picked from commit 4b32a1931d3e342c273c87cf01c7665a369a9c1c) | ||||
* | Further clean up group defaults and editable | Ted Trask | 2016-02-24 | 2 | -14/+26 |
| | | | | | | | Editable group params should have null default so don't show up as overridden (mailbox, mailcallback) Removed editable from provpollingtime and dndenable as these should not be editable per device (cherry picked from commit 3862d4fd40c96b6237d334801d9a1d5523aebf92) | ||||
* | Bump version to 0.8.9v0.8.9 | Ted Trask | 2016-01-18 | 1 | -1/+1 |
| | |||||
* | Revert changes inadvertently included in "Bump version to 0.8.7" | Ted Trask | 2016-01-18 | 3 | -15/+15 |
| | | | | This reverts commit 9ce48686e81f7ace3028a630c91795a8e76ea6a5. | ||||
* | Bump version to 0.8.8v0.8.8 | Ted Trask | 2016-01-18 | 1 | -1/+1 |
| | |||||
* | Fix filter by device_id in listdevices | Ted Trask | 2016-01-18 | 1 | -1/+9 |
| | |||||
* | Bump version to 0.8.7v0.8.7 | Ted Trask | 2016-01-18 | 4 | -16/+16 |
| | |||||
* | Modify CyberData template to work with any init.cfg or none at all | Ted Trask | 2016-01-18 | 1 | -15/+44 |
| | | | | Previously, init.cfg had to follow a specific format to work | ||||
* | Allow parameter failure when creating device (or could never create devices) | Ted Trask | 2016-01-02 | 2 | -2/+9 |
| | |||||
* | Better error reporting for editgroup/param when succeeded but setting device ↵ | Ted Trask | 2015-12-28 | 2 | -4/+14 |
| | | | | params failed | ||||
* | Need to pass error text into handlesqlexception | Ted Trask | 2015-12-28 | 1 | -42/+42 |
| | |||||
* | Use cfe:print_errtxt in more places for better error reporting | Ted Trask | 2015-12-28 | 1 | -29/+5 |
| | |||||
* | Modify update_device to also validate device params (this causes ↵ | Ted Trask | 2015-12-28 | 2 | -18/+10 |
| | | | | update_device_params.lua to be called before update_device.lua) | ||||
* | Get/set device params after updating group/param so validation runs in ↵ | Ted Trask | 2015-12-28 | 1 | -16/+12 |
| | | | | addition to notify | ||||
* | Fix dump_database to properly output null values | Ted Trask | 2015-12-28 | 1 | -7/+13 |
| | |||||
* | Minor cleanup for efficiency | Ted Trask | 2015-12-28 | 1 | -20/+20 |
| | |||||
* | Clean up group defaults so you can specify whether or not to override the ↵ | Ted Trask | 2015-12-28 | 3 | -47/+54 |
| | | | | | | parameter default In general, device and reg groups do not override anything and service groups override all parameters | ||||
* | Fix checkgroupdefaultoverride bug in sql returning false positive | Ted Trask | 2015-12-25 | 1 | -2/+2 |
| | |||||
* | Bump databaseversion to 7 | Ted Trask | 2015-12-24 | 1 | -1/+1 |
| | |||||
* | Add Algo parameter related with Speaker mode | Vinicius de Jesus | 2015-12-24 | 3 | -0/+24 |
| | | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com> | ||||
* | Fix database exception handling if occurs during connection attempt | Ted Trask | 2015-12-24 | 1 | -1/+4 |
| | |||||
* | Use database LOCK rather than SERIALIZABLE transaction to prevent ↵ | Ted Trask | 2015-12-24 | 1 | -25/+31 |
| | | | | serialization errors | ||||
* | Allow bulkcreatedevices to use exact match to label for select option | Ted Trask | 2015-12-07 | 1 | -3/+6 |
| | |||||
* | Cleanup database access to always use transactions and properly ↵ | Ted Trask | 2015-12-07 | 1 | -186/+237 |
| | | | | | | close/rollback on exceptions Note: Scripts are now called within transactions, so they cannot contain transactions themselves | ||||
* | Bump version to 0.8.6v0.8.6 | Ted Trask | 2015-11-25 | 1 | -1/+1 |
| | |||||
* | Fix bulkcreate/dumpdevices to handle escaping ',' and '"' in csv files | Ted Trask | 2015-11-25 | 1 | -6/+55 |
| | |||||
* | Replace convertsize function with orig_size | Ted Trask | 2015-11-20 | 3 | -32/+5 |
| | | | | Also changes listtemplates to return all details and fixes HTML view bug when template file is missing | ||||
* | Bump version to 0.8.5v0.8.5 | Ted Trask | 2015-11-20 | 1 | -1/+1 |
| | |||||
* | Cleanup of Algo ring parameter patch | Ted Trask | 2015-11-20 | 2 | -15/+15 |
| | |||||
* | Add Algo parameter related with ring tone and volume | Joao Arruda | 2015-11-20 | 3 | -1/+114 |
| | | | | Signed-off-by: Ted Trask <ttrask01@yahoo.com> | ||||
* | Allow uploading a file for bulkcreatedevices | Ted Trask | 2015-11-13 | 2 | -0/+11 |
| | |||||
* | Fix processing of boolean values in bulk(create/dump)devices | Ted Trask | 2015-11-12 | 1 | -1/+3 |
| | | | | bulkcreatedevices will accept 'true' or 'TRUE' as true | ||||
* | Fix bulkcreatedevice when option value is a blank string | Ted Trask | 2015-11-12 | 1 | -1/+1 |
| | |||||
* | Allow blank value or label in editoptions action | Ted Trask | 2015-11-12 | 1 | -3/+3 |
| | |||||
* | Display results of editoptions in editparam HTML view | Ted Trask | 2015-11-12 | 1 | -0/+1 |
| | |||||
* | Add bulkdumpdevices action to export devices to CSV file | Ted Trask | 2015-11-12 | 4 | -2/+88 |
| | |||||
* | Fix link to edit options from edit param HTML view | Ted Trask | 2015-11-11 | 1 | -1/+5 |
| | |||||
* | Modify bulkcreatedevices to accept substrings of label for device values ↵ | Ted Trask | 2015-11-11 | 1 | -2/+23 |
| | | | | | | that have options Fix bulkcreatedevices class values to escape magic characters in value | ||||
* | Bump version to 0.8.4v0.8.4 | Ted Trask | 2015-11-06 | 1 | -1/+1 |
| | |||||
* | Create bulkcreatedevices action | Ted Trask | 2015-11-06 | 4 | -8/+122 |
| | |||||
* | Bump version to 0.8.3v0.8.3 | Ted Trask | 2015-09-21 | 1 | -1/+1 |
| | |||||
* | Fix provisioning.cgi to only process PUTs for .cfg files | Ted Trask | 2015-09-21 | 1 | -2/+3 |
| | | | | This was causing a problem with Polycoms PUTing .tar.gz files. | ||||
* | Bump version to 0.8.2v0.8.2 | Ted Trask | 2015-08-11 | 1 | -1/+1 |
| | |||||
* | Fix ciscoata-template.lua file | Joao Arruda | 2015-07-23 | 1 | -2/+6 |
| | | | | | | | Adjust typo in the admin password parameter; Include new parameter to make sure the Time_Server value will be accepted; Signed-off-by: Ted Trask <ttrask01@yahoo.com> | ||||
* | Bump version to 0.8.1v0.8.1 | Ted Trask | 2015-07-13 | 1 | -1/+1 |
| |