Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
defined optional fields
|
|
(fixed dependency tracking not working correctly on Konqueror and others)
|
|
- 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)
|
|
|
|
admin-full and admin-fixed
|
|
#113 - thanks KanjiMonster!
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
(http://gredler.at/hg/olsrd/rev/ace7c0970ec)
|
|
- fix command line switches for uvl
- honour STRICT_UNKOWN_OPTIONS in luci.uvl._validate_option()
|
|
network schame, fix c-n-p errors
|
|
|
|
ifname in interface sections
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
conversation method
|
|
|
|
default interface to br-lan
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Contributed by Yanira
Thanks a lot
|
|
|
|
uvl.uvlitem.config()
|