summaryrefslogtreecommitdiffhomepage
path: root/libs
AgeCommit message (Collapse)Author
2008-09-05Fixed HTTP stack to parse urlencoded data from Internet Explorer correctlySteven Barth
Internet Explorer appends a whitespace character after the last parameter which will now be stripped
2008-09-05Fix whitespace issues in CBI templateSteven Barth
2008-09-05Optimized error handlingSteven 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-04Use /usr/bin/env lua instead of /usr/bin/lua in development environment ↵Steven Barth
startscript
2008-09-04Add table-comparators to luci.model.uci.delete_allSteven Barth
2008-09-04libs/cbi: Use a Combobox for optional values if a section is dynamic and has ↵Steven Barth
defined optional fields
2008-09-04Fixed event handlers to be more standards compliantSteven 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-03libs/cbi: Compatibility changes for non-standards-compliant browsersSteven Barth
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-03libs/web: Fixed luci.templateSteven Barth
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-02Alias luci.util.exec as luci.sys.exec for legacy purposesSteven Barth
2008-09-02Fixed occasionally occuring "Overload"-problems with luci-httpdSteven Barth
2008-09-02Fixed some UCI transition falloutSteven Barth
2008-09-02Rewrote luci.configSteven Barth
2008-09-02libs/uci: Optimized workaroundSteven Barth
2008-09-02libs/web: Fixed a typo in template error handlingSteven Barth
2008-09-02Fixed reference to luci.ltn12Steven 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 schemeJo-Philipp Wich
2008-09-01UGLY workaround is UGLYSteven 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-01Added custom filename support to luci.templateSteven Barth
2008-09-01libs/cbi: Forward errors (like syntactical errors) from CBI model parser to ↵Steven Barth
the user output
2008-09-01Added luci.fs.copy and luci.fs.renameSteven Barth
2008-09-01libs/web: Cleaned up template librarySteven Barth
2008-09-01libs/web: Added several sanity checks to avoid local privilege escalationSteven Barth
2008-09-01libs/core: Added mising import for math module to luci.utilSteven Barth
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-31libs/web: Fix dispatching index scopeSteven Barth
2008-08-30libs/uci: Pipe output of reload commands to /dev/nullSteven Barth
2008-08-30libs/cbi: Make sure newly created sections have optional field selectorsSteven Barth
2008-08-30libs/cbi: Add a check whether a section was recently createdSteven Barth
2008-08-30libs/web: Return more verbose error messages when template execution failsSteven Barth
2008-08-30libs/cbi: Simplified _uvl_validate_sectionSteven Barth