Welcome to mirror list, hosted at ThFree Co, Russian Federation.

TODO - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/TODO
blob: 012e0b45d05787ea0e698270a7dedc7b5262771c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
CHANGES DONE TO LIBRARIES
=========================
- edited zend_log and changed attr to protected
- fixed bug fwrite in zend_log stream writer
- fixed PEAR so that it works under PHP5 with STRICT MODE enabled


# Documentation
  - Document the Piwik architecture: 
   API concept, 
   Plugins concept, 
   Logging engine,
   Archiving process, 
   Reporting process, 
   MVC model, 
   DataTable concept

   
test that archive always is OFF in prod
$GLOBALS['DEBUGPIWIK'] is false;

bugs
===
edit the hack get(nb_visitors) and instead use a filter rename column etc.

hide export in datatable footer (eg pie chart for plugins)
fix pie charts (sum != 100%)
fix bar charts legends in some cases
when no site > should display nice message
users > when mod rights failed should'nt display the green tick

proper date handling
- in graphs (titles/legends/x-y labels)
- in UI
- in tables

Translation 
- columns labels
- section titles

tpl: add flag isAdmin isSuperUser isAnonymous isView

optimization
===
optimize getdateStart / getdateEnd in *Period