/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to BUGS

  • Committer: Suren A. Chilingaryan
  • Date: 2012-07-14 17:44:09 UTC
  • Revision ID: csa@dside.dyndns.org-20120714174409-cuzsy4vupyjx9lia
Update of setups

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Important
 
2
=========
 
3
 ! downloads_check.php - doesn't handle correctly failed downloads. We should
 
4
 do something about it.
 
5
 ! For MSSQL column and table quotes should be changed from " to []. Yes, for
 
6
 this we should introduce opening and closing quote :(
 
7
 ! Prevent entering custom plot mode if not supported
 
8
 
 
9
Cache Engine
 
10
============
 
11
 - We are currently just skipping databases which are failed to connect to the
 
12
 data source (request.pph/GetSources/catch block). In case if we are caching the
 
13
 data this prevents administrator from getting information about the problems.
 
14
 - If we change use_subsecond flag without dropping the cache, the ADEI will
 
15
 report channel inconsistency (not clarifying the issue). Since, we will get
 
16
 two extra columns in the caching table. The proper error message should be
 
17
 reported in this case.
 
18
 - At the moment, We can't really use non [\w\d_] symbols in gids if md5 
 
19
 postfixes are switched off. Otherwise, this symbols are stripped from the 
 
20
 postfixes (for the sake of table names) and then the check for cached tables
 
21
 is failing (it reconstructs gid basing on the table names). Some, other things
 
22
 may fail as well.
 
23
 For the check, we can try to ignore the inappropriate symbols (only if md5 is
 
24
 switched off). So, the stripping should be performed by caching code.
 
25
 
 
26
Filters
 
27
=======
 
28
 - While requesting last record (or potentially several last entries), it is
 
29
 possible to get empty response if the last record while be rejected by the
 
30
 configured filters. Iteratively increase limit?
 
31
 
 
32
Virtual
 
33
=======
 
34
 - Support "__" in group names in SourceTree
 
35
 
 
36
Download Manager
 
37
===============
 
38
 ! Download manager does not respect "setup"
 
39
 ! Show details of Downloads Manager button while not work if data is not 
 
40
 from default setup.
 
41
 ! download_manager.js is updating too often (due to adei.updater.Update()
 
42
 calls). This should be somehow fixed. As well it refers dlmanager.Request()
 
43
 which uses variable name set in correspndent module. This is completely 
 
44
 insane and should be fixed.
 
45
 
 
46
ZEUS Reader
 
47
===========
 
48
 ! Interlock between Full Backup and other calls in ZEUSReader. This is
 
49
 critical. If not prevented, the cache may start while configuration is
 
50
 partially dropped and not yet reloaded. This may result in rejecting 
 
51
 some data vectors because of invalid number of records, etc.
 
52
 
 
53
RRD Reader
 
54
==========
 
55
 ! Axes are not always cleaned when changing to different group, 
 
56
 with RRD source 
 
57
 - Do not list empty groups in RRDReader
 
58
 
 
59
Web Frontend
 
60
============
 
61
 - Passing away pointer to "this" in JS-constructors may be problematic (no 
 
62
 errors, but this will be an incorrect "this").
 
63
 - Chromium and arora doesn't respect disabled states while setting initial 
 
64
 choices of select (scatter plot options). Just force proper selection.
 
65