Ad Schellevis
d4cd4fcbdf
(dev) fix function search
2015-07-21 12:22:49 +00:00
Ad Schellevis
3a4cfb818a
(legacy) more require cleanups
2015-07-21 12:20:37 +00:00
Ad Schellevis
f118e6cde3
(legacy) remove config.inc from filter_log
2015-07-21 11:45:34 +00:00
Ad Schellevis
2576639c82
(legacy) cleanup certs.inc requires
2015-07-21 09:25:04 +00:00
Ad Schellevis
b4aadd97a7
(dev) fix dependency check
2015-07-21 08:52:13 +00:00
Ad Schellevis
7c3c3345bd
(legacy) move inline requires
2015-07-21 09:51:47 +02:00
Ad Schellevis
01bc13b3d5
(legacy) more dependency cleanups
2015-07-21 06:50:18 +00:00
Ad Schellevis
0cf6f8ec3c
(dev) additional code inspect_function_usage.py
2015-07-20 21:17:18 +00:00
Ad Schellevis
348383fced
(dev) add inspect_function_usage.py to inspect function usage and module requires
2015-07-20 23:03:42 +02:00
Ad Schellevis
92e82964c5
(dev) refactor legacy dependency crawler
2015-07-20 20:03:33 +00:00
Ad Schellevis
a9f472d7e6
(legacy) remove parse_config in auth.inc and fix load order
2015-07-20 18:30:17 +00:00
Franco Fichtner
e9b31d1dfe
inc: obsolete status message
2015-07-20 18:47:05 +02:00
Franco Fichtner
b60a7ff6d0
Merge pull request #261 from fabianfrz/patch1
...
additional german translation
2015-07-20 18:45:41 +02:00
Fabian Franz
8be046bf9b
comments from github
2015-07-20 18:45:00 +02:00
Fabian Franz
96f806a26f
comments from github
2015-07-20 18:43:38 +02:00
Ad Schellevis
d89968f3ab
(legacy) require/include cleanups related to config.inc
2015-07-20 16:42:22 +00:00
Fabian Franz
e4eb067c3c
comments from github
2015-07-20 18:37:34 +02:00
Fabian Franz
a3ed8c01d7
comments from github
2015-07-20 18:35:02 +02:00
Franco Fichtner
33195858f0
lang: German review comments by @DokuKaefer for #257
2015-07-20 18:18:39 +02:00
Ad Schellevis
3cd79bd2a1
(legacy) restructure requires/includes, move globals.inc
2015-07-20 16:16:28 +00:00
Ad Schellevis
315b71acb2
(legacy) some more uninitialized vars in services.inc
2015-07-20 16:14:40 +00:00
Franco Fichtner
72ec44ba7f
src: unify gettext() usage for #265
2015-07-20 18:03:23 +02:00
Franco Fichtner
93c9b29ad6
lang: Simplified Chinese at 64%
...
Submitted by: Liu
2015-07-20 17:31:04 +02:00
Franco Fichtner
148ecb8adb
src: prune (our) copyrights for clartity
...
We did the same sanity cleanup for all other code. Easier on the
eyes and easier to fork. ;)
Discussed with: ad@
2015-07-20 17:27:31 +02:00
Ad Schellevis
58dd87c938
(legacy) cleanup requires/includes
2015-07-20 14:45:42 +00:00
Franco Fichtner
107007769e
crash reporter: notices are the new warnings
2015-07-20 13:18:55 +02:00
Ad Schellevis
a6f879fcdf
fix for https://github.com/opnsense/core/issues/264
...
when a conditional is the last stament on the line, either make sure there's an extra new line or add some characters behind it.
"trim_blocks" is removing this new line otherwise (http://jinja.pocoo.org/docs/dev/api/#basics ).
2015-07-20 08:46:13 +00:00
Franco Fichtner
953a546e76
src: whitespace sweep
2015-07-20 10:24:46 +02:00
Franco Fichtner
d5c19c62b9
firmware: core_version is unused and prevents opnsense-devel updates
2015-07-20 09:58:44 +02:00
Franco Fichtner
b426d2c615
dns: fix startup after refactor
...
Injecting `--' into the command line is rather funny as it stops
parsing of all following options and treats them as literals, which
dnsmasq then loudly complains about like `ain't nobody got time for
that'.
2015-07-20 09:52:14 +02:00
Ad Schellevis
5acbb69602
(dev) change order of directories to crawl, prefix overlapping filenames
2015-07-20 09:30:12 +02:00
Ad Schellevis
e864e859a0
(dev) add .class to crawler
2015-07-20 07:06:17 +00:00
Fabian Franz
21de40673e
small fix
2015-07-19 17:13:16 +02:00
Fabian Franz
089e4734db
additional strings
2015-07-19 17:05:17 +02:00
Fabian Franz
7cb0974df1
additional strings
2015-07-19 17:00:27 +02:00
Fabian Franz
1de4d17af8
some changes - added strings
2015-07-19 15:15:42 +02:00
Franco Fichtner
714eeeb7dd
scripts: switch_repo.php superseded by opnsense-update's `-n'
2015-07-18 18:51:18 +02:00
Ad Schellevis
bb07addcc0
(dev) move dependency crawler to scripts directory
2015-07-18 13:47:18 +00:00
Ad Schellevis
e82cc902fd
(dev) add dependency crawler to visualize includes/requires in legacy code
2015-07-18 13:06:34 +02:00
Franco Fichtner
e8c52f5cb4
pkg: proper argument for flavour replacement
2015-07-17 17:27:52 +02:00
Franco Fichtner
0693d86ea1
pkg: take it to the next level...
...
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. :)
2015-07-17 17:27:52 +02:00
Franco Fichtner
7f2a872029
pkg: better auto-generation of manifest info
2015-07-17 07:49:27 +02:00
Franco Fichtner
e919d9462e
pkg: new target needed now
2015-07-16 18:04:22 +02:00
Franco Fichtner
0be9325eff
pkg: unify usage between core and plugins
2015-07-16 17:29:36 +02:00
Franco Fichtner
41fbe7420c
make: fix lint target after xml rename
2015-07-16 14:20:35 +02:00
Franco Fichtner
592d9a0e5a
bogons: files are samples, they shouldn't be overriden on upgrades
...
This is a veeeeeeeeeeeery old bug, amplified by the fact that we do
weekly updates. Fix by using the shiny new sample file plist code.
2015-07-16 13:47:54 +02:00
Franco Fichtner
da19c68bf5
make: split install' and plist' targets
...
While there, make install provide output as well and
mop up a few minor issues with the previous code.
2015-07-16 13:47:54 +02:00
Franco Fichtner
21012660de
pkg: fix plist generation
2015-07-16 13:47:54 +02:00
Franco Fichtner
8f7f2954b6
src: zap unused file
2015-07-16 13:51:57 +02:00
Franco Fichtner
20f6c70ba0
pkg: pick up sample files automatically
2015-07-16 13:51:57 +02:00