add foreign key and list support for ucimap
[project/uci.git] / lua /
2008-11-15 Felix Fietkaulua: add uci.add_history to the api
2008-11-14 Felix Fietkaulua: fix uci.set_list
2008-09-05 Felix Fietkauadd .index field to sections
2008-09-04 Felix Fietkaufix lua binding include path
2008-08-31 Felix Fietkauproperly search for lua includes and the library directory
2008-08-27 Felix Fietkaufix uci.save() with cursors
2008-08-27 Felix Fietkaufix uci.get()
2008-08-27 Felix Fietkaupush out uci error messages to lua as well
2008-08-27 Felix Fietkauadd uci.cursor() support based on a patch by CyrusFF
2008-08-27 Felix Fietkauadd get functions for savedir and confdir
2008-08-27 Felix Fietkaufix sanity checks for uci.set to be able to create...
2008-08-27 Felix Fietkaufix incomplete lookups for uci.get()
2008-08-24 Felixadd .anonymous attribute for uci sections in lua
2008-08-23 Felix Fietkaufix 4-arg uci.set()
2008-08-23 Felix Fietkauadd some missing initializations
2008-08-23 Felix Fietkauport lua bindings to new uci api
2008-08-19 Felix Fietkaulua: allow uci.set() to create/update a list value
2008-08-18 Felix Fietkauadd list support to the uci lua binding
2008-08-17 Felix Fietkauadd initial work for option datatype abstraction
2008-06-04 Felix Fietkaulua binding: add .name attribute for sections pushed...
2008-06-04 Felix Fietkauadjust default installation target dir for uci lua...
2008-06-03 Felix Fietkauuse .type instead of .TYPE
2008-06-03 Felix Fietkauminor cleanup
2008-06-03 Felix Fietkauchange the format of uci.get_all() - reduce the number...
2008-06-03 Felix Fietkauimplement uci.changes() in lua binding
2008-06-03 Felix Fietkauimplement uci.delete() in the lua binding
2008-05-26 Felix Fietkauimplement autoload for uci lua binding (optional, enabl...
2008-05-26 Felix Fietkaufix invocation of uci.commit(), uci.save() without...
2008-05-26 Felix Fietkauadd uci.add() to lua binding
2008-05-01 Felix Fietkauadd 2 and 3 argument versions of uci.get()
2008-05-01 Felix Fietkauadd uci.foreach()
2008-05-01 Felix Fietkauadd uci.get_all to the lua binding, which converts...
2008-05-01 Felix Fietkaufix lua plugin linking
2008-04-13 Felix Fietkauadd revert, merge package handler functions
2008-04-13 Felix Fietkaucompile fixes for native compilation
2008-04-13 Felix Fietkaubuild variable sharing between uci and uci-lua, proper...
2008-04-13 Felix Fietkaufix unused variable
2008-04-13 Felix Fietkauset, save, commit for the lua plugin
2008-04-13 Felix Fietkautypechecking, add set_confdir and set_savedir
2008-04-13 Felix Fietkauadd uci.unload to the lua plugin
2008-04-13 Felix Fietkauadd rudimentary lua binding for uci (can only do "load...