summaryrefslogtreecommitdiffhomepage
path: root/libs/web/luasrc/dispatcher.lua
AgeCommit message (Expand)Author
2014-06-11build: introduce luci-baseJo-Philipp Wich
2012-08-14libs/web: export translatef() into templatesJo-Philipp Wich
2012-08-08libs/web: adapt dispatcher to sauth api changesJo-Philipp Wich
2011-11-30libs/web: add assert() statements for unresolvable function caseJo-Philipp Wich
2011-10-30libs/web: dispatcher: fix access to template properties in attr() and ifattr(...Jo-Philipp Wich
2011-10-26libs/web: fix possible dispatcher crashJo-Philipp Wich
2011-10-26libs/web: move ifattr() and attr() helpers into dispatcher scope to make them...Jo-Philipp Wich
2011-10-26libs/web: dispatcher add node_childs() and node_visible() helper functions fo...Jo-Philipp Wich
2011-10-25libs/web: dispatcher: implement a "firstchild()" target which simply redirect...Jo-Philipp Wich
2011-10-21libs/web: fix package name in error suggestionJo-Philipp Wich
2011-08-12libs/web: add _() function to dispatcher, used for marking translatable menu ...Jo-Philipp Wich
2011-08-12libs/web: eliminate another uneeded require in dispatcherJo-Philipp Wich
2011-08-12libs/web: optimize access to translate() api by directly reusing the luci.i18...Jo-Philipp Wich
2011-08-12[PATCH] Allow smarter node creation based on visibility during createtreeJo-Philipp Wich
2011-08-12[PATCH] Wasted memory use storing path copies in node treeJo-Philipp Wich
2011-07-21libs/web: more verbose faultsJo-Philipp Wich
2011-07-20libs/web: make dispatcher faults more verboseJo-Philipp Wich
2011-07-18libs/web: fix index cache rebuild triggering (#275)Jo-Philipp Wich
2010-12-12libs/web: change "module" variable to "modname" in dispatcher.lua, solves api...Jo-Philipp Wich
2010-11-27libs/web: add the ability for maps to push error messages to the global page ...Jo-Philipp Wich
2010-11-22libs/web: combine apply actions of all maps on a page, prevents concurrent XHRJo-Philipp Wich
2010-11-21libs/web: expose cbi map redirect property to page templatesJo-Philipp Wich
2010-11-13libs/web: allow percent sign in urlsJo-Philipp Wich
2010-11-13libs/web: stricter validation in build_url(), prevents some XSSJo-Philipp Wich
2010-10-15libs/web: add export() to template namespace, allows templates to export symb...Jo-Philipp Wich
2010-04-16libs/web: don't fail if no langauge is set in luci configJo-Philipp Wich
2009-11-29NIU:Steven Barth
2009-11-14Publish nixio.fs in index-scopeSteven Barth
2009-11-10NIU: More pagesSteven Barth
2009-11-01all: remove references to old i18n filesJo-Philipp Wich
2009-10-31libs/web: prepare template parser, dispatcher and i18n class for upcoming po ...Jo-Philipp Wich
2009-09-11Fix requestpath, export authuserSteven Barth
2009-08-07libs/web: restore protected call to Template(), was accidentally removed in r...Jo-Philipp Wich
2009-07-25Reintroduce prefisx support - was gone somewhereSteven Barth
2009-07-25Allow Basic-Auth pass-throughSteven Barth
2009-07-24Revert external tree usageSteven Barth
2009-07-23libs/web: disable memory debuggin in trunk as wellJo-Philipp Wich
2009-07-23libs/web: dispatcher.lua: add support for external tree building and indexingJo-Philipp Wich
2009-07-19convert luci.fs users to nixio.fs apiJo-Philipp Wich
2009-07-10Session-IDs are lowercase nowSteven Barth
2009-06-21Drop support for luaposix and bitlib (obsoleted by nixio)Steven Barth
2009-06-20Merge fixes / improvementsSteven Barth
2009-04-08libs/web: fix file caches in dispatcher, broke when introducing lua-gz supportJo-Philipp Wich
2009-04-04trunk: prepare LuCI to handle .lua.gz filesJo-Philipp Wich
2009-04-03Backport Skip-Button supportSteven Barth
2009-03-27Introduce noheader and nofooter CBI-Dispatcher configSteven Barth
2009-03-14libs/web:Jo-Philipp Wich
2009-03-07Fixed last commitSteven Barth
2009-03-07Don't compare cstate if there is noneSteven Barth
2009-03-07Fix debugging outputSteven Barth