summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Use an alphanumeric test rather than purely is_numericint because the ID is ↵RELENG_2_1_2jim-p2014-04-091-2/+2
| | | | generated by uniqid and is not purely numeric. Fixes #3591
* fixes Bug #3569Marcello Coutinho2014-04-041-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.
* Fix #3555, on chrome it is not initializing correct minutes when adding a ↵RELENG_2_1_1Renato Botelho2014-03-311-10/+4
| | | | new time, just drop unused php variables and set it on js
* Revert "XHTML Compliance"Renato Botelho2014-03-311-22/+15
| | | | | | This commit broke schedules edit, it should fix #3555. This reverts commit e1002cd2724869eabdfe1f9258d4522d572722e4.
* Handle the reinstallall case with confirmation. Fixes #3548jim-p2014-03-271-2/+9
|
* Fix days and weeks selection on schedules, reported at ↵Renato Botelho2014-03-251-5/+13
| | | | https://forum.pfsense.org/index.php?topic=74101.0
* Only consider javascript files that ends with .jsRenato Botelho2014-03-251-1/+1
|
* Detect Zones and Cores for thermal sensors using regex, it fixes #3337Renato Botelho2014-03-211-25/+8
|
* remove unused supportedbybsdperimeter tagChris Buechler2014-03-211-1/+1
|
* s/BSDP/ESF/Chris Buechler2014-03-211-1/+1
|
* Automatic outbound NAT rules skip openvpn interfaces, lets skip them when ↵Renato Botelho2014-03-181-0/+2
| | | | creating the first set of manual rules too. It fixes #3528
* standardize URLsChris Buechler2014-03-142-2/+2
|
* standardize URLsChris Buechler2014-03-141-1/+1
|
* standardize URLsChris Buechler2014-03-142-2/+2
|
* standardize URLsChris Buechler2014-03-141-2/+2
|
* standardize on https://www.pfsense.orgChris Buechler2014-03-1414-14/+14
|
* standardize pfsense.com references to https://www.pfsense.orgChris Buechler2014-03-1431-31/+31
|
* fix white spaceChris Buechler2014-03-141-1/+1
|
* s/http/https/ for www.pfsense.orgChris Buechler2014-03-1422-32/+32
|
* Fix #3521, show correct field descrRenato Botelho2014-03-141-1/+1
|
* fix text, remove product_website mentions here since that's not actually ↵Chris Buechler2014-03-132-3/+3
| | | | used anyway.
* Use descr prepended to voucher fields containing descriptions to have them ↵Ermal2014-03-121-14/+12
| | | | encoded as CDATA. Fixes #3441
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-1266-194/+234
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* Validate rule Advanced Options numeric entriesPhil Davis2014-03-111-7/+35
| | | version of pull request #1021 for 2.1 branch
* Pass id variable through htmlspecialchars before print itRenato Botelho2014-03-111-1/+1
|
* Make Firewall Rules Advanced Options open if used - 2.1 branchPhil Davis2014-03-101-2/+19
| | | This is the same code as pull request 997 but for 2.1 branch
* Merge pull request #991 from phil-davis/RELENG_2_1Renato Botelho2014-03-101-18/+12
|\ | | | | Return GWG IP protocol (version) when no gateway IP - 2.1 version
| * Tidy up GWG dropdown selection testsPhil Davis2014-02-281-11/+7
| | | | | | Tested this making a new rule, and editing existing IPv4, IPv6 and IPv4+Ipv6 rules, and switching the IP version on an existing rule. Seems to work!
| * Tidy "gateway name - IP" in dropdown listPhil Davis2014-02-281-1/+2
| | | | | | for 2.1 branch
| * Use return_gateway_groups_array() to build correct GWG listPhil Davis2014-02-281-10/+7
| | | | | | Version for 2.1 branch
* | Fix order of parameters to explode() herejim-p2014-03-101-1/+1
| |
* | Fix OpenVPN XML section namePhil Davis2014-03-101-1/+1
| | | | | | | | Forum https://forum.pfsense.org/index.php?topic=73479.0
* | Merge pull request #1004 from phil-davis/patch-3Renato Botelho2014-03-101-2/+16
|\ \ | | | | | | Add all advanced options to rule table hover text on 2.1 branch
| * | Add all advanced options to rule table hover text on 2.1 branchPhil Davis2014-03-081-2/+16
| | | | | | | | | Bug #3512
* | | XHTML ComplianceN0YB2014-03-093-89/+91
| | | | | | | | | | | | Services - DNS Forwarder
* | | XHTML ComplianceN0YB2014-03-093-122/+126
| | | | | | | | | | | | Services - DHCP Server
* | | XHTML ComplianceN0YB2014-03-091-25/+28
| | | | | | | | | | | | Diagnostics - Packet Capture
* | | XHTML ComplianceN0YB2014-03-081-29/+33
| | | | | | | | | | | | Diagnostics - Tables
* | | XHTML ComplianceN0YB2014-03-082-13/+14
| | | | | | | | | | | | VPN - PPTP - Users
* | | XHTML ComplianceN0YB2014-03-081-54/+58
| | | | | | | | | | | | VPN - PPTP - Configuration
* | | XHTML ComplianceN0YB2014-03-082-64/+64
| | | | | | | | | | | | VPN - PPPOE
* | | XHTML ComplianceN0YB2014-03-082-1/+2
| | | | | | | | | | | | VPN - L2TP - Users
* | | XHTML ComplianceN0YB2014-03-081-18/+18
| | | | | | | | | | | | VPN - L2TP - Configuration
* | | XHTML ComplianceN0YB2014-03-082-13/+15
| | | | | | | | | | | | VPN - IPsec - Pre-Shared Keys
* | | XHTML ComplianceN0YB2014-03-071-40/+40
|/ / | | | | | | VPN - IPsec - Mobile Clients
* | Properly use key here.Ermal2014-03-071-1/+2
| |
* | Skip input validation when choosing an existing certificate, it should fix #3505Renato Botelho2014-03-071-1/+1
| |
* | Remove unecessary quotesRenato Botelho2014-03-071-3/+3
| |
* | XHTML ComplianceN0YB2014-03-063-139/+140
| | | | | | | | VPN - IPsec - Tunnels
* | Couple CorrectionsN0YB2014-03-061-2/+2
| | | | | | | | | | Table Cell Close Location Style Border Typo
OpenPOWER on IntegriCloud