summaryrefslogtreecommitdiffstats
path: root/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* use email from CA creation also as the default for server certChris Buechler2014-04-141-0/+1
|
* Nowdays there is no real difference between the kernels apart the ZFS ↵Ermal2014-04-141-23/+1
| | | | support. So do not keep a distinction anymore
* Add curly brackets here to improve readabilityRenato Botelho2014-04-101-2/+2
|
* unset doesn't like @ to silent it, just check if it's set before unsetRenato Botelho2014-04-101-1/+2
|
* Use an alphanumeric test rather than purely is_numericint because the ID is ↵jim-p2014-04-091-2/+2
| | | | generated by uniqid and is not purely numeric. Fixes #3591
* Restore old logic and add a @ at unset to silent when it is not set as ↵Renato Botelho2014-04-081-3/+3
| | | | suggested by Ermal
* Merge pull request #1068 from FCI/patch-1Renato Botelho2014-04-081-3/+3
|\
| * Update system_advanced_misc.phpNick Daniels2014-04-051-1/+1
| |
| * Added check line 175: Needed to fix error in GUINick Daniels2014-04-051-1/+2
| | | | | | Added check to see if $config['ipsec']["ipsec_{$lkey}"] is set before executing unnecessary unset, was causing issues when trying to enable/disable ("Do NOT check packages signature")
* | Check if the ipsec section exists before doing operations on it.Ermal2014-04-071-5/+7
| |
* | fixes Bug #3569Marcello Coutinho2014-04-071-1/+4
| | | | | | | | | | | | | | | | On packages that uses row_helper when user clicks on add or delete button, the page scrolls to top. It seems something with ajax http://stackoverflow.com/questions/1061580/jquery-click-on-anchor-element-forces-scroll-to-top A simple return false after jquery action fixes the unwanted scroll.
* | Merge pull request #1056 from ExolonDX/branch_master_12Renato Botelho2014-04-071-16/+17
|\ \
| * | Tidy up "services_dhcp_relay.php" XHTMLColin Fleming2014-04-041-16/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | Add "closehead" variable and close HEAD manually Add CDATA sections to scripts Add summary to TABLES Add missing closing FORM if DHCP is enabled Update HTML Boolean operators Close INPUT
* | | Merge pull request #1057 from ExolonDX/branch_master_13Renato Botelho2014-04-072-125/+137
|\ \ \
| * | | Tidy up "services_dhcp" XHTMLColin Fleming2014-04-042-125/+137
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update alert message Add "closehead" variable and manually close HEAD Add CDATA sections to scripts Add summart to tables Update HTML Boolean operators Close INPUT Add missing closing P tag Remove empty TFOOT Add missing opening TR tag, closing TD tag and closing P tag Remove duplicate closing TR
* | | Merge pull request #1058 from ExolonDX/branch_master_14Renato Botelho2014-04-071-15/+16
|\ \ \
| * | | Tidy up "services_dhcpv6_realy.php" XHTMLColin Fleming2014-04-041-15/+16
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Add "closehead" variable and manually close HEAD Add CDATA sections to scripts Add summary to tables Add missing closing FORM if DHCPV6 is running Update HTML Boolean operators Close INPUT
* | | Merge pull request #1059 from ExolonDX/branch_master_15Renato Botelho2014-04-072-71/+78
|\ \ \
| * | | Tidy up "services_dhcpv6" XHTMLColin Fleming2014-04-042-71/+78
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update alert message Add "closehead" variable and manually close HEAD Add CDATA sections to script Add SUMMARY to tables Update HTML Boolean operators Close INPUT Add missing closing P tag Remove empty TFOOT tag Deprecate ampersand
* | | Merge pull request #1060 from ExolonDX/branch_master_16Renato Botelho2014-04-071-10/+15
|\ \ \
| * | | Tidy up "services_router_advertisements" XHTMLColin Fleming2014-04-041-10/+15
| |/ / | | | | | | | | | | | | | | | | | | | | | Add CDATA sections to script Add SUMMARY to table Update HTML Boolean operators Add dummy table row, but don't display it Close INPUT
* | | Merge pull request #1061 from ExolonDX/branch_master_17Renato Botelho2014-04-073-83/+89
|\ \ \
| * | | Tidy up "services_dnsmasq" XHTMLColin Fleming2014-04-043-83/+89
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "closehead" variable and manually close HEAD Add CDATA sections to scripts Add SUMMARY to tables Update HTML Boolean operators Close INPUT Move TFOOT between THEAD and TBODY (quirk of HTML) Move NOWRAP into class statement Close IMG and add ALT Deprecate ampersand Add table row, but don't display it Remove duplicate opening and closing TR tags Add missing closing BODY tag and closing HTML tag
* | | Merge pull request #1062 from ExolonDX/branch_master_18Renato Botelho2014-04-073-78/+83
|\ \ \
| * | | Tidy up "services_unbound" XHTMLColin Fleming2014-04-043-78/+83
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "cloeahead" variable and manually close HEAD Add CDATA sections to scripts Add SUMMARY to tables Update HTML Boolean operators Close INPUT Remove duplicate closing TD tag Move TFOOT tag between THEAD and TBODY (quirk of HTML) Add dummy table row, but don't display it Remove duplicate opening and closing TR tags Closing IMG and add ALT Deprecate ampersand
* | | Merge pull request #1063 from ExolonDX/branch_master_19Renato Botelho2014-04-071-40/+45
|\ \ \
| * | | Tidy up "services_unbound_acls.php" XHTMLColin Fleming2014-04-041-40/+45
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "cloeahead" variable and manually close HEAD Add CDATA sections to scripts Close INPUT Add SUMMARY to tables Update HTML Boolean operators Close IMG and add ALT Remove empty TFOOT tag Move TFOOT tag between THEAD and TBODY (quirk of HTML) Add dummy table row, but don't display it Add missing closing DIV and closing FORM
* | | Merge pull request #1065 from ExolonDX/branch_master_22Renato Botelho2014-04-071-12/+14
|\ \ \
| * | | Tidy up "services_unbound_advanced.php" XHTMLColin Fleming2014-04-041-12/+14
| |/ / | | | | | | | | | | | | | | | | | | | | | Add "closehead" variable and manually close HEAD Add CDATA sections to scripts Add SUMMARY to tables Update HTML Boolean operators Close INPUR
* | | Ensure variable is available when testing smtp. Fixes #3577 (well not the ↵Warren Baker2014-04-061-14/+20
| |/ |/| | | | | rrd summary package).
* | Fix variable name, it's not necessary to check since it is always set at ↵Renato Botelho2014-04-041-4/+2
| | | | | | | | ipsec.inc
* | Merge pull request #1052 from ExolonDX/branch_master_09Renato Botelho2014-04-032-27/+27
|\ \ | | | | | | Branch master 09
| * | Tidy up "services_captiveportal_hostname" XHTMLColin Fleming2014-04-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Swap BODY with php statement Add SUMMARY to tables Close IMG and add ALT Deprecate ampersand Update HTML Boolean operators Close INPUT
| * | Tidy up "services_captiveportal_hostname" XHTMLColin Fleming2014-04-032-27/+27
| |/ | | | | | | | | | | | | | | | | Swap BODY with php statement Add SUMMARY to tables Close IMG and add ALT Deprecate ampersand Update HTML Boolean operators Close INPUT
* | Merge pull request #1051 from ExolonDX/branch_master_08Renato Botelho2014-04-031-14/+14
|\ \ | | | | | | Tidy up "services_captiveportal_filemanager" XHTM
| * | Tidy up "services_captiveportal_filemanager" XHTMColin Fleming2014-04-031-14/+14
| |/ | | | | | | | | | | | | | | | | Swap BODY and ph statement Add SUMMARY to tables Deprecate ampersand Close IMG and add ALT Move NOWRAP to class Close INPUT
* | Merge pull request #1050 from ExolonDX/branch_master_07Renato Botelho2014-04-032-35/+40
|\ \ | | | | | | Tidy up "services_captiveportal_vouchers" XHTML
| * | Tidy up "services_captiveportal_vouchers" XHTMLColin Fleming2014-04-032-35/+40
| |/ | | | | | | | | | | | | | | | | | | | | Add closehead varaiable, move script into HEAD and close HEAD manually Add BODY Remove unordered list tag Update HTML Boolean Operators Close INPUT Deprecate ampersand Close IMG and add ALT Add CDATA sections to script
* | Merge pull request #1049 from ExolonDX/branch_master_05Renato Botelho2014-04-032-28/+28
|\ \ | | | | | | Tidy up "services_captiveportal_ip.php" XHTML
| * | Tidy up "services_captiveportal_ip.php" XHTMLColin Fleming2014-04-032-28/+28
| |/ | | | | | | | | | | | | | | | | Swap BODY with php statement Add SUMMARY to tables Close IMG and add ALT Deprecate ampersand Move NOWARP to class Close INPUT
* | Merge pull request #1048 from ExolonDX/branch_master_04Renato Botelho2014-04-032-24/+24
|\ \ | | | | | | Tidy up "services_captiveportal_mac.php" XHTML
| * | Tidy up "services_captiveportal_mac.php" XHTMLColin Fleming2014-04-032-24/+24
| |/ | | | | | | | | | | | | | | | | Swapp BODY and php statement Close INPUT Close IMG and add ALT Deprecated ampersand Add SUMMARY to tables Move NOWRAP to class
* | Merge pull request #1047 from ExolonDX/branch_master_03Renato Botelho2014-04-031-77/+82
|\ \ | | | | | | Tidy up "services_captiveportal.php" XHTML
| * | Tidy up "services_captiveportal.php" XHTMLColin Fleming2014-04-031-77/+82
| |/ | | | | | | | | | | | | | | | | | | | | | | Add "closehead" variable, move script into HEAD and close head manually Add CDATA sections to SCRIPT Add SUMMARY to tables Update HTML Boolean Operators Close INPUT Remove duplicate closing TR Add opening TR Add closing TD Change "_new" to "_blank" in anchor tag
* | Merge pull request #1046 from ExolonDX/branch_master_02Renato Botelho2014-04-032-17/+14
|\ \ | | | | | | Tidy up "services_captiveportal_zones.php" XHTML
| * | Tidy up "services_captiveportal_zones.php" XHTMLColin Fleming2014-04-032-17/+14
| |/ | | | | | | | | | | | | | | | | | | Add SUMMARY to tables Close IMG and add ALT Close INPUT Move NOWRAP to class Deprecate ampersand Swap BODY with php statement Remove redundant closing TR and TABLE
* | Tidy up "system_advanced_misc.php" XHTMLColin Fleming2014-04-031-2/+2
|/ | | | | Tidy up HTML Boolean operator Remove redundant closing slash and chevron
* Tidy up "system_information.widget.php" XHTMLColin Fleming2014-04-012-5/+8
| | | | | Add CDATA secttions to script Remove link to CSS file and place it in HEAD.INC and add "type"
* Merge pull request #1042 from bmeeks8/masterRenato Botelho2014-03-311-4/+18
|\ | | | | Update Help links to Doc Wiki for Snort package.
| * Update Help links to Doc Wiki for Snort package.bmeeks82014-03-301-4/+18
| |
OpenPOWER on IntegriCloud