Fixed some minor session handling issues
[project/luci.git] / libs /
2008-09-05 Steven BarthFixed some minor session handling issues
2008-09-05 Jo-Philipp Wich* luci/libs/uvl: make "proto=dhcp" the default value...
2008-09-05 Steven Barthlibs/sys: Added luci.sys.call
2008-09-05 Steven BarthAdded .href parameter to DummyValues
2008-09-05 Steven BarthFixed luci.uci.Cursor.delete_all
2008-09-05 Steven BarthFixed HTTP stack to parse urlencoded data from Internet...
2008-09-05 Steven BarthFix whitespace issues in CBI template
2008-09-05 Steven BarthOptimized error handling
2008-09-04 Jo-Philipp Wich* luci/libs/uvl:
2008-09-04 Steven BarthUse /usr/bin/env lua instead of /usr/bin/lua in develop...
2008-09-04 Steven BarthAdd table-comparators to luci.model.uci.delete_all
2008-09-04 Steven Barthlibs/cbi: Use a Combobox for optional values if a secti...
2008-09-04 Steven BarthFixed event handlers to be more standards compliant
2008-09-04 Jo-Philipp Wich* luci/libs/uvl:
2008-09-03 Steven Barthlibs/cbi: Compatibility changes for non-standards-compl...
2008-09-03 Jo-Philipp Wich* luci/libs/uvl: fix error handling of OPT_INVVALUE too
2008-09-03 Jo-Philipp Wich* luci/libs/uvl:
2008-09-03 Jo-Philipp Wich* luci/libs/uvl: fix zone references in firewall scheme
2008-09-03 Jo-Philipp Wich* luci/libs/uvl: completed firewall scheme
2008-09-03 Steven Barthlibs/web: Fixed luci.template
2008-09-03 Jo-Philipp Wich* luci/libs/uvl: add "network" option to firewall scheme
2008-09-03 Jo-Philipp Wich* luci/libs/uvl:
2008-09-03 Jo-Philipp Wich* luci/libs/uvl: add missing username, password and...
2008-09-03 Jo-Philipp Wich* luci/libs/uvl: completed network scheme, add "uint...
2008-09-02 Jo-Philipp Wich* luci/libs: uvl: remove deprecated notice from referen...
2008-09-02 Jo-Philipp Wich* luci/libs/uvl:
2008-09-02 Jo-Philipp Wich* luci/libs: uvl: implement package sections in the...
2008-09-02 Steven BarthAlias luci.util.exec as luci.sys.exec for legacy purposes
2008-09-02 Steven BarthFixed occasionally occuring "Overload"-problems with...
2008-09-02 Steven BarthFixed some UCI transition fallout
2008-09-02 Steven BarthRewrote luci.config
2008-09-02 Steven Barthlibs/uci: Optimized workaround
2008-09-02 Steven Barthlibs/web: Fixed a typo in template error handling
2008-09-02 Steven BarthFixed reference to luci.ltn12
2008-09-02 Jo-Philipp Wich* luci/libs: uvl: reenable xml translations, adept...
2008-09-02 Jo-Philipp Wich* luci/libs: uvl: add definition of package sections...
2008-09-01 Steven BarthUGLY workaround is UGLY
2008-09-01 Jo-Philipp Wich* luci/libs: uvl: fix possible "attempt to index field...
2008-09-01 Steven BarthAdded custom filename support to luci.template
2008-09-01 Steven Barthlibs/cbi: Forward errors (like syntactical errors)...
2008-09-01 Steven BarthAdded luci.fs.copy and luci.fs.rename
2008-09-01 Steven Barthlibs/web: Cleaned up template library
2008-09-01 Steven Barthlibs/web: Added several sanity checks to avoid local...
2008-09-01 Steven Barthlibs/core: Added mising import for math module to luci...
2008-08-31 Jo-Philipp Wich* luci/libs: uvl: add reference meta scheme
2008-08-31 Jo-Philipp Wich* luci/libs: uvl: fix errors in xml translations
2008-08-31 Jo-Philipp Wich* luci/libs: uvl: hide xml translations, revert lua...
2008-08-31 Jo-Philipp Wich* luci/libs: uvl: add error translations in german...
2008-08-31 Jo-Philipp Wich* luci/libs: uvl: add i18n support to error handling...
2008-08-31 Steven Barthlibs/web: Fix dispatching index scope
2008-08-30 Steven Barthlibs/uci: Pipe output of reload commands to /dev/null
2008-08-30 Steven Barthlibs/cbi: Make sure newly created sections have optiona...
2008-08-30 Steven Barthlibs/cbi: Add a check whether a section was recently...
2008-08-30 Steven Barthlibs/web: Return more verbose error messages when templ...
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 Jo-Philipp Wich* luci/libs: uvl: added qos and network schemes, fixes...
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-30 Jo-Philipp Wich* luci/libs: uvl: first round of uci schemes
2008-08-29 Steven Barthlibs/ipkg: Fixed a transition issue
2008-08-29 Steven BarthGeneral optimizations, simplifications and improvements
2008-08-29 Steven BarthSpeed up generation of dispatching tree
2008-08-29 Steven Barthlib/sys: Fixed inline documentation
2008-08-29 Steven Barthmodules/rpc: Check for existence of external libraries
2008-08-29 Steven BarthCleanup and documentation
2008-08-29 Steven BarthOptimized encoding of arrays containing nil values
2008-08-28 Jo-Philipp Wich* luci/libs: uvl: invalid wrong "option not found in...
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/uvl: Set an own savedir to avoid UCI problems
2008-08-28 Steven BarthFixed luci.util.dumptable again
2008-08-28 Steven BarthAdded maxdepth to luci.util.dumptable
2008-08-28 Jo-Philipp Wich* luci/libs: util: little bugfix in serialize_data()
2008-08-28 Jo-Philipp Wich* luci/libs: util: further enhancements to table serial...
2008-08-28 Jo-Philipp Wich* luci/libs: util: improve table handling and support...
2008-08-28 Steven BarthFixed luci.util.dumptable
2008-08-28 Steven Barthlibs/core: Add recursion detection to dumptable, serial...
2008-08-28 Steven Barthlibs/uci: Updated API-Docs
2008-08-28 Steven BarthFixed enum dependencies
2008-08-28 Jo-Philipp Wich* luci/libs: uvl: add uci error mechanism to uvl error...
2008-08-27 Steven BarthFixed incompatible APIs in CBI
2008-08-27 Steven BarthSwitch back to mainline UCI
2008-08-27 Jo-Philipp Wich* luci/libs: uvl: fix crash when trying to validate...
2008-08-27 Jo-Philipp Wich* luci/libs: uvl: allow optional uci config as argument...
2008-08-27 Steven BarthRewrote the API-documentation for luci.json
2008-08-27 Steven BarthFix some synchronization issues
2008-08-27 Jo-Philipp Wich* luci/libs: uvl: actually create error constants in...
2008-08-27 Jo-Philipp Wich* luci/libs: uvl: Major rewrite of internal element...
2008-08-27 Steven BarthAdded missing import
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-26 Steven Barthlibs/core: Added target parameter to luci.sys.httpget
2008-08-26 Steven Barthlibs/json: Completed JSON library
2008-08-26 Steven Barthlibs/core: Reworked some basic libraries to not use...
2008-08-25 Jo-Philipp Wich* luci/libs: uvl: implement dependencies for enum values
2008-08-25 Jo-Philipp Wich* luci/libs: cbi: implement get_scheme() on some more...
next