3568 Commits

Author SHA1 Message Date
Franco Fichtner
3da643e044 php: remove obsolete mbstring module
This module was used in the old XMLRPC client code, but is no longer
needed.  Removal was escalated by FreeBSD when the oniguruma4 dependency
of the php56-mbstring module was marked BROKEN.
2015-12-13 11:37:43 +01:00
Franco Fichtner
e821b018ad logs: split up VPN logs, closes #507
We're moving PPTP back, the whole discussion is rather pointless
to be honest.  We'll make it a plugin for 16.7, I think that's
only fair for users who know what they are doing.
2015-12-12 00:27:28 +01:00
Franco Fichtner
06a383cef4 logs: yes, this still works... #461 2015-12-11 23:25:27 +01:00
Ad Schellevis
375d4a2cc0 (legacy) refactor system_certmanager.php 2015-12-11 18:59:39 +01:00
Ad Schellevis
95ed1a452b (legacy) add show_all_help_page to system_camanager.php 2015-12-11 16:12:09 +01:00
Franco Fichtner
4d45d2f041 Merge pull request #521 from dotike/ikemisc
minor typo
2015-12-11 15:25:59 +01:00
Isaac (.ike) Levy
5489e8eca9 minor typo
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-12-11 08:31:06 -05:00
Ad Schellevis
3cb09b7861 (legacy) refactor system_camanager.php 2015-12-10 17:24:43 +01:00
Franco Fichtner
da8a2bed0f load balancer: remove unused relay pages and related backend parts
Dormant ever since 2009, time to remove those finally.
2015-12-10 11:56:48 +01:00
Ad Schellevis
f2e68b9033 (legacy) refactor crash_reporter.php 2015-12-10 10:42:21 +01:00
Ad Schellevis
7a39df6fed (legacy) regression diag_confbak.php 2015-12-09 20:18:13 +01:00
Ad Schellevis
f10e469b5c (legacy) refactor diag_confbak.php 2015-12-09 20:15:17 +01:00
Ad Schellevis
6836ba3614 (legacy) more cleanups in diag_backup.php 2015-12-09 17:42:28 +01:00
Ad Schellevis
9eced80304 (legacy) refactor diag_backup.php 2015-12-09 17:22:33 +01:00
Ad Schellevis
d4077fac58 cleanup 2015-12-09 13:49:17 +01:00
Ad Schellevis
a43351476e (legacy) remove get_carp_status 2015-12-09 12:05:56 +01:00
Ad Schellevis
90ee04ced1 (legacy) refactor carp_status.php 2015-12-09 12:04:39 +01:00
Ad Schellevis
1f182df61e (filter) add configd command "filter list pfsync" 2015-12-09 11:30:40 +01:00
Franco Fichtner
8ce3d29dcc pptp: tweak wording on warning message 2015-12-09 10:01:00 +01:00
Franco Fichtner
d0a10baa5d logs: add a template for easier log management #461 2015-12-09 08:10:46 +01:00
Franco Fichtner
891d5f2b51 menu: more consolidation for #461 2015-12-09 07:41:13 +01:00
Franco Fichtner
0d28ce2528 www: main and status shortcuts removed
They are replaced by the navigation.  Log files need to be cleaned
up further.  Progress is good.  :)
2015-12-09 07:10:31 +01:00
Franco Fichtner
32beb6e90e routing: remove need for shortcuts #461 2015-12-09 06:58:19 +01:00
Ad Schellevis
85669dbdb0 (legacy) refactor system_hasync.php 2015-12-08 20:34:51 +01:00
Franco Fichtner
86d50f8793 www: remove the need for manual $pgtitle #461 2015-12-08 19:45:59 +01:00
Ad Schellevis
c806b622cd (legacy) style cleanup diag_logs_routing.php 2015-12-08 17:35:38 +01:00
Ad Schellevis
452a601084 (legacy) style cleanup diag_logs_gateways.php 2015-12-08 17:31:56 +01:00
Ad Schellevis
d5e9e0ea06 (legacy) refactor system_usermanager_settings.php 2015-12-08 17:23:45 +01:00
Ad Schellevis
3b8a3826c2 (legacy) pgtitle, breadcrumbs avoid wrong type in array_reverse 2015-12-08 17:06:03 +01:00
Franco Fichtner
65350f5c46 Merge pull request #513 from 8191/unbound-start-fix
unbound: fix starting of unbound via Status: Services
2015-12-08 16:26:38 +01:00
Ad Schellevis
4a674804a4 (legacy) refactor system_advanced_sysctl.php 2015-12-08 16:25:54 +01:00
Manuel Faux
38efc0c4e7 unbound: fix starting of unbound via Status: Services
unbound could not be started via Status: Services.
2015-12-08 16:18:00 +01:00
Franco Fichtner
1d74400292 language: merge the new template 2015-12-08 08:29:29 +01:00
Franco Fichtner
08749b414f language: regenerate the translation template 2015-12-08 08:26:22 +01:00
Franco Fichtner
f2e052754f language: regenerate dynamic strings 2015-12-08 08:25:45 +01:00
Franco Fichtner
42c658c73f language: update German to 69% completed
Taken from: https://translate.opnsense.org/
2015-12-08 08:27:10 +01:00
Ad Schellevis
0044fd3557 (legacy) refactor system_advanced_misc.php 2015-12-08 08:22:42 +01:00
Franco Fichtner
0677991a0a www: also generate the page title for #461 2015-12-08 07:34:38 +01:00
Franco Fichtner
ebe08f4cd5 logs: add back a line zapped for debugging 2015-12-07 23:54:38 +01:00
Franco Fichtner
4788e5616c www: introduce automatic breadcrumbs
This way, every time we touch our Menu.xml the page's breadcrumbs
are automatically switched.  :)

While there, clean the old $pgtitle setup so all of them translate
properly.  They are still used for the menu bar title, that will
require more effort to unfold.  Stay tuned.

@adschellevis if this is not the correct way to do it feel free
to refactor the MVC parts.
2015-12-07 20:39:47 +01:00
Ad Schellevis
e955045cc8 (legacy) remove unused system_set_harddisk_standby 2015-12-07 19:22:16 +01:00
Ad Schellevis
0d2f56bd3b (legacy) work in progress refactor system_advanced_misc.php 2015-12-07 18:40:48 +01:00
Ad Schellevis
dad9cf9672 style 2015-12-07 17:31:28 +01:00
Ad Schellevis
adfeac4104 (legacy) refactor diag_logs_settings.php 2015-12-07 17:28:54 +01:00
Ad Schellevis
2821575177 (legacy) refactor syslog a bit, make sure we obey syslog.enabled for remote syslog 2015-12-07 15:41:23 +01:00
Ad Schellevis
b5b8d91e78 Merge pull request #510 from 8191/js-disable-fix
tiny bugfix: unbound: fix JS to enable/disable interface selectors
2015-12-07 15:20:53 +01:00
Manuel Faux
12bc95c40a unbound: fix JS to enable/disable interface selectors
If unbound is enabled/disabled globally, the interface selectors should be
enabled/disabled as well.
2015-12-07 15:16:06 +01:00
Ad Schellevis
878eed3f65 (legacy) refactor system_advanced_notifications.php 2015-12-07 13:46:51 +01:00
Ad Schellevis
4ff6336093 Merge pull request #509 from 8191/pfinfo_rules
firewall: extend pfInfo by active rules
2015-12-07 12:02:01 +01:00
Manuel Faux
ff1c900197 firewall: extend pfInfo by active rules 2015-12-07 11:53:59 +01:00