Commit Graph

428 Commits

Author SHA1 Message Date
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 2ce83c473c net/igmpproxy: bump version, fix menu, style update 2018-01-03 06:11:35 +00:00
NOYB ceb38b2dfe HTML Compliance - Element <button> Descendant of <a> Element
Error: The element button must not appear as a descendant of the a element.

Specification:
http://w3c.github.io/html/textlevel-semantics.html#the-a-element
"Allowed ARIA role attribute values: link (default - do not set), button, checkbox, radio, switch, tab or treeitem"
"The <a> element may be wrapped around entire paragraphs, lists, tables, and so forth, even entire sections, so long as there is no interactive content within (e.g., buttons or other links)."
2018-01-03 06:58:08 +01:00
Franco Fichtner 206d7e7d79 net/haproxy: spacing in index controller 2018-01-01 13:08:24 +01:00
Franco Fichtner 0165c94663 */*: audit [reconfigure] usage; closes #454
As expected, the call is never used.
2018-01-01 13:00:29 +01:00
Franco Fichtner c458c3c745 net/haproxy: s/reconfigure/reload
There is something strange here, the $force_reload is unused and
after stop we don't check the service status so 'running' is still
true and it tries to reload instead.

Best time to refactor into a mutable service controller?!

PR: https://github.com/opnsense/plugins/issues/454
CC: @fraenki
2018-01-01 12:58:38 +01:00
Franco Fichtner 53b84dbae9 net/relayd: reassign maintainer for #451 2017-12-28 10:19:08 +01:00
Franco Fichtner 7a8fe4a69e net/frr: release the plugin as version 1.0
PR: https://github.com/opnsense/plugins/issues/230
2017-12-27 18:29:58 +01:00
Franco Fichtner 8e075e131c net/quagga: fix previous #430 2017-12-27 17:36:27 +01:00
Franco Fichtner e5451f62cd net/quagga: end of life message for #430 2017-12-27 17:35:36 +01:00
Franco Fichtner c3ed686be2 net/freeradius: whitespace sweep 2017-12-27 14:08:40 +00:00
Franco Fichtner af0b128fa0 net/*: remove remaining titles 2017-12-24 15:26:56 +01:00
Michael f666bdb216 net/freeradius: Add basic LDAP support to FreeRADIUS (#444) 2017-12-24 10:28:45 +01:00
Franco Fichtner 441786a842 net/frr: style and whitespace sweep 2017-12-19 00:13:03 +01:00
Franco Fichtner 0a355692e7 net/frr: zap title 2017-12-19 07:25:18 +01:00
Franco Fichtner f695bc25ce */*: migrate _opnsense_bootup_run to simpler _var_script suffix
PR: https://github.com/opnsense/core/issues/1835
2017-12-18 18:28:10 +00:00
Michael 386c126f17 net/freeradius: restructure clients.conf to fix warning (#437)
* Update clients.conf

* bump version
2017-12-17 09:36:40 +01:00
Fabian Franz, BSc 2d124a4c30 net/frr: workaround - vtysh will not execute a command if vtysh.conf is missing (#433)
* net/frr: workaround - vtysh will not execute a command if vtysh.conf is missing
* net/frr: bump version to 0.0.3
2017-12-16 22:05:49 +01:00
Franco Fichtner a0e00f77ac net/quagga: bump revision for fix 2017-12-15 12:29:41 +01:00
Franco Fichtner b6b9d20232 net/quagga: error in is-is removal
PR: https://forum.opnsense.org/index.php?topic=6639.0
2017-12-15 12:25:09 +01:00
Fabian Franz, BSc 7fd56fd410 net/frr: add service reload button like in security/tor (#428)
* add service reload button like in security/tor
* Update Makefile
2017-12-13 19:01:12 +01:00
Fabian Franz, BSc 1eca22977a net/frr: port the commit b888990; closes #425 (#427) 2017-12-13 15:24:24 +01:00
Frank Wall a729f9f3a4 Merge pull request #421 from fraenki/haproxy_23
net/haproxy: Release 2.3
2017-12-13 12:11:34 +01:00
Franco Fichtner b888990ac1 net/quagga: apply spinner, removed titles, removed isis 2017-12-11 08:00:37 +00:00