Isaac (.ike) Levy
d606c30686
This can be generated via xgettext(1) regularly,
...
If this file is generated regularly, it becomes easier for translators to keep up with changes to the source code. (Or, at least changes with accompanying gettext calls).
This was generated with:
# for i in `git grep --name-only 'gettext' | grep -v 'pot$'` ; do
# xgettext -j -o ./src/share/locale/en/LC_MESSAGES/OPNsense.pot "${i}"
# done
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-05-11 00:27:18 -04:00
Isaac (.ike) Levy
72f23c783c
completely tool-based approach with xgettext(1)
...
xgettext(1) is obviously much simpler than creating the canonical .pot file by hand. (If only I'd have known better before I started this :)
This .pot file was generated from the source code via:
# for i in `git grep --name-only 'gettext' | grep -v 'pot$'` ; do
# xgettext -j -o ./src/share/locale/en/LC_MESSAGES/OPNsense.pot "${i}"
# done
For this commit, the old header was retained- it will be deleted in the next commit, for ease of scriptable maintinence of the canonical english .pot file.
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-05-11 00:21:44 -04:00
Isaac (.ike) Levy
45d11da97c
big deep breath,
...
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-05-11 00:19:45 -04:00
Ad Schellevis
d849e48e1d
(mvc) still some work todo on getTranslator, disable for now§§
2015-05-10 17:43:56 +00:00
Ad Schellevis
138d62620e
Merge branch 'master' of ssh://github.com/opnsense/core
2015-05-10 19:33:44 +02:00
Ad Schellevis
2723668ea3
(mvc) some gettext stuff
2015-05-10 19:33:02 +02:00
Franco Fichtner
87a1e6157a
make: generate English .pot file via xgettext
...
Needs the optional gettext-tools package to run.
2015-05-10 19:25:11 +02:00
Ad Schellevis
f730946c03
(proxy) improve gui code by using the xml template for form handling
2015-05-10 18:54:38 +02:00
Ad Schellevis
623a72fceb
(mvc) add xml form handling to base controller
...
Adds controller functionality to read form definitions from an xml file in [Controller]/forms/ directory to keep Volt template code a bit cleaner an more understandable.
2015-05-10 18:50:38 +02:00
Ad Schellevis
4a7bf0b7c6
(legacy config helpers) fix config section restore for opnsense config's
2015-05-10 12:14:19 +00:00
Ad Schellevis
fd58c9d0cd
fix redirect ( b43002fe04 (commitcomment-11122583))
2015-05-10 12:07:29 +00:00
Ad Schellevis
b43002fe04
change default mvc behavior to return to dashboard for non existent pages.
2015-05-09 09:27:03 +02:00
Ad Schellevis
7a59cc8bab
proxy, temporary disable transparant mode.
2015-05-08 18:52:06 +02:00
Ad Schellevis
397c56aa06
Proxy fix status check
2015-05-08 16:25:57 +00:00
Ad Schellevis
e472f1322e
proxy UI cleanups and move some functionality into the core MVC template
2015-05-08 17:56:51 +02:00
Ad Schellevis
603e91c2a7
correct case statement
2015-05-08 14:48:10 +00:00
Ad Schellevis
30f7751dbf
add legacy shortcuts fora proxy
2015-05-08 12:52:06 +00:00
Ad Schellevis
218661d76a
add squid proxy to legacy service status page
2015-05-08 12:44:35 +00:00
Ad Schellevis
7a277785b4
add Proxy server to services menu
2015-05-08 12:14:52 +00:00
Ad Schellevis
ef8d083a5e
add proxy logging (cache.log) to System logs
2015-05-08 12:10:23 +00:00
Ad Schellevis
6004b05d58
fix dhcpd log file diag, this one isn't handled with syslog
2015-05-08 09:39:28 +00:00
Ad Schellevis
09489e9000
Merge branch 'master' of github.com:opnsense/core
2015-05-08 09:07:45 +00:00
Ad Schellevis
0949ac9192
(proxy feature) add basic auth helper and acl tag
2015-05-08 09:06:55 +00:00
Franco Fichtner
b71288d69f
scripts: use describe --always, seems useful ;)
2015-05-07 19:29:05 +02:00
Franco Fichtner
90da6340ef
inc: typo in legacy_interface_stats()
2015-05-07 14:29:26 +02:00
Franco Fichtner
76e323986d
inc: better safe than sorry
2015-05-07 14:14:15 +02:00
Franco Fichtner
26d16c6a70
inc: rewrote legacy_interface_stats()
...
Has the benefit of delivering a numer of additional statistics.
2015-05-07 13:53:56 +02:00
Ad Schellevis
81fb425968
(captive portal / traffic shaper) work in progress moving captive portal rule generation into template system
...
Make room for traffic shaper rules and restructure ipfw rule parsing
2015-05-06 21:20:04 +02:00
Franco Fichtner
034070ef78
pkg: decide about the repo flavour via tools.git
2015-05-06 20:27:28 +02:00
Franco Fichtner
4b197af1ee
inc: fix interface rename; mea culpa
2015-05-06 14:46:13 +02:00
Franco Fichtner
c98b514ee6
src: whitespace sweep
2015-05-05 21:35:26 +02:00
Ad Schellevis
1038102596
fix googledrive backup feature, issue with number of backups count and check with previous version
2015-05-05 16:56:37 +00:00
Ad Schellevis
ad306c96de
minor cleanup in config handling, reduce xmlparse call overhead
2015-05-05 17:15:14 +02:00
Ad Schellevis
7953e21f0c
add XDebug support switch and debugger for development
...
When using webgrind, use the optional graphviz package for callgraph support
2015-05-05 14:32:57 +00:00
Ad Schellevis
763295921f
enable new MVC code by default (http alias and rewrite rules)
2015-05-05 13:13:45 +00:00
Franco Fichtner
0552324595
inc: mute pgrep output as we are relying on it to fail
2015-05-04 20:16:38 +02:00
Franco Fichtner
e40c87ca6a
firmware: also clean downloaded packages after install
2015-05-04 10:35:57 +02:00
Franco Fichtner
783363d0ba
www: style for ifstats.php
2015-05-04 10:35:27 +02:00
Ad Schellevis
267d589a83
remove getVolume from captive portal radius (non functional)
...
related to https://github.com/opnsense/core/issues/162
2015-05-04 07:11:59 +00:00
Ad Schellevis
7e3188f366
prepare new MVC framework to use legacy ACL structure
2015-05-03 20:16:55 +02:00
Ad Schellevis
316e72b9ad
prepare for Proxy feature (ACL)
2015-05-03 20:07:39 +02:00
Ad Schellevis
9fffcf48b1
remove non-functional pfSense_ipfw_getTablestats from captive portal code
...
was used in some parts for radius, which is still quite messy code and probably not fully functional.
2015-05-03 17:51:46 +00:00
Franco Fichtner
bdc51d075e
inc: create directory, then use it
2015-05-03 17:17:40 +02:00
Franco Fichtner
5dc5303c53
interfaces: more stuff ported, IFCAP_* and IFF_* flags are gone
...
It's actually better to not pull any ABI stuff into a scripting
language. It's so much easier to work with strings and command
line tooles. The timing isn't criticial here...
2015-05-03 17:10:50 +02:00
Franco Fichtner
f5e932726b
inc: two more replacements; almost done
2015-05-03 16:35:28 +02:00
Franco Fichtner
86033e1ec3
inc: more replacements as usual
2015-05-03 16:17:43 +02:00
Franco Fichtner
fdeff9d266
inc: replace more legacy PHP module foo
2015-05-03 16:02:23 +02:00
Franco Fichtner
6b02199157
Revert "pkg: do not yet verify the fingerprints"
...
This reverts commit 4df19f1b1e84c07836f1da2ab5a27c92c6a96f63.
It's time to enable the verification. the packagaes are being
signed since the original commit went in and all tests have
shown that this works as expected. Staying safe, you know...
2015-05-03 15:29:08 +02:00
Franco Fichtner
e3c429bcd9
src: style and whitespaces
2015-05-02 11:34:08 +02:00
Franco Fichtner
705080ca76
inc: more PHP module replacements
2015-05-02 11:16:52 +02:00