diff options
Diffstat (limited to 'doc/html/todo.html')
-rw-r--r-- | doc/html/todo.html | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/doc/html/todo.html b/doc/html/todo.html index bc05e9751..375fff1d9 100644 --- a/doc/html/todo.html +++ b/doc/html/todo.html @@ -104,18 +104,20 @@ $(document).ready(function(){initNavTree('todo.html','');}); <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> <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="_todo000004"></a>Member <a class="el" href="reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66">RedChannelList</a> (&$auth)</dt> -<dd>Is there any reason why this is not inside <a class="el" href="classRedDirectory.html" title="RedDirectory class.">RedDirectory</a> class? </dd> -<dt><a class="anchor" id="_todo000005"></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 <a class="el" href="classRedDirectory.html" title="RedDirectory class.">RedDirectory</a> class? Seems only to be used there and we could simplify it a bit there. </dd> -<dt><a class="anchor" id="_todo000003"></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="_todo000008"></a>Member <a class="el" href="classRedDirectory.html#a70173d4458572d95e586b2037d2fd2f4">RedDirectory::getDir</a> ()</dt> +<dt><a class="anchor" id="_todo000008"></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> +<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> +<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> +<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> +<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> <dd>add description of what this function does. </dd> -<dt><a class="anchor" id="_todo000007"></a>Member <a class="el" href="classRedDirectory.html#adc48035679e52c55d9881f83de535553">RedDirectory::setName</a> ($name)</dt> -<dd>handle duplicate directory name </dd> -<dt><a class="anchor" id="_todo000002"></a>Member <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#aa1607857cb59738c4dce2fe8e73d8f19">RedMatrix::set_writeable</a> ()</dt> -<dd>Maybe this can be solved with some $server->subscribeEvent()? </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> +<dd>handle duplicate directory name</dd> </dl> </div></div><!-- contents --> </div><!-- doc-content --> |