2401 Commits

Author SHA1 Message Date
Ad Schellevis
d51831b32d (legacy) fix PHP Fatal error: Call to undefined function create_gateway_quality_rrd() in /usr/local/etc/inc/gwlb.inc on line 330
setup_gateways_monitor needs rrd.inc
2015-08-04 14:21:46 +00:00
Ad Schellevis
fc7f8d1450 (legacy) fix crashreporter issue 2015-08-04 14:17:24 +00:00
Ad Schellevis
8bc4bdcbec (legacy) fix PHP Fatal error: Call to undefined function lock() in /usr/local/etc/inc/system.inc on line 125
traceback missing library issue, search function where lock() is used in line 125 (system_resolvconf_generate), then check use and add
missing library,

grep -r system_resolvconf_generate * | sed 's/:/ /g' | awk '{print $1;}' | sort -u
2015-08-04 13:57:01 +00:00
Ad Schellevis
b3873a8197 (legacy) crashreport, fix some input validation 2015-08-04 13:50:24 +00:00
Ad Schellevis
b5fc573016 (legacy) cleanup vpn_openvpn_server.php and add help buttons (fix for https://github.com/opnsense/core/issues/297) 2015-08-04 13:24:00 +00:00
Ad Schellevis
09d6aacc0f (legacy) backport show all help button behaviour to legacy code 2015-08-04 13:22:16 +00:00
Ad Schellevis
5a893de742 (ui) small javascript fix on help button behaviour 2015-08-04 15:07:21 +02:00
Ad Schellevis
42c4019b96 (legacy) fix uninitialized array element in certs.inc 2015-08-04 12:54:14 +00:00
Ad Schellevis
3007afe379 (legacy) add legacy_html_escape_form_data to legacy helper functions to escape array items recursive 2015-08-04 12:53:15 +00:00
Ad Schellevis
50c05fbc0a (legacy) add showhelp to default header for help icons 2015-08-04 12:52:02 +00:00
Franco Fichtner
f5d8b46ef4 intrusion detection: fix suricata bootup on /var MFS 2015-08-04 13:13:31 +02:00
Franco Fichtner
e8496219a5 src: fix crash reports 2015-08-04 12:16:11 +02:00
Franco Fichtner
3644a72431 openvpn: util.inc is included via guiconfig.inc 2015-08-04 11:42:14 +02:00
Franco Fichtner
0a18a77f33 dashboard: fix via crash reporter 2015-08-04 11:23:34 +02:00
Franco Fichtner
fad7184fa2 lang: fuzzy matching is not good 2015-08-04 09:12:32 +02:00
Franco Fichtner
383bdd7993 lang: merge from template; fixes #301 2015-08-04 08:58:57 +02:00
Franco Fichtner
e4b5672e8e lang: add a merge target to update from template; #301 2015-08-04 08:58:54 +02:00
Franco Fichtner
feaba402bb Merge pull request #290 from fabianfrz/translation_p1
Translation #285 Part1
2015-08-04 08:11:33 +02:00
Fabian Franz
601861088d language fix 2015-08-04 08:03:04 +02:00
Fabian Franz
a95669d734 some language fixes 2015-08-04 07:52:40 +02:00
Franco Fichtner
fa87cdb5b9 lang: two small fixes for German 2015-08-04 06:18:56 +02:00
Franco Fichtner
9ac2c9fd2e Merge pull request #291 from fabianfrz/translation_p2
the changeset of the other 4% of #285
2015-08-03 21:11:23 +02:00
Ad Schellevis
fe1791dec3 (legacy/theme) remove duplicate script files 2015-08-03 19:08:43 +00:00
Fabian Franz
d67a36ad5d language fix 2015-08-03 20:55:33 +02:00
Ad Schellevis
e45dc7a482 (legacy) first step in transition of /themes/ to /ui/themes/ to glue both new and old components better together.
The old /themes/ directory should eventually be removed when all references are gone.
2015-08-03 14:32:38 +00:00
Ad Schellevis
45713f1d19 (mvc) add theme to new components 2015-08-03 16:03:46 +02:00
Franco Fichtner
b3e5b9a69f Merge pull request #302 from dotike/master
fix: botched the header with gettext merges
2015-08-03 15:19:38 +02:00
Ad Schellevis
f7c69371bc (legacy) some additional uninit vars in firewall_nat_edit.php 2015-08-03 13:19:06 +00:00
Ad Schellevis
65cca54da4 (legacy) small xss fix in system_camanager.php 2015-08-03 13:17:53 +00:00
Isaac (.ike) Levy
59060ed4de fix: botched the header with gettext merges
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-08-03 09:07:00 -04:00
Michael Burtscher
9a5c232432 added tun0 interface (required for sixxs-aiccu)
This is a temporary solution to allow using sixxs-aiccu service without
manual code change until the aiccu service is correctly included in the
web interface.
2015-08-03 13:06:05 +02:00
Fabian Franz
66d1fdd46c removed the merge 2015-08-03 11:51:33 +02:00
Fabian Franz
8cec3d0198 fix in german translation 2015-08-03 11:23:44 +02:00
Fabian Franz
b2bc35ca8e grammar fix 2015-08-03 11:10:49 +02:00
Fabian Franz
7ba0884213 grammar fix 2015-08-03 11:09:31 +02:00
Franco Fichtner
7377f85572 prototype: all non-UNIX line breaks :/ 2015-08-03 10:07:03 +02:00
Franco Fichtner
433f455299 Merge pull request #298 from dotike/master
JP translation 92% complete after stiching in prior work
2015-08-03 09:02:30 +02:00
Franco Fichtner
c0bc0c2b71 interfaces: fix lagg vs. flag override settings 2015-08-03 08:59:26 +02:00
Isaac (.ike) Levy
b18c8589ed msmerge to bring up to date with current srcs
More or less,
$ msgmerge --multi-domain --add-location --previous -o ja_JP.po ja_JP.ikeback.po en_US.pot

Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-08-03 02:34:19 -04:00
Isaac (.ike) Levy
34be3fadb6 Moving legacy JP work into repo with full attribution
Excellent 2014 work by Chie Taguchi, <taguchi.ch@gmail.com>

Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-08-03 02:34:19 -04:00
Chie Taguchi
bb3cc53dd9 modify translations
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-08-03 02:34:19 -04:00
Chie Taguchi
ded5b42315 modify translations
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-08-03 02:34:19 -04:00
Chie Taguchi
1cdf6900e1 modify translations
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-08-03 02:34:18 -04:00
Chie Taguchi
9127b97f89 modify translations
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-08-03 02:34:18 -04:00
Chie Taguchi
4af21c0d2b modify translations
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-08-03 02:34:17 -04:00
Chie Taguchi
0033852c7f modify translations
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-08-03 02:34:17 -04:00
Chie Taguchi
3a25f54f3f fix po errors and modify translations
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-08-03 02:34:17 -04:00
Chie Taguchi
2e01e6a508 modify translations in the correct format
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-08-03 02:34:16 -04:00
Chie Taguchi
17bb4095f8 modify translations in the correct format
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-08-03 02:34:16 -04:00
Chie Taguchi
950cf6552a modify translations in the correct format
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-08-03 02:34:16 -04:00