summaryrefslogtreecommitdiffhomepage
path: root/libs/uvl/root
AgeCommit message (Collapse)Author
2008-11-02Added UVL values minlength, maxlength, minimum, maximumSteven Barth
2008-09-25* luci/applications: create empty asterisk app folderJo-Philipp Wich
* luci/libs/uvl: move asterisk scheme to app folder
2008-09-25* luci/libs/uvl: move most schemes to their corresponding packagesJo-Philipp Wich
2008-09-23httpd sections are not unique anymoreSteven Barth
2008-09-22* luci/libs/uvl: add "device" option to wireless schemeJo-Philipp Wich
2008-09-19Fixed a typo for broadcom maclist, Improved general maclist handlingSteven Barth
2008-09-17* luci/libs/uvl: set type of "dhcp_option" variable to lazylist in dhcp ↵Jo-Philipp Wich
scheme, breaks webif if only one option is set
2008-09-17* luci/libs/uvl: mark "enabled" option as required in fstab scheme, this ↵Jo-Philipp Wich
prevents the deletion from uci
2008-09-14Fix some too strict validation schemesSteven 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-11Reworked UVL schemesSteven Barth
2008-09-09* luci/libs/uvl: prevent "Value "" of option "qos.wan.enabled" does not ↵Jo-Philipp Wich
validate as datatype "boolean"" error in qos pages
2008-09-07* luci/libs/uvl: extend network scheme to allow proto=none for interfacesJo-Philipp Wich
2008-09-07* luci/libs/uvl: add asterisk uci config schemeJo-Philipp Wich
2008-09-07* luci/libs/uvl: fix firewall scheme issue with custom rulesJo-Philipp Wich
2008-09-07* luci/libs/uvl: extend firewall scheme to include more sane dependencies ↵Jo-Philipp Wich
for custom rules
2008-09-07* luci/libs/uvl: fix description of default option in meta schemeJo-Philipp Wich
2008-09-07* luci/libs/uvl: implement default value option for variable sectionsJo-Philipp Wich
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: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: 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: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: add definition of package sections to meta schemeJo-Philipp Wich
2008-08-31* luci/libs: uvl: add reference meta schemeJo-Philipp Wich
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-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-18* luci/libs: uvl: add support for list values in schemes and configurationsJo-Philipp Wich
2008-08-17* luci/libs: set svn property on uvl executableJo-Philipp Wich
2008-08-17* luci/libs: further fixes in uvl cli and libraryJo-Philipp Wich
2008-08-17* luci/libs: properly implement and document --schemedir in uvl cliJo-Philipp Wich
2008-08-17* luci/libs: fix typo in uvl utilityJo-Philipp Wich
2008-08-17* luci/libs: add missing shebang to uvl cliJo-Philipp Wich
2008-08-17* luci/libs: add uvl cli utilityJo-Philipp Wich