Jim P
efd60dc4c3
Merge pull request #461 from ExolonDX/branch_32
...
Tidy up "wol" widget XHTML
2013-03-05 11:30:13 -08:00
Jim P
d4a5f36b86
Merge pull request #460 from ExolonDX/branch_31
...
Tidy up "smart" widget XHTML
2013-03-05 11:29:53 -08:00
Jim P
2686516d08
Merge pull request #459 from ExolonDX/branch_30
...
Tidy up "services" widget XHTML
2013-03-05 11:29:27 -08:00
Jim P
e0977d20f4
Merge pull request #458 from ExolonDX/branch_28
...
Tidy up "picture" and "rss" widget XHTML
2013-03-05 11:26:04 -08:00
Jim P
23b531c657
Merge pull request #457 from ExolonDX/branch_27
...
Tidy up "log" widget XHTML
2013-03-05 11:24:48 -08:00
Jim P
8bca8c467a
Merge pull request #456 from ExolonDX/branch_26
...
Tidy up "ipsec" and "load balancer" widgets XHTML
2013-03-05 11:24:12 -08:00
Jim P
800a628e14
Merge pull request #455 from ExolonDX/branch_25
...
Tidy up "gmirror" and "installed packages" widgets XHTML
2013-03-05 11:23:08 -08:00
Jim P
456bae6585
Merge pull request #454 from ExolonDX/branch_23
...
Tidy up "gateways" widgets XHTML
2013-03-05 11:22:37 -08:00
Jim P
6af76e873f
Merge pull request #453 from ExolonDX/branch_22
...
Tidy up "carp_status" widget XHTML
2013-03-05 11:22:01 -08:00
Jim P
a038e6b4c3
Merge pull request #452 from ExolonDX/branch_21
...
Tidy up "captive portal" widget XHTML
2013-03-05 11:17:54 -08:00
Colin Fleming
ebaf7d0567
Tidy up "wol" widget XHTML
...
Added summary to table tag
Added ALT to img tag
Closed IMG tag
Moved nowrap to class definition
Deprecated the ampersand in HREF
2013-03-05 19:12:25 +00:00
Colin Fleming
623ee86740
Tidy up "smart" widget XHTML
...
Added a new include file.
Added summart to table tag
2013-03-05 19:03:59 +00:00
Colin Fleming
bb877f442b
Tidy up "services" widget XHTML
...
Added ALT to img tags
Closed off IMG tags
Deprecated the ampersand in HREF tag
Added summary to table tags
Moved nowrap to class definition
Tidied up the CDATA section in scripts.
2013-03-05 18:56:33 +00:00
Colin Fleming
eabce399c5
Tidy up widget XHTML
...
Close input tags
Change target _NEW to _BLANK
Add ALT to img tags
Add CDATA sections to scipts.
Changed name in FORM tag to be different, not allowed to have the same
"name" in XHMTL
2013-03-05 18:38:09 +00:00
Colin Fleming
59261d32ac
Tidy up "log" widget XHTML
...
Add CDATA section to scripts
Close INPUT tag
Deprecate HTML boolean operators SELECTED and CHECKED
Removed duplicate class
Added summary to table
Moved norwap to class definition
2013-03-05 18:25:37 +00:00
Colin Fleming
ab28bba41d
Tidy up widgets XHTML
...
Add summary to TABLE tags
Moved nowrap to class definition
2013-03-05 18:15:39 +00:00
Colin Fleming
8c5a9058d0
Tidy up widgets XHTML
...
Added summary to TABLE tags
Closed BR tags
Added alt to IMG tags
Tidied up CDATA section in scritps.
2013-03-05 18:12:04 +00:00
Colin Fleming
8e4bb27fb6
Tidy up "gateways" widgets XHTML
...
Added summary to table tags
Created new INC file to jump from the dashboard to the gateway status
page
2013-03-05 17:42:38 +00:00
Colin Fleming
7a1f4f1ff7
Tidy up "carp_status" widget XHTML
...
Add ALT to img tags
Close img tags
2013-03-05 17:32:33 +00:00
Colin Fleming
0b1d867b3d
Tidy up "captive portal" widget XHTML
...
Depracated the ampersand in HREF
Move nowrap to the class definition.
2013-03-05 17:28:18 +00:00
Jim P
0964451700
Merge pull request #451 from ExolonDX/branch_05
...
Tidy up "interface status" widget XHTML
2013-03-05 09:18:20 -08:00
Jim P
08fe64a133
Merge pull request #450 from ExolonDX/branch_04
...
Tidy up "interface_statistics" widgets XHTML
2013-03-05 09:16:51 -08:00
Jim P
4407652550
Merge pull request #449 from ExolonDX/branch_03
...
Tidy up "shortcuts.inc" XHTML
2013-03-05 09:09:43 -08:00
Colin Fleming
319f65ec78
Tidy up widget XHTML
...
Close BR tag
Close INPUT tag
Depcrated ampersand in HREF
Added ALT to img tag
Added close body tag
Added close htm tag
2013-03-05 17:08:07 +00:00
Colin Fleming
bb1a8946bb
Tidy up widget XHTML
...
Removed duplicte TR tag
Move norwap to the class definition.
2013-03-05 16:58:08 +00:00
Colin Fleming
94fbacaea0
Tidy up XHTML
...
Added ALT to img tag
2013-03-05 16:52:27 +00:00
Colin Fleming
9c07440e2c
Tidy up widgets XHTML
...
Close BR tag
Add CDATA sections to scripts
HTML width paramter must be a whole number, not a decimal.
2013-03-05 16:32:10 +00:00
Phil Davis
5f5bd76b19
DNS Forwarder example text
...
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.
2013-03-05 15:31:14 +05:45
Phil Davis
4560c2d196
DNS Forwarder allow null forwarding address
...
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.
2013-03-05 15:02:39 +05:45
jim-p
7f07804662
Use the correct interface number (old code broke for >= 10)
2013-03-04 14:55:59 -05:00
Renato Botelho
e12ad49f46
Save ppp info and realif on interfaces.apply to be able to cleanup old configuration when changing interface type. Fixes #2758
2013-03-04 09:57:28 -03:00
Renato Botelho
4a7352101f
Make parent interface and all VLANs use the same MTU. Fixes #2786
2013-03-04 09:50:48 -03:00
Renato Botelho
74889b2232
When adding a new static route, check if network address conflicts with interfaces. It will complement ticket #2852
2013-03-04 09:37:24 -03:00
Renato Botelho
e480d64bc5
Fix validation of conflict between interface ip address and static routes. Fixes #2852
2013-03-04 09:08:06 -03:00
Phil Davis
41af581edd
Services status widget display 1st sentence of description
...
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"...
2013-03-04 15:54:23 +05:45
jim-p
96a7ddb760
Fix GPS lat/lon code to properly convert to the format Google wants for the link.
2013-03-03 20:02:34 -05:00
Jim P
8588508afb
Merge pull request #444 from mdima/master
...
Just make the page validate as XHTML
2013-03-03 09:26:28 -08:00
Michele Di Maria
8490305911
Just make the page validate as XHTML
...
The only XHTML errors remaining are the ones of the general includes.
2013-03-03 15:50:56 +01:00
Renato Botelho
244dee8142
Reconfigure routing when a new gateway is added
2013-03-01 15:03:39 -03:00
Renato Botelho
d09e69da07
Send ipprotocol parameter when adding new gateways from interfaces.php
2013-03-01 12:23:47 -03:00
jim-p
f7344c521d
Fix extra curly that is breaking firewall rules
2013-03-01 09:42:22 -05:00
Renato Botelho
6b23c19a15
Don't allow adding IP Alias or CARP VIP on network or broadcast addresses. Fixes #2768
2013-03-01 10:44:01 -03:00
Renato Botelho
17ff2c46c2
Add check for ipv6 subnet when adding aliases with CARP parents
2013-03-01 10:02:21 -03:00
Renato Botelho
0692dea873
Simplify code
2013-03-01 09:51:32 -03:00
Renato Botelho
02421eca47
Silent php -l removing pass-by-reference
2013-03-01 09:48:27 -03:00
Renato Botelho
56dda8e089
Fix indent and whitespaces
2013-02-28 19:51:43 -03:00
Renato Botelho
eb171d8f4e
Update translatio files
2013-02-28 15:41:24 -03:00
smos
34121b0c65
Unbreak the html table, this was missing a table cell close tag, also add trim() on the output.
2013-02-28 09:06:37 +01:00
jim-p
f2bd7b9995
Fix typo
2013-02-27 15:50:53 -05:00
jim-p
da14f0cf0b
Fix wording for VoIP address option in the shaper. Add rule going the other direction to catch connections initiated both ways.
2013-02-27 15:37:39 -05:00