- 25 Aug, 2015 1 commit
-
-
Franco Fichtner authored
(os-update was renamed to opnsense-update.)
-
- 20 Aug, 2015 1 commit
-
-
Franco Fichtner authored
Upgrade path is not for fiddling with the installed files, we're importing config.xml, not a full base system.
-
- 29 Jul, 2015 4 commits
-
-
Franco Fichtner authored
-
Franco Fichtner authored
o Makes live-mounting easier as the package config samples won't be clobbered anymore. o Automatically picks up ".in" files, runs replace and moves them to their permanent location. o Refactored src directory install while at it.
-
Franco Fichtner authored
As an added benefit, (default) will now always revert back to the actual default from the sample configuration, which is exactly how it should be.
-
Franco Fichtner authored
-
- 27 Jul, 2015 1 commit
-
-
Franco Fichtner authored
-
- 17 Jul, 2015 3 commits
-
-
Franco Fichtner authored
-
Franco Fichtner authored
We now have a branch-adaptation approach so that tools.git can be a lot less clever as to what goes on internally. Most meta- data already comes from here, which is more in line with ports and plugins. :)
-
Franco Fichtner authored
-
- 16 Jul, 2015 6 commits
-
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
While there, make install provide output as well and mop up a few minor issues with the previous code.
-
Franco Fichtner authored
-
Franco Fichtner authored
-
- 06 Jul, 2015 1 commit
-
-
Franco Fichtner authored
-
- 28 Jun, 2015 1 commit
-
-
Franco Fichtner authored
-
- 31 May, 2015 2 commits
-
-
Franco Fichtner authored
Create and commit the files generated by the dynamic gettext extraction, so that we can review changes more gracefully. Two files in the Traffic Shaper forms don't parse right now, but I have no clue why.
-
Franco Fichtner authored
-
- 19 May, 2015 1 commit
-
-
Franco Fichtner authored
-
- 13 May, 2015 1 commit
-
-
Franco Fichtner authored
-
- 12 May, 2015 1 commit
-
-
Franco Fichtner authored
-
- 11 May, 2015 10 commits
-
-
Ad Schellevis authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
Submitted by: Liu <liuyonghui_AT_grapecity.com>
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Isaac (.ike) Levy authored
I believe this is what we want long term, to ensure translation messages don't pile up, and that they retain multiple comment lines for source references, etc... Please tell me if I'm wrong, I'm not 100% on how it's behaviour works. Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
-
- 10 May, 2015 1 commit
-
-
Franco Fichtner authored
Needs the optional gettext-tools package to run.
-
- 20 Apr, 2015 2 commits
-
-
Franco Fichtner authored
Fixes spurious overwrite of a standard config, but also doesn't update the standards anymore in a running installation. Install media is unaffected from this change. Users that have had their standard config overwritten need to rewrite the file accordingly: /usr/local/etc/config.xml It also enables users to use their own sample configs on a running installation from now on. Might add a knob in the GUI to do e.g. `use this config as the factory reset configuration'. :) While there, move the pkg-related Makefile glue into its own file in the subdirectory for clarity.
-
Franco Fichtner authored
-
- 02 Apr, 2015 1 commit
-
-
Franco Fichtner authored
-
- 01 Apr, 2015 1 commit
-
-
Franco Fichtner authored
... when using the core.git mount hook. :) Does not affect the packages/images.
-
- 24 Mar, 2015 2 commits
-
-
Franco Fichtner authored
-
Franco Fichtner authored
I guess this is a typo. It makes sense to preceede is_array() with isset() here since PHP throws a warning on unset variables nowadays. However, is_array() should not be used if the following operation is `foreach' as it would mask the fact that the array that is set is not an array at all (maybe due to a bug). Rather want to catch it instead. A bit of style along the way and `lint' target fixing.
-