Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-12 | libs: merge libs/cbi into libs/web | Jo-Philipp Wich | |
2010-10-11 | libs/cbi: interface with service control backend to trigger service reload ↵ | Jo-Philipp Wich | |
asynchronously | |||
2010-04-27 | libs/cbi: | Jo-Philipp Wich | |
- skip client side field validation if corrsponding field was removed due to dependencies - human readable error strings in uci section summary - implement field validation for dnyamic lists - render optional fields when section has tabs | |||
2010-04-26 | libs/cbi: implement realtime client side input validation for Value and ↵ | Jo-Philipp Wich | |
DynamicList fields | |||
2010-03-06 | libs/cbi: implement .sectiontitle callback for tblsections to allow custom ↵ | Jo-Philipp Wich | |
per-row titles | |||
2009-12-26 | libs/cbi: don't filter bridge ports in firewall zone widget | Jo-Philipp Wich | |
2009-11-29 | NIU: | Steven Barth | |
Add WDS bridge client mode Extending / repeating WDS network in AP wizard Better 802.11s support | |||
2009-11-23 | Correct order of wizard buttons | Steven Barth | |
2009-11-23 | CBI: Free dependencies | Steven Barth | |
2009-11-22 | NIU: | Steven Barth | |
Implemented WiFi-WAN Overall improvements | |||
2009-11-22 | CBI: | Steven Barth | |
Implement reverse dependencies Allow wiazrd steps without buttons | |||
2009-11-15 | Minor fixes | Steven Barth | |
2009-11-10 | libs/cbi: add option to reveal/hide value for password fields | Jo-Philipp Wich | |
2009-11-09 | CBI: Fix subdependencies | Steven Barth | |
2009-11-09 | libs/cbi: auto-hide apply messages and make title and description optional ↵ | Jo-Philipp Wich | |
for Map and SimpleForm instances | |||
2009-11-09 | libs/cbi: fix some logic errors in firewall zone picker widget | Jo-Philipp Wich | |
2009-11-08 | libs/cbi: fix bug in form prefill of zone picker widgets | Jo-Philipp Wich | |
2009-11-08 | libs/cbi: | Jo-Philipp Wich | |
- support hidden fields for SimpleForm, NamedSection and TypedSection instances - add support for on_cancel event in SimpleForm instances | |||
2009-11-08 | libs/cbi: properly handle .default for dummy values | Jo-Philipp Wich | |
2009-11-01 | libs/cbi: fix formatting issue in zone picker widget | Jo-Philipp Wich | |
2009-11-01 | libs: fix some more translation errors | Jo-Philipp Wich | |
2009-11-01 | libs/cbi: i18n markup fix for filebrowser widget | Jo-Philipp Wich | |
2009-11-01 | libs/cbi: fix some default translations | Jo-Philipp Wich | |
2009-10-31 | all: next round of translation fixups | Jo-Philipp Wich | |
2009-10-31 | all: translation fixes in templates | Jo-Philipp Wich | |
2009-10-31 | all: change most translate statements to new format, some need manual cleanup | Jo-Philipp Wich | |
2009-10-27 | libs/cbi: fixes for widget templates | Jo-Philipp Wich | |
2009-10-26 | CBI: Cancelaction and event callbacks for Delegators | Steven Barth | |
LuCId: Send Keep-Alive headers to avoid browser quirks | |||
2009-10-15 | libs/cbi: change widgets using model.network to new api | Jo-Philipp Wich | |
2009-10-14 | libs/cbi: fix error in previous commit | Jo-Philipp Wich | |
2009-10-13 | libs/cbi: support horizontal display for radio button groups | Jo-Philipp Wich | |
2009-10-10 | libs/cbi: fix dynamic tab hiding | Jo-Philipp Wich | |
2009-10-10 | libs/cbi: add network picker widget | Jo-Philipp Wich | |
2009-10-10 | libs/cbi: various widget fixes | Jo-Philipp Wich | |
2009-10-08 | libs/cbi: add interface picker widget | Jo-Philipp Wich | |
2009-10-08 | libs/cbi: comply with changed firewall interface | Jo-Philipp Wich | |
2009-10-08 | libs/cbi: auto-select appropriate option if create field is focused | Jo-Philipp Wich | |
2009-10-08 | libs/cbi: i18n for zone picker | Jo-Philipp Wich | |
2009-10-08 | libs/cbi: add a firewall zone picker widget | Jo-Philipp Wich | |
2009-10-07 | libs/cbi: fix wrong value handling in FileUpload widgets (#85) | Jo-Philipp Wich | |
2009-08-20 | libs/cbi: preserve tab state across page reloads | Jo-Philipp Wich | |
2009-08-19 | libs/cbi: remove redundant line break in listvalue template | Jo-Philipp Wich | |
2009-08-16 | libs/cbi: implement tabbing to split large sections and group options in tabs | Jo-Philipp Wich | |
2009-08-13 | libs/cbi: attach pcdata() to template scope and use it | Jo-Philipp Wich | |
2009-08-13 | libs/cbi: properly escape values in dynlist widget (#79) | Jo-Philipp Wich | |
2009-07-31 | libs/cbi: fix default property of ListValue fields | Jo-Philipp Wich | |
2009-07-30 | Fix delegators | Steven Barth | |
2009-07-19 | convert luci.fs users to nixio.fs api | Jo-Philipp Wich | |
2009-06-21 | Drop support for luaposix and bitlib (obsoleted by nixio) | Steven Barth | |
Mark luci.fs as deprecated | |||
2009-05-24 | CBI Delegators (Wizards) | Steven Barth | |
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 |