- 11 May, 2015 3 commits
-
-
Isaac (.ike) Levy authored
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>
-
Isaac (.ike) Levy authored
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>
-
Isaac (.ike) Levy authored
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
-
- 10 May, 2015 8 commits
-
-
Ad Schellevis authored
-
-
Ad Schellevis authored
-
Franco Fichtner authored
Needs the optional gettext-tools package to run.
-
Ad Schellevis authored
-
Ad Schellevis authored
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.
-
Ad Schellevis authored
-
- 09 May, 2015 1 commit
-
-
Ad Schellevis authored
-
- 08 May, 2015 11 commits
-
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
- 07 May, 2015 4 commits
-
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
Has the benefit of delivering a numer of additional statistics.
-
- 06 May, 2015 3 commits
-
-
Ad Schellevis authored
(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
-
Franco Fichtner authored
-
Franco Fichtner authored
-
- 05 May, 2015 5 commits
-
-
Franco Fichtner authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
When using webgrind, use the optional graphviz package for callgraph support
-
Ad Schellevis authored
-
- 04 May, 2015 4 commits
-
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Ad Schellevis authored
related to https://github.com/opnsense/core/issues/162
-
- 03 May, 2015 1 commit
-
-
Ad Schellevis authored
-