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 | Fixed Reboot pages | Steven Barth | |
2008-09-05 | Optimized error handling | Steven Barth | |
2008-09-05 | Push new Freifunk configuration | Steven Barth | |
2008-09-05 | FFWizard rewrite | 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 | Added device hints to fstab configuration page. | Steven Barth | |
2008-09-04 | Use /usr/bin/env lua instead of /usr/bin/lua in development environment ↵ | Steven Barth | |
startscript | |||
2008-09-04 | Added placeholder example application | Steven Barth | |
2008-09-04 | Add table-comparators to luci.model.uci.delete_all | Steven Barth | |
2008-09-04 | * luci/applications/uvc_streamer: sync xml translations | Jo-Philipp Wich | |
2008-09-04 | * luci/application/uvc_streame: apply translation enhancements | Jo-Philipp Wich | |
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/modules: fix default translation of no-encryption-option in both ↵ | Jo-Philipp Wich | |
admin-full and admin-fixed | |||
2008-09-03 | * luci/contrib/luci-addons: always create /var/etc in luci_ethers, fixes ↵ | Jo-Philipp Wich | |
#113 - thanks KanjiMonster! | |||
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 | Added cbi2uvl converter | Steven Barth | |
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/contrib/olsrd-luci: add timer fix from ↵ | Jo-Philipp Wich | |
(http://gredler.at/hg/olsrd/rev/ace7c0970ec) | |||
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-03 | * luci/contrib/olsrd-luci: adept config generator to new uci api and fix ↵ | Jo-Philipp Wich | |
ifname in interface sections | |||
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 | applications/luci-fw: Fixed r2979, closes #112 | Steven Barth | |
2008-09-02 | Bump i18n-files | Steven Barth | |
2008-09-02 | modules/admin-full: Fixed a typo on IPKG configuration page | 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/build: add extended xml->lua xslt, thanks Alina | Jo-Philipp Wich | |
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 | * luci/contrib: olsrd-luci: only write sections for existing plugins, change ↵ | Jo-Philipp Wich | |
default interface to br-lan | |||
2008-09-01 | * luci/contrib: olsrd-luci: and now switch to 0.5.6 final while we're at it... | Jo-Philipp Wich | |
2008-09-01 | * luci/contrib: olsrd-luci: fix yet another error | Jo-Philipp Wich | |