todolist.html 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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/SloodleUser.html#methodis_enrolled">SloodleUser::is_enrolled()</a></h3>
  13. <ul>
  14. <li>Update to match parameter format and handling of <a href="sloodle/SloodleUser.html#methodenrol">enrol()</a> function.</li>
  15. </ul>
  16. <h3><a href="sloodle/SloodleUser.html#methodis_staff">SloodleUser::is_staff()</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/SloodleCourse.html#methodset_loginzone_position">SloodleCourse::set_loginzone_position()</a></h3>
  21. <ul>
  22. <li>Update to handle arrays as well</li>
  23. </ul>
  24. <h3><a href="sloodle/SloodleCourse.html#methodset_loginzone_size">SloodleCourse::set_loginzone_size()</a></h3>
  25. <ul>
  26. <li>Update to handle arrays as well</li>
  27. </ul>
  28. <h3><a href="sloodle/_sloodle---lib---general.php.html#functionsloodle_add_to_log">sloodle_add_to_log()</a></h3>
  29. <ul>
  30. <li><strong>May require update?</strong></li>
  31. </ul>
  32. <h3><a href="sloodle/_sloodle---lib.php.html#functionsloodle_cron">sloodle_cron()</a></h3>
  33. <ul>
  34. <li>Delete expired user entries</li>
  35. <li>Use a custom delay for expiries of users/objects</li>
  36. </ul>
  37. <h3><a href="sloodle/_sloodle---lib.php.html#functionsloodle_get_participants">sloodle_get_participants()</a></h3>
  38. <ul>
  39. <li>Possibly make it return a list of users registered via the Sloodle instance?</li>
  40. </ul>
  41. <h3><a href="sloodle/_sloodle---lib---general.php.html#functionsloodle_position_is_in_login_zone">sloodle_position_is_in_login_zone()</a></h3>
  42. <ul>
  43. <li>Update or remove... no longer valid</li>
  44. </ul>
  45. <h3><a href="sloodle/_sloodle---lib.php.html#functionsloodle_print_recent_activity">sloodle_print_recent_activity()</a></h3>
  46. <ul>
  47. <li>Figure out if we need this function to do anything!</li>
  48. </ul>
  49. <h3><a href="sloodle/_sloodle---lib.php.html#functionsloodle_user_complete">sloodle_user_complete()</a></h3>
  50. <ul>
  51. <li>Do we need this function to do anything?</li>
  52. </ul>
  53. <h3><a href="sloodle/_sloodle---lib.php.html#functionsloodle_user_outline">sloodle_user_outline()</a></h3>
  54. <ul>
  55. <li>Do we need this function to do anything?</li>
  56. </ul>
  57. <h2>sloodleglossary</h2>
  58. <h3><a href="sloodleglossary/_sloodle---mod---glossary-1.0---linker.php.html">linker.php</a></h3>
  59. <ul>
  60. <li>Implement ability to add new entries?</li>
  61. </ul>
  62. <h2>sloodlechat</h2>
  63. <h3><a href="sloodlechat/_sloodle---mod---chat-1.0---linker.php.html">linker.php</a></h3>
  64. <ul>
  65. <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>
  66. </ul>
  67. <p class="notes" id="credit">
  68. Documentation generated on Mon, 16 Jun 2008 15:57:13 +0100 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.0</a>
  69. </p>
  70. </body>
  71. </html>