Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-15 | Fixed statistics | Steven Barth | |
2008-09-02 | Bump i18n-files | Steven Barth | |
2008-08-31 | * luci/applications: statistics: pick up new rrdtool translations in ↵ | Jo-Philipp Wich | |
controller and rrdtool-i18n binding | |||
2008-08-31 | * luci/applications: statistics: split i18n data for rrdtool (Latin1) and ↵ | Jo-Philipp Wich | |
webinterface (UTF8), hide rrdtool xml since xsltproc generates UTF8 where it should create Latin1 and escapes characters that should not be escaped which leads to corrupted labels in generated diagram images | |||
2008-08-26 | UCI API changes | Steven Barth | |
2008-08-22 | Updated XML translation system, fixed some errors with multiline-translations | Steven Barth | |
Thanks: Alina Friedrichsen | |||
2008-08-20 | * luci/i18n: updated translation files, xhtml fixes in openwrt.org theme | Jo-Philipp Wich | |
2008-08-20 | * luci/i18n: add luci translations in xml format | Jo-Philipp Wich | |
2008-08-15 | Fixed a typo | Steven Barth | |
2008-08-14 | libs/core: Remove deprecated luci.bits which got replaced by bitlib | Steven Barth | |
2008-07-16 | libs/web: Prevent luci.http to prematurely parse the POST data | Steven Barth | |
modules/admin-mini: Added fw-upgrade page | |||
2008-07-15 | * luci/themes: css fixed in openwrt.org theme | Jo-Philipp Wich | |
* luci/statistics: fixed layout of graph display page * luci/admin: fixed layout of uci changes page | |||
2008-07-07 | Added copyright-tags to templates | Steven Barth | |
2008-06-15 | * Added support for CGI SGI | Steven Barth | |
2008-06-15 | * Generalized HTTP-API | Steven Barth | |
2008-06-14 | * luci/statistics: some german translation fixes | Jo-Philipp Wich | |
2008-06-14 | * Rewrote Luci to be coroutine-safe allowing the use of non-forking webservers | Steven Barth | |
* Setting base version to 0.7 | |||
2008-06-09 | * themes/fledermaus: Register on install | Steven Barth | |
* applications/luci-statistics: Fixed wrong paths in templates | |||
2008-06-08 | * luci/statistics: implement support for the load plugin | Jo-Philipp Wich | |
2008-06-08 | * luci/statistics: reworked some dispatcher, use new hashtable iterators to ↵ | Jo-Philipp Wich | |
create sorted submenus | |||
2008-06-08 | * luci/statistics: append ".lua" to language files to allow bytecody-compilation | Jo-Philipp Wich | |
2008-06-08 | * luci/statistics: replace load() with loadc() since german translation is ↵ | Jo-Philipp Wich | |
now available | |||
2008-06-08 | * luci/statistics: Latin1 -> UTF-8 conversation for german translation | Jo-Philipp Wich | |
2008-06-08 | * luci/statistics: add german translation | Jo-Philipp Wich | |
2008-06-05 | * Merged Luci to use native UCI-library | Steven Barth | |
2008-06-05 | * luci/statistics: whitespace cleanup in controller | Jo-Philipp Wich | |
2008-06-05 | * luci/statistics: fix dispatcher again: drop redirect; use first available ↵ | Jo-Philipp Wich | |
instance if no instance requested; breaks menu highlight but lets statistics work in every context (at least for now) | |||
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-03 | * luci/statistics: made definition fallbacks for date w/o digram model ↵ | Jo-Philipp Wich | |
working again | |||
2008-06-03 | * luci/statistics: definitions.lua: remove all defs handled by diagram ↵ | Jo-Philipp Wich | |
models, removed duplicate date (saves ~1000 loc ;-) ) | |||
2008-06-03 | * luci/statistics: remove unneeded processes/ps_state diagram definition | Jo-Philipp Wich | |
2008-06-03 | * luci/statistics: added missing iptables/ipt_bytes definition, svn property ↵ | Jo-Philipp Wich | |
fixups | |||
2008-06-03 | * luc/statistics: add file/license headers | Jo-Philipp Wich | |
2008-06-03 | some error handling for fs.dir(...) == nil | Felix Fietkau | |
2008-06-03 | make use of the new features in the binding for uci v0.4.0 - fixes remaining ↵ | Felix Fietkau | |
dependencies of libuci.lua on the cli | |||
2008-06-03 | * luci/statistics: move public pages to /admin/statistics/graph/ | Jo-Philipp Wich | |
2008-06-03 | * luci/statistics: implement timespan selection in public interface | Jo-Philipp Wich | |
2008-06-02 | * luci/statistics: add init script | Jo-Philipp Wich | |
2008-06-02 | * luci/statistics: template and controller translation | Jo-Philipp Wich | |
2008-06-01 | * luci/statistics: complete cbi model translation | Jo-Philipp Wich | |
2008-06-01 | * luci/statistics: let rrdtool.lua use values from the configuration, added ↵ | Jo-Philipp Wich | |
irq diagram model | |||
2008-05-30 | * luci/statistics: added diagram models for process and df plugins, ↵ | Jo-Philipp Wich | |
adept controller to recent luci core, support models with per instance diagrams and index diagrams, added new strings to language file | |||
2008-05-29 | Revert "* luci/core: dispatcher.lua: fix build_url()" | Steven Barth | |
This reverts commit 7512f2e5f533cb8ef51a9e4ee01081da0df23853. | |||
2008-05-29 | * luci/statistics: generate submenus for plugins with multiple instances, ↵ | Jo-Philipp Wich | |
i18n menu entries | |||
2008-05-28 | * luci/statistics: implement initial i18n support, added first translations, ↵ | Jo-Philipp Wich | |
removed hardcoded strings from models | |||
2008-05-28 | * luci/statistics: added diagram model for interface plugin | Jo-Philipp Wich | |
2008-05-28 | * luci/statistics: implement a more advanced diagram generator in ↵ | Jo-Philipp Wich | |
rrdtool.lua, simplified diagram models, fix bug in datatree.lua | |||
2008-05-27 | * luci/statistics: adept controller to new dispatcher requirements | Jo-Philipp Wich | |
2008-05-27 | * luci/statistics: implement flip, overlay and total options for diagram ↵ | Jo-Philipp Wich | |
models, improved/fixed netlink and wireless models | |||
2008-05-27 | commit 4f6198094cf4134179d1f9c9fa8f79759a27c87e | Steven Barth | |
Author: Felix Fietkau <nbd@openwrt.org> Date: Tue May 27 13:56:12 2008 +0200 rename src/ to luasrc/ |