75 Commits

Author SHA1 Message Date
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
Franco Fichtner
4760cfda19 interfaces: repair ppp mobile selection in main edit 2015-11-23 08:37:41 +01:00
Franco Fichtner
50d01becf9 src: do not reorder sprintf arguments by default
(Already had issues in the code that were obvious, some may still
linger in there.  Also uselessly confuses our dedicated translators.)
2015-11-10 13:22:52 +01:00
Franco Fichtner
c863336d32 interfaces: fix the apply button in transaltions 2015-10-26 08:23:57 +01:00
Franco Fichtner
72e0a85142 interfaces: fix a crash report 2015-10-16 10:38:36 +02:00
Franco Fichtner
5e5e6c2f27 captive portal: bye bye my love
The captive portal is being replaced!  This hooks up the
new page into the services section while ditching most of
the old code.  There'll be no migration, if you use package
`opnsense-devel' and the captive portal you'll have to switch
to `opnsense' or migrate to the new code.  Beware that the
new captive portal is going to be a huge step forward but
features will trickle in week after week until it is stable
enough to merge it.  Latest release date is going to be 16.1.
2015-10-15 23:48:23 +02:00
Franco Fichtner
98a0662d07 interfaces: zap legacy shortcuts 2015-10-15 00:04:12 +02:00
Franco Fichtner
cd4b8267aa wireless: only advertise supported modes; closes #377 2015-09-18 14:08:38 +02:00
Franco Fichtner
d2c595de8e src: fix typos 2015-09-12 10:57:45 +02:00
Franco Fichtner
45f15fbb5c src: scrub spurious prefix from copyright header
We do not embed file names into the header, because files get
deleted and renamed every now and then.  git-log is a good way
to read the full history.
2015-07-27 12:21:30 +02:00
Ad Schellevis
020ce673cd (legacy) more dependency cleanups 2015-07-23 09:45:57 +00:00
Ad Schellevis
4075a285eb (legacy) move openvpn.inc out of interfaces.inc 2015-07-23 08:27:56 +00:00
Ad Schellevis
c55a7c50ed (legacy) remove services.inc dependency from interfaces.inc 2015-07-23 08:04:59 +00:00