summaryrefslogtreecommitdiffhomepage
path: root/libs/web/luasrc/cbi.lua
AgeCommit message (Collapse)Author
2011-01-29libs/web: improve cbi handling of Flag values, support usage of .default ↵Jo-Philipp Wich
attribute to signalize default-on checkboxes, this helps to deal with the reversed logic of various uci bools within OpenWrt configs
2011-01-20libs/web: implement sortable rows for uci reorderingJo-Philipp Wich
2010-12-05libs/web: handle empty tables in Map.set()Jo-Philipp Wich
2010-12-03libs/web: fix dynamic list handlingJo-Philipp Wich
2010-11-22libs/web: combine apply actions of all maps on a page, prevents concurrent XHRJo-Philipp Wich
2010-11-20libs/web: better server side handling of DynList valuesJo-Philipp Wich
2010-11-20libs/web: skip empty values in DynList widgetJo-Philipp Wich
2010-11-16libs/web: add range(min,max) datatype validatorJo-Philipp Wich
2010-10-30libs/web: implement forcewrite attribute for cbi optionsJo-Philipp Wich
2010-10-25libs/web: rework DynamicList widgetJo-Philipp Wich
2010-10-14libs/web: cbi: add new on_before_save and on_after_save hook, implement ↵Jo-Philipp Wich
:reset_values() for options supporting :value()
2010-10-14libs/web: fix various issues in cbi option error handling, call validator ↵Jo-Philipp Wich
for missing options to obtain error message
2010-10-12libs/web: rework cbi field validation, let validators return custom error ↵Jo-Philipp Wich
messages, properly handle errors in multiple sections
2010-10-12libs: merge libs/cbi into libs/webJo-Philipp Wich