summaryrefslogtreecommitdiffstats
path: root/usr/local
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add help for Unbound/DNS Resolver and its related tabs.jim-p2014-12-161-0/+3
| |
* | Point these CARP Help pages at more useful places.jim-p2014-12-161-5/+2
| |
* | Use provided function to change user's passwordRenato Botelho2014-12-161-2/+6
|/
* Fixup the rest of the URLs for DHCPv6/RA help.jim-p2014-12-161-5/+3
|
* The ID in DUID is Identifier.jim-p2014-12-161-5/+5
| | | | See also: ATM Machine, ISP Provider, DMZ Zone, LCD Display, GMT Time...
* Remove old/invalid notejim-p2014-12-161-1/+1
|
* Update help links for DHCPv6 relay and DHCPv6 Lease Statusjim-p2014-12-161-3/+3
|
* Fix up Help links for Inbound Load Balancing.jim-p2014-12-161-15/+9
|
* Merge pull request #1388 from ExolonDX/masterRenato Botelho2014-12-164-10/+16
|\
| * Tidy up "widgets" XHTMLColin Fleming2014-12-144-10/+16
| | | | | | | | | | | | | | | | Add CDATA sections to scripts Add ALT to image tags and close image tags DIV tag cannot be inside a STRONG tag, so swap them around SCRIPT cannot be part of TR tag, so place the SCRIPT inside a TD tag but hide it.
* | Cleanup aliases when temporarily disable CARP, fixes #4116Renato Botelho2014-12-161-0/+1
| |
* | Follow help page that moved.jim-p2014-12-151-1/+1
| |
* | Follow help page that moved.jim-p2014-12-151-6/+6
| |
* | Add DNS Resolver to the list of services to be sync'd on HA, make sure it ↵Renato Botelho2014-12-152-2/+14
| | | | | | | | and DNS Forwarder are not enabled simultaneously. It fixes #4067
* | Fix password field nameRenato Botelho2014-12-151-1/+1
| |
* | Add a shortcut for unbound and enable itRenato Botelho2014-12-152-1/+7
| |
* | Fix password field name to apply correct styleRenato Botelho2014-12-151-2/+2
| |
* | Add missing BR tags and fix display with pfsense_ng_fs theme. It fixes #4115Renato Botelho2014-12-152-5/+5
|/
* Update service providers xml to sync with upstreamRenato Botelho2014-12-121-154/+2116
|
* Regenerate Turkish moRenato Botelho2014-12-121-0/+0
|
* Update po from last potRenato Botelho2014-12-121-37830/+22552
|
* Update Turkish translation file from last version available on old ↵Renato Botelho2014-12-121-2330/+8898
| | | | translation server
* Regenerate pfSense.potRenato Botelho2014-12-121-35890/+17121
|
* Fix password confirmation name to make style working as expected. Fixes #3992Renato Botelho2014-12-121-2/+2
|
* Base URL must be specified when alturlenable onPhil Davis2014-12-121-0/+7
| | | | | | | | | | | | I had a 2.1.5 system that I was wondering why the dashboard always said it could not check for updates. I discovered it had "Use an unofficial server for firmware upgrades" checked, but the "Base URL" field was empty. That can easily be checked with input validation - might as well catch dumb things like that. I thought about making it parse the string to see if it seemed like a "valid" URL. But so many strings seem like valid URLs: var_dump(parse_url("abc")); array(1) { ["path"]=> string(3) "abc" } It seemed a bit pointless to bother - if the user puts something in then hope that it might point to something some day.
* Split ICMP and ICMPv6 types on Firewall RulesRenato Botelho2014-12-113-47/+43
| | | | | | | | | | | - Remove redundant declaration of $icmptypes and move it to a common place (filter.inc) - Add missing ICMP types for v4 - Add ICMPv6 types - Adjust javascripts to show correct options depending of IP Protocol - Hide ICMP type selection when protocol is IPv4+v6 It fixes #3389
* Fix indent and spacesRenato Botelho2014-12-111-5/+7
|
* Fix #3790:Renato Botelho2014-12-111-15/+38
| | | | | - Do not let 2 interfaces to setup the same track6 prefix id - Show correct prefix id range for each interface
* Change text and color delimiter to carat signPhil Davis2014-12-111-1/+1
| | | To match change made in functions.inc.php
* Gateway Status Widget keep IP address boldPhil Davis2014-12-111-2/+2
| | | | | | | Forum: https://forum.pfsense.org/index.php?topic=85187.msg467438#msg467438 The bold is specified literally in gateways.widget.php for the gateway IP box, so we need to send it bold from here also when providing an update. Because this now uses a "/" in the string (to terminate the bold) have to choose another delimiter between the status text and status color - picked "^" because I can't think where it will appear elsewhere in the real data. This whole string of stuff that is returned by getstats.php back to the browser is a long string with a bunch of delimiters inside delimiters already (vertical bar separated fields, inside that comma-separated fields...) and is already subject to stuff going wrong if any of the real text in the fields contains a vertical bar or comma or... Not about to try to re-engineer all that right now!
* Fixup text rule should be routePhil Davis2014-12-101-6/+6
| | | This code was obviously taken from firewall rules and reused here without changing the word "rule" to "route".
* Remove spurious '>', fixes #4091Renato Botelho2014-12-101-1/+1
|
* Standardise css list paddingPhil Davis2014-12-071-5/+5
| | | for the_wall theme
* Standardise css list paddingPhil Davis2014-12-071-5/+5
| | | for pfsense_ng_fs theme
* Standardise css list paddingPhil Davis2014-12-071-5/+5
| | | for pfsense theme
* Standardise css list paddingPhil Davis2014-12-071-5/+5
| | | for pfsense-dropdown theme
* Standardise css list paddingPhil Davis2014-12-071-5/+5
| | | for nervecenter theme
* Standardise css list paddingPhil Davis2014-12-071-5/+5
| | | for metallic theme
* Standardise css list paddingPhil Davis2014-12-071-5/+5
| | | for code-red theme
* Standardise css list paddingPhil Davis2014-12-071-5/+5
| | | for _corporate
* Merge pull request #1368 from phil-davis/patch-3Renato Botelho2014-12-071-5/+5
|\
| * Standardise css list paddingPhil Davis2014-12-071-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On Status->Services, the Services Status widget when a service status is down, the red "x" button does not line up with the green "running" button in the column. This is because listbg has: padding-right: 16px; But the normal listr has: padding-right: 6px; It seems really odd that listbg as 16 pixels right padding. I expected it to have all the same padding as listr, just with a different color. listn and listbggrey have the same "feature" of extra padding-right. listn does not seem to be used anywhere anyway - might as well "fix" it in case something uses it some time. listbggrey seems to only be used by pkg_mgr_installed.php in the case when an installed package version is in advance of the online version - quite an unusual thing! Changing padding-right from 16px back to 6px is fine for that. Then the "feature" is lso in listhdr and listhdrr - lots of examples like firewall_aliases.php have the column headings as listhdr or listhdrr, so in theory if the column is not so wide already, it will put 16px on the right after the column heading text. But the actual rows of data underneath use listr and listbg, which only specify 6px right padding. In the end it usually does not make any difference - there is space already and the browser lines it all up anyway. But it seems to me an odd difference in the css. listtopic also has this 16px right padding thing - but it seems to be used just for text display that is not in columns, so I did not mess with that. Changing this css fixes the lineup of the red "x" in the services status column and does not seem to break anything else. In theory it could make other things better also. Someone who knows how the css was intended to be used could comment on this! If I have got the right idea, and these "16px" things were just a mistake from the past, then it should be checked in the css for all themes and corrected appropriately... I am happy to do that, once someone confirms it is the thing to do.
* | Typo CIDR in UPnP GUI pagePhil Davis2014-12-071-4/+4
|/ | | As reported by johnpoz https://forum.pfsense.org/index.php?topic=84964.0
* Set text and color of Gateways Widget StatusPhil Davis2014-12-051-1/+5
| | | | | | getstats.php calls functions.inc.php get_stats(), which calls get_gatewaystats(). get_gatewaystats() now returns the text for each field and an optional color separated by "/" - "text/color" e.g. "Online/#90EE90" Parse the the new format, separating out text and color. If color is specified, then also set it with jQuery to css.
* Explicitly pass gateway status and colorPhil Davis2014-12-051-1/+1
| | | | | This code was passing a whole load of html to attempt to set various properties of the Gateways Widget Status column so that it would display the new status (Online, Offline...) and in the appropriate color. Now that I am using class=listr, the css fro listr already specifies white. Setting bgcolor in HTML does not override that. Pass both the status text and color as ordinary text, separated by "/". The consumer of this output can do their thing with jQuery to set the color as well as text of the element.
* Use proper listr class for Gateways Widget StatusPhil Davis2014-12-051-1/+6
| | | | | The Gateways Widget Status was not using the listr class, and so it was missing the borders for the right and bottom of its box. Use the listr class. Then use javascript to explicitly set the background-color to match the status, overriding the white that is specified in listr.
* Fix gateway widget status updatePhil Davis2014-12-051-1/+1
| | | Redmine #4077
* Don't include link-locals as unbound interface candidatesJean Cyr2014-12-041-2/+2
| | | | Unbound does not presently support link-local interfaces.
* Provide friendly descr in error message in Interfaces AssignPhil Davis2014-12-041-1/+1
| | | | I was doing drastic things testing some stuff, swapping WAN and OPT1 interfaces in Interfaces->Assign. I accidentally pressed Save when I had the same real device selected for both. Thankfully there was input validation! But I noticed that the error message reported just the names WAN and OPT1, but actual I had them named as different things. So the names in the error message did not match the names (friendly descriptions) in the table of interfaces. This change makes it display both like FRIENDLY_DESC (FRIENDLY_NAME) so there is less room for confusion.
* Merge pull request #1363 from phil-davis/patch-3Renato Botelho2014-12-041-1/+1
|\
OpenPOWER on IntegriCloud