Commit Graph

11658 Commits

Author SHA1 Message Date
derelict-pf
a94a16cd46 s/a/an/ and speling. 2014-10-31 15:05:22 -07:00
derelict-pf
162a7b4edf s/then/than/ 2014-10-31 14:55:14 -07:00
Ermal
7b66c1d7c8 Remove problematic code without proper checks but even not needed here 2014-04-18 14:33:46 +00:00
ingmthompson
922e4ab657 Add missing closing quotes 2014-04-16 07:43:42 +10:00
Ermal
a15450e735 Correct missing parenthesis. Reported-by: https://forum.pfsense.org/index.php?topic=75120.0 2014-04-15 21:11:53 +00:00
jim-p
8a84b3abba Key off net.inet.carp.demotion and display a warning to the user if the system has self-demoted its CARP status. 2014-04-15 13:57:40 -04:00
jim-p
f7b0cd4355 Fix text, capitalization, and change wording to put more focus on how the action behaves. 2014-04-15 13:26:40 -04:00
jim-p
5c4d2d7567 Ensure e-mail address carries over from the CA screen to the Cert screen in the OpenVPN wizard. 2014-04-15 13:08:21 -04:00
Phil Davis
62e92cb3a4 Fix bracket type in Log File Size text
Now I am the one with fat fingers (or brain). Somehow I typed a curly bracket opening bracket in this text, but finished it with an ordinary closing bracket.
2014-04-14 20:05:33 -07:00
Renato Botelho
e86ae5aea0 Merge pull request #1091 from dv-user1/usort_fix2 2014-04-14 15:38:21 -03:00
Renato Botelho
1565d318ef Merge pull request #1085 from ExolonDX/branch_master_01 2014-04-14 15:30:01 -03:00
Francois Blanchette
14da6d956b fixed a type in usort callback 2014-04-14 13:52:50 -04:00
Phil Davis
f4462954aa Unset logfilesize rather than let it be zero
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.
2014-04-14 07:40:17 -07:00
Ermal
e61f548f2c Get rid of embedded platform. Its time to GC this 2014-04-14 13:06:28 +00:00
Renato Botelho
115b7b8183 Start using filterlog 2014-04-14 09:47:32 -03:00
Ermal
2154560df2 Unset these globals after use 2014-04-14 12:32:55 +00:00
Phil Davis
32751b9f1a Include static routes in automatic NAT rules display
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)
2014-04-14 04:37:46 -07:00
Renato Botelho
b4e0a62a0a Merge pull request #1076 from phil-davis/patch-2 2014-04-14 07:28:29 -03:00
Colin Fleming
93fb60945c Tidy up XHTML
Update HTML Boolean operator (multiple)
Change ONCLICK to lower case
Add missing semi-colon
2014-04-14 11:22:22 +01:00
Renato Botelho
d87ec8f909 Merge pull request #1071 from ExolonDX/master 2014-04-14 06:54:52 -03:00
Chris Buechler
84fc1d4daa use email from CA creation also as the default for server cert 2014-04-14 06:35:44 -03:00
Ermal
f03ed3505d Nowdays there is no real difference between the kernels apart the ZFS support. So do not keep a distinction anymore 2014-04-14 08:09:19 +00:00
Phil Davis
ffb76388c9 Tidy up package signature text
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.
2014-04-12 04:03:37 -07:00
Chris Buechler
e8e283669a use email from CA creation also as the default for server cert 2014-04-11 19:31:46 -05:00
Renato Botelho
d6fa556643 Add curly brackets here to improve readability 2014-04-10 17:50:36 -03:00
Renato Botelho
43f661f773 unset doesn't like @ to silent it, just check if it's set before unset 2014-04-10 17:49:22 -03:00
jim-p
80f4885030 Use an alphanumeric test rather than purely is_numericint because the ID is generated by uniqid and is not purely numeric. Fixes #3591 2014-04-09 08:52:25 -04:00
Renato Botelho
6e767d170c Restore old logic and add a @ at unset to silent when it is not set as suggested by Ermal 2014-04-08 12:47:08 -03:00
Colin Fleming
3f08e7ab59 Tidy up "guiconfig.inc" XHTML
Add missing closing SELECT tag
2014-04-08 13:43:08 +01:00
Renato Botelho
df0b05a3b8 Merge pull request #1068 from FCI/patch-1 2014-04-08 09:12:22 -03:00
Ermal
1d0cacfee5 Check if the ipsec section exists before doing operations on it. 2014-04-07 17:38:47 +00:00
Marcello Coutinho
2c0dd2639d fixes Bug #3569
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.
2014-04-07 11:49:49 -03:00
Renato Botelho
1bf572ec0e Merge pull request #1056 from ExolonDX/branch_master_12 2014-04-07 09:18:04 -03:00
Renato Botelho
ec307f4dec Merge pull request #1057 from ExolonDX/branch_master_13 2014-04-07 09:17:52 -03:00
Renato Botelho
dc11a7dd1b Merge pull request #1058 from ExolonDX/branch_master_14 2014-04-07 09:17:25 -03:00
Renato Botelho
0031e4da6a Merge pull request #1059 from ExolonDX/branch_master_15 2014-04-07 09:17:11 -03:00
Renato Botelho
ee5c8e0b01 Merge pull request #1060 from ExolonDX/branch_master_16 2014-04-07 09:16:38 -03:00
Renato Botelho
8c771b1998 Merge pull request #1061 from ExolonDX/branch_master_17 2014-04-07 09:16:04 -03:00
Renato Botelho
c3288e0c78 Merge pull request #1062 from ExolonDX/branch_master_18 2014-04-07 09:15:29 -03:00
Renato Botelho
f5961e7bb1 Merge pull request #1063 from ExolonDX/branch_master_19 2014-04-07 08:40:10 -03:00
Renato Botelho
29773e5ca4 Merge pull request #1065 from ExolonDX/branch_master_22 2014-04-07 07:55:21 -03:00
Warren Baker
d269747b35 Ensure variable is available when testing smtp. Fixes #3577 (well not the rrd summary package). 2014-04-06 18:51:11 +02:00
Nick Daniels
2a230e80e5 Update system_advanced_misc.php 2014-04-05 19:57:52 +01:00
Nick Daniels
5a9dd268c6 Added check line 175: Needed to fix error in GUI
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")
2014-04-05 19:49:12 +01:00
Colin Fleming
e68b4e9171 Tidy up "services_unbound_advanced.php" XHTML
Add "closehead" variable and manually close HEAD
Add CDATA sections to scripts
Add SUMMARY to tables
Update HTML Boolean operators
Close INPUR
2014-04-04 18:09:56 +01:00
Colin Fleming
f6543a4178 Tidy up "services_unbound_acls.php" XHTML
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
2014-04-04 18:02:44 +01:00
Colin Fleming
931f47ea8f Tidy up "services_unbound" XHTML
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
2014-04-04 17:58:02 +01:00
Colin Fleming
7bd5b32049 Tidy up "services_dnsmasq" XHTML
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
2014-04-04 17:47:44 +01:00
Colin Fleming
d29303c5a0 Tidy up "services_router_advertisements" XHTML
Add CDATA sections to script
Add SUMMARY to table
Update HTML Boolean operators
Add dummy table row, but don't display it
Close INPUT
2014-04-04 17:39:01 +01:00
Colin Fleming
ee9530e1c0 Tidy up "services_dhcpv6" XHTML
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
2014-04-04 17:35:02 +01:00