From 8e7e488ffe92030707a792584adecc93cd9a3708 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 10 Oct 2014 00:13:00 -0700 Subject: doc updates --- doc/html/todo.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'doc/html/todo.html') diff --git a/doc/html/todo.html b/doc/html/todo.html index b67af7ae0..bc05e9751 100644 --- a/doc/html/todo.html +++ b/doc/html/todo.html @@ -104,16 +104,18 @@ $(document).ready(function(){initNavTree('todo.html','');});
File config.php
There are a few places in the code (such as the admin panel) where boolean configurations need to be fixed as of 10/08/2011.
-
Member RedChannelList (&$auth)
+
Member RedChannelList (&$auth)
Is there any reason why this is not inside RedDirectory class?
-
Member RedCollectionData ($file, &$auth)
+
Member RedCollectionData ($file, &$auth)
Is there any reason why this is not inside RedDirectory class? Seems only to be used there and we could simplify it a bit there.
-
Member RedDirectory::$ext_path
-
I think this is not used anywhere, we always strip '/cloud' and only use it in debug
-
Member RedDirectory::getDir ()
+
File reddav.php
+
split up the classes into own files.
+
Member RedDirectory::getDir ()
add description of what this function does.
-
Member RedDirectory::setName ($name)
-
handle duplicate directory name
+
Member RedDirectory::setName ($name)
+
handle duplicate directory name
+
Member RedMatrix::set_writeable ()
+
Maybe this can be solved with some $server->subscribeEvent()?
-- cgit v1.2.3