585 Commits

Author SHA1 Message Date
Isaac (.ike) Levy
da5a4f6dcd more lines
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-11 19:30:24 -04:00
Isaac (.ike) Levy
7c29b3e72d watch out for two calls on one line in src
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-11 19:30:24 -04:00
Isaac (.ike) Levy
5d101d8321 more lines
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-11 19:30:24 -04:00
Isaac (.ike) Levy
d5741ab532 more lines, from here it's a steep ascent to the top
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-11 19:30:24 -04:00
Isaac (.ike) Levy
5e9b8b4efa more lines
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-11 19:30:24 -04:00
Isaac (.ike) Levy
f607903ab4 more lines
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-11 19:30:23 -04:00
Isaac (.ike) Levy
eabb503718 more lines
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-11 19:30:23 -04:00
Isaac (.ike) Levy
8cdc4dae12 more lines
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-11 19:30:23 -04:00
Isaac (.ike) Levy
efc9231ac9 missed one
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-11 19:30:23 -04:00
Isaac (.ike) Levy
b3fb503f06 These are tricky, the appear to call php functions inside the translation.
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-11 19:30:23 -04:00
Isaac (.ike) Levy
fc320a57ee more translation
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-11 19:30:23 -04:00
Isaac (.ike) Levy
e35823497f more translation
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-11 19:30:23 -04:00
Isaac (.ike) Levy
bc3868575a more translation
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-11 19:30:23 -04:00
Isaac (.ike) Levy
3df1b297ca more translation
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-11 19:30:23 -04:00
Isaac (.ike) Levy
997dfa5832 more translation
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-11 19:30:22 -04:00
Isaac (.ike) Levy
b8ea0295ec more translation
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-11 19:30:22 -04:00
Isaac (.ike) Levy
0f52acd957 more translations
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-11 19:30:21 -04:00
Isaac (.ike) Levy
2912d23f95 more translations
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-11 19:30:20 -04:00
Isaac (.ike) Levy
2d91757b25 a fistfull more
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-11 19:30:19 -04:00
Isaac (.ike) Levy
d7ff5c6998 en translations
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-11 19:30:19 -04:00
Isaac (.ike) Levy
eb0a8e32f0 en translations
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-11 19:30:19 -04:00
Isaac (.ike) Levy
0a49619a37 less typing...
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-11 19:30:19 -04:00
Isaac (.ike) Levy
50ba6d981c more en
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-11 19:30:18 -04:00
Isaac (.ike) Levy
99a96c53d2 here goes the slog...
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-11 19:30:18 -04:00
Isaac (.ike) Levy
938d829a69 gettext headers are noisy, feel free to change this upstream
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-11 19:30:18 -04:00
Isaac (.ike) Levy
bbf76eedf6 Big gettext dump for existing messages
executed via:
$ git grep gettext >> src/share/locale/en/LC_MESSAGES/OPNsense.pot

Now it's time to roll up the sleeves and get the english base done.
(Still need to hook up the relevant gettext machinery...)

Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-11 19:30:18 -04:00
Isaac (.ike) Levy
c110325b46 Stub out locations for .pot gettext files
I'm not certain if this is the eventual final location for the .pot files, but, they should certainly be bundled up neatly with the OPNsense "core" package, as they are for the OPNsense GUI itself- not the base OS.

Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-11 19:30:18 -04:00
Franco Fichtner
511eb60e55 src: zap code that handled "cdrom" idiosyncrasies
We can do without those on the install media.  Instead, route
necessary code parts through is_install_media().  A lot of
stale and forgotten code got ditched in the process--e.g. when
did we ever run without an /etc/fstab?
2015-03-14 17:33:48 +01:00
Franco Fichtner
c93d5dcb70 rc: employ the same write probe trick for early installer menu 2015-03-14 16:52:41 +01:00
Franco Fichtner
bd772534a2 rc: remove platform awareness from main rc script
Platforms are all the same, except when / is not writable.  That
only ever matters once, when we fake it writeable using unionfs.
2015-03-14 16:26:34 +01:00
Franco Fichtner
01d78e2a68 dyndns: fix minor Duck DNS issues 2015-03-14 07:39:09 +01:00
Ad Schellevis
2da4270dde force config file root to be named opnsense 2015-03-13 19:13:42 +01:00
Ad Schellevis
77d651cc0b bugfix config->toArray 2015-03-13 16:06:55 +01:00
Ad Schellevis
bab9a4c1d5 remove unused functions and switch to SimpleXML as default parser. 2015-03-13 15:41:58 +01:00
Ad Schellevis
6004b1de2f bugfix new config handler 2015-03-13 15:09:27 +01:00
Ad Schellevis
195378fd1a fix typo 2015-03-13 13:31:43 +01:00
Ad Schellevis
8dda3da09c add filesize to getBackups 2015-03-13 13:28:21 +01:00
Ad Schellevis
46d2849652 update fromArray to support forced lists on specific tags 2015-03-13 11:57:02 +01:00
Ad Schellevis
da2c3c1b6f add revisiondata to getBackups for config class 2015-03-13 08:39:47 +01:00
Ad Schellevis
6a2f32dcd2 change backup method for config to public 2015-03-12 17:17:39 +01:00
Ad Schellevis
261d487d8c add isValid public method on config class 2015-03-12 15:40:40 +01:00
Ad Schellevis
f1c11390dc config bug in updateRevision 2015-03-12 14:45:35 +01:00
Ad Schellevis
331f4665d9 change save -> backup default behavoir 2015-03-12 14:22:20 +01:00
Ad Schellevis
821f5331d1 add revision information on config save 2015-03-12 13:59:20 +01:00
Ad Schellevis
5114af5368 small fixes in config 2015-03-12 11:31:25 +01:00
Franco Fichtner
264c28d1e3 firmware: remove some obsolete parts of the firmware update system
Fear not as we will reintroduce the functionality in the GUI using
our new firmware update system which includes pkg(8)/opnsense-update(8).
2015-03-12 09:12:18 +01:00
Franco Fichtner
d178bd83e8 src: adapted more dormant debug code 2015-03-12 08:46:01 +01:00
Franco Fichtner
93d00ecd20 inc/globals: far-reaching prune of global variables
* Remove spurious debug output that was never enabled and make
  actual error messages the default behaviour.

* Update links and remove a bit of softcoding that was going
  on around the GUI through global variables (we don't want to
  hide the help menu, nope).
2015-03-12 08:15:47 +01:00
Franco Fichtner
1f5d30b8e7 src: tmp_path gone with the wind 2015-03-12 07:39:52 +01:00
Franco Fichtner
ad334c80aa src: tmp_path almost gone now 2015-03-12 07:24:35 +01:00