summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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
2008-09-01* luci/contrib: olsrd-luci: fix fork falloutJo-Philipp Wich
2008-09-01* luci/contrib: change dependencies to use olsrd-luci instead of olsrdJo-Philipp Wich
2008-09-01* luci/applications: olsr: remove init stuff, moved to olsrd-luciJo-Philipp Wich
2008-09-01* luci/contrib: add fork of openwrt olsrdJo-Philipp Wich
2008-09-01* luci/applications: olsr: add own initscript and configurationJo-Philipp Wich
2008-09-01Fixed some encoding issuesSteven Barth
2008-09-01Added UVC-Streamer applicationSteven Barth
Contributed by Yanira Thanks a lot
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-01Fixed last commitSteven Barth
2008-09-01Added more reliable Lua2XML Converter for translationsSteven Barth
2008-09-01Add stupid XHTML 1.0 DOCTYPES to themesSteven 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-31Fix usage of WPA/PSK encryption options in wifi configurationSteven Barth
2008-08-31* luci/libs: uvl: add reference meta schemeJo-Philipp Wich
2008-08-31* luci/applications: statistics: strip leading and trailing whitespace from ↵Jo-Philipp Wich
config values, fixes OpenWrt Bug #3892
2008-08-31* luci/applications: statistics: pick up new rrdtool translations in ↵Jo-Philipp Wich
controller and rrdtool-i18n binding
2008-08-31* luci/applications: statistics: split i18n data for rrdtool (Latin1) and ↵Jo-Philipp Wich
webinterface (UTF8), hide rrdtool xml since xsltproc generates UTF8 where it should create Latin1 and escapes characters that should not be escaped which leads to corrupted labels in generated diagram images