Commit Graph

29324 Commits

Author SHA1 Message Date
jim-p
af8397ca73 Add a default case for IPv6 in rc.banner, otherwise whatever trips first gets used for the later interfaces as well. 2016-01-04 15:34:15 -05:00
Stephen Beaver
4988278920 Further fix on saving shaper->queue->mask 2016-01-04 13:18:26 -05:00
Stephen Beaver
3957ee3453 Merge pull request #2352 from phil-davis/status_graph 2016-01-04 11:45:06 -05:00
Stephen Beaver
bbb5d7a5b6 Fixed #5733 2016-01-04 11:37:09 -05:00
Phil Davis
1c18517284 Add back display description option for status_graph
The code that provides the data for this is already in
bandwidth_by_ip.php in both 2.2.* and master 2.3.
The description option is in the Display dropdown list in 2.2.*, but it
got missed in the bootstrap conversion and integration process.
With just this 1-line addition the Display Description option can be
selected and works.
2016-01-04 22:10:21 +05:45
Stephen Beaver
187f96b9ad Correct "noWrap" in text areas. (Function is not actually used by anyone, but it might as well work just in case. 2016-01-04 09:08:22 -05:00
Stephen Beaver
951a7169ab Merge pull request #2351 from NOYB/HTML_Compliance_-_Firewall_/_NAT/_1_1_/_Edit 2016-01-04 08:01:59 -05:00
Stephen Beaver
24fa1d892c Merge pull request #2350 from phil-davis/status_logs 2016-01-04 08:01:20 -05:00
Phil Davis
85560dbb63 Redmine #5731 Error when setting various system log settings from factory default config
Forum https://forum.pfsense.org/index.php?topic=104762.0
2016-01-04 08:01:16 -05:00
Renato Botelho
deff3aedc1 Adjust dpinger default values to match recent changes in dpinger project 2016-01-04 08:13:31 -02:00
NOYB
fc589cceb8 HTML Compliance - Firewall / NAT/ 1:1 / Edit
Bad value [0-9, a-z, A-Z and . for attribute pattern on element input: Unterminated character class
<input class="form-control" name="src" id="src" type="text" pattern="[0-9, a-z, A-Z and .">
<input class="form-control" name="dst" id="dst" type="text" pattern="[0-9, a-z, A-Z and .">
2016-01-04 00:09:06 -08:00
Phil Davis
e80934cd3e Redmine #5731 Error when setting various system log settings from factory default config
Forum https://forum.pfsense.org/index.php?topic=104762.0
2016-01-04 09:32:12 +05:45
Stephen Beaver
14c49a5f22 Merge pull request #2348 from phil-davis/patch-4 2016-01-03 12:10:37 -05:00
Phil Davis
90d9dcecde Redmine #5728 Fix delete row button in Firewall Schedule Edit
The calls to delete_row() were going off to some other delete_row() function and not doing what was needed.
Give delete_row() here a unique name and it all works again.
2016-01-03 21:56:09 +05:45
Stephen Beaver
9109177f83 Merge pull request #2347 from NOYB/HTML_Compliance_-_Firewall_/_NAT_/_Port_Forward_/_Edit 2016-01-03 08:29:13 -05:00
Stephen Beaver
09e989f9bc Merge pull request #2346 from NOYB/HTML_Compliance_-_Firewall_/_Aliases_/_Edit 2016-01-03 08:27:35 -05:00
Stephen Beaver
964535595b Merge pull request #2345 from NOYB/HTML_Compliance_-_Services_Status_Widget 2016-01-03 08:26:19 -05:00
NOYB
1f0092d653 HTML Compliance - Firewall / NAT / Port Forward / Edit
Attribute min/max not allowed on element input at this point.
<input class="form-control" name="srcbeginport_cust" id="srcbeginport_cust" type="text" value="any" min="1" max="65536">
<input class="form-control" name="srcendport_cust" id="srcendport_cust" type="text" value="any" min="1" max="65536">

Attribute min/max not allowed on element input at this point.
<input class="form-control" name="dstbeginport_cust" id="dstbeginport_cust" type="text" value="any" min="1" max="65536">
<input class="form-control" name="dstendport_cust" id="dstendport_cust" type="text" value="any" min="1" max="65536">

Attribute min/max not allowed on element input at this point.
<input class="form-control" name="localbeginport_cust" id="localbeginport_cust" type="text" min="1" max="65536">
2016-01-03 00:06:16 -08:00
Stephen Beaver
d54d028f63 Fix reading of server list on page load 2016-01-02 20:52:51 -05:00
Stephen Beaver
5ab32eac07 Fixed #5724 2016-01-02 14:08:58 -05:00
NOYB
42af67f4c1 HTML Compliance - Firewall / Aliases / Edit
Bad value [0-9, a-z, A-Z and . for attribute pattern on element input: Unterminated character class
<input class="form-control" name="address0" id="address0" type="text" value="" pattern="[0-9, a-z, A-Z and ." placeholder="Address">
2016-01-02 00:05:04 -08:00
NOYB
710f12d2a4 HTML Compliance - Services Status Widget
Element option without attribute label must not be empty.
<option selected></option>
2016-01-01 10:30:51 -08:00
Renato Botelho
8224a71ed8 Merge pull request #2344 from phil-davis/patch-4 2016-01-01 11:38:26 -02:00
Phil Davis
13500a2291 Remove extra spaces on welcome text
Must be feeling OCD today. The console output had 2 spaces between "2.3-ALPHA" and "on the". I also removed the space before "..." because all the subsequent lines of console output have no space before the "...'.
Actually this is a title line, so maybe the "..." could be deleted here also :)
2016-01-01 15:42:33 +05:45
Renato Botelho
3a07e333e5 Revert "Build pecl-rrd"
This reverts commit 51c8a5dad9.
2015-12-31 17:12:45 -02:00
Renato Botelho
51c8a5dad9 Build pecl-rrd 2015-12-31 17:07:25 -02:00
Renato Botelho
d7b43acc10 Enable build of rrdtool 1.4 2015-12-31 16:59:18 -02:00
Renato Botelho
a88d130b84 Add options to build rrdtool 1.4 2015-12-31 16:58:43 -02:00
Stephen Beaver
4606583c22 Merge pull request #2341 from NOYB/HTML_Compliance_-_Interfaces_/_VLAN 2015-12-31 08:43:00 -05:00
Stephen Beaver
ee0e5e6ecf Merge pull request #2339 from BBcan177/patch-2 2015-12-31 08:40:51 -05:00
Stephen Beaver
ebeb1b7879 Merge pull request #2338 from BBcan177/patch-1 2015-12-31 08:38:45 -05:00
NOYB
efb86be8fc HTML Compliance - Interfaces / VLAN
A table row was 5 columns wide and exceeded the column count established by the first row (4).
2015-12-31 00:16:25 -08:00
BBcan177
9665798a30 pkg_mgr_installed - Fix disablepackagehistory
* Improve if/else/endif
2015-12-31 00:00:23 -05:00
BBcan177
152c01bed6 pkg_mgr - Fix disablepackagehistory
* Version title should always print
* $g['disablepackagehistory'] only disables the changelog hyperlink
2015-12-30 23:59:27 -05:00
Stephen Beaver
8dccfb2064 Fixed #5717 2015-12-30 15:46:52 -05:00
Renato Botelho
dae9ce3f4e Merge pull request #2325 from stilez/patch-7 2015-12-30 15:53:44 -02:00
Stephen Beaver
921a14bd0a Merge pull request #2337 from BBcan177/patch-1 2015-12-30 12:02:17 -05:00
BBcan177
8924af1a80 Update pkg_mgr.php
Update syntax to 4 space indent
2015-12-30 11:51:24 -05:00
Stephen Beaver
a6d58665c6 Add password confirmation and change to Form_* framework 2015-12-30 11:41:56 -05:00
BBcan177
4832ed9820 Update pkg_mgr.php
* Note - There are two lines previously commented out at Lines! (L127-128)

* Mods to if/else/elseif/endif statements for consistency.
* Change package dependency href link icon from "paper-clip" to "globe".
* Put package dependency links into a < ul > for a cleaner output when dependencies span over two lines.
* Add missing gettext()
2015-12-30 11:39:04 -05:00
Stephen Beaver
29c0d920f4 Fixed #5714 2015-12-30 09:44:34 -05:00
Stephen Beaver
62d61a2f9a Merge pull request #2335 from NOYB/HTML_Compliance_-_Interfaces_/_Assign_network_ports 2015-12-30 08:31:44 -05:00
Stephen Beaver
cab15e51e5 Merge pull request #2334 from BBcan177/patch-2 2015-12-30 08:29:13 -05:00
Renato Botelho
d4a3fed89b Merge pull request #2336 from heper/patch-1 2015-12-30 09:55:42 -02:00
heper
6fb95fa245 Fix typo password confirm
https://forum.pfsense.org/index.php?topic=104629.0
2015-12-30 12:40:12 +01:00
Renato Botelho
87b30cfae1 Remove workaround to get dpinger running when interface is in tentative state 2015-12-30 09:09:52 -02:00
NOYB
290566ed5b HTML Compliance - Interfaces / Assign network ports
A table row was 3 columns wide and exceeded the column count established by the first row (2).
2015-12-30 00:03:13 -08:00
BBcan177
c154b9f583 Update pkg_mgr_installed.php
* Mods to if/else/elseif/endif statements for consistency.
* Change font red to span class.
* Change package dependency href link icon from "paper-clip" to "globe".
* Remove redundant <i> in package dependency href link
* Put package dependency links into a <ul> for a cleaner output when dependencies span over two lines.
* Add <div> to "Action" column as the "!" icon was previously printing on the next line.
2015-12-29 23:52:13 -05:00
Chris Buechler
dc6927bcc7 Add output validation here too. Ticket #5351 2015-12-29 19:46:12 -06:00
Jared Dillard
0f1a448374 complete breadcrumbs for each tab 2015-12-29 12:48:21 -06:00