libs/web: introduce recursive expression support for datatypes, introduce "or" and...
[project/luci.git] / libs / web /
2010-11-12 Jo-Philipp Wichlibs/web: fix sanitize_utf8(), passes all testcases now
2010-11-12 Jo-Philipp Wichlibs/web: add UTF-8 validation and pcdata escaping...
2010-11-08 Jo-Philipp Wichlibs/web: implement rawhtml property for DummyValue...
2010-11-07 Jo-Philipp Wichlibs/web: support local destination in zonelist widget
2010-11-07 Jo-Philipp Wichlibs/web: add luci.http.write_json()
2010-11-01 Jo-Philipp Wichlibs/web: introduce firewall_zoneforwards widget
2010-10-31 Jo-Philipp Wichlibs/web: use the value of the .enabled property in...
2010-10-31 Jo-Philipp Wichlibs/web: support entering custom ifnames in iface...
2010-10-31 Jo-Philipp Wichlibs/web: add support for post commit redirects in...
2010-10-30 Jo-Philipp Wichlibs/web: fix type in datatypes.lua
2010-10-30 Jo-Philipp Wichlibs/web: introduce "uciname" datatype for cbi validation
2010-10-30 Jo-Philipp Wichlibs/web: use imatch() in model related widgets, suppor...
2010-10-30 Jo-Philipp Wichlibs/web: add placeholder support to DynamicList widgets
2010-10-30 Jo-Philipp Wichlibs/web: add html5 placeholder attribute support to...
2010-10-30 Jo-Philipp Wichlibs/web: implement forcewrite attribute for cbi options
2010-10-30 Jo-Philipp Wichlibs/web: live validation fixes
2010-10-30 Jo-Philipp Wichlibs/web: convert cbi widgets to new network model
2010-10-25 Jo-Philipp Wichlibs/web: rework DynamicList widget
2010-10-21 Jo-Philipp Wichlibs/web: annotate form object with cbi state when...
2010-10-21 Jo-Philipp Wichlibs/web: fix ip6addr js validation, fixes for live...
2010-10-20 Jo-Philipp Wichlibs/web: fix tab highlighting with multiple tabs
2010-10-19 Jo-Philipp Wichlibs/web: add String.serialize() and String.format...
2010-10-19 Jo-Philipp Wichlibs/web: support different caption for button widgets
2010-10-15 Jo-Philipp Wichlibs/web: move XHR apply callback into subtemplate
2010-10-15 Jo-Philipp Wichlibs/web: add export() to template namespace, allows...
2010-10-14 Jo-Philipp Wichlibs/web: cbi: add new on_before_save and on_after_save...
2010-10-14 Jo-Philipp Wichlibs/web: fix various issues in cbi option error handli...
2010-10-12 Jo-Philipp Wichlibs/web: rework cbi field validation, let validators...
2010-10-12 Jo-Philipp Wichlibs: merge libs/http into libs/web
2010-10-12 Jo-Philipp Wichlibs: merge libs/cbi into libs/web
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-09-10 Jo-Philipp Wichlibs/web: drop unneeded requires in template class
2009-09-10 Jo-Philipp Wichlibs/web: add missing local variable declaration
2009-09-10 Jo-Philipp Wichlibs/web: drop the Lua template parser, the C implement...
2009-08-07 Jo-Philipp Wichlibs/web: restore protected call to Template(), was...
2009-08-05 Jo-Philipp Wichlibs/web: template: fix spurious nil or false values...
2009-07-31 Steven BarthTypo
2009-07-31 Steven BarthFix cookie logout
2009-07-26 Jo-Philipp Wichlibs/web: fix template parsing of default texts in...
2009-07-26 Jo-Philipp Wichlibs/web: fix file handle leak in template parser
2009-07-26 Jo-Philipp Wichlibs/web: implement i18n.string() and i18n.stringf...
2009-07-26 Jo-Philipp Wichlibs/web: convert given argument to string in i18n...
2009-07-25 Steven BarthReintroduce prefisx support - was gone somewhere
2009-07-25 Steven BarthAllow Basic-Auth pass-through
2009-07-25 Steven BarthAdd: luci.http.splice to allow direct copying of data...
2009-07-25 Jo-Philipp Wichlibs/web: use C templates by default
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-23 Jo-Philipp Wichlibs/web: use new parser in non-caching mode
2009-07-23 Jo-Philipp Wichlibs/web: add template parser reimplemented in C
2009-07-19 Jo-Philipp Wichfix fallout from nixio.fs transition
2009-07-19 Jo-Philipp Wichconvert luci.fs users to nixio.fs api
2009-07-17 Jo-Philipp Wichlibs/web: optimize code generation in luci.template
2009-07-10 Steven BarthSession-IDs are lowercase now
2009-07-09 Jo-Philipp Wichlibs/web: use lmo in luci.i18n
2009-06-21 Steven BarthDrop support for luaposix and bitlib (obsoleted by...
2009-06-20 Steven BarthMerge fixes / improvements
2009-05-28 Jo-Philipp Wichlibs/web: if current language is a regional dialect...
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-17 Steven BarthPurge abandonend brands
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-12-14 Steven BarthAdded luci.sauth.kill, sanitize luci.sauth even more
2008-12-05 Steven BarthReload luci.config for each thread
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
next