Commit graph

52 commits

Author SHA1 Message Date
Steffen Vogel
01d39068b9 moved doctrine path to config file 2011-03-17 11:18:42 +01:00
Steffen Vogel
b886d84802 added channel type dependend rendering as proposed by jahir 2011-03-17 11:01:19 +01:00
Jakob Hirsch
98300a7aa0 added "steps" display
this should much better represent the output from s0 electricity meters
and water meters, where we get one impuls per energy or volume unit and
(more important) the time interval depends on the throughput.
this does not make much sense for temperature, though. unfortunately,
we have currently no means to select different chart types depending
on the entity type.
also, I had to change the backend to output the starting time of the
interval (flot needs that) instead of the ending time, which changes
the "lines" chart. but since this chart is wrong for electricity and
water anyway, it doesn't realy matter, though.
2011-03-17 03:11:24 +01:00
Steffen Vogel
77fcc7cfb4 added extra column for costs 2011-03-16 17:51:54 +01:00
Steffen Vogel
2fe3bc7f59 beautified radioactivity icon 2011-03-16 14:21:51 +01:00
Steffen Vogel
55b54b0dcf fixed automatic refresh and options saving (broken by scope issues) 2011-03-16 12:13:27 +01:00
Steffen Vogel
79db3f6c19 improved exception handling in frontend 2011-03-16 12:13:08 +01:00
Steffen Vogel
b783573d9e added translations to definitions 2011-03-16 12:09:22 +01:00
Steffen Vogel
d5406c3424 added icons per entity type 2011-03-16 12:08:25 +01:00
Steffen Vogel
2e48407cef fixed smaller issues, added comments 2011-03-15 11:52:42 +01:00
Steffen Vogel
7aea1823e9 repalced own ajax queue by jquery news deferred objects 2011-03-14 13:48:16 +01:00
Steffen Vogel
30729337e7 replaced minified javascript libs by full versions to make debugging easier
(we should minify all scripts, including ours, before the final release)
2011-03-11 17:15:09 +01:00
Steffen Vogel
bae8262524 too much to sumarize ;) 2011-03-11 00:13:23 +01:00
Steffen Vogel
c979bcea8e renamed frontend.js 2011-03-11 00:12:39 +01:00
Steffen Vogel
d3398f870e upgraded third party javascript libraries 2011-03-11 00:11:54 +01:00
Steffen Vogel
c4c34308d3 finally using our definitions to translate entity type & properties 2011-03-07 17:31:28 +01:00
Steffen Vogel
469a930caf reworked CapabilitiesController 2011-03-07 16:11:12 +01:00
Steffen Vogel
9d962df9ac fixes #62 (yet another autoscaling issue) 2011-03-07 02:34:21 +01:00
Steffen Vogel
fb3bfe8b24 fixed autoscaling 2011-03-02 14:27:54 +01:00
Steffen Vogel
a4c1094466 fixed #35 (fetch more data to avoid paddings in frontend) 2011-03-02 01:55:45 +01:00
Steffen Vogel
e1ecd428ae changed default color for plots 2011-03-01 23:51:26 +01:00
Justin Otherguy
5b36c5fea1 corrected path to flot for IE 2011-03-01 23:16:32 +01:00
Steffen Vogel
db9aeb37b0 added tuple count to json output 2011-02-27 15:50:04 +01:00
Steffen Vogel
8f7683bf39 fixes #54 (double slash after redirection)
added check for javascript
2011-02-27 14:54:57 +01:00
Steffen Vogel
e8c47dc899 fixed #44 (allows negative values for temperature sensors) 2011-02-25 21:32:04 +01:00
Steffen Vogel
6fa845ed3e fixed overlay and zoom issue 2011-02-25 17:52:32 +01:00
Steffen Vogel
8eff32104e added colum to show energy consumption in kWh (unit stil missing) 2011-02-25 00:34:58 +01:00
Steffen Vogel
125240b701 added commit hash to VZ_VERSION 2011-02-24 23:14:56 +01:00
Steffen Vogel
cad41b1804 fixed #41 (display current value) 2011-02-24 17:58:16 +01:00
Steffen Vogel
35cf7ed47e added label to jump to present 2011-02-24 17:55:36 +01:00
Steffen Vogel
0ecae23626 Merge branch 'master' of github.com:volkszaehler/volkszaehler.org 2011-01-30 12:54:35 +01:00
Steffen Vogel
4c43847bdf fixed ui tab width 2011-01-30 12:52:26 +01:00
Justin Otherguy
62f1b5bc3f deactivated option "number of tuples" for now, since we probably do not need it anymore with the dynamic setting of the tuples following the window width 2011-01-30 00:07:08 +01:00
Justin Otherguy
03848bee36 fixes #44 2011-01-18 00:41:43 +01:00
Justin Otherguy
57a5447b50 disabled option for setting a cookie (until the function behind it is implemented) 2011-01-16 23:42:13 +01:00
Justin Otherguy
3070c5337c Merge branch 'master' of github.com:volkszaehler/volkszaehler.org 2011-01-16 23:16:42 +01:00
Justin Otherguy
dc10346875 removed unused options (for now - we'll reenable them once they're implemented) 2011-01-16 23:16:17 +01:00
Steffen Vogel
9986e7b222 added favicon and apple touch icon 2011-01-16 09:44:58 +01:00
Steffen Vogel
4a7323998b added dynamic refresh interval depending on zoom 2011-01-16 00:12:22 +01:00
Steffen Vogel
1549eb00c9 add unique uuids to permalink
introduced unique() to Array.prototype
2011-01-15 23:51:38 +01:00
Steffen Vogel
a43f9a6744 closes #38 (toggling group visibility) 2011-01-15 23:21:46 +01:00
Steffen Vogel
c3903262dc added uuids to permalink 2011-01-15 23:07:15 +01:00
Steffen Vogel
a6daca00f6 fixed bug on duplicate uuids via url parameter
adding multiple uuids per url
2011-01-15 21:46:01 +01:00
Justin Otherguy
aa184b785c adapted value rounding in options.js (due to modied interpretation) 2011-01-09 22:02:49 +01:00
Justin Otherguy
01a150adf5 better rounding 2011-01-09 22:00:00 +01:00
Justin Otherguy
929a4f7c39 relocated rounding from backend to frontend 2011-01-09 21:42:27 +01:00
Justin Otherguy
b5f7ffcf35 filled display for "average" for meters 2011-01-08 01:43:16 +01:00
Justin Otherguy
66abec39f7 minor beautification (removed trailing ".") 2011-01-07 16:06:02 +01:00
Justin Otherguy
b5f8ae7d91 renamed "current" to "last"; more precise (and: "current" is ambiguous; particularly in a project that deals with electricity...) 2011-01-07 15:42:51 +01:00
Justin Otherguy
627813ac35 added display for the current value to the frontend (side-by-side to max., min. and avg.) 2011-01-07 15:18:31 +01:00