summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2762 from phil-davis/patch-4Stephen Beaver2016-03-171-0/+4
|\
| * Redmine #5994 Enhance test for PPP advanced defaultsPhil Davis2016-03-181-0/+4
| | | | | | | | | | If pppoe_monthly, pppoe_weekly, pppeo_daily or pppoe_hourly was already set, then when editing the PPP interface the advanced fields were not automagically displayed. They should be, because the user needs to see these settings if they are there. Add these extra checks to the test makes the Advanced fields automagically open correctly in this case.
* | Merge pull request #2760 from phil-davis/patch-3Stephen Beaver2016-03-171-1/+2
|\ \ | |/ |/|
| * Redmine #5994 Fix test for default source port fieldsPhil Davis2016-03-181-1/+2
|/ | | Fixes the problem reported by @jimp where the Advanced button for the source port fields would show "Hide Advanced" when creating a new rule from scratch. Now when creating a new rule, it starts off as "Display Advanced" (with the source port fields hidden.
* Fixed #6003Stephen Beaver2016-03-171-2/+21
| | | | | | Corrected showadv logic Corrected long standing iussue displaying reset times (goes back to 2.0) Corrected config save by adding hidden ptpid
* FIlebrowser package moved to vendor direcrotyStephen Beaver2016-03-1725-8/+31
|
* Relocated tree directory to vendors/treeStephen Beaver2016-03-1717-15/+27
|
* Revised fix #6007Stephen Beaver2016-03-171-6/+0
|
* Fixed #6007Stephen Beaver2016-03-171-0/+3
| | | | Initilize element before refreshing
* Remove unneeded controlStephen Beaver2016-03-171-5/+0
|
* Merge pull request #2755 from NOYB/HTML_Compliance_-_Services_/_DHCP_ServerStephen Beaver2016-03-171-1/+1
|\
| * HTML Compliance - Services / DHCP ServerNOYB2016-03-171-1/+1
| | | | | | | | Error: The align attribute on the td element is obsolete. Use CSS instead.
* | Merge pull request #2758 from phil-davis/patch-4Stephen Beaver2016-03-171-41/+41
|\ \
| * | Redmine #5994 Standardize NAT Edit Source AdvancedPhil Davis2016-03-171-41/+41
| | | | | | | | | | | | | | | 1) Standardize the way the Advanced button works to display and hide the source address/port fields. 2) Remove dstenable boolean - it was always set to 1 (true) and so all the tests that used it were meaningless. 3) Use true and false for portsenabled var rather than 1 and 0 - easier to read/understand.
* | | Merge pull request #2754 from phil-davis/patch-3Stephen Beaver2016-03-171-33/+61
|\ \ \
| * | | Redmine #5994 standardize firewall rule advanced buttonPhil Davis2016-03-171-24/+42
| | | |
| * | | Redmine #5994 Standardize source port buttonPhil Davis2016-03-171-9/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in firewall_rules_edit 1) Put some common code fragments into show_source_port_range() and use code that actually successfully changes the button text Display/Hide. Around line 1808. 2) Make the button itself be hidden when a protocol is selected that does not use source port range (as well as the source port fields being hidden) - line 1908-1909 3) When the user re-selects a protocol that can use source port range, unhide the button and set the button text and hide/unhide of source port fields appropriately depending on the run-time values in the source port fields - line 1900-1905 This standardizes the behavior of the source port Advanced button. I will do the other general advanced button separately.
* | | | Merge pull request #2753 from phil-davis/patch-5Stephen Beaver2016-03-171-10/+39
|\ \ \ \ | |_|/ / |/| | |
| * | | Redmine #5994 Standardize Unbound custom options buttonPhil Davis2016-03-171-10/+39
|/ / / | | | | | | This is the last piece of code I have for standardizing "advanced" buttons in the UI.
* | | Merge pull request #2756 from NewEraCracker/css-path-fixChris Buechler2016-03-172-5/+5
|\ \ \ | |_|/ |/| |
| * | Update file_exists check to full path as done in other filesNewEraCracker2016-03-171-1/+1
| | |
| * | Fix CSS paths missed by 9d1be24ef72c0c27fe7a297bf79ec5e4f552a390NewEraCracker2016-03-172-4/+4
|/ /
* | shorten ipsec widget refresh timeJared Dillard2016-03-161-1/+1
| |
* | Fixed #5918 ipsec widget row color on dark themeJared Dillard2016-03-161-5/+0
|/
* remove extra slashJared Dillard2016-03-161-1/+1
|
* point css files to the new locationJared Dillard2016-03-165-7/+7
|
* add color to iconsJared Dillard2016-03-161-3/+3
|
* remove old depricated locationJared Dillard2016-03-161-1/+0
|
* Make pkg_mgr_installed.php use an ajax call to avoid GUI timeout when rpeo ↵Renato Botelho2016-03-161-100/+185
| | | | is unreachable
* accidently re-added a file in last commitJared Dillard2016-03-161-139/+0
|
* Merge pull request #2753 from phil-davis/patch-5Stephen Beaver2016-03-161-35/+65
|\
| * Redmine #5994 interfaces_ppps_edit standardize advanced buttonPhil Davis2016-03-161-35/+65
| |
* | Merge pull request #2752 from phil-davis/patch-4Stephen Beaver2016-03-161-24/+76
|\ \
| * | Redmine #5994 interfaces_bridge_edit standardize advanced buttonPhil Davis2016-03-161-24/+76
| | |
* | | Merge pull request #2751 from phil-davis/patch-3Stephen Beaver2016-03-160-0/+0
|\ \ \
| * | | Redmine #5994 services_ntpd_gps standardize advanced buttonPhil Davis2016-03-161-20/+82
| |/ /
* | | Redmine #5994 services_ntpd_gps standardize advanced buttonPhil Davis2016-03-161-20/+82
| | |
* | | organize assets and put 3rd party into vendor folderJared Dillard2016-03-1670-622/+159
| | |
* | | Remove workaround introduced in a2febf9a0. It reduces download timeout to ↵Renato Botelho2016-03-161-14/+1
| | | | | | | | | | | | 10s and break update from 2.2 to 2.3
* | | Add an option to define extra env vars to pkg_call() and pkg_exec()Renato Botelho2016-03-161-5/+9
| | |
* | | Simplified stylingStephen Beaver2016-03-161-12/+15
| | |
* | | Revised modal stylingStephen Beaver2016-03-161-0/+3
| | |
* | | Fix up the "Show Phase 2 Entries" button for IPsec. Ticket #5965jim-p2016-03-161-1/+1
| | |
* | | Converted LDAP container picker to modalStephen Beaver2016-03-164-176/+143
| | |
* | | match text to buttonsJared Dillard2016-03-162-2/+2
| | |
* | | replace undo with times icon for closingJared Dillard2016-03-161-1/+1
| | |
* | | Style revisionsStephen Beaver2016-03-161-9/+11
| | |
* | | LDAP test pop-up replaced with Bootstrap styled modalStephen Beaver2016-03-163-148/+111
| | |
* | | Status / Dashboard - Conceal save icon when not dirty.NOYB2016-03-162-7/+11
| |/ |/|
* | Save default-config flavor on filesystemRenato Botelho2016-03-162-0/+4
|/
OpenPOWER on IntegriCloud