Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-14 | libs/web: | Jo-Philipp Wich | |
- improve handling of low level runtime errors - wrap access to luci.main into assert() | |||
2009-03-07 | Fixed last commit | Steven Barth | |
2009-03-07 | Don't compare cstate if there is none | Steven Barth | |
2009-03-07 | Fix debugging output | Steven Barth | |
2009-02-26 | Introduce luci.dispatcher.get(...) which works like node(...) but does | Steven Barth | |
not disable the autocreated flag and does not overwrite the target controller so that call()-targets won't loose their binding to their controller | |||
2009-02-26 | Enable stack tracebacks for 500 errors | Steven Barth | |
2009-02-09 | libs/web: don't send Status: 500 in error500() if header is already sent | Jo-Philipp Wich | |
modules/admin-core: include template header only once | |||
2009-01-30 | Fix autodetection for extended language identifiers | Steven Barth | |
2009-01-20 | urldecode path_info before using it | Steven Barth | |
2009-01-17 | Purge abandonend brands | Steven Barth | |
2009-01-14 | Automatic language detection | Steven Barth | |
2009-01-04 | Add extended dispatching targets, optimize dispatching behaviour | Steven Barth | |
2008-12-17 | Fixed REQUEST_URI | Steven Barth | |
2008-12-15 | Refined urltokens and XSRF protection | Steven Barth | |
2008-12-14 | Implement URL tokens | Steven Barth | |
Add basic XSRF protection | |||
2008-12-14 | Added luci.sauth.kill, sanitize luci.sauth even more | Steven Barth | |
2008-12-05 | Reload luci.config for each thread | Steven Barth | |
2008-11-29 | Scope compatibility fixes | Steven Barth | |
2008-11-29 | libs/web: reformat code in dispatcher.lua that confuses luadoc | Jo-Philipp Wich | |
2008-11-16 | Assign correct path attribute to nodes | Steven Barth | |
2008-11-11 | Implemented dispatching tree modifiers | Steven Barth | |
2008-11-05 | Merge on_***_to handlers | Steven Barth | |
2008-11-05 | Ensure hotdeploying | Steven Barth | |
2008-11-02 | Rewrote state based redirection | Steven Barth | |
2008-11-01 | Publish request args | Steven Barth | |
2008-11-01 | Extend CBI state handling | Steven Barth | |
2008-11-01 | Merge pageactions | Steven Barth | |
2008-10-31 | Throw error messages on stderr | Steven Barth | |
2008-10-31 | Removed UCI Save/Apply cache from Essentials | Steven Barth | |
Made CBI controllers configurable | |||
2008-10-30 | Publish status data | Steven Barth | |
Conflicts: libs/web/luasrc/dispatcher.lua | |||
2008-10-30 | Fix rewrite and alias functions | Steven Barth | |
2008-10-26 | Add posibility to pass args to called-functions in dispatcher | Steven Barth | |
2008-10-24 | * luci/libs/web: change OpenWRT to OpenWrt in distro title | Jo-Philipp Wich | |
2008-10-20 | Propagate CBI status via HTTP-Header | Steven Barth | |
2008-10-19 | Added support for per dispatching node theme control | Steven Barth | |
2008-10-11 | OXYGEN #4: Fixed indexing support in dispatcher | Steven Barth | |
2008-10-10 | OXYGEN #2: Reorganized theme selection, added indexing support | Steven Barth | |
2008-10-07 | * luci/libs/web: add /lib/uci/upload/ to sysupgrade keep files | Jo-Philipp Wich | |
2008-10-05 | * luci/i18n: rename *.pt_br.* to *.pt-br.*, extend luci.i18n to convert "_" ↵ | Jo-Philipp Wich | |
to "-" in language tags | |||
2008-09-29 | Fallback to working theme if selected one does not exist | Steven Barth | |
2008-09-23 | * luci/libs: move upload dispatching from dispatcher to cbi.load() | Jo-Philipp Wich | |
2008-09-23 | * luci/libs/cbi: | Jo-Philipp Wich | |
- implement file upload fields - change default enctype in forms to multipart/form-data - add upload template * luci/libs/web: - dispatch file uploads to cbi form fields * luci/i18n: - add german and english translations for file upload fields | |||
2008-09-19 | admin-full/admin-mini: Fixed backup module | Steven Barth | |
2008-09-15 | Tuned dispatcher behaviour | Steven Barth | |
2008-09-15 | Optimized caching behaviour, automatically flush caches in dev environment | Steven Barth | |
2008-09-12 | Avoid XML errors | Steven Barth | |
2008-09-09 | Performance optimisations: | Steven Barth | |
In-line expressions are faster than function calls | |||
2008-09-06 | Rewrote UCI apply logic | Steven Barth | |
2008-09-05 | Added bytecodecache | Steven Barth | |
2008-09-05 | Added memory tracer | Steven Barth | |