Encode server name in OpenVPN widget
Fixed modal.class.php so that modal forms now workinterface.php changes still WIP
Basic functionality based on types completed and tested
Fixed #5099
Fixed #5015subnet mask not depends on type selector (single/network) only
Fixed #5102javascript revised to accommodate VPN masks
fix passthrough MAC addition
fix text
fix up text
Fixed #5101Removed new line/space before closing
Fixed #5105Page updated as suggested via comments
Fixed #5104Repaired automated help display which I broke when fixing an earlier control naming bug
Fixed #5103Added back enable controlTidied up the page display by adding a panel surronding the tables
Fixed #5102Provided new method addVPNMask() that creates a mask selector including '0'
Fixed #5101system() command replaced with exec()
Fixed #5100Corrected input names (test_snmp => test-snmp. SAme for growl.Made buttons prettier
Corrected typo (delet)
Fixed #5099Corrected destination port group class
Fixed #5098Page re-written to use jQuery row add/delete
Test version to check certificate generation
Added autocomplete = off to smtpusername
Fixed #5096Layout changed as requested
Fixed 5095
Fixed #5094Reformatted as requested
Encode auth server name before display.
Fixed #5092Removed all tabs/pills as requested
Test for #5087Attempt to prevent browser autofil on email username
Merge pull request #1862 from phil-davis/bootstrap-gh
Merge pull request #1857 from phil-davis/bootstrap-www
Merge pull request #1877 from phil-davis/patch-14
Comment edit
Numerous detail edits from Phil DavisThank you!
Corrected template type in form restoration
Don't apply LDAP template on page load whn act == edit
Fixed #5088Form restoration revisited
This needs to be require_once. Fixes diag_ipsec.php
Merge with bootstrap again
index.php code format
Form button values and position corrected
Possible fix for disabled/enabled
Fixed #5093Page completely re-written. What were they thinking?
Fixed #5092Nixed CARP tab
Fixed #5089Replace toggle with jQuery
Fixed #5087My fault. Dropped the 's' in smtp :(
Fixed #5088Functionality was not present in 2.2. Added $pconfig = $_POST to restore form contents on validation failure
Fixed #5087Programmer had changed the input names such that they no longer matched the config system nasmes (again)
Fixed 5086Now has its own section
Fixed #5071Incorrect button title
My copy/paste error
All HTML completed. Work in progress. NOT ready for testing
fix code styling
move error message to top of page
Fixed #5084log page links updated
Merge with bootstrap
fix #5059
Fixed 5082Name field available on input errors.
Remove debug
Fixed #5079Programmer mixed up Submit/submit/Save/save
Fixed #5078Added 'None' option to hardware array
Fixed #5077Programmer changed the name of these inputs, but only in some places :)
Fixed #5076Corrected element name 'password' => 'proxypass'
Fixed 5069Inputs should be readonly, not disabled when not required. Disabling prevents them from being submitted and breaks the form.
Fixed 5068Provided misggin javascript functionality
Fixed 5067Provided missing functionality in jQuery
Fixed 5066Toggles suck. Replaced with explicit jQuery
convert old icons to glyphicons
Fixed #6065Method setDiasabled() seems to not only disable the input, but prevent it from being submitted.Replasced with jQuery
FIxes after merge
Post merge commit
bootstrap, small fixes to unbound/dnsmasq edit pages, service icons.+ FIXME item that prevented lots of pages from loading..
Merge pull request #1858 from phil-davis/bootstrap-f
Merge pull request #1856 from phil-davis/patch-12
Merge pull request #1853 from PiBa-NL/bootstrap_fix1
Merge pull request #1851 from phil-davis/patch-9
Merge pull request #1850 from phil-davis/patch-8
Merge pull request #1849 from phil-davis/patch-7
bootstrap www gh minor edits
Merge with latest bootstrap code
Fixed #5061I had reveresed 'any' and '(Other)' in the port list :(
Fixed #5057Toggles converted to jQuery for better control
Fixed #5028Restored correct delcert action
fix default for source tracking, and other text
Ticket #5060 Revert "Deleted orig fileq"
This reverts commit ca5445db5457ec754debdaa84c37beeeaa49aa17.
Revert "Fixed 5060"
This reverts commit 75734ca6916542f8748ccaee59cbbb529444cc8f.
Restored to correct version (pre-merge)
Fixed 5060firewall_virtual_ip_edit.php restored to teh repoNo idea why/how it was removed
Fixed 5056Corrected input value
Fixed #5055"All" no longer appears in group lists
Fixed 5047Alternative layout
Fixed #5047LDAP search scope members now grouped
Fixed # 4969Added conditional to inputUpdated copyright
Fixed #5028By restoring "Delete" button and fixing table elements
Corrected cert table functionality by adding missing PHP
Fixed #5012Corrected value name
Comment typos
Merge branch 'master' into bootstrap
Encode the rule description before displaying back to the user in an error when attempting to delete an in-use alias.
Coded a new system for displaying tables of input elements with jQuery providingDelete/Add/Move functionality without breaking the inputs. See pfWiki for details