Commit graph

1209 commits

Author SHA1 Message Date
Steven Barth
ccc02d4188 Fixed event handlers to be more standards compliant
(fixed dependency tracking not working correctly on Konqueror and others)
2008-09-04 09:31:54 +00:00
Jo-Philipp Wich
19e22598fd * luci/libs/uvl:
- 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-04 00:56:13 +00:00
Steven Barth
34ab619ee3 libs/cbi: Compatibility changes for non-standards-compliant browsers 2008-09-03 22:51:27 +00:00
Jo-Philipp Wich
ccd792c4d1 * luci/modules: fix default translation of no-encryption-option in both admin-full and admin-fixed 2008-09-03 22:42:20 +00:00
Jo-Philipp Wich
8a1b678504 * luci/contrib/luci-addons: always create /var/etc in luci_ethers, fixes #113 - thanks KanjiMonster! 2008-09-03 22:33:53 +00:00
Jo-Philipp Wich
85461e4226 * luci/libs/uvl: fix error handling of OPT_INVVALUE too 2008-09-03 22:02:35 +00:00
Jo-Philipp Wich
727e9878fb * luci/libs/uvl:
- 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 21:49:13 +00:00
Jo-Philipp Wich
5cf454019c * luci/libs/uvl: fix zone references in firewall scheme 2008-09-03 21:11:05 +00:00
Jo-Philipp Wich
ba3c967d65 * luci/libs/uvl: completed firewall scheme 2008-09-03 21:07:07 +00:00
Steven Barth
ed7362eed3 Added cbi2uvl converter 2008-09-03 12:16:46 +00:00
Steven Barth
43a730c88a libs/web: Fixed luci.template 2008-09-03 11:01:21 +00:00
Jo-Philipp Wich
7c91b79121 * luci/libs/uvl: add "network" option to firewall scheme 2008-09-03 10:52:40 +00:00
Jo-Philipp Wich
e97527fa06 * luci/contrib/olsrd-luci: add timer fix from (http://gredler.at/hg/olsrd/rev/ace7c0970ec) 2008-09-03 09:43:07 +00:00
Jo-Philipp Wich
eedb43da9b * luci/libs/uvl:
- fix command line switches for uvl
	- honour STRICT_UNKOWN_OPTIONS in luci.uvl._validate_option()
2008-09-03 02:08:38 +00:00
Jo-Philipp Wich
3817e51402 * luci/libs/uvl: add missing username, password and server options to network schame, fix c-n-p errors 2008-09-03 01:51:12 +00:00
Jo-Philipp Wich
2b767fc45c * luci/libs/uvl: completed network scheme, add "uint" and "ipaddr" datatypes 2008-09-03 01:45:43 +00:00
Jo-Philipp Wich
c842b668b0 * luci/contrib/olsrd-luci: adept config generator to new uci api and fix ifname in interface sections 2008-09-03 00:36:13 +00:00
Jo-Philipp Wich
15eb2bcbb0 * luci/libs: uvl: remove deprecated notice from reference scheme 2008-09-02 22:26:36 +00:00
Jo-Philipp Wich
6b6abc95d0 * luci/libs/uvl:
- 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 22:13:52 +00:00
Jo-Philipp Wich
51bfdb1377 * luci/libs: uvl: implement package sections in the uvl scheme format 2008-09-02 20:24:06 +00:00
Steven Barth
eb279ab360 Alias luci.util.exec as luci.sys.exec for legacy purposes 2008-09-02 19:08:43 +00:00
Steven Barth
95f9bb97ba Fixed occasionally occuring "Overload"-problems with luci-httpd 2008-09-02 15:03:18 +00:00
Steven Barth
048fe5ce12 Fixed some UCI transition fallout 2008-09-02 14:50:00 +00:00
Steven Barth
b693e1ab91 Rewrote luci.config 2008-09-02 14:24:00 +00:00
Steven Barth
f9a3de2234 applications/luci-fw: Fixed r2979, closes #112 2008-09-02 11:27:00 +00:00
Steven Barth
954e61d2a3 Bump i18n-files 2008-09-02 09:08:11 +00:00
Steven Barth
5430a64f05 modules/admin-full: Fixed a typo on IPKG configuration page 2008-09-02 09:06:27 +00:00
Steven Barth
bdf75b1e03 libs/uci: Optimized workaround 2008-09-02 09:02:20 +00:00
Steven Barth
765d5b8540 libs/web: Fixed a typo in template error handling 2008-09-02 09:02:13 +00:00
Steven Barth
74408bbb74 Fixed reference to luci.ltn12 2008-09-02 08:24:45 +00:00
Jo-Philipp Wich
81a605e0fc * luci/build: add extended xml->lua xslt, thanks Alina 2008-09-02 01:12:21 +00:00
Jo-Philipp Wich
d1a035a62d * luci/libs: uvl: reenable xml translations, adept to new method="text" conversation method 2008-09-02 01:11:46 +00:00
Jo-Philipp Wich
6179e46ff5 * luci/libs: uvl: add definition of package sections to meta scheme 2008-09-02 00:39:26 +00:00
Jo-Philipp Wich
730b5fad7a * luci/contrib: olsrd-luci: only write sections for existing plugins, change default interface to br-lan 2008-09-01 23:42:49 +00:00
Jo-Philipp Wich
92e315d327 * luci/contrib: olsrd-luci: and now switch to 0.5.6 final while we're at it... 2008-09-01 23:26:19 +00:00
Jo-Philipp Wich
f0a08da45b * luci/contrib: olsrd-luci: fix yet another error 2008-09-01 23:21:49 +00:00
Jo-Philipp Wich
7deb140aca * luci/contrib: olsrd-luci: fix fork fallout 2008-09-01 23:18:10 +00:00
Jo-Philipp Wich
4f30dc4dbb * luci/contrib: change dependencies to use olsrd-luci instead of olsrd 2008-09-01 23:08:37 +00:00
Jo-Philipp Wich
6203d55284 * luci/applications: olsr: remove init stuff, moved to olsrd-luci 2008-09-01 23:04:38 +00:00
Jo-Philipp Wich
f8b5b746ac * luci/contrib: add fork of openwrt olsrd 2008-09-01 23:02:29 +00:00
Jo-Philipp Wich
c245841b48 * luci/applications: olsr: add own initscript and configuration 2008-09-01 22:25:51 +00:00
Steven Barth
da23475d31 Fixed some encoding issues 2008-09-01 22:04:34 +00:00
Steven Barth
87bed5db45 Added UVC-Streamer application
Contributed by Yanira
Thanks a lot
2008-09-01 21:56:30 +00:00
Steven Barth
e5be8db114 UGLY workaround is UGLY 2008-09-01 21:40:08 +00:00
Jo-Philipp Wich
c230b83679 * luci/libs: uvl: fix possible "attempt to index field '?' (a nil value)" in uvl.uvlitem.config() 2008-09-01 20:48:18 +00:00
Steven Barth
06b6d23c20 Added custom filename support to luci.template 2008-09-01 20:43:48 +00:00
Steven Barth
3568e2ba50 libs/cbi: Forward errors (like syntactical errors) from CBI model parser to the user output 2008-09-01 19:51:37 +00:00
Steven Barth
76f2e5ec1a Added luci.fs.copy and luci.fs.rename 2008-09-01 19:42:43 +00:00
Steven Barth
7cc8a68ba9 Fixed last commit 2008-09-01 19:28:06 +00:00
Steven Barth
95006a1f11 Added more reliable Lua2XML Converter for translations 2008-09-01 19:23:56 +00:00