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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authormattpiwik <matthieu.aubry@gmail.com>2008-02-05 10:49:07 +0300
committermattpiwik <matthieu.aubry@gmail.com>2008-02-05 10:49:07 +0300
commit750ce39392968ba26c1023faf1d052ec8c445d30 (patch)
tree5cb9afe148eb1a00520749186c3ca63295de6569 /TODO
parent8d4704111193ab04ade72f1e54e1ea5d4f1774e7 (diff)
- added test that checks that piwik.php DEBUG is set to false
git-svn-id: http://dev.piwik.org/svn/trunk@292 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'TODO')
-rw-r--r--TODO44
1 files changed, 24 insertions, 20 deletions
diff --git a/TODO b/TODO
index 334e1d2604..a89b8e4ce8 100644
--- a/TODO
+++ b/TODO
@@ -1,26 +1,12 @@
-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
+changer ordres des sous menus
+menu lateral plus discret
+ajouter titres a tous les rappports
+valid INDEX html css
+remove effect on the cross to delete a widget; should appear directly
-# 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;
+add a cross to reset the search like on netvibes see the search box = http://www.netvibes.com/
-bugs
-===
edit the hack get(nb_visitors) and instead use a filter rename column etc.
admin plugin interface
@@ -51,3 +37,21 @@ menu for the admin section
optimization
===
optimize getdateStart / getdateEnd in *Period
+
+
+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