summaryrefslogtreecommitdiffhomepage
path: root/libs/web
AgeCommit message (Expand)Author
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-09-10libs/web: drop unneeded requires in template classJo-Philipp Wich
2009-09-10libs/web: add missing local variable declarationJo-Philipp Wich
2009-09-10libs/web: drop the Lua template parser, the C implementation is faster in alm...Jo-Philipp Wich
2009-08-07libs/web: restore protected call to Template(), was accidentally removed in r...Jo-Philipp Wich
2009-08-05libs/web: template: fix spurious nil or false values that broke various templ...Jo-Philipp Wich
2009-07-31TypoSteven Barth
2009-07-31Fix cookie logoutSteven Barth
2009-07-26libs/web: fix template parsing of default texts in i18n expressionsJo-Philipp Wich
2009-07-26libs/web: fix file handle leak in template parser Jo-Philipp Wich
2009-07-26libs/web: implement i18n.string() and i18n.stringf() to obtain genuine Lua st...Jo-Philipp Wich
2009-07-26libs/web: convert given argument to string in i18n.translatef()Jo-Philipp Wich
2009-07-25Reintroduce prefisx support - was gone somewhereSteven Barth
2009-07-25Allow Basic-Auth pass-throughSteven Barth
2009-07-25Add: luci.http.splice to allow direct copying of data from a fileSteven Barth
2009-07-25libs/web: use C templates by defaultJo-Philipp Wich
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-23libs/web: use new parser in non-caching modeJo-Philipp Wich
2009-07-23libs/web: add template parser reimplemented in CJo-Philipp Wich
2009-07-19fix fallout from nixio.fs transitionJo-Philipp Wich
2009-07-19convert luci.fs users to nixio.fs apiJo-Philipp Wich
2009-07-17libs/web: optimize code generation in luci.templateJo-Philipp Wich
2009-07-10Session-IDs are lowercase nowSteven Barth
2009-07-09libs/web: use lmo in luci.i18nJo-Philipp Wich
2009-06-21Drop support for luaposix and bitlib (obsoleted by nixio)Steven Barth
2009-06-20Merge fixes / improvementsSteven Barth
2009-05-28libs/web: if current language is a regional dialect, fall back to generic lan...Jo-Philipp Wich
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
2009-02-26Introduce luci.dispatcher.get(...) which works like node(...) but doesSteven Barth
2009-02-26Enable stack tracebacks for 500 errorsSteven Barth
2009-02-09libs/web: don't send Status: 500 in error500() if header is already sentJo-Philipp Wich
2009-01-30Fix autodetection for extended language identifiersSteven Barth
2009-01-20urldecode path_info before using itSteven Barth
2009-01-17Purge abandonend brandsSteven Barth
2009-01-14Automatic language detectionSteven Barth
2009-01-04Add extended dispatching targets, optimize dispatching behaviourSteven Barth
2008-12-17Fixed REQUEST_URISteven Barth
2008-12-15Refined urltokens and XSRF protectionSteven Barth
2008-12-14Implement URL tokensSteven Barth
2008-12-14Added luci.sauth.kill, sanitize luci.sauth even moreSteven Barth