Commit graph

32 commits

Author SHA1 Message Date
Franco Fichtner
6a7fd14e78 *: no more trailing dots, Shrew Soft complete copyright
(cherry picked from commit 94f4b165b1)
2018-09-16 11:53:00 +02:00
Franco Fichtner
5c8260e815 net/pptp: style updates 2018-06-03 18:27:44 +00:00
Franco Fichtner
be5528b3a3 */*: switch to div / data-for
PR: https://github.com/opnsense/core/pull/2175
2018-03-17 16:31:18 +01:00
NOYB
5533702035 HTML Compliance - Attribute "type" on Element <script>
Warning: The type attribute is unnecessary for JavaScript resources.

HTML5: Edition for Web Authors
http://www.w3.org/TR/2014/REC-html5-20141028/scripting-1.html
The default, which is used if the attribute is absent, is "text/javascript".

The Script element
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script
HTML5 specification urges authors to omit the attribute rather than provide a redundant MIME type.
2018-01-21 13:35:06 +01:00
NOYB
789845004b HTML Compliance - Attribute "for" on Element <div>
Error: Attribute "for" not allowed on element "div" at this point.
Attributes for element "div": http://www.w3.org/html/wg/drafts/html/master/single-page.html#the-div-element

HTML attribute reference: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes
The "Output" element: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/output

Attributes for element "output": http://www.w3.org/html/wg/drafts/html/master/single-page.html#the-output-element
2018-01-06 10:10:41 +01:00
NOYB
9960e5a6c1 HTML Compliance - Attribute "type" on Element <i>
Error: Attribute "type" not allowed on element <i> at this point.
2018-01-06 10:09:44 +01:00
NOYB
94de7141cb HTML Compliance - Obsolete table attributes
width, align, valign, cellpadding, cellspacing, border, summary, bgcolor

Error: The width attribute on the table element is obsolete. Use CSS instead.
Error: The align attribute on the table element is obsolete. Use CSS instead.
Error: The valign attribute on the table element is obsolete. Use CSS instead.
Error: The cellpadding attribute on the table element is obsolete. Use CSS instead.
Error: The cellspacing attribute on the table element is obsolete. Use CSS instead.
Error: The border attribute on the table element is obsolete. Use CSS instead.
Error: The summary attribute on the table element is obsolete. Consider describing the structure of the table in a caption element or in a figure element containing the table; or, simplify the structure of the table so that no description is needed.
Error: The bgcolor attribute on the table element is obsolete. Use CSS instead.
2018-01-04 08:46:09 +01:00
Franco Fichtner
92d9dfa363 */*: style updates 2018-01-03 06:27:32 +00:00
Franco Fichtner
6d49d71b2b LICENSE: add auto-generated file after consolidation 2017-08-07 18:47:42 +02:00
Ad Schellevis
b3ac2871e2 php 7.1 style fixes for https://github.com/opnsense/core/issues/1733 2017-07-22 17:03:19 +02:00
Franco Fichtner
5718055942 net: annoate group type for multi point plugins
PR: https://github.com/opnsense/core/issues/1455
2017-03-10 09:29:10 +01:00
Franco Fichtner
60b0b8ff11 net/pptp: proper start at boot 2017-01-26 23:03:17 +01:00
Franco Fichtner
275cf8e6ab net/pptp: should have been removed already 2017-01-21 17:29:25 +01:00
Franco Fichtner
3ac7dae235 *: remove backwards glue, stable/16.7 was branched 2017-01-13 08:56:23 +01:00
Franco Fichtner
651f7caa3e net: provide stubs for missing netgraph glue 2016-12-13 10:19:56 +01:00
bevz
26a0ed3b53 Fix function_exists(url_safe) 2016-12-01 12:42:32 +01:00
Franco Fichtner
6957b19ec8 warp ACL translations
PR: https://github.com/opnsense/core/issues/1037
2016-11-23 22:05:33 +01:00
Franco Fichtner
ae7b41b2a7 net: bump mpd5 plugins for a crash report fix 2016-11-21 08:11:18 +01:00
Franco Fichtner
034c1621e9 net: fix url_safe() usage on stock 16.7
This is a bit of a pickle: people should upgrade, but
simply use 16.7 and install the plugins.  We can't
easily pin a core version, so we need to provide these
compat stubs instead.
2016-11-10 08:59:22 +01:00
Franco Fichtner
46e3438a0b net/*: no longer necessary to pull plugins.inc
Plugins were tied into the firewall rules, which makes it
vital to be loaded and for plugins to work at all.  The
dependency is implicit so it can be safely removed without
changing the plugin revision/version.
2016-10-01 11:07:10 +02:00
Franco Fichtner
097614d6ef net/pptp: favour absolute redirects 2016-09-02 10:10:35 +02:00
Franco Fichtner
c956532182 net/pptp: wrap redirects with url_safe()
PR: https://github.com/opnsense/core/issues/1168
2016-09-02 09:47:56 +02:00
Franco Fichtner
dc1d3177d2 net/pptp: plugins_interfaces() is now implied 2016-08-30 08:08:33 +02:00
Franco Fichtner
7f0f05199e net/*: properly group interfaces on linkup 2016-08-10 17:08:27 +02:00
Franco Fichtner
ab24e03919 net/*: adapt interface register to latest changes
Also new instantly registers and removes legacy VPN interfaces
like it should have.
2016-08-08 09:17:01 +02:00
Franco Fichtner
345531d4b6 adjust for recent source changes 2016-06-20 18:13:25 +02:00
Franco Fichtner
e0a11f707b net: plugin proper remote log settings 2016-06-13 20:05:27 +02:00
Franco Fichtner
22a3f00bf8 net: log file style consolidation 2016-06-13 08:56:35 +02:00
Franco Fichtner
80056bfc16 net: testing sweep for mpd5 servers done; minor issues in gui fixed 2016-06-03 15:44:57 +02:00
Franco Fichtner
df43b7678c net: adapt legacy vpns according to syslog/plugins changes 2016-06-03 14:04:03 +02:00
Franco Fichtner
63a19fd230 net: consistent www file names for previous 2016-06-03 11:14:09 +02:00
Franco Fichtner
deafe3eb12 net: add PPTP, L2TP and PPPoE servers from base 2016-06-03 10:46:36 +02:00