87 Commits

Author SHA1 Message Date
Franco Fichtner
3da906b624 interfaces: optionally allow to set txpower
PR: https://forum.opnsense.org/index.php?topic=3462.0
2016-08-01 09:09:44 +02:00
Franco Fichtner
224b5d8247 www: util.inc is provided by guiconfig.inc for #1065 2016-07-22 07:12:21 +02:00
Franco Fichtner
e2998ac4cf interfaces: skip rtsold in case required by ISP for #637 2016-07-16 20:48:46 +02:00
Ad Schellevis
4e3b66c257 zapp pfsense-utils.inc 2016-06-20 16:59:19 +02:00
Ad Schellevis
65aa038255 (legacy) move is_private_ip() to util.inc 2016-06-20 14:33:30 +02:00
Franco Fichtner
f6b554f87e www: consistent use of <?=, some escapes while at it; closes #986 2016-06-11 07:45:49 +02:00
Fabian Franz
123e68c393 some translation fixes 2016-06-02 09:50:23 +02:00
Fabian Franz
50c1d95ada some cleanup and translation 2016-05-31 12:23:07 +02:00
Franco Fichtner
d5654b79a6 interfaces: remove pppoe reset cron handling... #911
... Ad already annotated a few spots, the whole thing is beyond
repair and I dread extending it to PPP and others which has been
asked for a few times now.  We will have to find another way.

To paraphrase Star Trek: He's dead, Jim.

The upside is that the cron config items are flushed by default
now, later we can remove this as we don't care what is in that
unused config section anyway.
2016-05-27 00:02:20 +02:00
Franco Fichtner
0ddccb7cd1 ui: tooltip placement and button alignment; closes #959 2016-05-26 21:24:45 +02:00
Ad Schellevis
91756d8152 (interfaces/dhcpv6 client) add debug option to advanced dhcpv6 client config, closes https://github.com/opnsense/core/issues/859 2016-05-23 13:55:10 +02:00
Franco Fichtner
c8b9eefbcf wireless: remove ancient ath(4) long distance helpers
The original script is from 2005 and most newer ath(4) drivers do not
even support it.  One can still set the sysctls individually anyway,
it's highly likely you know the hardware when you're trying to set
this up in the first place...

See also: https://wiki.freebsd.org/dev/ath(4)
2016-05-22 15:09:27 +02:00
Ad Schellevis
845cb7aff1 add opnsense_standard_table_form class to forms (2) 2016-05-20 18:13:49 +02:00
Ad Schellevis
0b31dc522f add opnsense_standard_table_form class to forms 2016-05-20 17:09:58 +02:00
Franco Fichtner
955b73fdd7 src: strip gettext() from log messages
It only makes debugging harder as our translations are being
completed one after the other.  Also has the positive side-
effect of freeing a few hard-to-do translations in the process.
2016-05-16 00:28:22 +02:00
Ad Schellevis
51531ca047 (legacy) interface subnet allow /31 https://github.com/opnsense/core/issues/934 2016-05-09 09:53:06 +02:00
Fabian Franz
e6ed1c4acb translation in interfaces.php 2016-04-15 17:36:34 +02:00
Franco Fichtner
7c80504e93 interfaces: fix a chopped translation 2016-04-13 08:22:48 +02:00
Franco Fichtner
b6f15f32bf interfaces: tweak wording; closes #854 2016-03-24 07:18:19 +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
Franco Fichtner
d7df9ecf10 src: move ipsec.inc require to top pages
For now plugins.inc and ipsec.inc will coexist on pages that
may need only one or none to avoid unefined function errors.
This will be pruned after investigating the contents of both
files...
2016-02-21 20:09:07 +01:00
Franco Fichtner
f79fac8f25 src: first shuffling for splitting off plugins from core 2016-02-21 20:09:07 +01:00
Franco Fichtner
ba9bbebe62 interfaces: fix a crash report 2016-02-06 12:11:49 +01:00
Ad Schellevis
3542a33eb1 (legacy) show correct ppp mtu in ui, for https://github.com/opnsense/core/issues/572 2016-02-05 19:03:52 +01:00
Ad Schellevis
c3894df0a6 (legacy) fix media selection in interfaces.php 2016-02-05 17:22:06 +01:00
Fabian Franz
cfb4c9f1c9 fix some whitespace 2016-01-29 17:55:14 +01:00
Ad Schellevis
a7e4762b9c (legacy) fix html errors, remove $closehead 2016-01-27 18:18:05 +01:00
Fabian Franz
b96b291608 fixes by @fichtner 2016-01-18 10:12:43 +01:00
Fabian Franz
5248d1ed1b fixes by @fichtner 2016-01-18 10:08:11 +01:00
Fabian Franz
e6faf6d910 some translation fixes 2016-01-17 13:29:36 +01:00
Fabian Franz
e856a02281 fix in interfaces.php 2016-01-11 10:16:04 +01:00
Franco Fichtner
d41b5a7456 src: reindent copyright block to four spaces 2015-12-29 20:22:41 +01:00
Ad Schellevis
53607f4255 (legacy) fix initial pppoe_resetdate in interfaces.php 2015-12-29 14:32:18 +01:00
Ad Schellevis
e7aca7952d (legacy) typo for help id in interfaces.inc 2015-12-28 21:48:07 +01:00
Ad Schellevis
fc27058ca5 (legacy) change number of list items in interfaces.php 2015-12-28 14:48:36 +01:00
Ad Schellevis
f09352d414 (legacy) small glitch interfaces.php 2015-12-23 08:21:31 +01:00
Ad Schellevis
9b653bf45a (legacy) interfaces.php small glitch on page open 2015-12-22 22:04:09 +01:00
Ad Schellevis
02bd83623d (legacy) small style fixes in interfaces.php 2015-12-22 18:07:54 +01:00
Ad Schellevis
91881522cd (legacy) regression interfaces.php, move some wireless stuff around... 2015-12-22 16:23:49 +01:00
Ad Schellevis
6346a9d0a1 (legacy) regression interfaces.php (wireless) 2015-12-22 15:30:06 +01:00
Ad Schellevis
45a3add260 (legacy) regression interfaces.php (wireless) 2015-12-22 15:16:40 +01:00
Ad Schellevis
28e9593eda (legacy) interfaces.php change order of things... 2015-12-22 13:36:19 +01:00
Ad Schellevis
07bf27bf27 (legacy) some more cleanups interfaces.php 2015-12-22 12:08:34 +01:00
Ad Schellevis
6b28425b5e (legacy) interfaces.php style fix 2015-12-22 12:07:07 +01:00
Ad Schellevis
ecd41b5ac0 (legacy) missing space 2015-12-22 12:00:09 +01:00
Ad Schellevis
cdd948dfcc (legacy) refactor interfaces.php, box all sections 2015-12-22 11:53:56 +01:00
Ad Schellevis
22e41cac9a (legacy) work in progress refactor interfaces.php 2015-12-22 11:01:39 +01:00
Ad Schellevis
c581beafac (legacy) work in progress refactoring interfaces.inc 2015-12-21 22:34:40 +01:00
Franco Fichtner
86d50f8793 www: remove the need for manual $pgtitle #461 2015-12-08 19:45:59 +01:00