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: b21e18e5f05b45840bc2a006be7e3810ee7dfb61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
to check
========
check that when online archiving disabled, take the last valid archiving
ACTIONS limit seem not right, seem limited to 50 instead of 200 for root
editing site web with single quote bugs in siteAdmin???
something is wrong in JS calendar when year selected

design notes
============
API request shouldnt be SO DataTable aware
merge config file instead of annoying file selection?

CHANGES DONE TO LIBRARIES
=========================
- edited Zend/Db/Adapter/Abstract.php added resetConfigArray()
- 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';