|
The Red Matrix
|
- 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)
- Is there any reason why this is not inside RedDirectory class?
- 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.
- 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 RedMatrix::set_writeable ()
- Maybe this can be solved with some $server->subscribeEvent()?