summaryrefslogtreecommitdiffhomepage
path: root/build
AgeCommit message (Collapse)Author
2009-12-29build: fix typo in hostenv.sh introduced in r5654Jo-Philipp Wich
2009-12-29build: emulate nixio.sysinfo() on DarwinJo-Philipp Wich
2009-12-28build: adjust hostenv.sh for OS XJo-Philipp Wich
2009-11-10NIU: More pagesSteven Barth
2009-11-01all: remove references to old i18n filesJo-Philipp Wich
2009-11-01build: fix corner case when extracting i18n tokens from templatesJo-Philipp Wich
2009-11-01build: allow multiple search directories in i18n-scan.plJo-Philipp Wich
2009-11-01build: update i18n-scan.pl, now reliably finds template and Lua i18n tokensJo-Philipp Wich
2009-08-13build: fix cursor_state() in setup.luaJo-Philipp Wich
2009-08-13build/setup.lua: override luci.model.uci.cursor_state() and clean up codeJo-Philipp Wich
2009-07-09build: embed lmo in the build processJo-Philipp Wich
2009-06-21Ignore checkpasswd locallySteven Barth
2009-06-20Fix SDK build processSteven Barth
2009-06-10build: fix po->lua conversion, last po entry was always missingJo-Philipp Wich
2009-05-23GSoC Commit #1: LuCId + HTTP-ServerSteven Barth
2009-05-19build/i18n-update.pl: disable fuzzy maching for po updates, does not work ↵Jo-Philipp Wich
well with our key format
2009-05-19build: add i18n-update.pl to refresh *.po files from *.pot templatesJo-Philipp Wich
2009-05-19build: also prepare i18n directoriesJo-Philipp Wich
2009-05-19build: add variable to restrict po language and use it for the core i18n ↵Jo-Philipp Wich
packages
2009-05-19build: integrate po files in the build systemJo-Philipp Wich
2009-05-18build: revert r4542Jo-Philipp Wich
2009-05-18build: substitute missing i18n entries with english strings to ease translationJo-Philipp Wich
2009-05-18build: change i18n-lua2po.pl to produce a suitable directory layoutJo-Philipp Wich
2009-05-17build: remove debugging code from i18n-scan.plJo-Philipp Wich
2009-05-17build: add script to extract i18n tags from sources and generate *.po snippetsJo-Philipp Wich
2009-05-14build: add "po" target to MakefileJo-Philipp Wich
2009-05-14build: add script for po to lua conversationJo-Philipp Wich
2009-05-14build/i18n-lua2po.pl: generate *.pot files if target language is ↵Jo-Philipp Wich
unspecified, don't substitute undefined msg strings with english
2009-05-14build: add lua-po conversation scriptJo-Philipp Wich
2009-05-09build: add script to extract i18n tags from templatesJo-Philipp Wich
2009-04-16build: also find and remove .gitignore files when installing sourcesJo-Philipp Wich
2009-04-14build/mklar.pl:Jo-Philipp Wich
- fix heisenbug with file list padding - call luac if available - include non-lua files - include cbi models and controllers
2009-04-13build: add mklar.pl script to generate lar archives from luci source treeJo-Philipp Wich
2009-04-05build: force overwrite of already compressed files for gzip targetJo-Philipp Wich
2009-04-05trunk: add gzip build targetJo-Philipp Wich
2009-03-12nixio: FreeBSD compatibility #1Steven Barth
2009-01-17build: add mkversion.sh helper scriptJo-Philipp Wich
contrib: (re-)generate version.lua at build time libs/core: use version.lua themes: adept header to version.lua, fix css for openwrt.org
2008-12-14i18n: .xml should not overwrite .lua files if they are olderSteven Barth
2008-12-09Compatbility with non-Debian distrosSteven Barth
2008-12-06build: generate timezone offsets too in zoneinfo2lua.plJo-Philipp Wich
libs/http: drop zoneinfo information in luci.http.protocol.data, use luci.sys.zoneinfo instead libs/sys: refresh zoneinfo information
2008-11-30Merge LuCIttpdSteven Barth
2008-11-06* luci/build: add zoneinfo2lua.pl utilityJo-Philipp Wich
2008-11-02Tune cbi2uvlSteven Barth
2008-10-23* luci/build: add uvl2cbi code gnerator and license fooJo-Philipp Wich
2008-09-25* luci/build: fix crash in uvl2i18n.lua when variable or section has no titleJo-Philipp Wich
2008-09-25* luci/build: add uvl2i18n helper scriptJo-Philipp Wich
2008-09-24some BSD compatibility stuffSteven Barth
2008-09-11CBI2UVL: boolean is a datatype not a typeSteven Barth
2008-09-11Completed first part of UVLDocSteven Barth
2008-09-03Added cbi2uvl converterSteven Barth