Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-01 | all: remove references to old i18n files | Jo-Philipp Wich | |
2009-10-31 | libs/cbi: remove auto-i18n, does not work anymore | Jo-Philipp Wich | |
2009-10-28 | CBI: Delegators: Don't proceed when step is not completed yet | Steven Barth | |
2009-10-27 | libs/cbi: add on_init, on_before_commit, on_after_commit, on_before_apply, ↵ | Jo-Philipp Wich | |
on_after_apply hooks | |||
2009-10-26 | CBI: Cancelaction and event callbacks for Delegators | Steven Barth | |
LuCId: Send Keep-Alive headers to avoid browser quirks | |||
2009-10-09 | libs/cbi: allow underscores in AbstractSection.create() | Jo-Philipp Wich | |
2009-09-24 | Fix Save & Apply for lists | Steven Barth | |
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-07-31 | libs/cbi: fix error reporting in map loading | Jo-Philipp Wich | |
2009-07-30 | Fix errorhandling in Delegators | Steven Barth | |
2009-07-30 | Fix delegators | Steven Barth | |
2009-07-19 | convert luci.fs users to nixio.fs api | Jo-Philipp Wich | |
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 | |