Commit Graph

29345 Commits

Author SHA1 Message Date
Chris Buechler
c4a278f2ac start switching CP to nginx 2016-01-05 09:08:10 -02:00
Chris Buechler
f77f43ff91 Skip error_log when disabled. 2016-01-05 09:08:10 -02:00
Chris Buechler
c4104141e4 add config upgrade code for lighty->nginx logging 2016-01-05 09:08:10 -02:00
Chris Buechler
05f9712de1 clean up lighttpd 2016-01-05 09:08:10 -02:00
Chris Buechler
7bbe501330 clean up lighttpd 2016-01-05 09:08:10 -02:00
Chris Buechler
8811dfc38b Keeping the disable logging option. Revert "clean up lighttpd bits"
This reverts commit 9de0332dec955ec513b74be9361de72d12aa7245.
2016-01-05 09:08:10 -02:00
Chris Buechler
84a7c17d88 clean up lighttpd bits 2016-01-05 09:08:10 -02:00
Chris Buechler
33d69e816f clean up restart_webgui 2016-01-05 09:08:10 -02:00
Chris Buechler
c74719cde7 add all of /usr/local/lib/lighttpd to obsoletedfiles 2016-01-05 09:08:10 -02:00
Chris Buechler
be6da8a468 fix up nginx logging 2016-01-05 09:08:10 -02:00
Chris Buechler
1e8599e549 first run through, replacing lighttpd with nginx. 2016-01-05 09:08:10 -02:00
Chris Buechler
bba669d9cb Merge pull request #1959 from davidjwood/rfc4638 2016-01-05 01:21:45 -06:00
Stephen Beaver
b189563909 Fix interface list 2016-01-04 21:42:25 -05:00
Stephen Beaver
f7d2d5aab0 Improve error message when the user forget to "Apply" 2016-01-04 21:41:54 -05:00
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
David Wood
60e15be211 Merge remote-tracking branch 'upstream/master' into rfc4638, fix conflict with c399d0d 2015-12-31 13:46:50 +00: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