summaryrefslogtreecommitdiffhomepage
path: root/libs/cbi
AgeCommit message (Collapse)Author
2009-04-16libs/cbi: workaround git deficienciesJo-Philipp Wich
2009-04-09Fix some falloutSteven Barth
2009-04-04trunk: prepare LuCI to handle .lua.gz filesJo-Philipp Wich
2009-04-03Backport Skip-Button supportSteven Barth
2009-03-29libs/cbi: properly handle uvl errors without childsJo-Philipp Wich
2009-03-26Fix last commitSteven Barth
2009-03-26Correctly set status FORM_PROCEED instead of FORM_CHANGED if userSteven Barth
creates / deletes a field or section
2009-03-09Allow SimpleForm handler to set CBI statusSteven Barth
2009-03-07Allow combination of SimpleForms as Forms into pages with MapsSteven Barth
Allow subsequent changes of Table data
2009-02-23Fix option dependencies, this was lost in some IE fixing stuffSteven Barth
2009-01-20libs/cbi: remove workaround for libuciJo-Philipp Wich
2009-01-20libs/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-17Autoapplying on creation / deletion of sections is annoying, disable it.Steven Barth
2009-01-12libs/cbi: implement .sectionhead and .sectiondesc properties to allow ↵Jo-Philipp Wich
labelling the id column in table layouts
2009-01-11libs/cbi: also set id attribute for hidden fieldsJo-Philipp Wich
2009-01-11libs/cbi: add support for hidden form fields in sectionsJo-Philipp Wich
2009-01-09Resolve dependencies when a combobox is updated.Steven Barth
2008-12-22Fix urltoken passing on several pagesSteven Barth
2008-11-29Scope compatibility fixesSteven Barth
2008-11-27Enable rmempty by defaultSteven Barth
2008-11-09* luci/i18n/french: refresh and fix french translation, thanks! (fixes #4)Jo-Philipp Wich
2008-11-08Fix a nasty Internet Suxplorer bug which prevented XHR forms from being ↵Steven Barth
correctly submitted.
2008-11-06Skip validation of options on second parse cycleSteven Barth
2008-11-06Workaround some HeisenbugSteven Barth
2008-11-05Fix error handling for SimpleFormsSteven Barth
2008-11-05Handle empty fields correctlySteven Barth
2008-11-03Overall CBI improvementsSteven Barth
2008-11-03Merge CBI change-detectionSteven Barth
2008-11-01Extend CBI state handlingSteven Barth
2008-11-01Add XHR CBI helperSteven Barth
2008-11-01Merge pageactionsSteven Barth
2008-11-01* set .pageaction = false transparently in cbi SimpleForm constructorSteven Barth
2008-10-31Removed UCI Save/Apply cache from EssentialsSteven 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-21Added missing submitstate-function to tables pseudo mapSteven Barth
2008-10-20Propagate CBI status via HTTP-HeaderSteven Barth
2008-10-20* luci/themes: fix small styling issueJo-Philipp Wich
2008-10-19CBI: Push savestatus to commit_handlerSteven Barth
2008-10-14* luci/themes/openwrt.org: first round of layout fixes for IE6Jo-Philipp Wich
2008-10-11Fixed a typo in button templateSteven Barth
2008-10-10* luci/libs/cbi: implement file browse fieldsJo-Philipp Wich
* luci/modules/admin-full: add file browse controller
2008-10-10* luci/libs/cbi: implement addremove_templateJo-Philipp Wich
2008-10-07* luci/libs/cbi: also set css class names for dynamically generated select listsJo-Philipp Wich
2008-10-07* luci/libs/cbi: add css classes to input fields - needed for IE compatJo-Philipp Wich
2008-10-07* luci-trunk: huge xhtml, css and accessibility improvement patch - thanks ↵Jo-Philipp Wich
Alina!
2008-09-30Fixed a typo which prevented proper dependency tracking for additional fieldsSteven Barth
2008-09-23* luci/libs/cbi: remove leftover debugging codeJo-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 mapsJo-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)