summaryrefslogtreecommitdiffhomepage
path: root/src/ffluci/template.lua
AgeCommit message (Collapse)Author
2008-04-11* Major repository revisionSteven Barth
2008-04-06* Added file upload capabilitiesSteven Barth
2008-04-05* Remove ffluci.util.__file__ as it relies on debug informationSteven Barth
* Added ffluci.debug for things that rely on debug information * Fixed a bug regarding path detection when Luci is bytecompiled
2008-03-30* Added reboot pageSteven Barth
* Added SSH-Keys page * ffluci.template: Removed a debugging statement
2008-03-29* Replaced luafilesystem with luaposix librarySteven Barth
* Introduced privilege dropping capability * Automatically drop privileges for "public" to "nobody/nogroup" (as defined in ffluci.uci)
2008-03-26* CBI updateSteven Barth
* Added some configuration pages * Introduced contact site * Introduced luci UCI config file
2008-03-24* CBI: updatesSteven Barth
* UCI: Introduced Session class, supporting different change file paths * util: introduced sessionid() function * general: Changed several error messages to OS native ones
2008-03-21* ffluci.cbi: updatesSteven Barth
* ffluci.template: fixed a bug where different template scopes were not separated correctly * Added ffluci.dispatcher.cbi and ffluci.dispatcher.dynamic
2008-03-17* Added class support to template engineSteven Barth
* Cleaned up dispatcher * Added 404 error page * Cleaned up properties
2008-03-10Moved examples out of source directorySteven Barth
Added a first draft design Cleaned up Makefile Prepared for module development
2008-03-02* new project: ff-luci - Freifunk Lua Configuration InterfaceJo-Philipp Wich