summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1091 from dv-user1/usort_fix2Renato Botelho2014-04-141-1/+1
|\
| * fixed a type in usort callbackFrancois Blanchette2014-04-141-1/+1
| |
* | Merge pull request #1085 from ExolonDX/branch_master_01Renato Botelho2014-04-143-5/+5
|\ \
| * | Tidy up XHTMLColin Fleming2014-04-143-5/+5
| | | | | | | | | | | | | | | | | | Update HTML Boolean operator (multiple) Change ONCLICK to lower case Add missing semi-colon
* | | Unset logfilesize rather than let it be zeroPhil Davis2014-04-141-4/+11
| |/ |/| | | | | | | | | | | | | 1) When saving Status: System logs: Settings, if the Log File Size field is left blank, it gets cast to (int) and ends pu as zero "0" in config.xml. That breaks the creation of clog files in /etc/rc during boot. /etc/rc expects logfilesize to be unset, blank or a valid integer >= 5120. So, if the field is empty, then make sure that it is unset in config.xml 2) For data items that are cast to (int) whenputting into the config (nentries and logfilesize), copy the resulting value back to the $pconfig array. When the user enters 123.45 the in field, is correctly truncated to (int) 123 in config.xml. By copying that back to $pconfig, the "123" also appears correctly on the GUI page after the save. 3) Mention the units of measure of Log File Size (Bytes) 4) Mention that the user should press Save first when changing values, then they can use "Reset Log Files" to set the log file sizes to the just-saved value. 5) Display a message when the log files have been reset - it's a bit more user-friendly IMHO.
* | Get rid of embedded platform. Its time to GC thisErmal2014-04-141-5/+0
| |
* | Start using filterlogRenato Botelho2014-04-142-29/+4
| |
* | Unset these globals after useErmal2014-04-141-0/+5
| |
* | Include static routes in automatic NAT rules displayPhil Davis2014-04-141-0/+2
| | | | | | | | | | If I have an internal gateway to other private subnets behind LAN, and add a static route to those private subnets through the internal gateway, then pfSense very nicely generates NAT rules on WAN-style interfaces to NAT those internal subnets on the way out of WAN. That is very good and convenient. This outbound NAT is actually correctly in the ruleset. However, the new Outbound NAT GUI page shows the Automatic Outbound NAT rules that are in effect (a great new feature in 2.2). But it did not show the rules for the static routes. This fixes it. (But the code for all of this is a bit ugly, because it all depends on having a global variable $GatewaysList in view - I am not going to attempt to re-engineer that)
* | Merge pull request #1076 from phil-davis/patch-2Renato Botelho2014-04-141-4/+4
|\ \ | |/ |/|
| * Tidy up package signature textPhil Davis2014-04-121-4/+4
| | | | | | Thought I would tidy this up while coming across it. IMHO "Package settings" reads better than "Packages settings"... and I reworded the explanatory text a bit also.
| * use email from CA creation also as the default for server certChris Buechler2014-04-111-0/+1
| |
* | Merge pull request #1071 from ExolonDX/masterRenato Botelho2014-04-141-0/+1
|\ \
| * | Tidy up "guiconfig.inc" XHTMLColin Fleming2014-04-081-0/+1
| | | | | | | | | | | | Add missing closing SELECT tag
* | | 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
OpenPOWER on IntegriCloud