summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Add reason to write_config() callsdoktornotor2017-03-091-3/+3
| | |/ / / /
| * | | | | Merge pull request #3563 from NOYB/GitSync_-_Remove_PersonalizationsSteve Beaver2017-03-201-2/+2
| |\ \ \ \ \
| | * | | | | GitSync - Remove your personalizationsNOYB2017-02-211-2/+2
| * | | | | | Merge pull request #3605 from doktornotor/patch-7Steve Beaver2017-03-201-2/+16
| |\ \ \ \ \ \
| | * | | | | | Sanitize linebreaks for textarea fields in packages on save (Bug #5306)doktornotor2017-03-031-2/+16
| * | | | | | | Merge pull request #3610 from stilez/patch-57Steve Beaver2017-03-203-10/+55
| |\ \ \ \ \ \ \
| | * | | | | | | review point fixedstilez2017-03-171-5/+10
| | * | | | | | | typostilez2017-03-171-1/+1
| | * | | | | | | replace setHelp() on section with staticText() and textual change requestedstilez2017-03-161-6/+17
| | * | | | | | | Textual change as requestedstilez2017-03-161-2/+2
| | * | | | | | | Textual changes requestedstilez2017-03-161-2/+3
| | * | | | | | | v4 or v6stilez2017-03-051-1/+1
| | * | | | | | | change "returned" -> "to return"stilez2017-03-051-1/+1
| | * | | | | | | better titlestilez2017-03-051-2/+2
| | * | | | | | | Clearer narrative for domain override on main resolver config pagestilez2017-03-051-3/+10
| | * | | | | | | Clearer narrative for host override edit pagestilez2017-03-051-4/+12
| | * | | | | | | incorrect escape \stilez2017-03-051-1/+1
| | * | | | | | | Clearer narrative for domain override on main resolver config pagestilez2017-03-051-0/+7
| | * | | | | | | Clearer narrative for domain override edit pagestilez2017-03-051-2/+8
| | |/ / / / / /
| * | | | | | | Merge pull request #3628 from doktornotor/patch-17Steve Beaver2017-03-201-6/+34
| |\ \ \ \ \ \ \
| | * | | | | | | Add error handling to AJAX calldoktornotor2017-03-081-0/+3
| | * | | | | | | Add AJAX to interfaces widgetdoktornotor2017-03-081-6/+31
| * | | | | | | | Merge pull request #3630 from doktornotor/patch-19Steve Beaver2017-03-201-0/+3
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Add error handling to AJAX calldoktornotor2017-03-081-0/+3
| * | | | | | | | | Merge pull request #3632 from doktornotor/patch-21Steve Beaver2017-03-209-17/+23
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Add reason to write_config() calldoktornotor2017-03-091-1/+1
| | * | | | | | | | | Add reason to write_config() calldoktornotor2017-03-091-1/+1
| | * | | | | | | | | Update system_update_settings.phpdoktornotor2017-03-091-1/+1
| | * | | | | | | | | Add reason to write_config() calldoktornotor2017-03-091-1/+1
| | * | | | | | | | | Add reason to write_config() calldoktornotor2017-03-091-1/+1
| | * | | | | | | | | Add reason to write_config() callsdoktornotor2017-03-091-10/+10
| | * | | | | | | | | Add reason to write_config() calldoktornotor2017-03-091-1/+1
| | * | | | | | | | | Add reason to write_config() callsdoktornotor2017-03-091-1/+6
| | * | | | | | | | | Add reason to write_config() calldoktornotor2017-03-091-0/+1
| | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | Merge pull request #3594 from doktornotor/patch-13Steve Beaver2017-03-201-2/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Reduce numeric precision in gateways widget to single decimal place (Feature ...doktornotor2017-02-261-2/+2
| * | | | | | | | | | Merge pull request #3529 from Chrisc-c-c/Fix-List-Sort-OrderSteve Beaver2017-03-204-8/+25
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| | * | | | | | | | | Fix incorrect sorting for various dropdown lists.Chris Rowe2017-02-124-8/+25
* | | | | | | | | | | Redmine 7182 Allow multiple copies of widgets on dashboardPhil Davis2017-03-2020-815/+944
* | | | | | | | | | | Redmine #7318 None button for widget filtersPhil Davis2017-03-1910-50/+56
* | | | | | | | | | | Handle widgets having no items selected for displayPhil Davis2017-03-199-20/+112
|/ / / / / / / / / /
* | | | | | | | | | Don't process empty anchors as it could lead to flushing more than intended w...jim-p2017-03-161-0/+4
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Run custom deinstall commands during the deinstall phase instead of post-dein...jim-p2017-03-161-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Perform a filter reload after starting relayd so it does not leave the firewa...jim-p2017-03-151-0/+2
* | | | | | | | Don't display the "export key" icon if there is no key to export. e.g. If hte...Steve Beaver2017-03-151-1/+3
* | | | | | | | Base64 encode private keySteve Beaver2017-03-151-1/+1
* | | | | | | | Add the ability to save a private key with the newly signed certSteve Beaver2017-03-151-1/+20
* | | | | | | | Revised certificate selectors to use refid rather than indexSteve Beaver2017-03-151-14/+18
* | | | | | | | Deleted CSR key textarea - No longer requiredSteve Beaver2017-03-151-20/+3
* | | | | | | | Merge pull request #3515 from marjohn56/masterjim-p2017-03-153-59/+163
|\ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud