Jo-Philipp Wich
7c76587588
all: change most translate statements to new format, some need manual cleanup
2009-10-31 15:54:11 +00:00
Jo-Philipp Wich
bec91e4caf
libs/cbi: fixes for widget templates
2009-10-27 21:42:40 +00:00
Steven Barth
36e18e87ef
CBI: Cancelaction and event callbacks for Delegators
...
LuCId: Send Keep-Alive headers to avoid browser quirks
2009-10-26 17:40:44 +00:00
Jo-Philipp Wich
536430d0ee
libs/cbi: change widgets using model.network to new api
2009-10-15 16:37:29 +00:00
Jo-Philipp Wich
e2147feb63
libs/cbi: fix error in previous commit
2009-10-14 00:02:38 +00:00
Jo-Philipp Wich
5ce9bd5fc8
libs/cbi: support horizontal display for radio button groups
2009-10-13 23:59:50 +00:00
Jo-Philipp Wich
42e1f743b3
libs/cbi: fix dynamic tab hiding
2009-10-10 22:18:50 +00:00
Jo-Philipp Wich
17f2921341
libs/cbi: add network picker widget
2009-10-10 14:51:59 +00:00
Jo-Philipp Wich
988de587ee
libs/cbi: various widget fixes
2009-10-10 14:47:37 +00:00
Jo-Philipp Wich
a5b315694d
libs/cbi: add interface picker widget
2009-10-08 10:26:57 +00:00
Jo-Philipp Wich
6c64745e2c
libs/cbi: comply with changed firewall interface
2009-10-08 01:26:09 +00:00
Jo-Philipp Wich
d3e65f3e1d
libs/cbi: auto-select appropriate option if create field is focused
2009-10-08 00:46:01 +00:00
Jo-Philipp Wich
33c8b37310
libs/cbi: i18n for zone picker
2009-10-08 00:27:39 +00:00
Jo-Philipp Wich
f4ce127051
libs/cbi: add a firewall zone picker widget
2009-10-08 00:17:40 +00:00
Jo-Philipp Wich
da2b40c9e3
libs/cbi: fix wrong value handling in FileUpload widgets ( #85 )
2009-10-07 19:50:20 +00:00
Jo-Philipp Wich
2903acf1f2
libs/cbi: preserve tab state across page reloads
2009-08-20 01:53:24 +00:00
Jo-Philipp Wich
bda237d0fd
libs/cbi: remove redundant line break in listvalue template
2009-08-19 23:17:55 +00:00
Jo-Philipp Wich
7c0ea17623
libs/cbi: implement tabbing to split large sections and group options in tabs
2009-08-16 03:29:46 +00:00
Jo-Philipp Wich
892ed55ba0
libs/cbi: attach pcdata() to template scope and use it
2009-08-13 17:14:25 +00:00
Jo-Philipp Wich
6b1be858be
libs/cbi: properly escape values in dynlist widget ( #79 )
2009-08-13 14:36:18 +00:00
Jo-Philipp Wich
68af07222c
libs/cbi: fix default property of ListValue fields
2009-07-31 23:22:10 +00:00
Steven Barth
d7a90e994a
Fix delegators
2009-07-30 16:05:12 +00:00
Jo-Philipp Wich
8fcd841aa9
convert luci.fs users to nixio.fs api
2009-07-19 00:24:58 +00:00
Steven Barth
30b216f774
Drop support for luaposix and bitlib (obsoleted by nixio)
...
Mark luci.fs as deprecated
2009-06-21 13:42:26 +00:00
Steven Barth
ee690abb0f
CBI Delegators (Wizards)
...
Example CBI-Map:
d = Delegator()
d.allow_back = true -- Back-button
d:add("step1", load("mywizard/form1")) -- model/cbi/mywizard/form1
d:add("step2", load("mywizard/form2"))
return d
2009-05-24 17:17:53 +00:00
Steven Barth
0acedfff3e
Fix some fallout
2009-04-09 13:59:50 +00:00
Steven Barth
f3deef9ec5
Backport Skip-Button support
2009-04-03 18:08:25 +00:00
Steven Barth
ad57125f41
Allow combination of SimpleForms as Forms into pages with Maps
...
Allow subsequent changes of Table data
2009-03-07 11:30:41 +00:00
Steven Barth
1eec55dd47
Fix option dependencies, this was lost in some IE fixing stuff
2009-02-23 22:53:42 +00:00
Jo-Philipp Wich
c730262d14
libs/cbi: implement .sectionhead and .sectiondesc properties to allow labelling the id column in table layouts
2009-01-12 17:31:19 +00:00
Jo-Philipp Wich
dfbd41b2dc
libs/cbi: also set id attribute for hidden fields
2009-01-11 15:45:34 +00:00
Jo-Philipp Wich
fb7aea55e8
libs/cbi: add support for hidden form fields in sections
2009-01-11 03:44:04 +00:00
Steven Barth
014d971eab
Fix urltoken passing on several pages
2008-12-22 21:54:20 +00:00
Steven Barth
ea9b377ec5
Merge pageactions
2008-11-01 17:11:02 +00:00
Steven Barth
8c4492db5f
Removed UCI Save/Apply cache from Essentials
...
Made CBI controllers configurable
2008-10-31 09:35:11 +00:00
Jo-Philipp Wich
50442d7438
* luci/libs/cbi: fix possible "Error in template cbi/full_valuefooter: ?:0: attempt to get length of field 'description' (a nil value)"
2008-10-30 02:39:54 +00:00
Jo-Philipp Wich
76f8a9cfd2
* luci/themes: fix small styling issue
2008-10-20 19:02:26 +00:00
Jo-Philipp Wich
eb05b1ee7e
* luci/themes/openwrt.org: first round of layout fixes for IE6
2008-10-14 22:55:44 +00:00
Steven Barth
39efe2207d
Fixed a typo in button template
2008-10-11 11:40:44 +00:00
Jo-Philipp Wich
b618361bf1
* luci/libs/cbi: implement file browse fields
...
* luci/modules/admin-full: add file browse controller
2008-10-10 21:52:22 +00:00
Jo-Philipp Wich
bfb5a53c45
* luci/libs/cbi: implement addremove_template
2008-10-10 11:47:32 +00:00
Jo-Philipp Wich
8ecff0a9cc
* luci/libs/cbi: add css classes to input fields - needed for IE compat
2008-10-07 15:41:15 +00:00
Jo-Philipp Wich
86e1aebb59
* luci-trunk: huge xhtml, css and accessibility improvement patch - thanks Alina!
2008-10-07 13:10:24 +00:00
Steven Barth
fb2f4af1fb
Fixed a typo which prevented proper dependency tracking for additional fields
2008-09-30 21:13:14 +00:00
Jo-Philipp Wich
6b3985b6be
* luci/libs/cbi:
...
- implement file upload fields
- change default enctype in forms to multipart/form-data
- add upload template
* luci/libs/web:
- dispatch file uploads to cbi form fields
* luci/i18n:
- add german and english translations for file upload fields
2008-09-23 00:10:51 +00:00
Steven Barth
712424dc0c
Overall CBI improvements: DummyValue handling, dependency conflicts, ...
2008-09-19 10:42:02 +00:00
Steven Barth
38e60dcf9b
More IE compatibility fixes
2008-09-16 15:51:11 +00:00
Steven Barth
0a0220ca29
Internet suXplorer JavaScript compatibility fixes
2008-09-16 10:08:20 +00:00
Jo-Philipp Wich
8d372d2f28
* luci/libs/cbi: better layout for apply output
...
* luci/themes: introduce new css class for apply ul
2008-09-08 16:51:50 +00:00
Jo-Philipp Wich
eff278317e
* luci/libs/cbi: fix html errors in cbi templates
2008-09-08 00:34:27 +00:00