modules/admin-full: fix join/edit links in wifi overview
[project/luci.git] / libs / uvl / luasrc / uvl /
2010-03-18 Jo-Philipp Wichlibs/uvl: convert luci.uvl.validation to new luci.uvl...
2010-03-18 Jo-Philipp Wichlibs/uvl: convert luci.uvl.dependencies to new luci...
2010-03-18 Jo-Philipp Wichlibs/uvl: local symbol error shadows error class declar...
2010-03-18 Jo-Philipp Wichlibs/uvl: fix syntax error introduced with r5861
2010-03-18 Jo-Philipp Wichlibs/uvl: rework error handling to prevent triggering...
2009-11-01 Jo-Philipp Wichlibs/uvl: fix i18n handling for errors
2009-07-19 Jo-Philipp Wichconvert luci.fs users to nixio.fs api
2009-06-21 Steven BarthDrop support for luaposix and bitlib (obsoleted by...
2008-11-04 Jo-Philipp Wich* luci/libs/uvl:
2008-11-04 Jo-Philipp Wich* luci/libs/uvl: fix option dependency error handling...
2008-11-04 Jo-Philipp Wich* luci/libs/uvl: revert accidentally committed changes...
2008-11-04 Jo-Philipp Wich* luci/libs/uvl: more sensitive checking of error reaso...
2008-11-02 Steven BarthAdded UVL values minlength, maxlength, minimum, maximum
2008-10-12 Jo-Philipp Wich* luci/libs/uvl: add new datatype "device"
2008-09-09 Jo-Philipp Wich* luci/libs/uvl: allow empty strings or undefined optio...
2008-09-09 Steven BarthOptimized uvl.dependencies
2008-09-09 Steven BarthFixed uvl.errors
2008-09-09 Steven BarthOptimized uvl.validation
2008-09-09 Steven BarthOptimized uvl.errors
2008-09-09 Steven BarthOptimized uvl.datatypes
2008-09-09 Steven BarthRevert UVL optimizations
2008-09-08 Steven BarthUVL optimizations round 1
2008-09-05 Jo-Philipp Wich* luci/libs/uvl: translation fixes
2008-09-04 Jo-Philipp Wich* luci/libs/uvl:
2008-09-04 Jo-Philipp Wich* luci/libs/uvl:
2008-09-03 Jo-Philipp Wich* luci/libs/uvl: fix error handling of OPT_INVVALUE too
2008-09-03 Jo-Philipp Wich* luci/libs/uvl:
2008-09-03 Jo-Philipp Wich* luci/libs/uvl: completed network scheme, add "uint...
2008-09-02 Jo-Philipp Wich* luci/libs/uvl:
2008-08-31 Jo-Philipp Wich* luci/libs: uvl: hide xml translations, revert lua...
2008-08-31 Jo-Philipp Wich* luci/libs: uvl: add error translations in german...
2008-08-31 Jo-Philipp Wich* luci/libs: uvl: add i18n support to error handling...
2008-08-30 Jo-Philipp Wich* luci/libs: uvl: added qos and network schemes, fixes...
2008-08-28 Jo-Philipp Wich* luci/libs: uvl: invalid wrong "option not found in...
2008-08-28 Jo-Philipp Wich* luci/libs: uvl: add uci error mechanism to uvl error...
2008-08-27 Jo-Philipp Wich* luci/libs: uvl: fix crash when trying to validate...
2008-08-27 Jo-Philipp Wich* luci/libs: uvl: actually create error constants in...
2008-08-27 Jo-Philipp Wich* luci/libs: uvl: Major rewrite of internal element...
2008-08-25 Jo-Philipp Wich* luci/libs: uvl: implement dependencies for enum values
2008-08-24 Jo-Philipp Wich* luci/libs: uvl: implement "valueof" option
2008-08-24 Jo-Philipp Wich* luci/libs: uvl: use python-style format syntax for...
2008-08-24 Jo-Philipp Wich* luci/libs: uvl: implement get_scheme() and get_depend...
2008-08-17 Jo-Philipp Wich* luci/libs: uvl: implement scheme loading on demand...
2008-08-17 Jo-Philipp Wich* luci/libs: uvl: add support for external validation...
2008-08-17 Jo-Philipp Wich* luci/libs: uvl: fix handling of boolean options,...
2008-08-16 Jo-Philipp Wich* luci/libs: uvl - cleanup round #1
2008-08-16 Jo-Philipp Wich* luci/libs: more UVL hacking, needs to be rewritten...
2008-08-14 Jo-Philipp Wich* luci/libs: add preliminary uvl code