project/luci.git
2008-08-28 Steven Barthmini/wifi: Make WPA(2)-Radius only avaiable in Master...
2008-08-28 Steven BarthFixed enum dependencies
2008-08-28 Jo-Philipp... * 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... * luci/applications: luci-fw: implement combined tcp...
2008-08-27 Jo-Philipp... * luci/libs: uvl: fix crash when trying to validate...
2008-08-27 Jo-Philipp... * 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 Luadoc glitches
2008-08-27 Steven BarthFix some synchronization issues
2008-08-27 Jo-Philipp... * luci/libs: uvl: actually create error constants in...
2008-08-27 Jo-Philipp... * luci/libs: uvl: Major rewrite of internal element...
2008-08-27 Steven BarthSwitch to new UCI version
2008-08-27 Steven BarthSync translations
2008-08-27 Steven BarthUpstream compatibility
2008-08-27 Steven BarthOptical improvements
2008-08-27 Steven BarthFix missing UCI transition
2008-08-27 Steven BarthAdded missing import
2008-08-27 Steven BarthUpstream compatibility
2008-08-27 Steven BarthRenamed reworked UCI API to uci2 to allow a peaceful...
2008-08-26 Steven BarthRewrote advice
2008-08-26 Steven BarthAdd a nice user advise
2008-08-26 Steven BarthFixed typos
2008-08-26 Steven BarthUCI API changes
2008-08-26 Steven Barthlibs/cbi: Added support for enum dependencies
2008-08-26 Steven BarthUpdated UCI in contrib
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 Jo-Philipp... * luci: the monthly round of svn property fixups
2008-08-26 Steven Barthlibs/core: Reworked some basic libraries to not use...
2008-08-25 Jo-Philipp... * luci/libs: uvl: implement dependencies for enum values
2008-08-25 Jo-Philipp... * 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... * luci/libs: uvl: store valueof values as associative...
2008-08-24 Jo-Philipp... * luci/libs: uvl: implement "valueof" option
2008-08-24 Jo-Philipp... * luci/libs: uvl: remove a brain-dead unpack()
2008-08-24 Jo-Philipp... * 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... * luci/libs: uvl: implement "named" flag for schemes
2008-08-24 Jo-Philipp... * luci/libs: uvl: implement get_scheme() and get_depend...
2008-08-23 Jo-Philipp... * luci/contrib: bump uci to v0.6.0
2008-08-23 Jo-Philipp... * luci/libs: web: fix "dispatcher.lua:167: attempt...
2008-08-22 Steven Barthmodules/admin-fulk: Fixed changes handling of Static...
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-22 Steven BarthUpdated XML translation system, fixed some errors with...
2008-08-21 Steven Barthlibs/rpc: Created new library
2008-08-21 Steven BarthAdded LPEG
2008-08-20 Steven Barthupdates
2008-08-20 Steven BarthAdded batmand UCI config
2008-08-20 Jo-Philipp... * luci/themes: several xhtml fixes
2008-08-20 Jo-Philipp... * luci/i18n: updated translation files, 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... * luci/i18n: add luci translations in xml format
2008-08-20 Jo-Philipp... * luci/themes: add striptags() to page titles
2008-08-20 Jo-Philipp... * luci/libs: add striptags() to global dispatcher namespace
2008-08-20 Jo-Philipp... * luci/libs: use striptags() in cbi <option> elements
2008-08-20 Jo-Philipp... * luci/libs: use pcdata() in striptags()
2008-08-20 Jo-Philipp... * luci/libs: add striptags() to luci.util
2008-08-20 Jo-Philipp... * luci/applications: fix typo in english olsr translation
2008-08-20 Jo-Philipp... * luci/themes: fix css from last commit
2008-08-20 Jo-Philipp... * luci/themes: fix help text styles in openwrt.org...
2008-08-20 Jo-Philipp... * luci/contrib: update uci to v0.5.0
2008-08-20 Steven Barthmodules/admin-full: Use absolute paths for network...
2008-08-19 Jo-Philipp... * luci/build: fix bashism in module.mk
2008-08-19 Jo-Philipp... * luci/contrib: update to latest uci git version
2008-08-19 Steven Barthmodules/admin-*: Added hints for Wifi Channels
2008-08-19 Steven Barthmodules/admin-full: Correctly unload firewall config...
2008-08-19 Jo-Philipp... * luci/libs: change default scheme directory to /lib...
2008-08-19 Steven BarthMinor bugfixes
2008-08-19 Jo-Philipp... * luci/applications: olsr: convert general settings...
2008-08-19 Steven Barthlibs/cbi: Moved typecasting to the appropriate place
2008-08-19 Jo-Philipp... * luci/applications: make hna anouncments a tblsection...
2008-08-18 Jo-Philipp... * luci/libs: fix datatype validation of list values
2008-08-18 Steven Barthcontrib/uci: Updated .gitignore
2008-08-18 Steven Barthlibs/cbi: Added preliminary UCI list datatype support...
2008-08-18 Jo-Philipp... * luci/libs: uvl: add support for list values in scheme...
2008-08-18 Jo-Philipp... * luci/libs: update uci to most recent git revision
2008-08-18 Jo-Philipp... * libs/luci: implement get_list() and set_list() wrappe...
2008-08-18 Jo-Philipp... * luci/contrib: use bleeding edge uci version from git
2008-08-18 Steven BarthFixed duplicate tables
2008-08-18 Steven BarthSmall bugfixes and improvements
2008-08-18 Steven BarthFixed a typo
2008-08-18 Jo-Philipp... * luci/libs: use one common quoting style for error...
2008-08-18 Steven BarthSmall bug fixes
2008-08-18 Steven BarthFinally...
2008-08-18 Steven BarthCatch...
2008-08-18 Steven Barthtry...
2008-08-18 Steven Barthmodules/admin-mini: Smaller improvements
2008-08-18 Steven BarthUpdated Wifi Configuration in Mini, removed some orphan...
2008-08-18 Steven BarthHuuuuuuuuuuuge rewrite of the Wireless Configuration
2008-08-17 Jo-Philipp... * luci/libs: set svn property on uvl executable
next