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: 5522e0fc18868535df089c05dbb761fd9300429a (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
commenting remaining core files 6 hours
review all TODO from code + create tickets OR fix

comparer avant update et apres update
bien tester les recherches recursives
loading recursive
appels call API examples 

execute unit tests

tickets next roadmap 
- INTEGRATION (subtickets)
- OPTIMIZATION
- SECURITE 
- DOCUMENTATION: 
http://producingoss.com/en/getting-started.html#documentation
page: comment aider piwik ? mail sending, outlink/download tracking documentation,
voir la page thought about dev process et creer la liste de documentations
see marketing last.zip


http://producingoss.com/en/share-management.html
http://producingoss.com/en/getting-started.html#starting-a-faq
FAQ manager

translation manager
issues manager

features
screenshots

Usability 
Documentation
- write beginners tutorials medium level user http://producingoss.com/en/funding-non-programming.html



simple fix
====

regarder pour error_reporting
admin sites css overwrite
Review all english strings, make them more explicit

En fait, j'ai affich� le lien complet dans ma page, et j'ai cliqu� dessus pour voir ce qu'il disait, et j'ai re�u deux erreurs un peu plus claire, la premi�re, c'est qu'il a r�clam� sur la premi�re visite que la colonne LOCATION_PROVIDER (piwik_log_visit) n'avait pas de default value, j'en ai mis une avec '$' et c'est pass�.
 
La seconde �tait que la longueur de la colonne LOCATION_BROWSER_LANG (piwik_log_visit toujours) �tait trop courte, je l'ai rallong�e � 100 pour voir ce qu'il voulait y mettre et j'y ai trouv� apr�s : "fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3".

todo: when adding a user, should test that email is unique
   piwik.php link to /piwik
editing site web with single quote bugs in siteAdmin
something is wrong in JS calendar when year selected


added index _visit server_date
added index _log_link_action idvisit

plugins easy to register a new hook

PPT= TRY PIWIK instead of onlin demo + screenshot piiwk

error RSS Feed only used on DataTable_Array http://piwik.org/demo/?module=API&method=Referers.getKeywords&idSite=1&period=week&date=yesterday&format=rss&filter_limit=30&filter_sort_column=3 
NOT CLEAR MESSAGE

documenter 	const VISIT_STANDARD_LENGTH = 1800; when writing plugin and need to test stats log

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
- edited line 145 registry.php from require_once 'Zend/Exception.php'; to require_once 'Exception.php';