Merge pull request #1818 from dibdot/lxc_fix
[project/luci.git] / libs / web / luasrc / cbi.lua
2014-06-11 Jo-Philipp Wichbuild: introduce luci-base
2012-11-26 Jo-Philipp Wichremove .i18n annotations from controller files
2012-01-08 Jo-Philipp Wichlibs/web: remove debugging code
2012-01-08 Jo-Philipp Wichlibs/web: allow zero-length string literals when parsin...
2012-01-08 Jo-Philipp Wichlibs/web: introduce recursive expression support for...
2011-12-20 Jo-Philipp Wich[PATCH] Naive fix for bug #208
2011-10-26 Jo-Philipp Wichlibs/web: move ifattr() and attr() helpers into dispatc...
2011-10-09 Jo-Philipp Wichlibs/web: pass origin section id to :create() callback...
2011-09-22 Jo-Philipp Wichlibs/web: cbi: provide a "last_child" property to allow...
2011-01-29 Jo-Philipp Wichlibs/web: improve cbi handling of Flag values, support...
2011-01-20 Jo-Philipp Wichlibs/web: implement sortable rows for uci reordering
2010-12-05 Jo-Philipp Wichlibs/web: handle empty tables in Map.set()
2010-12-03 Jo-Philipp Wichlibs/web: fix dynamic list handling
2010-11-22 Jo-Philipp Wichlibs/web: combine apply actions of all maps on a page...
2010-11-20 Jo-Philipp Wichlibs/web: better server side handling of DynList values
2010-11-20 Jo-Philipp Wichlibs/web: skip empty values in DynList widget
2010-11-16 Jo-Philipp Wichlibs/web: add range(min,max) datatype validator
2010-10-30 Jo-Philipp Wichlibs/web: implement forcewrite attribute for cbi options
2010-10-25 Jo-Philipp Wichlibs/web: rework DynamicList widget
2010-10-14 Jo-Philipp Wichlibs/web: cbi: add new on_before_save and on_after_save...
2010-10-14 Jo-Philipp Wichlibs/web: fix various issues in cbi option error handli...
2010-10-12 Jo-Philipp Wichlibs/web: rework cbi field validation, let validators...
2010-10-12 Jo-Philipp Wichlibs: merge libs/cbi into libs/web