summaryrefslogtreecommitdiffhomepage
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-05Fixed Reboot pagesSteven Barth
2008-09-05Optimized error handlingSteven Barth
2008-09-05Push new Freifunk configurationSteven Barth
2008-09-05FFWizard rewriteSteven 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-04Added device hints to fstab configuration page.Steven Barth
2008-09-04Use /usr/bin/env lua instead of /usr/bin/lua in development environment ↵Steven Barth
startscript
2008-09-04Added placeholder example applicationSteven Barth
2008-09-04Add table-comparators to luci.model.uci.delete_allSteven Barth
2008-09-04* luci/applications/uvc_streamer: sync xml translationsJo-Philipp Wich
2008-09-04* luci/application/uvc_streame: apply translation enhancementsJo-Philipp Wich
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/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 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-03Added cbi2uvl converterSteven Barth
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/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" datatypesJo-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 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-02applications/luci-fw: Fixed r2979, closes #112Steven Barth
2008-09-02Bump i18n-filesSteven Barth
2008-09-02modules/admin-full: Fixed a typo on IPKG configuration pageSteven 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/build: add extended xml->lua xslt, thanks AlinaJo-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 schemeJo-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 errorJo-Philipp Wich