To Do List

From SPSU Wiki

To Do

  • Investigate this boot message: httpd: [warn] The Alias directive in /etc/httpd/conf/httpd.conf at line 487 will probably never match because it overlaps an earlier AliasMatch. (Added 2005-07-31 by BB.)
  • Make the user a member of the group "confirmed" when email address is successfully confirmed. Confirmation happens with function User::confirmEmail() at line 1675 of User.php. This is currently done with a cron job run every few minutes. Ugly. (Added 2005-07-27 by BB.)
  • Discover how to make the time of day display in U.S. Eastern instead of UTC. Added 2005-07-16 by BB. (2005-07-24 This is in the user_options attribute of the user table. We will need to set timecorrection=-4:00 by default to do this. Haven't figured out how yet. And, of course, it will be -05:00 for EDT. There is something called $wgLocaltimezone but it doesn't seem to do anything.)

Completed Items

  • Debug sending of confirming email. Resolved 2005-07-16. Apparently the server has to be running a sendmail daemon even though we expect no incoming mail. Still not sure this will relay mail off-campus, though. (It does. 2005-07-18.) 2005-07-24 Sendmail wasn't set to restart. Sigh. Did chkconfig --level 35 sendmail on and service sendmail start. --BB

Back to SPSU Wiki Technical Details or SPSU Wiki Project