Commit Graph

24767 Commits

Author SHA1 Message Date
martin 8553b7005a Changes related to internationalision strings and printing them 2002-07-11 05:30:57 +00:00
martin a83fded1a9 Consistent use of get_site() instead of checking course->category directly 2002-07-11 05:30:10 +00:00
martin 6d9d8344b4 Typo in userdate 2002-07-04 08:01:26 +00:00
martin 6df680ca6a Use lang if locale not defined 2002-07-04 07:56:19 +00:00
martin fa0626c6f4 Language-related fixes 2002-07-04 07:52:06 +00:00
martin bcc83c41f2 Added missing parameter to update_module_icon (courseid) 2002-07-04 07:49:38 +00:00
martin 7a302afc5f Slight changes to userdate() function. It now uses gmstrftime() instead of
gmdate to format times, thus allowing it to take advantage of locale, if set,
to print dates in the appropriate language.  Several userdate invocations
had to be changed, though, to use the different formatting specs.
2002-07-02 07:02:28 +00:00
martin 60dae40800 List of all 2-letter language codes (ISO 639) 2002-07-02 04:11:39 +00:00
martin 1180c6dc56 New languages system - get_string() in moodlelib. 2002-06-27 08:47:27 +00:00
martin e3f0a6a737 Minor changes 2002-06-25 12:08:38 +00:00
martin 9ccbad71e3 Whoops forgot some more 'week's 2002-06-25 11:57:00 +00:00
martin b5fe4c935d Major changes throughout to change "week" notation to "section" notation.
Sections covers "weeks", "topics" and anything else that may come along.
Note, again, some databases have changed esp course_weeks -> course_sections
and several fields called "week" are now "section.  Also course no longer
has an enddate, but instead has a numsections field.
2002-06-25 11:49:06 +00:00
martin e07635f4d0 Changes related to new forum type: eachuser and some general forum-related tweaking 2002-06-25 06:47:34 +00:00
martin f93f848ab3 Mass change related to separating forum from discuss and making it a
separate module (again).  This frees up forums for some interesting
developments.  Note that database tables have moved around.
2002-06-20 15:15:22 +00:00
martin 2f21e988a6 Added course->marker 2002-06-19 05:37:59 +00:00
martin b1a1b00aa6 Upgraded to ADOdb 2.12 2002-06-13 12:31:58 +00:00
martin 5af78ed2b2 New highlight function for searches etc 2002-06-11 07:01:51 +00:00
martin d2d6171f7c Fixes to usergetdate() ... looks OK now. 2002-06-11 04:04:45 +00:00
martin edf7fe8c19 New usergetmidnight function and use in finding today's logs 2002-06-10 14:01:30 +00:00
martin f13b00d318 Added course->timecreated 2002-06-10 11:34:31 +00:00
martin d552ead0e7 Fixes to functions relating to user timezones 2002-06-10 09:43:40 +00:00
martin da5c172a07 Changes to support guest user across any course (guest/guest) 2002-06-09 14:14:07 +00:00
martin c7e3ac2ac2 Changes so that an icon can be displayed in the header 2002-06-08 06:47:33 +00:00
martin 65adacc4ba Put backquotes around some field names to avoid errors 2002-06-08 02:13:17 +00:00
martin 1e411ffc98 Added Moodle version number 2002-06-07 03:57:38 +00:00
martin 7868189942 More tweaking of the mail formatting 2002-06-07 03:54:39 +00:00
martin 7f86ce17ba If $CFG->smtphosts is empty, then mailer uses PHP mail() == sendmail. 2002-06-06 15:21:30 +00:00
martin 14be161501 WHoops .... time should be 1800 seconds 2002-06-06 02:59:44 +00:00
martin 5fa51a394b Fixes to convert mail to individual mailing ...
so that we can use the new preferences for mail (plain or html).
2002-06-05 14:05:59 +00:00
martin f3ecd2c8da Slight interface tweaks 2002-06-05 06:24:29 +00:00
martin bda8d43a78 Changes to user settings, now it matches the stored data better 2002-06-05 05:37:55 +00:00
martin 02ccf26f34 Moved here from login/countries.php. Function removed. 2002-06-05 05:36:45 +00:00
martin 8dd650745f Changes to user table 2002-06-05 03:24:29 +00:00
martin 873960de8c Changes related to timezone display. Datetime display now uses userdate()
which itself uses the USER variable timezone to alter the displayed time.
2002-06-05 03:15:30 +00:00
martin be0d1cd55a course/login.php is now course/enrol.php ... 2002-06-04 06:32:12 +00:00
martin 5c0bef5d46 Fixed buglets in get_records_sql and insert_record 2002-06-01 09:05:08 +00:00
martin 8c7dc44061 Added lists to allowed html in cleantext 2002-06-01 03:46:35 +00:00
martin 4216daa695 Various small changes. Main one was new version of add_to_log to suit
the new logging format.
2002-05-31 09:20:39 +00:00
martin 93777df60d Removed "logs" and added new log format: "log" and "log_display" 2002-05-31 09:18:12 +00:00
martin 59c16528cd Changed email_to_users to be a lot more straightforward. I don't think
there's really need for all the BCC hocus-pocus.  Everyone can find
everyone's address anyway, the email bloat is minimal, and perhaps
distributing email addresses will spark private emails.
2002-05-28 13:59:45 +00:00
martin bb209a3e1a Reconverted using a newer converter. Still not tested. 2002-05-27 13:17:18 +00:00
martin 27dd018c34 QL to create core databases in PostgreSQL. Not tested at all. In fact
I'm pretty sure it won't work, because it needs sequences.
2002-05-27 12:58:06 +00:00
martin 6fa8326dad SQL to create core databases in MySQL (any version). 2002-05-27 12:56:48 +00:00
martin 1184a03bf0 This is part of the phpmailer distribution 2002-05-24 06:48:29 +00:00
martin 242b9a6f82 Moved to subdirectory phpmailer 2002-05-24 06:46:54 +00:00
martin 136dabd855 Changes to mailing system, now supports HTML, attachments. Simplified functions. 2002-05-24 06:38:37 +00:00
martin 9c438a5bc3 Added version number for Moodle 2002-05-24 06:35:03 +00:00
martin 0b821adfdc Upgraded to phpmailer 1.60 2002-05-18 06:54:12 +00:00
martin d2e378fb0b Added Moodle into the X-Mailer: header 2002-05-18 06:36:51 +00:00
martin d69cb7f457 Smiley conversion is now optional (better for html mail) 2002-05-18 05:22:48 +00:00