jim-p
3a2de75a91
Add some newlines to this one too.
2013-02-09 11:27:58 -05:00
jim-p
8c59ce016b
Unbreak firewall rule interface drop-down selection. Fixes #2805
2013-02-09 11:22:01 -05:00
Ermal
aeaf0a67ad
Set family here to avoid any ambiguity
2013-02-09 08:49:33 +00:00
Jim P
82cc8a36d3
Merge pull request #395 from N0YB/PowerD_AC_BAT_Modes
...
System: Advanced: Miscellaneous: PowerD
2013-02-08 17:40:04 -08:00
N0YB
a358eec2ae
System: Advanced: Miscellaneous: PowerD
...
Add the on battery mode option settings.
2013-02-08 17:09:42 -08:00
Jim P
a06edef600
Merge pull request #394 from bcyrill/patch-15
...
Update usr/local/www/system_certmanager.php
2013-02-08 16:21:32 -08:00
bcyrill
3065c8cd90
Update usr/local/www/system_certmanager.php
...
Add space between option's value and selected attributes. Get rid of some stray closing td tags. That's it for now.
2013-02-09 01:10:12 +01:00
bcyrill
9eac43d7a7
Update usr/local/www/system_camanager.php
...
Properly close the anchor tag and fix ampersand.
2013-02-09 00:59:57 +01:00
bcyrill
f0664ac73f
Update usr/local/www/system_certmanager.php
...
Add $userid check
2013-02-09 00:45:15 +01:00
jim-p
8707707eb8
Add a line break to move this text to the next line. It was stuck after another field and easy to miss.
2013-02-07 13:28:11 -05:00
jim-p
fb6c8051f0
Fix quoting.
2013-02-07 09:51:48 -05:00
jim-p
133bda763e
This is quoted that way because it's passed in javascript. If another better way to quote it works, feel free to change it back, but test the fix first and make sure aliases still display in the firewall rule list.
2013-02-07 09:44:13 -05:00
Jim P
7cba1f5766
Merge pull request #391 from ExolonDX/branch_06
...
Remove escaped apostrophe
2013-02-07 06:32:15 -08:00
Renato Botelho
a8cb003844
Implement privilege for allowing login through CP
...
- The feature is optional, on by default for new zones, off for current
ones when upgrading
It should fix #1010
2013-02-07 11:15:10 -02:00
Renato Botelho
060bc78b02
Indent and whitespaces changes
2013-02-07 11:15:10 -02:00
Renato Botelho
a0629b6947
Indent and whitespaces changes
2013-02-07 11:15:10 -02:00
Colin Fleming
b5ce1d0194
Remove escaped apostrophe
2013-02-07 13:08:57 +00:00
Jim P
f5cdf05692
Merge pull request #390 from ExolonDX/branch_05
...
Value in attributes should be lower case
2013-02-07 05:01:03 -08:00
Colin Fleming
3ae16b9bbe
Value in attributes should be lower case
...
Value in the "method" attribute should be lower case
2013-02-07 12:44:25 +00:00
rbgarga
c2373b6923
Merge pull request #387 from ExolonDX/branch_02
...
Update HTML code in "include" files
2013-02-07 02:31:46 -08:00
Renato Botelho
0ff5ea767d
Cosmetic change, s/manager/Manager/ to keep make it consistent with other entries
2013-02-07 08:28:53 -02:00
Ermal
88cc00dbf5
Make gen_subnetv6 return a compressed form IPv6 address/net representation. This removes some issues reported during Ticket #2746 and solve the issue on some cases
2013-02-07 09:46:44 +00:00
jim-p
d7a1532bbf
Only include files that actually end in .inc, otherwise patching can lead to errors since .inc.orig patched the old test.
2013-02-06 19:38:09 -05:00
Jim P
f7352cd84e
Merge pull request #389 from ExolonDX/branch_06
...
Update HTML code in "include" files
2013-02-06 16:36:19 -08:00
Colin Fleming
f326b978f3
Update HTML code in "include" files
...
Close BR, INPUT and IMG tabs, update the IMG tags with "alt" and update
the TABLE tags with "summary".
Update SCRIPT with proper CDATA sections.
2013-02-06 23:41:35 +00:00
Ermal
472c5dc996
Revert "Correct URL creation for xmlrpc as well as some error checking"
...
This reverts commit 9ea2463a5b .
2013-02-06 20:02:20 +00:00
Ermal
9ea2463a5b
Correct URL creation for xmlrpc as well as some error checking
2013-02-06 19:57:12 +00:00
Colin Fleming
52593da5db
Update HTML in "include" files
...
Udated the DOCTYPE to make it W3C standard/compliant.
Moved "sorttable.js", "ticker.js" and the "antiClickJack style" from
"fbegin.inc" and place them in "head.inc" (where they belong), this may
also help the Widescreen package to work.
Close BR, INPUT and IMG tags properly, update IMG tags with "alt" and
update TABLE tags with "summary".
Updated the SCRIPT and STYLE with proper CDATA sections.
Updated LINK with the correct types.
2013-02-06 19:27:32 +00:00
rbgarga
45843479c2
Merge pull request #385 from ExolonDX/branch_01
...
Update HTML boolean operator "nowrap"
2013-02-06 10:21:37 -08:00
Renato Botelho
cba9d7d9a5
Adjust RRD captive portal graphs for CP zones
...
- Create RRD configs per zone
- Add tabs to see graphs per zone
- Migrate existing rrd files to default cpZone
- While I'm here, call unset() for $rrdcreate and $rrdupdatesh
Resolves #2655
2013-02-06 15:54:47 -02:00
Renato Botelho
2e19a6834f
Adjust backup settings to new captive portal zones
2013-02-06 15:54:47 -02:00
Renato Botelho
5e5d5abc0f
Fix indent and whitespaces
2013-02-06 15:54:47 -02:00
Colin Fleming
bb046a4fde
Update HTML boolean operator "nowrap"
...
The HTML boolean operator "nowrap" has been deprecated to a "style" and
it's "butt ugly", IMHO.
So, add a new class called "nowrap" to "all.css" and "wizard.css" and
start replacing "nowrap" with "class='nowrap'", if there is already a
class defined then just add, "class='whatever nowrap'".
Update "loader.js" and "bottom-loader.js" with proper CDATA sections.
2013-02-06 13:04:13 +00:00
bcyrill
614be05191
Add IPv6 support to diag_ipsec.php connect button
2013-02-06 11:12:57 +01:00
Jim P
68e5a9e911
Merge pull request #382 from mdima/master
...
"Status-Queue" page: many interface improvements
2013-02-05 15:39:39 -08:00
Michele Di Maria
ff3003dff4
"Status-Queue" page: many interface improvements
...
Add many improvements:
- Each queue background has a different color depending on the level
- Improved the number format of the PPS data
- The children queues can be collapsed/expanded
2013-02-06 00:23:59 +01:00
rbgarga
6989320509
Merge pull request #378 from phil-lavin/bugfix-php-errors
...
Fix PHP errors relating to using string offset as an array
2013-02-05 06:42:43 -08:00
Phil Lavin
80d5bd413f
Fix PHP errors relating to using string offset as an array
2013-02-05 14:31:10 +00:00
Renato Botelho
613a3cc563
For reloadall on interface_configure() called by GUI
2013-02-05 12:30:10 -02:00
jim-p
d2b2872afa
Test var before using as array. Should fix #2794
2013-02-05 08:28:57 -05:00
Jim P
fd5c4305fb
Merge pull request #377 from bcyrill/fix_lagg
...
Fix valid interface check on interfaces_lagg_edit.php
2013-02-05 05:06:55 -08:00
Renato Botelho
ee132ba1db
Change gateways widget layout to better accomodate long ipv6 addresses. It should fix #2790
2013-02-05 10:13:30 -02:00
bcyrill
cdad45cd37
Fix valid interface check on interfaces_lagg_edit.php
2013-02-05 12:46:42 +01:00
Renato Botelho
dd82d25229
Fix whitespaces
2013-02-05 08:11:21 -02:00
Renato Botelho
e1f9d058f4
Fix indent
2013-02-05 08:10:16 -02:00
N0YB
96ea7162fc
Services: DNS Forwarder
...
Add DNS query forwarding section with options for sequential and require domain.
2013-02-04 22:42:50 -08:00
jim-p
f54712b6c8
Fix a couple JS errors/problems with OpenVPN server code.
2013-02-04 17:04:12 -05:00
Renato Botelho
56756d31a2
Fix add gateway validation on interface configuration. It should fix #2791
2013-02-04 14:54:24 -02:00
bcyrill
8839e3fb5c
Update usr/local/www/interfaces.php
...
Variables that equal FALSE are considered to be empty e.g. "0".
2013-02-04 16:04:11 +01:00
Ermal
b5b5bcc041
Make more strict checks during is_ip* functions. Helps http://forum.pfsense.org/index.php/topic,58399.0.html and http://forum.pfsense.org/index.php/topic,58273.0.html
2013-02-04 13:36:25 +00:00