summaryrefslogtreecommitdiffhomepage
path: root/libs/uvl/luasrc
AgeCommit message (Collapse)Author
2011-01-02libs: drop uvl and uvldocJo-Philipp Wich
2010-03-18libs/uvl: convert luci.uvl.validation to new luci.uvl.error apiJo-Philipp Wich
2010-03-18libs/uvl: convert luci.uvl.dependencies to new luci.uvl.error apiJo-Philipp Wich
2010-03-18libs/uvl: local symbol error shadows error class declaration, drop itJo-Philipp Wich
2010-03-18libs/uvl: fix syntax error introduced with r5861Jo-Philipp Wich
2010-03-18libs/uvl: rework error handling to prevent triggering lvm issuesJo-Philipp Wich
2009-11-01libs/uvl: fix i18n handling for errorsJo-Philipp Wich
2009-07-26libs/uvl: fix some memory wastingJo-Philipp Wich
2009-07-19fix fallout from nixio.fs transitionJo-Philipp Wich
2009-07-19convert luci.fs users to nixio.fs apiJo-Philipp Wich
2009-06-21Drop support for luaposix and bitlib (obsoleted by nixio)Steven Barth
Mark luci.fs as deprecated
2009-05-19i18n: remove obsolete lua i18n filesJo-Philipp Wich
2009-03-11Drop XML i18n filesSteven Barth
2009-01-18libs/uvl: update inline documentationJo-Philipp Wich
2009-01-17libs/uvl:Jo-Philipp Wich
- allow overriding the config directory in luci.uvl - support --configdir for uvl verify too
2008-11-04* luci/libs/uvl: remove max_nil option for nowJo-Philipp Wich
2008-11-04* luci/libs/uvl:Jo-Philipp Wich
- recursively check error-tree of option-level dependencies - mask all non-critical errors when walking error tree
2008-11-04* luci/libs/uvl: fix option dependency error handling in case of different ↵Jo-Philipp Wich
non-critical reasons
2008-11-04* luci/libs/uvl: revert accidentally committed changes in dependency handlerJo-Philipp Wich
2008-11-04* luci/libs/uvl: more sensitive checking of error reasons in evaluation of ↵Jo-Philipp Wich
option dependencies
2008-11-04* luci/libs/lua: process option dependencies first, allows mixing of ↵Jo-Philipp Wich
required flags with dependencies
2008-11-02Fixed new UVL optionsSteven Barth
2008-11-02Added UVL values minlength, maxlength, minimum, maximumSteven Barth
2008-10-12* luci/libs/uvl: add new datatype "device"Jo-Philipp Wich
2008-10-05* luci/i18n: rename *.pt_br.* to *.pt-br.*, extend luci.i18n to convert "_" ↵Jo-Philipp Wich
to "-" in language tags
2008-10-02* luci/i18n/portuguese_brazilian: add uvl lua translation tooJo-Philipp Wich
2008-10-02* luci/i18n/portuguese_brazilian: add uvl translationsJo-Philipp Wich
2008-09-13Overall CBI-UVL ineraction fixesSteven Barth
2008-09-13* luci/libs/uvl:Jo-Philipp Wich
- only check option dependencies if option has a value - remove option required for atheros mode in wireless scheme - breaks broadcom * luci/model/admin-full: - override section validation if we create a new network on demand
2008-09-11UVL: Fixed dependency handlingSteven Barth
2008-09-10UVL: Fixed dependency parsingSteven Barth
2008-09-10UVL: Export raw value of "valueof" for referencesSteven Barth
2008-09-09UVL: Add missing export for loadfileSteven Barth
2008-09-09* luci/libs/uvl: allow empty strings or undefined options as booleans tooJo-Philipp Wich
2008-09-09againSteven Barth
2008-09-09Fixed last commitSteven Barth
2008-09-09Replace some util.splits with gmatch and matchSteven Barth
2008-09-09Main library optimizations #2Steven Barth
2008-09-09Main library optimizations #1Steven Barth
2008-09-09Optimized uvl.dependenciesSteven Barth
2008-09-09Fixed uvl.errorsSteven Barth
2008-09-09Optimized uvl.validationSteven Barth
2008-09-09Optimized uvl.errorsSteven Barth
2008-09-09Optimized uvl.datatypesSteven Barth
2008-09-09Scheme parsing optimizationsSteven Barth
2008-09-09Revert UVL optimizationsSteven Barth
2008-09-08Fixed UVLSteven Barth
2008-09-08Fixed last commitSteven Barth
2008-09-08UVL optimizations round 1Steven Barth
2008-09-07* luci/libs/uvl: prepare support for @type[n] notation in luci.uvl.uvlitem.cid()Jo-Philipp Wich