Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 too | Jo-Philipp Wich | |
2008-10-02 | * luci/i18n/portuguese_brazilian: add uvl translations | Jo-Philipp Wich | |
2008-09-13 | Overall CBI-UVL ineraction fixes | Steven 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-11 | UVL: Fixed dependency handling | Steven Barth | |
2008-09-10 | UVL: Fixed dependency parsing | Steven Barth | |
2008-09-10 | UVL: Export raw value of "valueof" for references | Steven Barth | |
2008-09-09 | UVL: Add missing export for loadfile | Steven Barth | |
2008-09-09 | * luci/libs/uvl: allow empty strings or undefined options as booleans too | Jo-Philipp Wich | |
2008-09-09 | again | Steven Barth | |
2008-09-09 | Fixed last commit | Steven Barth | |
2008-09-09 | Replace some util.splits with gmatch and match | Steven Barth | |
2008-09-09 | Main library optimizations #2 | Steven Barth | |
2008-09-09 | Main library optimizations #1 | Steven Barth | |
2008-09-09 | Optimized uvl.dependencies | Steven Barth | |
2008-09-09 | Fixed uvl.errors | Steven Barth | |
2008-09-09 | Optimized uvl.validation | Steven Barth | |
2008-09-09 | Optimized uvl.errors | Steven Barth | |
2008-09-09 | Optimized uvl.datatypes | Steven Barth | |
2008-09-09 | Scheme parsing optimizations | Steven Barth | |
2008-09-09 | Revert UVL optimizations | Steven Barth | |
2008-09-08 | Fixed UVL | Steven Barth | |
2008-09-08 | Fixed last commit | Steven Barth | |
2008-09-08 | UVL optimizations round 1 | Steven Barth | |
2008-09-07 | * luci/libs/uvl: prepare support for @type[n] notation in luci.uvl.uvlitem.cid() | Jo-Philipp Wich | |
2008-09-07 | * luci/libs/uvl: implement default value option for variable sections | Jo-Philipp Wich | |
2008-09-07 | * luci/libs/uvl: allow combined enum/valueof options | Jo-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 fixes | Jo-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 too | Jo-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: | Jo-Philipp Wich | |
- fix command line switches for uvl - honour STRICT_UNKOWN_OPTIONS in luci.uvl._validate_option() | |||
2008-09-03 | * luci/libs/uvl: completed network scheme, add "uint" and "ipaddr" datatypes | Jo-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 format | Jo-Philipp Wich | |
2008-09-02 | * luci/libs: uvl: reenable xml translations, adept to new method="text" ↵ | Jo-Philipp Wich | |
conversation method | |||
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: fix errors in xml translations | Jo-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 english | Jo-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 handling | Jo-Philipp Wich | |
2008-08-28 | * luci/libs: uvl: invalid wrong "option not found in config" errors | Jo-Philipp Wich | |
2008-08-28 | libs/uvl: Set an own savedir to avoid UCI problems | Steven Barth | |
2008-08-28 | * luci/libs: uvl: add uci error mechanism to uvl error handling | Jo-Philipp Wich | |