Commit graph

51 commits

Author SHA1 Message Date
Jo-Philipp Wich
10db2c2637 * luci/app/statistics: fix some translation issues 2008-09-19 21:10:51 +00:00
Steven Barth
cbb0bead6f Fixed statistics 2008-09-15 23:46:20 +00:00
Steven Barth
954e61d2a3 Bump i18n-files 2008-09-02 09:08:11 +00:00
Jo-Philipp Wich
d82340ada4 * luci/applications: statistics: pick up new rrdtool translations in controller and rrdtool-i18n binding 2008-08-31 14:38:28 +00:00
Jo-Philipp Wich
64a16c5bbf * luci/applications: statistics: split i18n data for rrdtool (Latin1) and 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-31 14:37:28 +00:00
Steven Barth
91ba7c42f5 UCI API changes 2008-08-26 23:00:44 +00:00
Steven Barth
9c6a852939 Updated XML translation system, fixed some errors with multiline-translations
Thanks: Alina Friedrichsen
2008-08-22 17:18:36 +00:00
Jo-Philipp Wich
c7c2624713 * luci/i18n: updated translation files, xhtml fixes in openwrt.org theme 2008-08-20 19:35:54 +00:00
Jo-Philipp Wich
7590274b21 * luci/i18n: add luci translations in xml format 2008-08-20 17:23:53 +00:00
Steven Barth
c637f686ee Fixed a typo 2008-08-15 22:04:37 +00:00
Steven Barth
4bd74d0a98 libs/core: Remove deprecated luci.bits which got replaced by bitlib 2008-08-14 22:51:12 +00:00
Steven Barth
66a6492ae5 libs/web: Prevent luci.http to prematurely parse the POST data
modules/admin-mini: Added fw-upgrade page
2008-07-16 14:26:40 +00:00
Jo-Philipp Wich
be4147d3d8 * luci/themes: css fixed in openwrt.org theme
* luci/statistics:		fixed layout of graph display page
* luci/admin:			fixed layout of uci changes page
2008-07-15 22:37:53 +00:00
Steven Barth
1588665618 Added copyright-tags to templates 2008-07-07 22:00:56 +00:00
Steven Barth
eae0e44798 * Added support for CGI SGI 2008-06-15 17:45:10 +00:00
Steven Barth
961bfcf77f * Generalized HTTP-API 2008-06-15 12:34:16 +00:00
Jo-Philipp Wich
16924c1d83 * luci/statistics: some german translation fixes 2008-06-14 15:39:53 +00:00
Steven Barth
855b7582d3 * Rewrote Luci to be coroutine-safe allowing the use of non-forking webservers
* Setting base version to 0.7
2008-06-14 14:12:12 +00:00
Steven Barth
2bf012a40a * themes/fledermaus: Register on install
* applications/luci-statistics: Fixed wrong paths in templates
2008-06-09 08:48:10 +00:00
Jo-Philipp Wich
de2e0ce10c * luci/statistics: implement support for the load plugin 2008-06-08 21:51:55 +00:00
Jo-Philipp Wich
52673c157b * luci/statistics: reworked some dispatcher, use new hashtable iterators to create sorted submenus 2008-06-08 21:15:06 +00:00
Jo-Philipp Wich
2d5110fcb4 * luci/statistics: append ".lua" to language files to allow bytecody-compilation 2008-06-08 14:20:19 +00:00
Jo-Philipp Wich
873b20cb19 * luci/statistics: replace load() with loadc() since german translation is now available 2008-06-08 14:19:26 +00:00
Jo-Philipp Wich
3ba1a52c1f * luci/statistics: Latin1 -> UTF-8 conversation for german translation 2008-06-08 14:04:22 +00:00
Jo-Philipp Wich
07ec43bf0c * luci/statistics: add german translation 2008-06-08 13:47:49 +00:00
Steven Barth
dd9606825d * Merged Luci to use native UCI-library 2008-06-05 19:16:38 +00:00
Jo-Philipp Wich
d30d590ae8 * luci/statistics: whitespace cleanup in controller 2008-06-05 09:21:44 +00:00
Jo-Philipp Wich
e9cbb96685 * luci/statistics: fix dispatcher again: drop redirect; use first available instance if no instance requested; breaks menu highlight but lets statistics work in every context (at least for now) 2008-06-05 09:19:46 +00:00
Jo-Philipp Wich
48e06817da * luci/statistics: moving the graph controller to admin caused the images to 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-04 22:41:58 +00:00
Jo-Philipp Wich
18efb3f75b * luci/statistics: made definition fallbacks for date w/o digram model working again 2008-06-03 23:58:42 +00:00
Jo-Philipp Wich
8d732cb8d9 * luci/statistics: definitions.lua: remove all defs handled by diagram models, removed duplicate date (saves ~1000 loc ;-) ) 2008-06-03 23:30:51 +00:00
Jo-Philipp Wich
2c85ff1fe7 * luci/statistics: remove unneeded processes/ps_state diagram definition 2008-06-03 23:22:55 +00:00
Jo-Philipp Wich
c95801569f * luci/statistics: added missing iptables/ipt_bytes definition, svn property fixups 2008-06-03 23:18:37 +00:00
Jo-Philipp Wich
6071119f2e * luc/statistics: add file/license headers 2008-06-03 23:15:16 +00:00
Felix Fietkau
7557c5bcef some error handling for fs.dir(...) == nil 2008-06-03 22:50:21 +00:00
Felix Fietkau
77f8074a01 make use of the new features in the binding for uci v0.4.0 - fixes remaining dependencies of libuci.lua on the cli 2008-06-03 22:42:01 +00:00
Jo-Philipp Wich
db3a4c5c97 * luci/statistics: move public pages to /admin/statistics/graph/ 2008-06-03 20:04:20 +00:00
Jo-Philipp Wich
71449d76e7 * luci/statistics: implement timespan selection in public interface 2008-06-03 19:05:34 +00:00
Jo-Philipp Wich
9f4428eefc * luci/statistics: add init script 2008-06-02 01:49:51 +00:00
Jo-Philipp Wich
4058aacd06 * luci/statistics: template and controller translation 2008-06-02 00:48:25 +00:00
Jo-Philipp Wich
3e94adc682 * luci/statistics: complete cbi model translation 2008-06-01 23:52:07 +00:00
Jo-Philipp Wich
1da5feb9f7 * luci/statistics: let rrdtool.lua use values from the configuration, added irq diagram model 2008-06-01 03:12:48 +00:00
Jo-Philipp Wich
d8ba05412c * luci/statistics: added diagram models for process and df plugins, adept controller to recent luci core, support models with per instance diagrams and index diagrams, added new strings to language file 2008-05-30 00:26:18 +00:00
Steven Barth
fe7cbc15b8 Revert "* luci/core: dispatcher.lua: fix build_url()"
This reverts commit 7512f2e5f533cb8ef51a9e4ee01081da0df23853.
2008-05-29 13:51:32 +00:00
Jo-Philipp Wich
908332e3e9 * luci/statistics: generate submenus for plugins with multiple instances, i18n menu entries 2008-05-29 00:59:58 +00:00
Jo-Philipp Wich
b06638df6e * luci/statistics: implement initial i18n support, added first translations, removed hardcoded strings from models 2008-05-28 22:34:26 +00:00
Jo-Philipp Wich
38844ccb31 * luci/statistics: added diagram model for interface plugin 2008-05-28 19:37:20 +00:00
Jo-Philipp Wich
bb5ecfde72 * luci/statistics: implement a more advanced diagram generator in rrdtool.lua, simplified diagram models, fix bug in datatree.lua 2008-05-28 17:51:15 +00:00
Jo-Philipp Wich
c59a7afe45 * luci/statistics: adept controller to new dispatcher requirements 2008-05-27 21:23:11 +00:00
Jo-Philipp Wich
3f09d369d6 * luci/statistics: implement flip, overlay and total options for diagram models, improved/fixed netlink and wireless models 2008-05-27 20:32:04 +00:00