Age | Commit message (Collapse) | Author |
|
.lua.gz models
|
|
|
|
|
|
Allow skipping of non-routing wizard steps
|
|
Implement reverse dependencies
Allow wiazrd steps without buttons
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
on_after_apply hooks
|
|
LuCId: Send Keep-Alive headers to avoid browser quirks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
creates / deletes a field or section
|
|
|
|
Allow subsequent changes of Table data
|
|
|
|
- add workaround for libuci-lua bug when writing list values
- compare values against keyllist not vallist when validating StaticList
-> fixes StaticList and DynamicList widgets
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Made CBI controllers configurable
|
|
|
|
|
|
|