Commit Graph

43 Commits

Author SHA1 Message Date
Michal Čihař
424e2ee75b Coding style: use type safe comparing for blank values 2013-10-02 11:45:46 +02:00
Michal Čihař
1bb39b0eff Various coding style improvements 2013-07-30 14:36:43 +02:00
Marc Delisle
c1d7d986f4 Comparison does not work when the array element does not exist, leading to an incorrect sql query generated 2013-07-22 09:46:13 -04:00
Michal Čihař
c9ad6292a1 Use jQuery UI for parsing date strings 2013-07-08 11:26:29 +02:00
xmujay
9eb23b5aec fix some JSLint error: using dot notation 2013-05-05 20:49:15 +08:00
Michal Čihař
b5d3b8c7b8 Declare variables just once
Variables should be declared just once in a function.
2013-04-16 17:26:08 +02:00
Michal Čihař
27b213431c Reference javascript messages by dot notation instead of using ['strFoo'] 2013-04-16 13:32:51 +02:00
Michal Čihař
e2571c5628 Various javascript spacing fixes 2013-04-15 16:20:04 +02:00
Michal Čihař
a1b6f206b2 Various spacing and identation fixes 2013-04-15 15:13:14 +02:00
Michal Čihař
c935413fcc Various javascript fixes
- missing ;
- confusing !
2013-04-15 14:10:53 +02:00
Michal Čihař
e6517db98a More javascript cleanup, more fixes of === / !=== 2013-04-15 13:25:50 +02:00
Gemorroj
fc51a91713 many some minor fixes (sorry, see diff) 2013-01-26 15:35:29 +03:00
Marc Delisle
8cf17cee5e Missing method 2012-11-09 08:13:39 -05:00
Michal Čihař
fa664fc0d3 Fix syntax error 2012-10-31 12:05:29 +01:00
Rouslan Placella
7356b407ad Rewrite and integration of js/common.js 2012-10-30 20:23:59 +00:00
Rouslan Placella
3ca7d34240 Destroy registered jQuery events on page tear down 2012-10-30 20:07:01 +00:00
Rouslan Placella
5838a44339 Use AJAX.registerOnload() instead of $(document).ready() 2012-10-30 20:07:01 +00:00
Atul Pratap Singh
cd6f0d7ad7 Merge branch 'QA_3_5' 2012-09-10 05:58:23 +00:00
Atul Pratap Singh
fe69e4b737 Make chart background transparent in zoom search 2012-09-10 05:57:29 +00:00
Madhura Jayaratne
c49a5df9a3 Remove tabs and trailing white spaces 2012-08-30 22:03:07 +05:30
Rouslan Placella
a16e723048 Dropped PMA_ajaxResponse() 2012-06-11 17:58:35 +01:00
Atul Pratap Singh
0fbe20103f Fix mangled datalabels bug(zoom search) in case of chromium browser 2012-06-11 16:46:41 +05:30
Atul Pratap Singh
d7ab56f37b Fix zoom search point edit bug 2012-06-11 15:52:43 +05:30
Atul Pratap Singh
c4a307f915 Fix bug introduced due to incremental variable 2012-06-10 19:03:26 +05:30
Marc Delisle
f6330a3f17 Unnecessary comma is harmful under IE 2012-06-10 07:53:14 -04:00
Atul Pratap Singh
4a527478ca Fix date/time picker problem in zoom search 2012-05-31 18:15:34 +05:30
Marc Delisle
3044b49094 store type for X and Y values 2012-05-24 13:55:01 -04:00
Marc Delisle
50333c6faa Put back changes from c763cc45 2012-05-24 13:20:28 -04:00
Marc Delisle
6735f741f0 Put back changes from 9be5d8e0 2012-05-24 13:15:26 -04:00
Marc Delisle
33397880bd Panning not supported at the moment 2012-05-22 12:53:15 -04:00
Marc Delisle
875d9d0f92 comments about tests under IE 2012-05-22 12:49:55 -04:00
Marc Delisle
7a295f9473 Problems under IE 8 2012-05-21 07:57:40 -04:00
Marc Delisle
4ffeb06ca0 Improve resizer 2012-05-20 07:43:11 -04:00
Marc Delisle
a88705463d first attempt at resizing 2012-05-19 18:57:16 -04:00
Marc Delisle
d584260d78 Handling of dates 2012-05-19 18:14:55 -04:00
Marc Delisle
4f596747fc remove code for text type; handle Y values changes 2012-05-19 16:05:07 -04:00
Marc Delisle
0da8e6e474 start handling data point updates 2012-05-19 12:21:25 -04:00
Marc Delisle
bad1b3ee70 initial point click logic 2012-05-19 07:22:54 -04:00
Marc Delisle
0264deecd1 Reset zoom 2012-05-13 11:54:49 -04:00
Marc Delisle
9f6dc058dd Zoom 2012-05-13 11:24:25 -04:00
Marc Delisle
d00d62e141 Highlighter for data label 2012-05-13 11:11:30 -04:00
Marc Delisle
f5ac325de8 Parse numbers; axis labels 2012-05-13 08:45:11 -04:00
Marc Delisle
3d823620b2 simple plot 2012-05-13 07:24:04 -04:00