Commit Graph

11567 Commits

Author SHA1 Message Date
Ermal
4bdf145cd5 Change description 2014-03-26 21:05:49 +00:00
Ermal
6e33156454 Remove unused function 2014-03-26 17:43:19 +00:00
ayvis
354ecfbc9e javascript normalization 2014-03-26 00:25:32 +01:00
ayvis
07130afe2b removed duplicate type=text/javascript
added type for <script>
2014-03-25 23:32:27 +01:00
Renato Botelho
0a6dc4627f Fix days and weeks selection on schedules, reported at https://forum.pfsense.org/index.php?topic=74101.0 2014-03-25 16:06:59 -03:00
Renato Botelho
6fba8620e5 Merge pull request #1031 from ayvis/master-br-patch
replaced uppercase html tags with lowercase
2014-03-25 14:35:55 -03:00
Renato Botelho
26661ec993 Only consider javascript files that ends with .js 2014-03-25 12:28:40 -03:00
Ermal
bf2ce0e576 Correct description of delete button 2014-03-24 21:18:58 +00:00
Ermal
08d47f757f Somehow these got changed to /usr/local/sbin/ipfw instead of /sbin/ipfw 2014-03-24 20:08:39 +00:00
Ermal
9183e80cb0 Correct even here the change from name to zoneid 2014-03-24 20:01:42 +00:00
ayvis
de22e9ca98 syntax error 2014-03-21 21:38:40 +01:00
Warren Baker
6b5c8143cb Add TXT Support 2014-03-21 20:24:46 +02:00
Warren Baker
7e95984f07 Ensure options are still checked after post 2014-03-21 20:02:17 +02:00
Renato Botelho
a6bb4e0655 Detect Zones and Cores for thermal sensors using regex, it fixes #3337 2014-03-21 09:25:46 -03:00
Chris Buechler
6dc2a349c6 remove unused supportedbybsdperimeter tag 2014-03-21 01:06:01 -04:00
Chris Buechler
837c9f6d8c s/BSDP/ESF/ 2014-03-21 00:59:12 -04:00
Warren Baker
0786eb3afe Make sure post variables are available for form re-population 2014-03-20 21:57:11 +02:00
Warren Baker
16da09a211 Fix display of port 2014-03-20 21:39:18 +02:00
Warren Baker
fff4a9d10c Various cleanups and shuffle of fields 2014-03-20 21:34:00 +02:00
Ermal
1b34f8a73f Add require_once where needed to avoid redeclaration from nested includes 2014-03-20 19:26:41 +00:00
Ermal
b58cb288a5 Fix abvious error in string building 2014-03-20 18:27:52 +00:00
ayvis
691a0346aa syntax errors 2014-03-19 23:44:40 +01:00
ayvis
91f026b02c replaced uppercase html tags with lowercase
js files saved as UTF-8 / LF
language="JavaScript" deprecated, replaced with type="text/javascript"
2014-03-19 23:38:56 +01:00
ayvis
ec879e3db4 replaced BR with br
replaced uppercase html tags with lowaercase
2014-03-19 22:12:40 +01:00
Ermal Luçi
f3bdba41f7 Merge pull request #907 from PiBa-NL/openvpn_client_usercredentials
openvpn, allow for entering client user credentials in the WebGUI
2014-03-19 16:50:01 +01:00
ayvis
1d7ba68396 replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these files to UTF-8 2014-03-18 16:09:05 -03:00
Renato Botelho
7f7626ba44 Merge branch 'master-br' of https://github.com/ayvis/pfsense into ayvis-master-br 2014-03-17 11:17:29 -03:00
Chris Buechler
34e2973ed9 standardize URLs 2014-03-14 19:33:03 -05:00
Chris Buechler
e1a456e6a8 standardize URLs 2014-03-14 19:30:56 -05:00
Chris Buechler
0734024c9e standardize URLs 2014-03-14 19:28:10 -05:00
Chris Buechler
97b1816619 standardize URLs 2014-03-14 19:21:44 -05:00
Chris Buechler
184016fcb7 standardize on https on www.pfsense.org 2014-03-14 19:15:44 -05:00
Chris Buechler
ef459eb700 standardize on https://www.pfsense.org, point to packages.pfsense.org 2014-03-14 19:10:27 -05:00
Chris Buechler
5721595b8d standardize on https://www.pfsense.org 2014-03-14 19:08:43 -05:00
Chris Buechler
c728177042 standardize on www.pfsense.org and HTTPS, point package URLs to
packages.pfsense.org
2014-03-14 19:04:43 -05:00
ayvis
8cd558b61b xhtml Compliance
replaced <br>, <br/> and </br> with <br />
2014-03-14 21:24:03 +01:00
Renato Botelho
e1d68dde59 Fix #3521, show correct field descr 2014-03-14 10:43:19 -03:00
Chris Buechler
541e0b7736 fix text, remove product_website mentions here since that's not actually used anyway. 2014-03-13 02:24:48 -05:00
Ermal
bea918b987 Remove sasycnd remenant file 2014-03-12 18:49:09 +00:00
Ermal
f3f04169f8 Use descr prepended to voucher fields containing descriptions to have them encoded as CDATA. Fixes #3441 2014-03-12 16:03:39 +00:00
Renato Botelho
e41ec5848f Improve checks for params 'id', 'dup' and other similar ones to make sure they are numeric integer, also, pass them through htmlspecialchars() before print 2014-03-12 11:42:49 -03:00
Renato Botelho
49f3f28fea Pass id variable through htmlspecialchars before print it 2014-03-11 16:57:48 -03:00
Phil Davis
29d2b4e2b1 Validate rule Advanced Options numeric entries
This makes sure the user puts in ordinary positive integers like "1" and "42" in these advanced options fields. It prevents everything else, including dodgy-looking possibilities like "007" which might actually work OK, but it is safer to allow just plain "7".
Note 1: The tests in function is_aoadv_used($rule_config) had to be changed back from using empty() to use $var != "" because if the user enters "0" in one of those fields and presses save, they get an error message, but the Advanced Options block on the GUI is closed (the "0" was considered empty()). That seemed rather confusing - the user would have had to click on the Advanced Options "Advanced" button again to open up that block and see the "0" they had entered.
Note 2: I have prohibited 2 things that "pf" allows into the ruleset without generating an error:
(max 0)
(tcp.established 0)
Both of these seem (IMHO) to have no valid use case. They would prevent states from ever happening, and so would effectively be block rules, which could be implemented easily as block rules.
2014-03-11 10:32:43 -07:00
Renato Botelho
ce99dba2e6 Merge pull request #1010 from PiBa-NL/alias_allow_delete
firewall_virtual_ip , allow deleting last ip-alias if interface uses same the subnet. (while CARP-ip is present)
2014-03-11 09:53:48 -03:00
jim-p
52c7f0d4ac Fix order of parameters to explode() here 2014-03-10 14:12:04 -04:00
Phil Davis
6258aeeb70 Fix OpenVPN XML section name
Forum https://forum.pfsense.org/index.php?topic=73479.0
2014-03-10 09:03:21 -07:00
PiBa-NL
a9fc108f9c firewall_virtual_ip , allow deleting last ip-alias if interface uses same the subnet. (while CARP-ip is present) 2014-03-09 17:16:51 +01:00
Phil Davis
f0c1ce21c8 Add all advanced options to rule table hover text
Bug #3512
2014-03-08 01:56:56 -08:00
Luiz Gustavo Costa
23d3e72ce8 update translate pt_BR gettext file 2014-03-08 01:19:02 -03:00
Ermal
e327358bb4 Properly use key here. 2014-03-07 17:49:54 +00:00