summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up widget XHTMLColin Fleming2013-03-052-45/+47
| | | | | | | | | Close BR tag Close INPUT tag Depcrated ampersand in HREF Added ALT to img tag Added close body tag Added close htm tag
* DNS Forwarder example textPhil Davis2013-03-051-1/+1
| | | It was a bit silly putting the examples inside gettext() calls - they should not be translated to other languages in this context. And I made it a "localdomain" example, to match the pfSense wizard default name.
* DNS Forwarder allow null forwarding addressPhil Davis2013-03-051-4/+4
| | | | dnsmasq allows a blank forwarding IP address to be specified in --server parameters. In that case, dnsmasq will attempt a local lookup of the name (e.g. in hosts file), but will not forward the request on to the standard name servers. This is a useful way to prevent internal name requests from being sent out to the real internet name servers.
* Use the correct interface number (old code broke for >= 10)jim-p2013-03-041-1/+1
|
* Save ppp info and realif on interfaces.apply to be able to cleanup old ↵Renato Botelho2013-03-041-2/+6
| | | | configuration when changing interface type. Fixes #2758
* Make parent interface and all VLANs use the same MTU. Fixes #2786Renato Botelho2013-03-041-3/+19
|
* When adding a new static route, check if network address conflicts with ↵Renato Botelho2013-03-041-0/+18
| | | | interfaces. It will complement ticket #2852
* Fix validation of conflict between interface ip address and static routes. ↵Renato Botelho2013-03-041-2/+6
| | | | Fixes #2852
* Services status widget display 1st sentence of descriptionPhil Davis2013-03-041-2/+3
| | | Some packages (e.g. bandwidthd, dansguardian, HAVP, nmap, squid3...) have a very verbose package description. This is displayed in the description column of the services status widget. That makes it take a lot of space on the dashboard. IMHO the first sentence gives a good concise description, so this change just displays the first sentence (text before a "."). Note: I purposely left the "." out of the string, I think it looks neater along with the descriptions of other built-in services - "DHCP Service" "DNS Forwarder"...
* Fix GPS lat/lon code to properly convert to the format Google wants for the ↵jim-p2013-03-031-4/+10
| | | | link.
* Merge pull request #444 from mdima/masterJim P2013-03-031-16/+17
|\ | | | | Just make the page validate as XHTML
| * Just make the page validate as XHTMLMichele Di Maria2013-03-031-16/+17
| | | | | | The only XHTML errors remaining are the ones of the general includes. 
* | Reconfigure routing when a new gateway is addedRenato Botelho2013-03-011-0/+3
| |
* | Send ipprotocol parameter when adding new gateways from interfaces.phpRenato Botelho2013-03-011-2/+2
| |
* | Fix extra curly that is breaking firewall rulesjim-p2013-03-011-1/+1
| |
* | Don't allow adding IP Alias or CARP VIP on network or broadcast addresses. ↵Renato Botelho2013-03-011-0/+16
| | | | | | | | Fixes #2768
* | Add check for ipv6 subnet when adding aliases with CARP parentsRenato Botelho2013-03-011-3/+10
| |
* | Simplify codeRenato Botelho2013-03-011-12/+9
| |
* | Silent php -l removing pass-by-referenceRenato Botelho2013-03-011-1/+1
| |
* | Fix indent and whitespacesRenato Botelho2013-02-281-402/+404
| |
* | Update translatio filesRenato Botelho2013-02-282-3850/+17691
| |
* | Unbreak the html table, this was missing a table cell close tag, also add ↵smos2013-02-281-2/+3
| | | | | | | | trim() on the output.
* | Fix typojim-p2013-02-271-1/+1
| |
* | Fix wording for VoIP address option in the shaper. Add rule going the other ↵jim-p2013-02-278-26/+77
| | | | | | | | direction to catch connections initiated both ways.
* | Do not count active vouchers as used. Fixes #1550Renato Botelho2013-02-271-0/+2
| |
* | Fix indent and whitespaceRenato Botelho2013-02-271-89/+90
| |
* | Hide 'Perform full backup prior to upgrade' option on nano, also hide ↵Renato Botelho2013-02-272-0/+4
| | | | | | | | restore full backup. Fixes #2844
* | Fix whitespaces, indent and unclosed html tagsRenato Botelho2013-02-274-140/+142
| |
* | Fix response read for 'add new gateway' applet at interface configurationRenato Botelho2013-02-261-4/+2
| |
* | Merge pull request #442 from mdima/masterJim P2013-02-261-7/+9
|\ \ | |/ | | Status Queue page: Adds the IF name not shown for FAIRQ or PRIQ
| * Status Queue page: Adds the IF name not shown for FAIRQ or PRIQMichele Di Maria2013-02-261-7/+9
| |
* | Merge pull request #429 from ExolonDX/masterJim P2013-02-261-43/+40
|\ \ | | | | | | Tidy up HTML errors in INDEX.PHP
| * | Tidy up HTML errors in INDEX.PHPColin Fleming2013-02-211-43/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without any "widgets" selected, INDEX.PHP (i.e. the "dashboard") produces 230+ HTML errors, so: Remove the "closehead" php variable Close INPUT, BR and IMG tags Add ALT parameter to IMG tags Add CDATA sections to SCRIPT tags Heading tags cannot contain DIV tags
* | | trim whitespace from ping hostThomas Rieschl2013-02-261-1/+1
| | | | | | | | | | | | | | | Added trim() function to the $host variable. If whitespace is in front of the host or IP address the ping command will fail.
* | | Fix indent, whitespaces and unbalanced <tr> and <td> tagsRenato Botelho2013-02-261-187/+192
| | |
* | | Merge pull request #438 from mdima/masterJim P2013-02-251-11/+16
|\ \ \ | | |/ | |/| Status Queue page: Fixes the Drops issue and adds the Queue length information to the page. 
| * | Update usr/local/www/status_queues.phpMichele Di Maria2013-02-251-11/+16
| | | | | | | | | Fixes the Drops issue and adds the Queue length information to the page. 
* | | Show cert start/end dates in list.jim-p2013-02-252-2/+30
| | |
* | | Make sure captiveportal section of config is an array, reported on ticket #2838Renato Botelho2013-02-251-1/+1
| | |
* | | Encrypt backup after rrd data is added, it fixes #2836Renato Botelho2013-02-241-5/+5
| | |
* | | Fix indent and whitespacesRenato Botelho2013-02-241-38/+38
| | |
* | | Use common code and constants from services.incPhil Davis2013-02-241-20/+3
| | | | | | | | | to reduce code duplication
* | | Use common code and constants from services.incPhil Davis2013-02-241-3/+3
| | | | | | | | | to reduce code duplication
* | | Use common code and constants from services.incPhil Davis2013-02-241-21/+3
| | | | | | | | | Reduce code duplication
* | | Add onchange tag to checkbox tooLuiz Gustavo Costa (gugabsd)2013-02-241-1/+2
| | |
* | | Unset enable parameter instead of set its value to false. Fixes #1838Renato Botelho2013-02-221-1/+5
| | |
* | | Copy full dhcpd conf from master to slave. Fixes #2600Renato Botelho2013-02-221-1/+1
| | |
* | | Make sure we create / delete SPDs and SADs on secondary node when it changes ↵Renato Botelho2013-02-221-0/+9
| | | | | | | | | | | | on primary. Fixes #2303
* | | Fixes on HA setup:Renato Botelho2013-02-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Configure pfsync when configuration is changed - Disable pfsync when it's disabled on GUI - Remove syncpeer and back it to default multicast address when it's removed from conf Fixes #2491
* | | Don't forget zones here toojim-p2013-02-211-16/+30
| | |
OpenPOWER on IntegriCloud