luci-proto-ppp: pppoe.so has no MTU option; remove it
[project/luci.git] / libs / cbi / luasrc / cbi.lua
2010-10-12 Jo-Philipp Wichlibs: merge libs/cbi into libs/web
2010-10-11 Jo-Philipp Wichlibs/cbi: don't run apply on render, this is a quick...
2010-04-27 Jo-Philipp Wichlibs/cbi: fix crash with tabless sections
2010-04-27 Jo-Philipp Wichlibs/cbi:
2010-04-26 Jo-Philipp Wichlibs/cbi: drop UVL, introduce server side datatype...
2010-04-21 Jo-Philipp Wichlibs/cbi: try to load fully qualified model path first...
2010-03-18 Jo-Philipp Wichlibs/cbi: change usage of uvl error api after r5861
2009-11-23 Steven BarthNIU: Minor fixes
2009-11-22 Steven BarthCBI:
2009-11-22 Steven BarthCBI:
2009-11-17 Steven BarthCBI: Allow lazy loading of wizard pages (improving...
2009-11-10 Steven BarthNIU: More pages
2009-11-09 Steven BarthCBI: Fix subdependencies
2009-11-09 Jo-Philipp Wichlibs/cbi: implement on_parse hook for maps
2009-11-08 Jo-Philipp Wichlibs/cbi: implement SimpleForm on_cancel hook in main...
2009-11-01 Jo-Philipp Wichall: remove references to old i18n files
2009-10-31 Jo-Philipp Wichlibs/cbi: remove auto-i18n, does not work anymore
2009-10-28 Steven BarthCBI: Delegators: Don't proceed when step is not complet...
2009-10-27 Jo-Philipp Wichlibs/cbi: add on_init, on_before_commit, on_after_commi...
2009-10-26 Steven BarthCBI: Cancelaction and event callbacks for Delegators
2009-10-09 Jo-Philipp Wichlibs/cbi: allow underscores in AbstractSection.create()
2009-09-24 Steven BarthFix Save & Apply for lists
2009-08-16 Jo-Philipp Wichlibs/cbi: implement tabbing to split large sections...
2009-08-13 Jo-Philipp Wichlibs/cbi: attach pcdata() to template scope and use it
2009-07-31 Jo-Philipp Wichlibs/cbi: fix error reporting in map loading
2009-07-30 Steven BarthFix errorhandling in Delegators
2009-07-30 Steven BarthFix delegators
2009-07-19 Jo-Philipp Wichconvert luci.fs users to nixio.fs api
2009-06-20 Steven BarthMerge fixes / improvements
2009-05-25 Steven BarthExtend CBI Delegators, fix some CBI issue
2009-05-24 Steven BarthCBI Delegators (Wizards)
2009-04-04 Jo-Philipp Wichtrunk: prepare LuCI to handle .lua.gz files
2009-04-03 Steven BarthBackport Skip-Button support
2009-03-29 Jo-Philipp Wichlibs/cbi: properly handle uvl errors without childs
2009-03-26 Steven BarthFix last commit
2009-03-26 Steven BarthCorrectly set status FORM_PROCEED instead of FORM_CHANG...
2009-03-09 Steven BarthAllow SimpleForm handler to set CBI status
2009-03-07 Steven BarthAllow combination of SimpleForms as Forms into pages...
2009-01-20 Jo-Philipp Wichlibs/cbi: remove workaround for libuci
2009-01-20 Jo-Philipp Wichlibs/cbi:
2009-01-17 Steven BarthAutoapplying on creation / deletion of sections is...
2008-11-29 Steven BarthScope compatibility fixes
2008-11-27 Steven BarthEnable rmempty by default
2008-11-06 Steven BarthSkip validation of options on second parse cycle
2008-11-06 Steven BarthWorkaround some Heisenbug
2008-11-05 Steven BarthFix error handling for SimpleForms
2008-11-05 Steven BarthHandle empty fields correctly
2008-11-03 Steven BarthOverall CBI improvements
2008-11-03 Steven BarthMerge CBI change-detection
2008-11-01 Steven BarthExtend CBI state handling
2008-11-01 Steven Barth* set .pageaction = false transparently in cbi SimpleFo...
2008-10-31 Steven BarthRemoved UCI Save/Apply cache from Essentials
2008-10-21 Steven BarthAdded missing submitstate-function to tables pseudo map
2008-10-20 Steven BarthPropagate CBI status via HTTP-Header
2008-10-19 Steven BarthCBI: Push savestatus to commit_handler
2008-10-10 Jo-Philipp Wich* luci/libs/cbi: implement file browse fields
2008-09-23 Jo-Philipp Wich* luci/libs/cbi: remove leftover debugging code
2008-09-23 Jo-Philipp Wich* luci/libs: move upload dispatching from dispatcher...
2008-09-23 Jo-Philipp Wich* luci/libs/cbi:
2008-09-20 Jo-Philipp Wich* luci/libs/cbi: implement commit hooks in cbi maps
2008-09-19 Steven BarthOverall CBI improvements: DummyValue handling, dependen...
2008-09-14 Steven Barthlibs/cbi: Fix option initialisation errors
2008-09-13 Steven BarthOverall CBI-UVL ineraction fixes
2008-09-07 Steven BarthFixed DHCP-Options and some CBI stuff
2008-09-07 Steven Barthlibs/cbi: Fixed DynamicLists
2008-09-07 Steven Barthlibs/cbi: Catch errors while creating named sections
2008-09-07 Steven BarthFixed last commit
2008-09-07 Steven Barthlibs/cbi: Don't validate on reparse after commiting
2008-09-06 Jo-Philipp Wich* luci/libs/cbi: fix error assignment in cbi sections
2008-09-06 Steven Barthcbi: Increare responsiveness of "Save & Apply"
2008-09-06 Steven BarthRewrote UCI apply logic
2008-09-05 Jo-Philipp Wich* luci/libs/cbi: remove dead code
2008-09-05 Jo-Philipp Wich* luci/libs/cbi: improved error integration with uvl
2008-09-05 Steven BarthHeavy memory/performance optimizations #1
2008-09-05 Steven Barthlibs/cbi: Pass default values from UVL
2008-09-03 Steven Barthlibs/cbi: Compatibility changes for non-standards-compl...
2008-09-01 Steven Barthlibs/cbi: Forward errors (like syntactical errors)...
2008-08-30 Steven Barthlibs/cbi: Make sure newly created sections have optiona...
2008-08-30 Steven Barthlibs/cbi: Simplified _uvl_validate_section
2008-08-30 Steven Barthlibs/cbi: Use :is instead of .code == for UVL error...
2008-08-30 Steven Barthlibs/cbi: Disable strict mode for now
2008-08-30 Steven BarthOptimized UVL validation handling
2008-08-30 Steven Barthlibs/cbi: Create section after validation to avoid...
2008-08-30 Steven Barthlibs/cbi: Temporarily allow invalid configuration value...
2008-08-28 Steven Barthlibs/cbi: Make sure options in ListValues are unique
2008-08-28 Steven BarthCBI-UVL Validation Integration part #1
2008-08-28 Steven Barthlibs/core: Add recursion detection to dumptable, serial...
2008-08-28 Steven BarthFixed enum dependencies
2008-08-27 Steven BarthFixed incompatible APIs in CBI
2008-08-27 Steven BarthRenamed reworked UCI API to uci2 to allow a peaceful...
2008-08-26 Steven BarthUCI API changes
2008-08-26 Steven Barthlibs/cbi: Added support for enum dependencies
2008-08-25 Jo-Philipp Wich* luci/libs: cbi: implement get_scheme() on some more...
2008-08-24 Steven Barthlibs/cbi: Fixed UVL integration
2008-08-24 Steven BarthCBI-UVL integration part #2
2008-08-24 Steven BarthCBI-UVL integration part #1
2008-08-20 Jo-Philipp Wich* luci/libs: use striptags() in cbi <option> elements
2008-08-19 Steven Barthlibs/cbi: Moved typecasting to the appropriate place
2008-08-18 Steven Barthlibs/cbi: Added preliminary UCI list datatype support...
2008-08-18 Steven BarthSmall bug fixes
next