libs/web: adapt dispatcher to sauth api changes
[project/luci.git] / libs / web / luasrc / dispatcher.lua
2012-08-08 Jo-Philipp Wichlibs/web: adapt dispatcher to sauth api changes
2011-11-30 Jo-Philipp Wichlibs/web: add assert() statements for unresolvable...
2011-10-30 Jo-Philipp Wichlibs/web: dispatcher: fix access to template properties...
2011-10-26 Jo-Philipp Wichlibs/web: fix possible dispatcher crash
2011-10-26 Jo-Philipp Wichlibs/web: move ifattr() and attr() helpers into dispatc...
2011-10-26 Jo-Philipp Wichlibs/web: dispatcher add node_childs() and node_visible...
2011-10-25 Jo-Philipp Wichlibs/web: dispatcher: implement a "firstchild()" target...
2011-10-21 Jo-Philipp Wichlibs/web: fix package name in error suggestion
2011-08-12 Jo-Philipp Wichlibs/web: add _() function to dispatcher, used for...
2011-08-12 Jo-Philipp Wichlibs/web: eliminate another uneeded require in dispatcher
2011-08-12 Jo-Philipp Wichlibs/web: optimize access to translate() api by directl...
2011-08-12 Jo-Philipp Wich[PATCH] Allow smarter node creation based on visibility...
2011-08-12 Jo-Philipp Wich[PATCH] Wasted memory use storing path copies in node...
2011-07-21 Jo-Philipp Wichlibs/web: more verbose faults
2011-07-20 Jo-Philipp Wichlibs/web: make dispatcher faults more verbose
2011-07-18 Jo-Philipp Wichlibs/web: fix index cache rebuild triggering (#275)
2010-12-12 Jo-Philipp Wichlibs/web: change "module" variable to "modname" in...
2010-11-27 Jo-Philipp Wichlibs/web: add the ability for maps to push error messag...
2010-11-22 Jo-Philipp Wichlibs/web: combine apply actions of all maps on a page...
2010-11-21 Jo-Philipp Wichlibs/web: expose cbi map redirect property to page...
2010-11-13 Jo-Philipp Wichlibs/web: allow percent sign in urls
2010-11-13 Jo-Philipp Wichlibs/web: stricter validation in build_url(), prevents...
2010-10-15 Jo-Philipp Wichlibs/web: add export() to template namespace, allows...
2010-04-16 Jo-Philipp Wichlibs/web: don't fail if no langauge is set in luci...
2009-11-29 Steven BarthNIU:
2009-11-14 Steven BarthPublish nixio.fs in index-scope
2009-11-10 Steven BarthNIU: More pages
2009-11-01 Jo-Philipp Wichall: remove references to old i18n files
2009-10-31 Jo-Philipp Wichlibs/web: prepare template parser, dispatcher and i18n...
2009-09-11 Steven BarthFix requestpath, export authuser
2009-08-07 Jo-Philipp Wichlibs/web: restore protected call to Template(), was...
2009-07-25 Steven BarthReintroduce prefisx support - was gone somewhere
2009-07-25 Steven BarthAllow Basic-Auth pass-through
2009-07-24 Steven BarthRevert external tree usage
2009-07-23 Jo-Philipp Wichlibs/web: disable memory debuggin in trunk as well
2009-07-23 Jo-Philipp Wichlibs/web: dispatcher.lua: add support for external...
2009-07-19 Jo-Philipp Wichconvert luci.fs users to nixio.fs api
2009-07-10 Steven BarthSession-IDs are lowercase now
2009-06-21 Steven BarthDrop support for luaposix and bitlib (obsoleted by...
2009-06-20 Steven BarthMerge fixes / improvements
2009-04-08 Jo-Philipp Wichlibs/web: fix file caches in dispatcher, broke when...
2009-04-04 Jo-Philipp Wichtrunk: prepare LuCI to handle .lua.gz files
2009-04-03 Steven BarthBackport Skip-Button support
2009-03-27 Steven BarthIntroduce noheader and nofooter CBI-Dispatcher config
2009-03-14 Jo-Philipp Wichlibs/web:
2009-03-07 Steven BarthFixed last commit
2009-03-07 Steven BarthDon't compare cstate if there is none
2009-03-07 Steven BarthFix debugging output
2009-02-26 Steven BarthIntroduce luci.dispatcher.get(...) which works like...
2009-02-26 Steven BarthEnable stack tracebacks for 500 errors
2009-02-09 Jo-Philipp Wichlibs/web: don't send Status: 500 in error500() if heade...
2009-01-30 Steven BarthFix autodetection for extended language identifiers
2009-01-20 Steven Barthurldecode path_info before using it
2009-01-14 Steven BarthAutomatic language detection
2009-01-04 Steven BarthAdd extended dispatching targets, optimize dispatching...
2008-12-17 Steven BarthFixed REQUEST_URI
2008-12-15 Steven BarthRefined urltokens and XSRF protection
2008-12-14 Steven BarthImplement URL tokens
2008-11-29 Steven BarthScope compatibility fixes
2008-11-29 Jo-Philipp Wichlibs/web: reformat code in dispatcher.lua that confuses...
2008-11-16 Steven BarthAssign correct path attribute to nodes
2008-11-11 Steven BarthImplemented dispatching tree modifiers
2008-11-05 Steven BarthMerge on_***_to handlers
2008-11-05 Steven BarthEnsure hotdeploying
2008-11-02 Steven BarthRewrote state based redirection
2008-11-01 Steven BarthPublish request args
2008-11-01 Steven BarthExtend CBI state handling
2008-11-01 Steven BarthMerge pageactions
2008-10-31 Steven BarthThrow error messages on stderr
2008-10-31 Steven BarthRemoved UCI Save/Apply cache from Essentials
2008-10-30 Steven BarthPublish status data
2008-10-30 Steven BarthFix rewrite and alias functions
2008-10-26 Steven BarthAdd posibility to pass args to called-functions in...
2008-10-20 Steven BarthPropagate CBI status via HTTP-Header
2008-10-19 Steven BarthAdded support for per dispatching node theme control
2008-10-11 Steven BarthOXYGEN #4: Fixed indexing support in dispatcher
2008-10-10 Steven BarthOXYGEN #2: Reorganized theme selection, added indexing...
2008-09-29 Steven BarthFallback to working theme if selected one does not...
2008-09-23 Jo-Philipp Wich* luci/libs: move upload dispatching from dispatcher...
2008-09-23 Jo-Philipp Wich* luci/libs/cbi:
2008-09-15 Steven BarthTuned dispatcher behaviour
2008-09-05 Steven BarthAdded memory tracer
2008-09-05 Steven BarthSmall dispatcher improvement
2008-09-05 Steven BarthHeavy memory/performance optimizations #4
2008-09-05 Steven Barthlibs/web: Turn dependency tracking on by default
2008-09-05 Steven BarthFixed some minor session handling issues
2008-09-05 Steven BarthOptimized error handling
2008-09-01 Steven Barthlibs/web: Added several sanity checks to avoid local...
2008-08-31 Steven Barthlibs/web: Fix dispatching index scope
2008-08-29 Steven BarthGeneral optimizations, simplifications and improvements
2008-08-29 Steven BarthSpeed up generation of dispatching tree
2008-08-26 Steven Barthlibs/core: Reworked some basic libraries to not use...
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 BarthRPC part #2
2008-08-20 Jo-Philipp Wich* luci/libs: add striptags() to global dispatcher namespace
2008-08-11 Steven BarthMinor bugfixes
2008-08-11 Steven Barthlibs/web: Add an additional sanity check to Session IDs
next