Fixed some encoding issues
[project/luci.git] / libs /
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...
2008-08-24 Steven Barthlibs/cbi: Fixed UVL integration
2008-08-24 Steven BarthCBI-UVL integration part #2
2008-08-24 Jo-Philipp Wich* luci/libs: uvl: store valueof values as associative...
2008-08-24 Jo-Philipp Wich* luci/libs: uvl: implement "valueof" option
2008-08-24 Jo-Philipp Wich* luci/libs: uvl: remove a brain-dead unpack()
2008-08-24 Jo-Philipp Wich* luci/libs: uvl: use python-style format syntax for...
2008-08-24 Steven Barthlibs/core: Add Pythonic string formatting syntax
2008-08-24 Steven BarthCBI-UVL integration part #1
2008-08-24 Jo-Philipp Wich* luci/libs: uvl: implement "named" flag for schemes
2008-08-24 Jo-Philipp Wich* luci/libs: uvl: implement get_scheme() and get_depend...
2008-08-23 Jo-Philipp Wich* luci/libs: web: fix "dispatcher.lua:167: attempt...
2008-08-22 Steven BarthRPC initial authentication API completed
2008-08-22 Steven Barthlibs/web: Remove unneeded status call
2008-08-22 Steven BarthFix unhandled track values for leafs
2008-08-22 Steven Barthlibs/http: Fixed default sink for unknown data
2008-08-22 Steven BarthRPC part #3
2008-08-22 Steven BarthRPC part #2
2008-08-21 Steven Barthlibs/rpc: Created new library
2008-08-20 Jo-Philipp Wich* luci/themes: several xhtml fixes
2008-08-20 Steven Barthlibs/web: Corrected HTTP-Headers
2008-08-20 Steven Barthlibs/web: Set Expires-Header
2008-08-20 Jo-Philipp Wich* luci/libs: add striptags() to global dispatcher namespace
2008-08-20 Jo-Philipp Wich* luci/libs: use striptags() in cbi <option> elements
2008-08-20 Jo-Philipp Wich* luci/libs: use pcdata() in striptags()
2008-08-20 Jo-Philipp Wich* luci/libs: add striptags() to luci.util
2008-08-20 Jo-Philipp Wich* luci/themes: fix help text styles in openwrt.org...
2008-08-19 Jo-Philipp Wich* luci/libs: change default scheme directory to /lib...
2008-08-19 Steven BarthMinor bugfixes
2008-08-19 Steven Barthlibs/cbi: Moved typecasting to the appropriate place
2008-08-18 Jo-Philipp Wich* luci/libs: fix datatype validation of list values
2008-08-18 Steven Barthlibs/cbi: Added preliminary UCI list datatype support...
2008-08-18 Jo-Philipp Wich* luci/libs: uvl: add support for list values in scheme...
2008-08-18 Jo-Philipp Wich* libs/luci: implement get_list() and set_list() wrappe...
2008-08-18 Steven BarthFixed a typo
2008-08-18 Jo-Philipp Wich* luci/libs: use one common quoting style for error...
2008-08-18 Steven BarthSmall bug fixes
next