Commit Graph

28 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
b2ab319a2f dns/dyndns: bump version after fix, style updates
Exclude r53 library, it should probably be "contrib".
2018-01-03 06:20:44 +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
c6a5347ca5 dns/rfc2136: bump revision after change 2017-12-14 11:49:53 +00:00
Franco Fichtner
b6a11cc674 dns/rfc2136: fix action buttons on IE 11
PR: https://forum.opnsense.org/index.php?topic=6631.0
2017-12-14 11:49:14 +00:00
Franco Fichtner
f2ed0cf14a dns/dyndns: fix a crash report in namecheap error parsing 2017-12-13 06:29:49 +00:00
Franco Fichtner
fa05de95da dns/dyndns: prepare for next version 2017-11-20 06:30:32 +01:00
Franco Fichtner
8b663afdf6 dns/dyndns: loopia wildcard fixes; closes #382 2017-11-20 06:29:43 +01:00
Kuo-Cheng Yeu
ccf2717c81 Add support for route53 IPv6 (#381) 2017-11-20 06:20:31 +01:00
Franco Fichtner
0bdb38bc36 dns/dyndns: bump version after fix 2017-09-16 18:04:53 +02:00
Ad Schellevis
da5ae3c452 ditch xml2array in phpDynDNS.inc, for https://github.com/opnsense/plugins/issues/269 2017-09-16 18:02:51 +02:00
Franco Fichtner
a2b2f8c0a5 dns/dyndns: update revision of plugin after fix 2017-09-03 18:06:34 +02:00
sll552
c379d66494 Fix cloudflare proxy status reset on dyndns update
This prevents resetting of the cloudflare "proxy" status (if this host is proxied/protected by cloudflare) of the updated DNS record.
2017-09-03 17:59:36 +02:00
Franco Fichtner
5f422f1633 dns/dyndns: bump version to 1.2 to finish #216 2017-08-16 13:17:07 +02:00
Franco Fichtner
8e73b81215 dns/dyndns: add regfish, some cleanups, #216 2017-08-15 09:37:09 +02:00
Franco Fichtner
db37f50370 dns/dyndns: remove the remote notification support
Different fix than @adschellevis, upon closer inspection this seems
to make more sense to ditch it.  No plugins use the remote notification
support, so we can remove / replace it for 18.1.
2017-08-15 08:31:24 +02:00
Franco Fichtner
6b55f31fda dns/rfc2136: remove obsoleted remote notifcation support 2017-08-15 08:26:25 +02:00
Ad Schellevis
6081c1f9ae ditch convert_real_interface_to_friendly_descr, ccdf67adb6 2017-08-14 16:20:06 +02:00
Franco Fichtner
6d49d71b2b LICENSE: add auto-generated file after consolidation 2017-08-07 18:47:42 +02:00
Franco Fichtner
296f187dd6 */*: revision bump and final touch
PR: https://github.com/opnsense/core/issues/1733
2017-07-22 18:21:15 +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
8dfb1e26a4 dns: unlock plugins as done on stable/17.7
master branch always has PLUGIN_DEVEL set, so we can safely strip it
even for 17.1 builds.
2017-07-19 07:32:23 +02:00
Franco Fichtner
6f45033b46 dns/dyndns: bump version after change 2017-07-18 20:26:59 +02:00
Franco Fichtner
c0f067dbd6 dns/dynamicdns: wrong dir, no menu 2017-07-18 20:26:21 +02:00
Alexander Leisentritt
1ea03f7b94 remove curl option "anyauth" for "custom" and "customv6" DynDNS updates as discussed in #188 2017-06-26 00:36:05 +02:00
Franco Fichtner
5a9b5bbcb9 add new DNS category 2017-06-25 14:51:16 +02:00
Franco Fichtner
594a1f829c dns/dyndns: migrated plugin from core 2017-06-25 14:47:00 +02:00
Franco Fichtner
4c57c258f1 dns/rfc2136: migrated plugin from core 2017-06-25 14:36:11 +02:00