Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-09 | Fix some fallout | Steven Barth | |
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-02-23 | Fix option dependencies, this was lost in some IE fixing stuff | Steven Barth | |
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 | |
2009-01-12 | libs/cbi: implement .sectionhead and .sectiondesc properties to allow ↵ | Jo-Philipp Wich | |
labelling the id column in table layouts | |||
2009-01-11 | libs/cbi: also set id attribute for hidden fields | Jo-Philipp Wich | |
2009-01-11 | libs/cbi: add support for hidden form fields in sections | Jo-Philipp Wich | |
2008-12-22 | Fix urltoken passing on several pages | 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 | Merge pageactions | 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-30 | * luci/libs/cbi: fix possible "Error in template cbi/full_valuefooter: ?:0: ↵ | Jo-Philipp Wich | |
attempt to get length of field 'description' (a nil value)" | |||
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-20 | * luci/themes: fix small styling issue | Jo-Philipp Wich | |
2008-10-19 | CBI: Push savestatus to commit_handler | Steven Barth | |
2008-10-14 | * luci/themes/openwrt.org: first round of layout fixes for IE6 | Jo-Philipp Wich | |
2008-10-11 | Fixed a typo in button template | Steven Barth | |
2008-10-10 | * luci/libs/cbi: implement file browse fields | Jo-Philipp Wich | |
* luci/modules/admin-full: add file browse controller | |||
2008-10-10 | * luci/libs/cbi: implement addremove_template | Jo-Philipp Wich | |
2008-10-07 | * luci/libs/cbi: add css classes to input fields - needed for IE compat | Jo-Philipp Wich | |
2008-10-07 | * luci-trunk: huge xhtml, css and accessibility improvement patch - thanks ↵ | Jo-Philipp Wich | |
Alina! | |||
2008-09-30 | Fixed a typo which prevented proper dependency tracking for additional fields | Steven Barth | |
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-16 | More IE compatibility fixes | Steven Barth | |
2008-09-16 | Internet suXplorer JavaScript compatibility fixes | Steven Barth | |
2008-09-14 | libs/cbi: Fix option initialisation errors | Steven Barth | |