summaryrefslogtreecommitdiffhomepage
path: root/libs/uvl
AgeCommit message (Collapse)Author
2008-09-06* luci/libs/uvl: add scheme for luci_hosts configurationJo-Philipp Wich
2008-09-06Added proto: none to network schemeSteven Barth
2008-09-06* luci/libs/uvl: add definition for route sections to network schemeJo-Philipp Wich
2008-09-05* luci/libs/uvl: fix dependencies in qos schemeJo-Philipp Wich
2008-09-05* luci/libs/uvl: fix an error message in luci.uvl.read_scheme()Jo-Philipp Wich
2008-09-05* luci/libs/uvl:Jo-Philipp Wich
- implement bytecode loading in luci.uvl.read_scheme() - add "uvlc" executable to byte-compile arbitary schemes - add lib/uci/schema/bytecode/ directory
2008-09-05* luci/libs/uvl: translation fixesJo-Philipp Wich
2008-09-05* luci/libs/uvl: make "proto=dhcp" the default value in network schemeJo-Philipp Wich
2008-09-04* luci/libs/uvl:Jo-Philipp Wich
- implement port and portrange datatypes - fix datatype of port ranges in firewall scheme
2008-09-04* luci/libs/uvl:Jo-Philipp Wich
- implement aliasing in luci.uvl.read_scheme() - fixed wrong enum definition in reference scheme - fixed boolean() datatype validator to actually accept "true" and "false" literals - extend uvl cli to validate schemes against the reference scheme (incomplete)
2008-09-03* luci/libs/uvl: fix error handling of OPT_INVVALUE tooJo-Philipp Wich
2008-09-03* luci/libs/uvl:Jo-Philipp Wich
- implement host datatype which matches hostname, ip4addr or ip6addr datatype - implement multival flag for options - fix handling of OPT_BADVALUE errors - add multival flag spec to reference scheme
2008-09-03* luci/libs/uvl: fix zone references in firewall schemeJo-Philipp Wich
2008-09-03* luci/libs/uvl: completed firewall schemeJo-Philipp Wich
2008-09-03* luci/libs/uvl: add "network" option to firewall schemeJo-Philipp Wich
2008-09-03* luci/libs/uvl:Jo-Philipp Wich
- fix command line switches for uvl - honour STRICT_UNKOWN_OPTIONS in luci.uvl._validate_option()
2008-09-03* luci/libs/uvl: add missing username, password and server options to ↵Jo-Philipp Wich
network schame, fix c-n-p errors
2008-09-03* luci/libs/uvl: completed network scheme, add "uint" and "ipaddr" datatypesJo-Philipp Wich
2008-09-02* luci/libs: uvl: remove deprecated notice from reference schemeJo-Philipp Wich
2008-09-02* luci/libs/uvl:Jo-Philipp Wich
- fix handling of missing package/section/variable fields in scheme specs - fix dereferencing of scheme tables in luci.uvl.uvlitem.scheme() - unify TYPE_VARIABLE and TYPE_OPTION - implement external "regexp:..." validators - extend reference scheme to implement "lazylist" type for lists
2008-09-02* luci/libs: uvl: implement package sections in the uvl scheme formatJo-Philipp Wich
2008-09-02* luci/libs: uvl: reenable xml translations, adept to new method="text" ↵Jo-Philipp Wich
conversation method
2008-09-02* luci/libs: uvl: add definition of package sections to meta schemeJo-Philipp Wich
2008-09-01* luci/libs: uvl: fix possible "attempt to index field '?' (a nil value)" in ↵Jo-Philipp Wich
uvl.uvlitem.config()
2008-08-31* luci/libs: uvl: add reference meta schemeJo-Philipp Wich
2008-08-31* luci/libs: uvl: fix errors in xml translationsJo-Philipp Wich
2008-08-31* luci/libs: uvl: hide xml translations, revert lua translations to ↵Jo-Philipp Wich
non-bracket form (\n) and replace "<nil>" with "(nil)" in uvl.errors
2008-08-31* luci/libs: uvl: add error translations in german and englishJo-Philipp Wich
2008-08-31* luci/libs: uvl: add i18n support to error handling, remove former debug ↵Jo-Philipp Wich
code in error.string()
2008-08-30* luci/libs: uvl: added qos and network schemes, fixes in uvl error handlingJo-Philipp Wich
2008-08-30* luci/libs: uvl: first round of uci schemesJo-Philipp Wich
2008-08-28* luci/libs: uvl: invalid wrong "option not found in config" errorsJo-Philipp Wich
2008-08-28libs/uvl: Set an own savedir to avoid UCI problemsSteven Barth
2008-08-28* luci/libs: uvl: add uci error mechanism to uvl error handlingJo-Philipp Wich
2008-08-27* luci/libs: uvl: fix crash when trying to validate malformed or ↵Jo-Philipp Wich
not-existing configuration, more verbose error message for uci load failure
2008-08-27* luci/libs: uvl: allow optional uci config as argument in validate_*()Jo-Philipp Wich
2008-08-27* luci/libs: uvl: actually create error constants in luci.uvl.errorJo-Philipp Wich
2008-08-27* luci/libs: uvl: Major rewrite of internal element handling, reworked error ↵Jo-Philipp Wich
model, dropped loghelper and get_dependencies(), introduced luci.uvl.errors api
2008-08-25* luci/libs: uvl: implement dependencies for enum valuesJo-Philipp Wich
2008-08-24* luci/libs: uvl: store valueof values as associative tableJo-Philipp Wich
2008-08-24* luci/libs: uvl: implement "valueof" optionJo-Philipp Wich
2008-08-24* luci/libs: uvl: remove a brain-dead unpack()Jo-Philipp Wich
2008-08-24* luci/libs: uvl: use python-style format syntax for errorsJo-Philipp Wich
2008-08-24* luci/libs: uvl: implement "named" flag for schemesJo-Philipp Wich
2008-08-24* luci/libs: uvl: implement get_scheme() and get_dependencies()Jo-Philipp Wich
2008-08-19* luci/libs: change default scheme directory to /lib/uci/schema/ in uvlJo-Philipp Wich
2008-08-18* luci/libs: fix datatype validation of list valuesJo-Philipp Wich
2008-08-18* luci/libs: uvl: add support for list values in schemes and configurationsJo-Philipp Wich
2008-08-18* luci/libs: use one common quoting style for error messages in luci.uvlJo-Philipp Wich
2008-08-17* luci/libs: set svn property on uvl executableJo-Philipp Wich