NEW: For a prettier blog interface, see the Wordpress version!
Tasks
Priorities - A: high, B: medium, C: low; Status - _: unfinished, X: finished, C: cancelled, P: pending, o: in progress, >: delegated. Covey quadrants - Q1 & Q3: urgent, Q1 & Q2: important
| A1 | X | Test task movement |
Schedule
Notes
1. Moodle.org and LANG : 12:04
Categories: None -- Permalink
Moodle's postgres7.sql is missing a
lang char(5) default
'en' declaration in prefix_user. This causes user additions to
fail. To fix an already set up database, simply
ALTER TABLE moodle ADD COLUMN lang CHAR(5); ALTER TABLE moodle ALTER lang SET DEFAULT 'en';
2. Moodle : 12:16
Categories: None -- Permalink
Picture should not have an empty string. Fixed by adding $user->picture = -1 .
3. Software quotes : 14:08
Categories: None -- Permalink
Just discovered http://www.softwarequotes.com =)
I'd love to hear about any questions, comments, suggestions or links that you might have. Your comments will not be posted on this website immediately, but will be e-mailed to me first. You can use this form to get in touch with me, or e-mail me at sacha@sachachua.com .