82 Commits

Author SHA1 Message Date
NOYB
4a7bcae7af 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:52:17 +01:00
NOYB
b2f4cfa7c1 HTML Compliance - Attribute "type" on Element <i>
Error: Attribute "type" not allowed on element <i> at this point.
2018-01-05 08:36:26 +01:00
NOYB
76aab5cb52 HTML Compliance - Obsolete table attributes
width, align, valign, cellpadding, cellspacing, border, summary

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.
2018-01-04 18:26:02 +01:00
Franco Fichtner
c5d4002541 src: add Scott's e-mail everywhere 2017-08-05 20:57:29 +02:00
Franco Fichtner
d87c6ff556 Scripts: add a license generator for GitHub 2017-08-05 20:21:35 +02:00
Franco Fichtner
77401d6add system: add optional swap file for SSD; closes #1554 2017-07-11 15:31:37 +02:00
Franco Fichtner
9b694b705d start to hide IPsec and OpenVPN for pluginification 2017-03-11 17:51:54 +01:00
Franco Fichtner
156f8d445f system: add captive portal session backup #1437 2017-03-02 20:14:31 +01:00
Franco Fichtner
c1bd019603 rc: unwind nested calls and $verbose for system_resolvconf_generate() 2016-12-09 09:48:07 +01:00
Franco Fichtner
afa861d0cd rc: more $verbose conversion 2016-12-07 22:46:52 +01:00
Tikimotel
28b058c895 Update system_advanced_misc.php (#1288)
This adds the "normal" power state to the powerd - system_advanced_misc options.
If the powerd utillity can not determine the system power options (ac or battery) it will use the "normal" setting rendering the "ac" and "battery" settings useless for these systems.
2016-12-02 19:48:26 +01:00
Franco Fichtner
393fadcec0 system: stray unicode whitespace (damn you, apple!) 2016-12-02 08:31:41 +01:00
Franco Fichtner
3d802a0a78 system: missed two GUI strings for previous 2016-12-02 08:28:59 +01:00
Franco Fichtner
e413994c4a system: finally split up use_mfs_tmpvar for good
This is an inplace config migration.  The mount still behaves
the same way and a config save from the page migrates the
options.  We're not in a rush here, but the reason is that
we should have clean options and the new 17.1 images for nano
will depend on the new style.
2016-12-02 08:18:23 +01:00
Franco Fichtner
6b0b2569cd system: make sure vital kernel modules are loaded and refactor
This partially reverts commit 8ecaf5f9102e329f6163ddc16f84647040d53485.
2016-11-28 09:21:17 +01:00
Franco Fichtner
ec679740a5 system: move system_cron_configure() to new home 2016-11-20 11:22:49 +01:00
Franco Fichtner
b508d4d9f7 services: rename again for consistency 2016-11-20 11:16:10 +01:00
Franco Fichtner
f16199ffe9 cron: prepend system_, but move to system.inc later 2016-11-14 23:09:22 +01:00
Franco Fichtner
8ab6fb4c5e relayd: extensive pluginification
Not perfect yet, some spots still taint the backend with
requiring relayd.inc which should only be included by the
plugin's own files directly.
2016-11-07 22:03:50 +01:00
Franco Fichtner
224b5d8247 www: util.inc is provided by guiconfig.inc for #1065 2016-07-22 07:12:21 +02:00
Fabian Franz
5c48a7696d translation fixes + moved a curly bracket 2016-07-07 08:08:13 +02:00
Franco Fichtner
3ba65be59b system: allow /tmp to optionally function as a tmpfs; closes #1036 2016-07-02 10:07:04 +02:00
Ad Schellevis
4e3b66c257 zapp pfsense-utils.inc 2016-06-20 16:59:19 +02:00
Ad Schellevis
31cbcff27b (legacy) move calculate_ipv6_delegation_length() to util.inc and change dependencies 2016-06-20 16:47:20 +02:00
Ad Schellevis
0b31dc522f add opnsense_standard_table_form class to forms 2016-05-20 17:09:58 +02:00
Franco Fichtner
d8f5a12d1f system: shuffle more features and bring back ETC zones
PR: https://forum.opnsense.org/index.php?topic=3004
2016-05-20 07:55:01 +02:00
Franco Fichtner
71bef74664 system: no more firewall stuff here #832 2016-05-19 20:47:46 +02:00
Franco Fichtner
8f5bb5e940 firewall: firewall settings ;) #832 2016-05-19 20:47:46 +02:00
Franco Fichtner
31fe2500f1 firewall: another firewall-related setting #832 2016-05-19 20:31:10 +02:00
Franco Fichtner
0c79cbe4b0 firewall: migrate feature setting, depends on filter #832 2016-05-19 20:26:33 +02:00
Ad Schellevis
7ab0b3463f (legacy) www: strip action attribute from forms where not needed, closes https://github.com/opnsense/core/issues/929 2016-05-12 19:45:28 +02:00
Franco Fichtner
61192fce99 firewall: revive schedule option, we can kill by label
This makes a lot more sense, just embed the schedule into the label.
2016-05-08 12:47:55 +02:00
Franco Fichtner
5f14ec367a firewall: remove schedule expiry override
This is the default for pf(4), we don't need a kernel patch to
override this.
2016-05-07 18:38:10 +02:00
Franco Fichtner
6588238185 cron: stop polluting the config with redundant information
This makes it easier to migrate cron jobs in the future.  Still not
all callers converted, but we'll get there.  ;)
2016-04-25 17:43:57 +02:00
Franco Fichtner
8ff7c87ffe cron: expose configure_cron() instead if invoking it multiple times #911 2016-04-25 17:26:23 +02:00
Franco Fichtner
5e97c86d6d system: better translation and style
Suggested by: @fabianfrz
2016-04-25 15:04:19 +02:00
Franco Fichtner
d25e1259d6 system: fix previous 2016-04-25 14:01:34 +02:00
Franco Fichtner
731a9566e0 system: periodic netflow backup option #911 2016-04-25 13:44:51 +02:00
Franco Fichtner
1c7e2d7098 system: restyle misc settings a bit more 2016-04-24 12:47:43 +02:00
Franco Fichtner
4490ebf7d2 system: always enable source track timeout input 2016-04-24 12:25:48 +02:00
Franco Fichtner
6f39a69e5c system: remove self-aware proxy usage for 17.1 2016-04-22 16:38:37 +02:00
Franco Fichtner
b3b5bd300f system: allow periodic backups of rrd and dhcp for non-MFS 2016-04-16 19:27:53 +02:00
Franco Fichtner
7ec49ce3b6 system: tweak help for crypto settings
Suggested by: @oparoz
2016-03-17 22:43:43 +01:00
Franco Fichtner
29ddac4647 system: fix typos 2016-03-17 14:13:30 +01:00
Franco Fichtner
6abb7dfa59 system: add option to load cryptodev, but don't do it as the new defaut 2016-03-17 14:08:14 +01:00
Franco Fichtner
d74c27494d system: do the previous for thermal modules plus some naming unification 2016-03-17 13:25:09 +01:00
Franco Fichtner
efb83c517e system: glxsb is only for i386, check for modules consistently 2016-03-17 13:14:32 +01:00
Franco Fichtner
b41fc6188d system: modularise crypto devices
Suggested by: @oparoz
2016-03-17 11:45:58 +01:00
Ad Schellevis
67b827a84f html correction 2016-03-04 12:07:12 +01:00
Franco Fichtner
c9b7076609 plugins: don't need so many includes 2016-02-21 20:09:07 +01:00