summaryrefslogtreecommitdiffhomepage
path: root/core
AgeCommit message (Collapse)Author
2008-05-27* 3rd Package reorgnaisationSteven Barth
* Moved core, web, cbi to libs * Refactored OpenWRT Makefile to separate Libraries, Webinterface Components, Freifunk packages
2008-05-27* Separated the MVC-Webframework from coreSteven Barth
* Separated i18n from core to prepare translations
2008-05-26* Reworked host-Target for global MakefileSteven Barth
* Fixed dispatcher to correctly support fastindex
2008-05-26* Updated dispatcher to use fastindex if availableSteven Barth
* Updated webuci SGI * Updated dispatcher
2008-05-25* Fixed a typoSteven Barth
2008-05-25* core: Fixed a bug in the dispatcherSteven Barth
* core: Move cbi.js to general resource directory * core: Removed Freifunk references * core: Updated Fledermaus theme
2008-05-25Renamed FFLuCI to LuCI, ffluci to luci and Freifunk Lua Configuration ↵Steven Barth
Interface to Lua Configuration Interface
2008-05-25* core: Added shortcut translatef for translate and formatSteven Barth
2008-05-25* ffluci/core: fs.lua: add wrapper for mkdir() to allow recursive creation ↵Jo-Philipp Wich
of directory paths; whitespace cleanup
2008-05-24* ffluci/core: dispatcher.lua: setgid() won't work after setuid() due to ↵Jo-Philipp Wich
missing permission - swapped set*id() calls; whitespace cleanups
2008-05-24(no commit message)Steven Barth
2008-05-24* Added support for first-level controllersSteven Barth
* Added several posix functions to ffluci.fs * Added ffluci.util.combine
2008-05-22* Changed Makefiles to use mainline LuaSteven Barth
* Added a dispatching shortcut (thanks to Jow)
2008-05-22Merge branch 'menu'Steven Barth
2008-05-20* ffluci: fix internal property in sys/iptparser.luaJo-Philipp Wich
2008-05-20* ffluci: moved src/iptparser.lua to src/sys/iptparser.lua; renamed lib to ↵Jo-Philipp Wich
ffluci.sys.iptparser
2008-05-20* ffluci: added iptparser library to coreJo-Philipp Wich
2008-05-17* Generalized dispatcher handlingSteven Barth
2008-05-17Added global imagepathSteven Barth
2008-05-14* core: Added template for a table view of typed sectionsSteven Barth
2008-05-14* Completed last commitSteven Barth
2008-05-14* CBI: Minor changesSteven Barth
2008-05-13* modules/admin-core: Reintroduced ffluci.controller.admin.statusSteven Barth
* modules/admin-core: Added Syslog status page
2008-05-08* Minor bugfixesSteven Barth
2008-05-08* Mördercommit ;-)Steven Barth
* Major Repository Reorganisation * API 0.4 Softfreeze to come
2008-05-07(no commit message)Steven Barth
2008-05-07* Fixed webuci bootstrapperSteven Barth
* Added ffluci.http.header function
2008-05-07(no commit message)Steven Barth
2008-05-07* ffluci.fs.isfile: fixed several typosSteven Barth
2008-05-07* Last API changes before 0.4 API softfreezeSteven Barth
2008-05-06(no commit message)Steven Barth
2008-05-06(no commit message)Steven Barth
2008-05-06* Fixed ffluci.sgi.webuciSteven Barth
2008-05-06* General code cleanupSteven Barth
* Removed unnecessary module dependencies * Completed SGI abstraction * Reworked ffluci.sgi.webuci
2008-05-06* Fixed apply functionSteven Barth
* Fixed a few typos
2008-05-06* BugfixesSteven Barth
2008-05-06* Rewrote and optimized ffluci.model.uciSteven Barth
* Use optimized UCI code for ffluci.cbi and ffluci.controller.admin.index if possible
2008-05-05* Fixed MakefileSteven Barth
2008-05-05* Added initial SGI for webuciSteven Barth
2008-05-05* Fixed menu cacheSteven Barth
2008-05-05* ffluci.sgi.haserl: Several fixesSteven Barth
* ffluci.menu: Enabled caching
2008-05-05* Rewrote ffluci.http, ffluci.model.uciSteven Barth
* WARNING: API CHANGES FOR ffluci.http and ffluci.model.uci
2008-05-04* Cleaned up and rewrote dispatchersSteven Barth
2008-04-27* Minor bugfixesSteven Barth
2008-04-27* Reworked Theme "Fledermaus"Steven Barth
* Added Freifunk wizard * Added Freifunk iptables rules
2008-04-27* Added initial version of RPC info APISteven Barth
* Fixed client splash
2008-04-27* Reworked Luci-SplashSteven Barth
* Created ffluci-system-addons package for Kamikaze addons
2008-04-26* Minor bugfixesSteven Barth
2008-04-26* luci-splash: FixesSteven Barth
2008-04-26* Added experimental version of DHCP-Splash for KamikazeSteven Barth
* Added MAC-Address matching to luci_fw * Added interface alias hack for Kamikaze * ffluci.sys: Added several networking helper functions * ffluci.http: Added function remote_addr * Updated Haserl to 0.9.24