Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-06 | build/i18n-init.sh: add git support | Jo-Philipp Wich | |
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> | |||
2012-04-06 | build/i18n-init.sh: allow to use custom pattern for template files | Jo-Philipp Wich | |
This allows to initialize language files for individual modules. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> | |||
2012-04-03 | build: rework checks in i18n-scan.pl | Jo-Philipp Wich | |
2012-04-02 | build: rework i18n-scan.pl defined checks | Jo-Philipp Wich | |
2012-04-02 | build/i18n-scan.pl: avoid a possible endless loop | Jo-Philipp Wich | |
Issuing './build/i18n-scan.pl libs/core/' leads to this endless loop with some perl implementations: <...> Use of uninitialized value in concatenation (.) or string at../build/i18n-scan.pl line 69. substr outside of string at ./build/i18n-scan.pl line 69. Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69. substr outside of string at ./build/i18n-scan.pl line 69. Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69. substr outside of string at ./build/i18n-scan.pl line 69. Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69. substr outside of string at ./build/i18n-scan.pl line 69. Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69. substr outside of string at ./build/i18n-scan.pl line 69. Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69. substr outside of string at ./build/i18n-scan.pl line 69. Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69. substr outside of string at ./build/i18n-scan.pl line 69. Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69. substr outside of string at ./build/i18n-scan.pl line 69. Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69. substr outside of string at ./build/i18n-scan.pl line 69. <...> Experienced with this perl version: "This is perl, v5.8.8 built for i386-linux" Fix it by undefining the 'sub' variable if it is an empty string. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> | |||
2012-03-13 | build: override sys.user.getpasswd and nixio.fs.access in sdk environment | Jo-Philipp Wich | |
2011-11-05 | build: i18n-scan.pl: cope with strings that contain escaped newlines, ↵ | Jo-Philipp Wich | |
spotted in luci-pbx | |||
2011-10-27 | build: mkbasepot.sh: scan protocols/ as well | Jo-Philipp Wich | |
2011-09-03 | build: Bail out the build if any lua compilation fails. (Patch from Fon-NG, ↵ | Jo-Philipp Wich | |
http://trac.fonosfera.org/fon-ng/changeset/1867) | |||
2011-05-21 | build: add i18n-init.sh, a helper script to initalize missing *.po files | Jo-Philipp Wich | |
2011-05-04 | build: uvl is dead, remove it | Jo-Philipp Wich | |
2011-03-03 | modules/freifunk: Set uhttpd.main.rfc1918_filter=0 via uci-defaults/freifunk ↵ | Manuel Munz | |
to allow connections from rfc1918 ip space to public ips | |||
2011-02-16 | build: fix bashism in hostenv.sh | Jo-Philipp Wich | |
2011-01-26 | build: better not use a local var, it breaks various shells | Jo-Philipp Wich | |
2011-01-23 | build: set LUA_PATH when invoking LuaSrcDiet | Jo-Philipp Wich | |
2011-01-23 | build: use maximum compression for LuaSrcDiet | Jo-Philipp Wich | |
2011-01-23 | contrib, build: bundle LuaSrcDiet and make it available in build targets | Jo-Philipp Wich | |
2011-01-18 | build: readd both po2lua and lua2po helper scripts... | Jo-Philipp Wich | |
2011-01-18 | build: partly revert r6748 | Jo-Philipp Wich | |
2011-01-18 | build: restore i18n-lua2po.pl and remove i18n-po2lua.pl | Jo-Philipp Wich | |
2011-01-14 | build: fix some errors in i18n-scan.pl, support bracketed Lua string notation | Jo-Philipp Wich | |
2011-01-14 | build: properly handle i18n tags with whitespace strip tokens in i18n-scan.pl | Jo-Philipp Wich | |
2011-01-13 | build: remove uvl setup from sdk preloading | Jo-Philipp Wich | |
2011-01-13 | build: add mkbasepot.sh, convenience script to rebuild base.pot (it sources ↵ | Jo-Philipp Wich | |
multiple project parts) | |||
2011-01-02 | build: remove some obsolete support scripts | Jo-Philipp Wich | |
2011-01-02 | build: zoneinfo2lua.pl: rework script to accommodate split tzdata.lua and ↵ | Jo-Philipp Wich | |
tzoffset.lua libs | |||
2011-01-02 | build: make zoneinfo2lua.pl script more convenient | Jo-Philipp Wich | |
2010-12-11 | build/: Replace -or with -o #133 | Manuel Munz | |
2010-04-16 | build: add runuhttpd sdk target | Jo-Philipp Wich | |
2010-04-03 | build: get version from /etc/openwrt_release if applicable | Jo-Philipp Wich | |
2010-03-02 | [build] drop -Werror, newer gcc versions emit more warnings, stuff might ↵ | Jo-Philipp Wich | |
break on some targets | |||
2009-12-29 | build: fix typo in hostenv.sh introduced in r5654 | Jo-Philipp Wich | |
2009-12-29 | build: emulate nixio.sysinfo() on Darwin | Jo-Philipp Wich | |
2009-12-28 | build: adjust hostenv.sh for OS X | Jo-Philipp Wich | |
2009-11-10 | NIU: More pages | Steven Barth | |
2009-11-01 | all: remove references to old i18n files | Jo-Philipp Wich | |
2009-11-01 | build: fix corner case when extracting i18n tokens from templates | Jo-Philipp Wich | |
2009-11-01 | build: allow multiple search directories in i18n-scan.pl | Jo-Philipp Wich | |
2009-11-01 | build: update i18n-scan.pl, now reliably finds template and Lua i18n tokens | Jo-Philipp Wich | |
2009-08-13 | build: fix cursor_state() in setup.lua | Jo-Philipp Wich | |
2009-08-13 | build/setup.lua: override luci.model.uci.cursor_state() and clean up code | Jo-Philipp Wich | |
2009-07-09 | build: embed lmo in the build process | Jo-Philipp Wich | |
2009-06-21 | Ignore checkpasswd locally | Steven Barth | |
2009-06-20 | Fix SDK build process | Steven Barth | |
2009-06-10 | build: fix po->lua conversion, last po entry was always missing | Jo-Philipp Wich | |
2009-05-23 | GSoC Commit #1: LuCId + HTTP-Server | Steven Barth | |
2009-05-19 | build/i18n-update.pl: disable fuzzy maching for po updates, does not work ↵ | Jo-Philipp Wich | |
well with our key format | |||
2009-05-19 | build: add i18n-update.pl to refresh *.po files from *.pot templates | Jo-Philipp Wich | |
2009-05-19 | build: also prepare i18n directories | Jo-Philipp Wich | |
2009-05-19 | build: add variable to restrict po language and use it for the core i18n ↵ | Jo-Philipp Wich | |
packages |