Ad Schellevis
ef787b91a2
(config) prevent backup collisions (start using microtime)
2015-09-21 12:11:18 +02:00
Ad Schellevis
11913af853
(mvc) add default config revision if none is given, fix for https://github.com/opnsense/core/issues/386
2015-09-21 12:00:18 +02:00
Ad Schellevis
df22b6dcac
(legacy) fix wrapping/alignment on menu items with icon
2015-09-21 08:57:47 +00:00
Ad Schellevis
415c609289
(mvc) fix wrapping/alignment on menu items with icon
2015-09-21 08:56:29 +00:00
Franco Fichtner
7bff127c16
config manager: scrub a marginally useful save message
2015-09-21 10:30:45 +02:00
Franco Fichtner
d516b8f4b6
system/settings: useless code is useless
2015-09-21 10:24:24 +02:00
Franco Fichtner
600e22fce5
menu: make entry for alias import
2015-09-21 09:57:35 +02:00
Ad Schellevis
782276c20b
(legacy) fix for https://github.com/opnsense/core/issues/393
2015-09-21 06:06:19 +00:00
Franco Fichtner
df3deae06e
lang: merge all translations into latest template
2015-09-20 10:25:26 +02:00
Franco Fichtner
926b6ba93f
lang: regenerate the template
2015-09-20 10:18:45 +02:00
Franco Fichtner
8f84ee171f
lang: regenerate dynamic strings
2015-09-20 10:18:18 +02:00
Franco Fichtner
f3c7dadf19
lang: sync German from Pootle beta (57%) for #389
2015-09-20 10:13:12 +02:00
Franco Fichtner
dacded6976
acl: fix typo for #389
2015-09-20 10:03:37 +02:00
Franco Fichtner
20d2427429
config: add one more to previous
2015-09-20 09:40:32 +02:00
Franco Fichtner
ed59098b70
config: strip harmess transformations from sample
...
o comment blocks filled arrays disappear
o empty array tags disappear
o empty value tags collapse
This only leaves comment blocks in empty tags, which create
whitespace noise, which fucks up the config.xml real bad,
rippling through to the code that deal with is_array, isset
and actual = array() assignments to fix the faulty config.
Will clean this up one by one later.
2015-09-20 09:31:55 +02:00
Franco Fichtner
043324f86f
config: properly migrate a previous admin user for #28
2015-09-20 09:15:01 +02:00
Franco Fichtner
43cda30cf1
lang: update French to 33%
...
Submitted by: Calexium
2015-09-19 20:24:15 +02:00
Franco Fichtner
e8a19ee303
services: ntpd has its own pid file
2015-09-19 11:22:29 +02:00
Franco Fichtner
1bd7960735
firmware: add Supranet Communications mirror
...
Yay, thanks, Wallace!
2015-09-19 09:01:02 +02:00
Franco Fichtner
c9504d9748
wireless: actually, keep the one that is there (if any)
2015-09-18 16:15:58 +02:00
Franco Fichtner
cf343609d0
wireless: hide more config options from this page
2015-09-18 16:10:01 +02:00
Franco Fichtner
0fd22dab25
interfaces: fix a crash report
2015-09-18 15:54:07 +02:00
Franco Fichtner
efbffb0eb2
menu: fix menu expand on interface edit pages
2015-09-18 15:48:10 +02:00
Franco Fichtner
d89614ab47
theme: fix selection; closes #388
2015-09-18 14:32:51 +02:00
Franco Fichtner
cd4b8267aa
wireless: only advertise supported modes; closes #377
2015-09-18 14:08:38 +02:00
Franco Fichtner
a0b1e85452
src: raise memory limit to 256MB for everyone
...
128M has some crash reports attached, but "modern" i386 systems
have more RAM to spare, too. Also remove two old expansions to
64M, which are now restrictions, because when they were introduced
the memory limit was 32M. ;)
2015-09-18 07:20:34 +02:00
Franco Fichtner
e54b7a06f1
gwlb: fix a crash report
2015-09-18 07:16:58 +02:00
Franco Fichtner
1be3ebb3f3
interfaces: fix crash report of gettext()
2015-09-18 07:05:43 +02:00
Franco Fichtner
cc1c8eb21c
certificates: tabs to submenu
2015-09-16 15:11:43 +02:00
Franco Fichtner
f763c7cdc7
config: reformat config.xml sample, some additions
2015-09-16 11:53:02 +02:00
Franco Fichtner
06723bcf48
config manager: convert to submenu entries, overall UX improvements
2015-09-16 11:53:02 +02:00
Franco Fichtner
617f7f43d5
dashboard: fix crash report on system log widget
2015-09-16 07:41:46 +02:00
Franco Fichtner
271966ede9
config: can only iterate if interfaces are returned
2015-09-16 07:35:28 +02:00
Franco Fichtner
6c4b4446a1
config: fix upgrade path illegal access
2015-09-16 07:32:56 +02:00
Franco Fichtner
4715704807
notices: properly address empty notices
2015-09-16 07:30:10 +02:00
Franco Fichtner
184b842a2f
interfaces: fix a crash report
2015-09-15 17:54:58 +02:00
Ad Schellevis
b4acda0538
typo
2015-09-14 19:17:07 +00:00
Ad Schellevis
f7d932770d
(mvc) fix for crash report PHP Catchable fatal error: Argument 2 passed to Phalcon\Validation::add() must implement interface Phalcon\Validation\ValidatorInterface, array given, called in /usr/local/opnsense/mvc/app/controllers/OPNsense/IDS/Api/ServiceController.php on line 135 and defined in /usr/local/opnsense/mvc/app/models/OPNsense/Base/BaseModel.php
2015-09-14 20:48:30 +02:00
Ad Schellevis
31cb56c24b
typo
2015-09-14 18:26:36 +00:00
Ad Schellevis
5a06c8b129
(legacy) fix for https://github.com/opnsense/core/issues/373
2015-09-14 18:16:30 +00:00
Franco Fichtner
8a412b82d0
config: views cope with theme fallback now
2015-09-14 19:46:53 +02:00
Franco Fichtner
f84dfed452
config manager: do not truncate descriptions
...
Table layout should cope, if it doesn't it sucks and needs
to be fixed.
2015-09-14 19:44:32 +02:00
Ad Schellevis
17e0f91ea9
(leagcy) add missing exit in vpn_ipsec_mobile.php
2015-09-14 17:33:13 +00:00
Franco Fichtner
f561f19b28
config: NONONONONO we don't want autocomplete by default
2015-09-14 19:30:01 +02:00
Franco Fichtner
1e26b17e20
config manager: fix diff view; closes #385
...
Faulty logic is faulty.
2015-09-14 19:22:50 +02:00
Franco Fichtner
0195d4fdc5
config manager: new home and improved UX
...
Requested by: @lattera
2015-09-14 19:07:41 +02:00
Franco Fichtner
81a8b23268
make: add remount; sometimes I'm too lazy
2015-09-14 18:26:07 +02:00
Franco Fichtner
a66c7889c7
users: the infamous all group kicks the proverbial bucket
...
The all group was previously removed from the root account due
to the fact that it won't be applied to new user accounts anymore.
This isn't bad as far as we've seen so we went a bit further,
removing the group altogether. Nice side effect is that a lot of
conditional code just disappears, so I doubt anyone will have any
hard feelings later.
2015-09-14 18:22:45 +02:00
Franco Fichtner
ee5672b984
www: filter_configure() has no return value
2015-09-14 17:22:42 +02:00
Franco Fichtner
ffa8a1c4e4
crash reporter: improve previous
...
ALWAYS show the information to be sent!
2015-09-14 17:10:56 +02:00