Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-05 | Fixed HTTP stack to parse urlencoded data from Internet Explorer correctly | Steven Barth | |
Internet Explorer appends a whitespace character after the last parameter which will now be stripped | |||
2008-09-05 | Fix whitespace issues in CBI template | Steven Barth | |
2008-09-05 | Optimized error handling | Steven Barth | |
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 | Use /usr/bin/env lua instead of /usr/bin/lua in development environment ↵ | Steven Barth | |
startscript | |||
2008-09-04 | Add table-comparators to luci.model.uci.delete_all | Steven Barth | |
2008-09-04 | libs/cbi: Use a Combobox for optional values if a section is dynamic and has ↵ | Steven Barth | |
defined optional fields | |||
2008-09-04 | Fixed event handlers to be more standards compliant | Steven Barth | |
(fixed dependency tracking not working correctly on Konqueror and others) | |||
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 | libs/cbi: Compatibility changes for non-standards-compliant browsers | Steven Barth | |
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: fix zone references in firewall scheme | Jo-Philipp Wich | |
2008-09-03 | * luci/libs/uvl: completed firewall scheme | Jo-Philipp Wich | |
2008-09-03 | libs/web: Fixed luci.template | Steven Barth | |
2008-09-03 | * luci/libs/uvl: add "network" option to firewall scheme | Jo-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" datatypes | Jo-Philipp Wich | |
2008-09-02 | * luci/libs: uvl: remove deprecated notice from reference scheme | 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 | Alias luci.util.exec as luci.sys.exec for legacy purposes | Steven Barth | |
2008-09-02 | Fixed occasionally occuring "Overload"-problems with luci-httpd | Steven Barth | |
2008-09-02 | Fixed some UCI transition fallout | Steven Barth | |
2008-09-02 | Rewrote luci.config | Steven Barth | |
2008-09-02 | libs/uci: Optimized workaround | Steven Barth | |
2008-09-02 | libs/web: Fixed a typo in template error handling | Steven Barth | |
2008-09-02 | Fixed reference to luci.ltn12 | Steven Barth | |
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 scheme | Jo-Philipp Wich | |
2008-09-01 | UGLY workaround is UGLY | Steven Barth | |
2008-09-01 | * luci/libs: uvl: fix possible "attempt to index field '?' (a nil value)" in ↵ | Jo-Philipp Wich | |
uvl.uvlitem.config() | |||
2008-09-01 | Added custom filename support to luci.template | Steven Barth | |
2008-09-01 | libs/cbi: Forward errors (like syntactical errors) from CBI model parser to ↵ | Steven Barth | |
the user output | |||
2008-09-01 | Added luci.fs.copy and luci.fs.rename | Steven Barth | |
2008-09-01 | libs/web: Cleaned up template library | Steven Barth | |
2008-09-01 | libs/web: Added several sanity checks to avoid local privilege escalation | Steven Barth | |
2008-09-01 | libs/core: Added mising import for math module to luci.util | Steven Barth | |
2008-08-31 | * luci/libs: uvl: add reference meta scheme | Jo-Philipp Wich | |
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-31 | libs/web: Fix dispatching index scope | Steven Barth | |
2008-08-30 | libs/uci: Pipe output of reload commands to /dev/null | Steven Barth | |
2008-08-30 | libs/cbi: Make sure newly created sections have optional field selectors | Steven Barth | |
2008-08-30 | libs/cbi: Add a check whether a section was recently created | Steven Barth | |
2008-08-30 | libs/web: Return more verbose error messages when template execution fails | Steven Barth | |
2008-08-30 | libs/cbi: Simplified _uvl_validate_section | Steven Barth | |