summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-statistics
AgeCommit message (Collapse)Author
2012-09-07applications/luci-statistics: add missing return in _expand()Jo-Philipp Wich
2012-09-06applications/luci-statistics: cope with uci list values, thanks Bluse for ↵Jo-Philipp Wich
reporting this
2012-02-19applications/luci-statistics: avoid global vars, avoid nil indexing, get rid ↵Jo-Philipp Wich
of counter variable
2012-02-19applications/luci-statistics: make host selectable if collectd-mod-network ↵Patrick Grimm
server is on
2011-12-14applications/luci-statistics: add iwinfo configJo-Philipp Wich
2011-12-13applications/luci-statistics: add iwinfo support to stat-genconfigJo-Philipp Wich
2011-12-12applications/luci-statistics: fix controller (#7344)Jo-Philipp Wich
2011-12-07applications/luci-statistics: drop support for wireless plugin, add iwinfo ↵Jo-Philipp Wich
replacement
2011-12-07applications/luci-statistics: remove plugin overview pages, jump to first ↵Jo-Philipp Wich
plugin of each category instead
2011-12-05applications/luci-statistics: rework handling of index and detail graphsJo-Philipp Wich
Instead of coding the display logic into the graph models, simply annotate graph models with .detail = true/false and let the renderer decide which to pick when.
2011-11-28applications/luci-statistics: Sort menu items alphabeticallyManuel Munz
2011-11-28applications/luci-statistics: Add olsrd to the default configManuel Munz
2011-11-28applications/luci-statistics: Fix spellingManuel Munz
2011-11-28applications/luci-statistics: Saner defaults for processes to monitor and ↵Manuel Munz
add helptext
2011-11-28applications/luci-statistics: Remove default listener and network server entriesManuel Munz
2011-11-28applications/luci-statistics: Add missing translations to exec cbi modelManuel Munz
2011-11-28applications/luci-statistics: Disable exec plugin by default, remove ↵Manuel Munz
nonexistant scripts
2011-11-28applications/luci-statistics: Add dns graph-modelManuel Munz
2011-11-28applications/luci-statistics: add support for conntrack pluginJo-Philipp Wich
2011-11-28applications/luci-statistics: Add support for memory plugin and initial ↵Manuel Munz
support for conntrack
2011-11-28applications/luci-statistics: remove the 10min rra from default config, ↵Jo-Philipp Wich
saves some precious ram
2011-11-28applications/luci_statistics: add missing translations to cbi modelsJo-Philipp Wich
2011-11-28applications/luci-statistics: add olsr plugin cbi modelJo-Philipp Wich
2011-11-28applications/luci-statistics: add support for olsr and madwifi plugin parametersJo-Philipp Wich
2011-11-28applications/luci-statistics: display all instances on index pages, ↵Jo-Philipp Wich
introduce is_index flag for models, add olsrd plugin menu
2011-11-28applications/luci-statistics: change i18n helper to accept model provided ↵Jo-Philipp Wich
titles, remove magic translations
2011-11-28applications/luci-statistics: move all models to the per-plugin level, ↵Jo-Philipp Wich
provide titles and labels, provide model for disk plugin
2011-11-28applications/luci-statistics: drop definitions.luaJo-Philipp Wich
2011-11-28applications/luci-statistics: remove support for per-datatype models and ↵Jo-Philipp Wich
builtin definitions, drop dependency on definitions.lua, support user provided title for datasources
2011-08-22applications/luci-statistics: cope with rules having no target in iptables ↵Jo-Philipp Wich
plugin config
2011-08-13applications/luci-statistics: fix translation issues in controllerJo-Philipp Wich
2011-08-12applications, modules: remove i18n handling from controller modules as it ↵Jo-Philipp Wich
moved to the themes now
2011-01-29revert accidentally committed changesJo-Philipp Wich
2011-01-29po: sync radvd translationsJo-Philipp Wich
2011-01-14applications: revise uci-defaults scriptsJo-Philipp Wich
2010-12-05applications/luci-statistics: repair rrdtool i18n handlingJo-Philipp Wich
2010-11-18applications/luci-statistics: Add ping interval option, closes #136Manuel Munz
2010-11-18applications/luci-statistics: Add double quote around host and port. Closes: ↵Manuel Munz
#154
2010-04-13applications/luci-statistics: fix translations of cbi models and controllerJo-Philipp Wich
2010-04-12statistics: fix '»' being displayed as '»'Benoît Knecht
2010-03-27applications/luci-statistics: make it work under uhttpdJo-Philipp Wich
2010-03-08applications/luci-statistics: increase default graph width to 600pxJo-Philipp Wich
2010-02-28applications/luci-statistics: init fixesJo-Philipp Wich
2010-02-28applications/luci-statistics: make it run ootb againJo-Philipp Wich
2009-10-31all: translation fixes in templatesJo-Philipp Wich
2009-10-31all: automatic <%:...%> -> <%_...%> fixupJo-Philipp Wich
2009-10-31all: change most translate statements to new format, some need manual cleanupJo-Philipp Wich
2009-07-31application/luci-statistics: fix i18n binding, use string() instead of translateJo-Philipp Wich
2009-07-19convert luci.fs users to nixio.fs apiJo-Philipp Wich
2009-06-27applications/luci-statistics: switch controller to nixio.fsJo-Philipp Wich