summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-statistics/luasrc
AgeCommit message (Collapse)Author
2009-03-21applications/luci-statistics: remove bitrotJo-Philipp Wich
2009-03-11Drop XML i18n filesSteven Barth
2009-01-02Use luci.fs.access instead of luci.fs.isfile where applicableSteven Barth
2008-12-07applications/luci-statistics: improve diagram labelsJo-Philipp Wich
2008-11-23apps/luci-statistics: fix evaluation of RRASingle option in rrdtool backendJo-Philipp Wich
2008-10-29* luci/app/statistics:Jo-Philipp Wich
- build datatree from rrd directory structure, allows "virtual" plugins - flush index cache on statistics reload - whitespace cleanup in config generator
2008-10-23* luci/i18n: fixes for portoguese and eglish translations, thanks CarlosJo-Philipp Wich
2008-10-09OXYGEN #1: Added index-marksSteven Barth
2008-10-08* luci/app/statistics: fix dns plugin diagram - proper graph model will ↵Jo-Philipp Wich
follow later
2008-10-07* luci-trunk: huge xhtml, css and accessibility improvement patch - thanks ↵Jo-Philipp Wich
Alina!
2008-10-05* luci/i18n: rename *.pt_br.* to *.pt-br.*, extend luci.i18n to convert "_" ↵Jo-Philipp Wich
to "-" in language tags
2008-10-01* luci/i18n: various translation fixes, thanks Carlos!Jo-Philipp Wich
2008-09-30* luci/i18n, luci/app/statistics: add updated lua files tooJo-Philipp Wich
2008-09-30* luci/i18n/portuguese_brazilian: core translation fixesJo-Philipp Wich
* luci/app/statistics: add missing strings for dns, unixsock and email plugin - thanks Carlos!
2008-09-29* luci/i18n/portuguese_brazilian: add translations for statisticsJo-Philipp Wich
2008-09-19* luci/app/statistics: fix some translation issuesJo-Philipp Wich
2008-09-15Fixed statisticsSteven Barth
2008-09-02Bump i18n-filesSteven 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-26UCI API changesSteven Barth
2008-08-22Updated XML translation system, fixed some errors with multiline-translationsSteven Barth
Thanks: Alina Friedrichsen
2008-08-20* luci/i18n: updated translation files, xhtml fixes in openwrt.org themeJo-Philipp Wich
2008-08-20* luci/i18n: add luci translations in xml formatJo-Philipp Wich
2008-08-15Fixed a typoSteven Barth
2008-08-14libs/core: Remove deprecated luci.bits which got replaced by bitlibSteven Barth
2008-07-16libs/web: Prevent luci.http to prematurely parse the POST dataSteven Barth
modules/admin-mini: Added fw-upgrade page
2008-07-15* luci/themes: css fixed in openwrt.org themeJo-Philipp Wich
* luci/statistics: fixed layout of graph display page * luci/admin: fixed layout of uci changes page
2008-07-07Added copyright-tags to templatesSteven Barth
2008-06-15* Added support for CGI SGISteven Barth
2008-06-15* Generalized HTTP-APISteven Barth
2008-06-14* luci/statistics: some german translation fixesJo-Philipp Wich
2008-06-14* Rewrote Luci to be coroutine-safe allowing the use of non-forking webserversSteven Barth
* Setting base version to 0.7
2008-06-09* themes/fledermaus: Register on installSteven Barth
* applications/luci-statistics: Fixed wrong paths in templates
2008-06-08* luci/statistics: implement support for the load pluginJo-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-compilationJo-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 translationJo-Philipp Wich
2008-06-08* luci/statistics: add german translationJo-Philipp Wich
2008-06-05* Merged Luci to use native UCI-librarySteven Barth
2008-06-05* luci/statistics: whitespace cleanup in controllerJo-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 definitionJo-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 headersJo-Philipp Wich
2008-06-03some error handling for fs.dir(...) == nilFelix Fietkau