Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-20 | Merge fixes / improvements | Steven Barth | |
2009-05-25 | Extend CBI Delegators, fix some CBI issue | Steven Barth | |
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 | |||
2009-04-04 | trunk: prepare LuCI to handle .lua.gz files | Jo-Philipp Wich | |
2009-04-03 | Backport Skip-Button support | Steven Barth | |
2009-03-29 | libs/cbi: properly handle uvl errors without childs | Jo-Philipp Wich | |
2009-03-26 | Fix last commit | Steven Barth | |
2009-03-26 | Correctly set status FORM_PROCEED instead of FORM_CHANGED if user | Steven Barth | |
creates / deletes a field or section | |||
2009-03-09 | Allow SimpleForm handler to set CBI status | Steven Barth | |
2009-03-07 | Allow combination of SimpleForms as Forms into pages with Maps | Steven Barth | |
Allow subsequent changes of Table data | |||
2009-01-20 | libs/cbi: remove workaround for libuci | Jo-Philipp Wich | |
2009-01-20 | libs/cbi: | Jo-Philipp Wich | |
- add workaround for libuci-lua bug when writing list values - compare values against keyllist not vallist when validating StaticList -> fixes StaticList and DynamicList widgets | |||
2009-01-17 | Autoapplying on creation / deletion of sections is annoying, disable it. | Steven Barth | |
2008-11-29 | Scope compatibility fixes | Steven Barth | |
2008-11-27 | Enable rmempty by default | Steven Barth | |
2008-11-06 | Skip validation of options on second parse cycle | Steven Barth | |
2008-11-06 | Workaround some Heisenbug | Steven Barth | |
2008-11-05 | Fix error handling for SimpleForms | Steven Barth | |
2008-11-05 | Handle empty fields correctly | Steven Barth | |
2008-11-03 | Overall CBI improvements | Steven Barth | |
2008-11-03 | Merge CBI change-detection | Steven Barth | |
2008-11-01 | Extend CBI state handling | Steven Barth | |
2008-11-01 | * set .pageaction = false transparently in cbi SimpleForm constructor | Steven Barth | |
2008-10-31 | Removed UCI Save/Apply cache from Essentials | Steven Barth | |
Made CBI controllers configurable | |||
2008-10-21 | Added missing submitstate-function to tables pseudo map | Steven Barth | |
2008-10-20 | Propagate CBI status via HTTP-Header | Steven Barth | |
2008-10-19 | CBI: Push savestatus to commit_handler | Steven Barth | |
2008-10-10 | * luci/libs/cbi: implement file browse fields | Jo-Philipp Wich | |
* luci/modules/admin-full: add file browse controller | |||
2008-09-23 | * luci/libs/cbi: remove leftover debugging code | Jo-Philipp Wich | |
2008-09-23 | * luci/libs: move upload dispatching from dispatcher to cbi.load() | Jo-Philipp Wich | |
2008-09-23 | * luci/libs/cbi: | Jo-Philipp Wich | |
- 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-20 | * luci/libs/cbi: implement commit hooks in cbi maps | Jo-Philipp Wich | |
* luci/moules/admin-mini: reload global config namespace when change theme or language (for persistent environments) * luci/moules/admin-full: reload global config namespace when change theme or language (for persistent environments) | |||
2008-09-19 | Overall CBI improvements: DummyValue handling, dependency conflicts, ... | Steven Barth | |
2008-09-14 | libs/cbi: Fix option initialisation errors | Steven Barth | |
2008-09-13 | Overall CBI-UVL ineraction fixes | Steven Barth | |
2008-09-07 | Fixed DHCP-Options and some CBI stuff | Steven Barth | |
2008-09-07 | libs/cbi: Fixed DynamicLists | Steven Barth | |
2008-09-07 | libs/cbi: Catch errors while creating named sections | Steven Barth | |
2008-09-07 | Fixed last commit | Steven Barth | |
2008-09-07 | libs/cbi: Don't validate on reparse after commiting | Steven Barth | |
2008-09-06 | * luci/libs/cbi: fix error assignment in cbi sections | Jo-Philipp Wich | |
2008-09-06 | cbi: Increare responsiveness of "Save & Apply" | Steven Barth | |
2008-09-06 | Rewrote UCI apply logic | Steven Barth | |
2008-09-05 | * luci/libs/cbi: remove dead code | Jo-Philipp Wich | |
2008-09-05 | * luci/libs/cbi: improved error integration with uvl | Jo-Philipp Wich | |
2008-09-05 | Heavy memory/performance optimizations #1 | Steven Barth | |
2008-09-05 | libs/cbi: Pass default values from UVL | Steven Barth | |
2008-09-03 | libs/cbi: Compatibility changes for non-standards-compliant browsers | Steven Barth | |
2008-09-01 | libs/cbi: Forward errors (like syntactical errors) from CBI model parser to ↵ | Steven Barth | |
the user output | |||
2008-08-30 | libs/cbi: Make sure newly created sections have optional field selectors | Steven Barth | |