todolist.html 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <!-- template designed by Marco Von Ballmoos -->
  6. <title>Todo List</title>
  7. <link rel="stylesheet" href="media/stylesheet.css" />
  8. </head>
  9. <body>
  10. <div align="center"><h1>Todo List</h1></div>
  11. <h2>sloodle</h2>
  12. <h3><a href="sloodle/_toolbar---blog_linker.php.html">blog_linker.php</a></h3>
  13. <ul>
  14. <li>Implement ability to read blog entries too.</li>
  15. </ul>
  16. <h3><a href="sloodle/SloodleUser.html#methodis_enrolled">SloodleUser::is_enrolled()</a></h3>
  17. <ul>
  18. <li>Update to match parameter format and handling of <a href="sloodle/SloodleUser.html#methodenrol">enrol()</a> function.</li>
  19. </ul>
  20. <h3><a href="sloodle/SloodleUser.html#methodis_staff">SloodleUser::is_staff()</a></h3>
  21. <ul>
  22. <li>Update to match parameter format and handling of <a href="sloodle/SloodleUser.html#methodenrol">enrol()</a> function.</li>
  23. </ul>
  24. <h3><a href="sloodle/SloodleCourse.html#methodset_loginzone_position">SloodleCourse::set_loginzone_position()</a></h3>
  25. <ul>
  26. <li>Update to handle arrays as well</li>
  27. </ul>
  28. <h3><a href="sloodle/SloodleCourse.html#methodset_loginzone_size">SloodleCourse::set_loginzone_size()</a></h3>
  29. <ul>
  30. <li>Update to handle arrays as well</li>
  31. </ul>
  32. <h3><a href="sloodle/_lib---general.php.html#functionsloodle_add_to_log">sloodle_add_to_log()</a></h3>
  33. <ul>
  34. <li><strong>May require update?</strong></li>
  35. </ul>
  36. <h3><a href="sloodle/_lib.php.html#functionsloodle_cron">sloodle_cron()</a></h3>
  37. <ul>
  38. <li>Delete expired user entries</li>
  39. <li>Use a custom delay for expiries of users/objects</li>
  40. </ul>
  41. <h3><a href="sloodle/_lib.php.html#functionsloodle_get_participants">sloodle_get_participants()</a></h3>
  42. <ul>
  43. <li>Possibly make it return a list of users registered via the Sloodle instance?</li>
  44. </ul>
  45. <h3><a href="sloodle/_lib---general.php.html#functionsloodle_position_is_in_login_zone">sloodle_position_is_in_login_zone()</a></h3>
  46. <ul>
  47. <li>Update or remove... no longer valid</li>
  48. </ul>
  49. <h3><a href="sloodle/_lib.php.html#functionsloodle_print_recent_activity">sloodle_print_recent_activity()</a></h3>
  50. <ul>
  51. <li>Figure out if we need this function to do anything!</li>
  52. </ul>
  53. <h3><a href="sloodle/_lib.php.html#functionsloodle_user_complete">sloodle_user_complete()</a></h3>
  54. <ul>
  55. <li>Do we need this function to do anything?</li>
  56. </ul>
  57. <h3><a href="sloodle/_lib.php.html#functionsloodle_user_outline">sloodle_user_outline()</a></h3>
  58. <ul>
  59. <li>Do we need this function to do anything?</li>
  60. </ul>
  61. <h2>sloodleglossary</h2>
  62. <h3><a href="sloodleglossary/_mod---glossary-1.0---linker.php.html">linker.php</a></h3>
  63. <ul>
  64. <li>Implement ability to add new entries?</li>
  65. </ul>
  66. <h2>sloodlechat</h2>
  67. <h3><a href="sloodlechat/_mod---chat-1.0---linker.php.html">linker.php</a></h3>
  68. <ul>
  69. <li>Implement capabilities to make sure users can write to the chatroom (will need special handling to let guest users be permitted if desired)</li>
  70. </ul>
  71. <p class="notes" id="credit">
  72. Documentation generated on Mon, 07 Jul 2008 12:33:32 +0100 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.0</a>
  73. </p>
  74. </body>
  75. </html>