diff options
author | friendica <info@friendica.com> | 2014-11-15 14:03:28 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-15 14:03:28 -0800 |
commit | 87cdfc1751d1e2f16cf651393049c5f6fb1a8efb (patch) | |
tree | 07a39bd8d533f83cff4b1539298d6a0dabbf6535 /doc/html/todo.html | |
parent | ad8668be9e26c914c9dbb2146e5c26c9ffda5d4c (diff) | |
download | volse-hubzilla-87cdfc1751d1e2f16cf651393049c5f6fb1a8efb.tar.gz volse-hubzilla-87cdfc1751d1e2f16cf651393049c5f6fb1a8efb.tar.bz2 volse-hubzilla-87cdfc1751d1e2f16cf651393049c5f6fb1a8efb.zip |
doc updates
Diffstat (limited to 'doc/html/todo.html')
-rw-r--r-- | doc/html/todo.html | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/doc/html/todo.html b/doc/html/todo.html index 375fff1d9..f09357862 100644 --- a/doc/html/todo.html +++ b/doc/html/todo.html @@ -102,21 +102,23 @@ $(document).ready(function(){initNavTree('todo.html','');}); </div><!--header--> <div class="contents"> <div class="textblock"><dl class="reflist"> -<dt><a class="anchor" id="_todo000001"></a>File <a class="el" href="include_2config_8php.html">config.php</a> </dt> +<dt><a class="anchor" id="_todo000002"></a>File <a class="el" href="include_2config_8php.html">config.php</a> </dt> <dd>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. </dd> -<dt><a class="anchor" id="_todo000008"></a>Member <a class="el" href="reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66">RedChannelList</a> (&$auth)</dt> +<dt><a class="anchor" id="_todo000001"></a>Member <a class="el" href="boot_8php.html#a899d24fd074594ceebbf72e1feff335f">get_custom_nav</a> (&$a, $navname)</dt> +<dd>not fully implemented yet </dd> +<dt><a class="anchor" id="_todo000009"></a>Member <a class="el" href="reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66">RedChannelList</a> (&$auth)</dt> <dd>Is there any reason why this is not inside RedDirectory class? function name looks like a class name, should we rename it? </dd> -<dt><a class="anchor" id="_todo000009"></a>Member <a class="el" href="reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266">RedCollectionData</a> ($file, &$auth)</dt> +<dt><a class="anchor" id="_todo000010"></a>Member <a class="el" href="reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266">RedCollectionData</a> ($file, &$auth)</dt> <dd>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. function name looks like a class name, should we rename it? </dd> -<dt><a class="anchor" id="_todo000007"></a>File <a class="el" href="reddav_8php.html">reddav.php</a> </dt> +<dt><a class="anchor" id="_todo000008"></a>File <a class="el" href="reddav_8php.html">reddav.php</a> </dt> <dd>split up the classes into own files. </dd> -<dt><a class="anchor" id="_todo000002"></a>Member <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a8161f2a0be205412e263c947b5ec46c5">RedMatrix::__construct</a> (&$auth)</dt> +<dt><a class="anchor" id="_todo000003"></a>Member <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a8161f2a0be205412e263c947b5ec46c5">RedMatrix::__construct</a> (&$auth)</dt> <dd>disable enablePost by default and only activate if permissions grant edit rights. </dd> -<dt><a class="anchor" id="_todo000003"></a>Member <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#aa1607857cb59738c4dce2fe8e73d8f19">RedMatrix::set_writeable</a> ()</dt> +<dt><a class="anchor" id="_todo000004"></a>Member <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#aa1607857cb59738c4dce2fe8e73d8f19">RedMatrix::set_writeable</a> ()</dt> <dd>Maybe this whole way of doing this can be solved with some $server->subscribeEvent(). </dd> -<dt><a class="anchor" id="_todo000006"></a>Member <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a825dc5f3e0f83f50736c16daa6a4809d">RedMatrix::getDir</a> ()</dt> +<dt><a class="anchor" id="_todo000007"></a>Member <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a825dc5f3e0f83f50736c16daa6a4809d">RedMatrix::getDir</a> ()</dt> <dd>add description of what this function does. </dd> -<dt><a class="anchor" id="_todo000005"></a>Member <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a14ac61d31a031d139956763db4e03956">RedMatrix::setName</a> ($name)</dt> +<dt><a class="anchor" id="_todo000006"></a>Member <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedDirectory.html#a14ac61d31a031d139956763db4e03956">RedMatrix::setName</a> ($name)</dt> <dd>handle duplicate directory name</dd> </dl> </div></div><!-- contents --> |