summaryrefslogtreecommitdiffhomepage
path: root/libs/web/luasrc
AgeCommit message (Collapse)Author
2008-06-05* Merged Luci to use native UCI-librarySteven Barth
2008-06-04* luci/statistics: moving the graph controller to admin caused the images to ↵Jo-Philipp Wich
be generated by the root user which rendered the linked-in public statistics pages unusable because of missing permissions to write the generated graphics as nobody to directories created by root * luci/core: store the actual dispatching path to .path in node() - this permits dispatcher modules to get the canonical path as luci.dispatcher.dispatched.path
2008-06-03fix footerFelix Fietkau
2008-06-03* libs/web: Added support for custom query stringsSteven Barth
2008-06-02* Moved Freifunk status pages to admin-core and linked them in FreifunkSteven Barth
* luci/web: Added assign() to dispatcher to reference foreign nodes in the dispatching tree
2008-06-02* Added native basic authentication supportSteven Barth
* Cleanups
2008-06-02* Reintegrated fastindex supportSteven Barth
2008-06-02Revert "full fastindex integration, drop old cache stuff"Steven Barth
This reverts commit 19917e78d47dc33c3f75b7fac9585e534d144fd3.
2008-06-02full fastindex integration, drop old cache stuffSteven Barth
2008-06-01* Fixed last commitSteven Barth
2008-06-01* Added timing fixSteven Barth
2008-06-01* Performance optimizationsSteven Barth
* libs/core: Added bytecode stripping function to luci.util * libs/core: Added smart indexcache that automatically updates cached index-files on change * libs/web: Enabled template caching support * Core Translation part 4
2008-05-31* Core translation part 2Steven Barth
2008-05-31* Core translation part 1Steven Barth
* Introduced new default theme "OpenWRT.org" * Minor tweaks
2008-05-29* Temporarily disabled fastindex-support due to a bug where controllers ↵Steven Barth
containing "require"-calls are not indexed correctly
2008-05-29* libs/web: Added .leaf attribute to dispatching tree to stop dispatching at ↵Steven Barth
a certain node * libs/web: Added rewrite target for advanced aliasing
2008-05-29* Fixed dispatching regexSteven Barth
2008-05-29* BugfixesSteven Barth
* Moved cbi.js into the right directory * Added more debugging to dispatcher * Introduced about page
2008-05-29Revert "* luci/core: dispatcher.lua: fix build_url()"Steven Barth
This reverts commit 7512f2e5f533cb8ef51a9e4ee01081da0df23853.
2008-05-29* luci/core: dispatcher.lua: fix build_url()Jo-Philipp Wich
2008-05-28* Updated dispatching cache mechanismSteven Barth
2008-05-27* Optimized dispatching modelSteven Barth
2008-05-27* Fixed caching mechanismSteven Barth
2008-05-27* Added cache to createindex_plainSteven Barth
2008-05-27commit 4f6198094cf4134179d1f9c9fa8f79759a27c87eSteven Barth
Author: Felix Fietkau <nbd@openwrt.org> Date: Tue May 27 13:56:12 2008 +0200 rename src/ to luasrc/