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: d3d16b7e6fb4044bd10d294b3e0d32ef7f3d55af (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
FEATURES
========
- when a method is called and doesn't make any access check, we can throw a NoticeException
  and display the message in debug mode in the API returned value in the field "notice" or "debug"

BUGS
====
- the token md5 generation doesn't check that the md5 generated is unique, 
  but it should (the field is unique in the database)
- if elements from the config file are deleted, bug without any notice or warning
  system for config file default values?
- if the path necessary sometimes in the configuration do not have a / when they should
  it could break the system...
	/*
	 * Make sure the compare directory has a trailing slash so that /tmp doesn't
	 * accidentally match /tmpfoo
	 */
	if ($element{strlen($element)-1} != $slash) {
	$element .= $slash;
	}

TODO MISC
=========
- tell zend that the attributes in Zend_Log have to be PROTECTED
- tell zend_log the test on fwrite===false

NOTES
=====
- edited zend_log and changed attr to protected