33 Commits

Author SHA1 Message Date
Franco Fichtner e3bf36a2ec plugins: remove a few of my historic maintainerships
These plugins have had maintainership attached due to the fact
that they became plugins at one point in time.  Since we can now
annotate this better, do it.
2025-12-04 09:19:37 +01:00
Franco Fichtner e51e367336 net/igmp-proxy: remove the notion of a "realif"
Actually the last in the plugin code!
2025-11-06 11:09:05 +01:00
Franco Fichtner 3af63008f9 net/igmp-proxy: use mwexecf and file_safe
PR: https://github.com/opnsense/core/issues/9325
2025-10-28 15:27:51 +01:00
Franco Fichtner 0620c0bcad net/igmp-proxy: move back to old compatible event 2024-09-30 20:27:06 +02:00
Franco Fichtner 7fead4f46a net/igmp-proxy: move to compatible newwanip_map event 2024-08-23 08:42:38 +02:00
Franco Fichtner 59efad71c0 net/igmp-proxy: use service_log() #6099 2022-10-21 09:10:44 +02:00
Franco Fichtner a0ddf96645 plugins: remove use of $main_buttons
PR: https://github.com/opnsense/core/issues/4216
2021-06-14 16:13:14 +02:00
Franco Fichtner 8e19b01618 net/igmp-proxy: scrub unused formfld 2021-06-07 10:37:55 +02:00
Franco Fichtner a9d1b8b741 net: revision bumps 2021-02-22 15:22:40 +01:00
John Keates e10be2971c Update pkg-descr (#2179)
According to the SF website the project can now be found on github; not sure if the URL in here has to match something else but if not, this updates the url so it points to the current home of the igmpproxy.
2021-01-12 09:19:11 +01:00
Franco Fichtner f7fe0ac291 plugins: remove obsolete services.inc
PR: https://github.com/opnsense/core/issues/3736
2019-10-02 07:33:54 +02:00
Franco Fichtner fa1bcce94c net/igmp-proxy: bump version 2019-04-08 20:08:26 +02:00
Franco Fichtner 671ebc418d net/igmp-proxy: fix count() usage in PHP 7.2
PR: https://forum.opnsense.org/index.php?topic=12352.0
2019-04-08 20:00:40 +02:00
Franco Fichtner 6b6c0d0669 net/igmp-proxy: update revision, get_configured_interface_list() is no more 2018-11-18 20:42:26 +01:00
Franco Fichtner 94f4b165b1 *: no more trailing dots, Shrew Soft complete copyright 2018-09-16 11:52:38 +02:00
Franco Fichtner ee487f15f6 net/igmp-proxy: same same but different 2018-09-11 19:16:19 +02:00
Franco Fichtner 235e7f9bf3 net/igmp-proxy: style cleanups 2018-06-03 18:23:41 +00:00
Franco Fichtner 8c9c2324a8 */*: bump revisions on previous to properly render...
with modified javascript.
2018-03-17 16:34:43 +01: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 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