Tweaked the new icon
[moodle.git] / CHANGES
blobf24c3f9590d461ab293953b87f18553355b8ef06
1 2002-09-02 Monday 14:34  martin
3         * config-dist.php: 
4         
5         Added ability to define proxy machine (eg a firewall) so that
6         Moodle is able to get to the Internet if it needs to
8 2002-09-02 Monday 14:30  martin
10         * lib/ipatlas/plotconf.inc: 
11         
12         Add Moodle support for proxies
14 2002-09-02 Monday 14:25  martin
16         * mod/forum/post.php: 
17         
18         [no log message]
20 2002-09-02 Monday 13:03  martin
22         * mod/forum/discuss.php: 
23         
24         Fix the display when USER display mode is flat, and a parent is
25         selected.  In this case, the display is temporarily changed to
26         nested
28 2002-09-02 Monday 11:48  martin
30         * mod/forum/lib.php: 
31         
32         Default forum display mode is actually used now
34 2002-09-02 Monday 10:17  martin
36         * course/editsection.html: 
37         
38         Removed the 255 character limit ... now they have a gun, I hope
39         people don't shoot themseves with it.   ;-)
41 2002-09-01 Sunday 22:47  martin
43         * course/lib.php: 
44         
45         Hide no-authority teachers from course listings too
47 2002-09-01 Sunday 22:35  martin
49         * lang/en/help/forum/attachment.html: 
50         
51         New documenttaion about attachments
53 2002-09-01 Sunday 22:34  martin
55         * mod/forum/: lib.php, post.html, post.php, version.php: 
56         
57         
58         Attachments can now be added to postings.  They are stored in the
59         course moddata area.  They appear as links within the message,
60         including mailed-out messages.  They are deleted when the post is
61         deleted.
63 2002-09-01 Sunday 22:32  martin
65         * lang/en/: forum.php, moodle.php, help/picture.html: 
66         
67         Updates and changes
69 2002-09-01 Sunday 22:31  martin
71         * user/lib.php: 
72         
73         Moved valid_uploaded_file out to lib/moodlelib.php
75 2002-09-01 Sunday 22:31  martin
77         * user/: edit.html, edit.php: 
78         
79         Documentation on file sizes
81 2002-09-01 Sunday 22:30  martin
83         * user/index.php: 
84         
85         DOn't print teachers with no authority
87 2002-09-01 Sunday 22:29  martin
89         * lib/moodlelib.php: 
90         
91         Functions moved here from files/index.php (related to file
92         handling)
94 2002-09-01 Sunday 22:28  martin
96         * files/index.php: 
97         
98         Moved some functions out to lib/moodlelib.php
100 2002-09-01 Sunday 22:24  martin
102         * version.php, lib/db/mysql.sql: 
103         
104         Increased size of section summaries from 255 chars to 65000 chars.
106 2002-08-31 Saturday 10:44  martin
108         * doc/install.html: 
109         
110         Mentioned that config.php needs to be edited using a *text editor*
111         :-)
113 2002-08-31 Saturday 00:02  martin
115         * theme/index.php: 
116         
117         Prints an error message if theme can't be set
119 2002-08-30 Friday 21:28  martin
121         * lang/en/moodle.php: 
122         
123         New strings for file management stuff
125 2002-08-30 Friday 21:18  martin
127         * files/index.php: 
128         
129         Improved header now contains directory trail, and I
130         internationalised all the texts (buttons etc)
132 2002-08-28 Wednesday 23:53  martin
134         * index.php: 
135         
136         Added slash after login to fix obscure problems on some servers
138 2002-08-28 Wednesday 23:28  martin
140         * lib/moodlelib.php: 
141         
142         Added slash after login link ... some servers have problems without
143         it
145 2002-08-28 Wednesday 23:07  martin
147         * lib/moodlelib.php, login/index.php: 
148         
149         Security fix for:
150         
151           Internet Explorer bug that allows sends cookies to different
152         sites if
153           they have the same ending.  eg moodle.com cookie is sent to
154         smec.moodle.com!!
155         
156           Also fixes case where multiple moodle installations may be in
157         different
158           directories on the same server.  When you go from one to the
159         other the
160           first session will be destroyed now (you can't be logged in the
161         two
162           at the same time).  It's just a lot safer this way, for now.
163         
164         Basically this works by storing the wwwroot variable in the session
165         and checking it for every page.
167 2002-08-28 Wednesday 21:41  martin
169         * files/index.php: 
170         
171         slasharguments wasn't being found (CFG not declared global)
173 2002-08-28 Wednesday 21:36  martin
175         * files/mimetypes.php: 
176         
177         Added powerpoint
179 2002-08-28 Wednesday 21:36  martin
181         * files/pix/powerpoint.gif: 
182         
183         New icon
185 2002-08-28 Wednesday 21:20  martin
187         * lang/en/docs/module_files.txt, mod/assignment/version.php: 
188         
189         Slight improvements to documentation
191 2002-08-28 Wednesday 21:07  martin
193         * lang/en/moodle.php, lang/en/docs/module_files.txt,
194         lib/moodlelib.php, lib/setup.php, mod/assignment/lib.php,
195         mod/assignment/version.php, mod/reading/details.php: 
196         
197         Moved uploaded assignment files into a subdirectory called moddata,
198         where data from other modules can also live later on.
199         
200         Also added a README for that directory to warn teachers not to mess
201         with it, version code to perform the upgrade, tweaks to
202         assignment/lib.php and a tweak to reading module so that assignment
203         files aren't listed in the list of possible readings (could get
204         messy).
206 2002-08-28 Wednesday 11:45  martin
208         * doc/future.html: 
209         
210         More details about Moodle futures
212 2002-08-27 Tuesday 04:45  martin
214         * index.php, course/lib.php: 
215         
216         Tweak to side boxes
218 2002-08-27 Tuesday 04:41  martin
220         * index.php: 
221         
222         Further little tweak to front-page spacing
224 2002-08-27 Tuesday 04:38  martin
226         * index.php, course/lib.php: 
227         
228         Fix for front page case when no left column
230 2002-08-26 Monday 19:04  martin
232         * lib/ipatlas/plot.php: 
233         
234         Doesn't matter if user isn't provided
236 2002-08-26 Monday 18:07  martin
238         * CHANGES: 
239         
240         
241         MOODLE 1.0.1 RELEASED
243 2002-08-26 Monday 18:06  martin
245         * version.php: 
246         
247         Upgraded version number to today, in anticipation of 1.0.1
249 2002-08-26 Monday 18:01  martin
251         * mod/forum/mod.html: 
252         
253         Choose "general" forum now as a default
255 2002-08-26 Monday 17:51  martin
257         * CHANGES: 
258         
259         New changes
261 2002-08-26 Monday 17:48  martin
263         * CHANGES, config-dist.php, file.php, index.php, files/index.php,
264         lib/moodlelib.php, mod/assignment/lib.php, mod/reading/view.php: 
265         
266         Changes to use a new configuration variable: CFG->slasharguments
267         
268         If true, then display of user pictures or filenames will use the
269         method of providing arguments as "slash" arguments - this is much
270         better for caching, proxies, search engines etc.  Unfortunately it
271         doesn't seem to work on some PHP installations.
272         
273         If false (the default), then a more compatible method is used (ie
274         usual way of passing parameters to scripts)
276 2002-08-26 Monday 17:28  martin
278         * course/lib.php: 
279         
280         Slightly bigger window
282 2002-08-26 Monday 17:25  martin
284         * course/lib.php, lib/ipatlas/plot.php: 
285         
286         Nicer display of earth plot now contains user's name as well
288 2002-08-26 Monday 17:16  martin
290         * lib/ipatlas/: MOODLECHANGES, plot.php: 
291         
292         Fixes to use Moodle background colour
294 2002-08-26 Monday 17:05  martin
296         * doc/credits.html: 
297         
298         Added IP-Atlas to credits
300 2002-08-26 Monday 17:00  martin
302         * course/lib.php: 
303         
304         Added popup links for IP addresses in logs (display IP location on
305         world map)
307 2002-08-26 Monday 16:59  martin
309         * lib/ipatlas/: COPYING, README, countries.txt, earth_620.jpg,
310         footer.inc, hr.gif, ip-atlas.css, ip-atlas_prefs.php, plot.inc,
311         plot.php, plotconf.inc, plotimage.php, plotlog.txt, reddot.gif,
312         translate.inc, yellowdot.gif, languages/messages.blank.inc,
313         languages/messages.it.inc: 
314         
315         Adding IP-Atlas 1.0 to this distribution.  I use it to provide maps
316         for IP addresses (in the logs).
318 2002-08-26 Monday 16:35  martin
320         * mod/forum/lib.php: 
321         
322         Forums with many discussions (> 10) become abbreviated to a shorter
323         display
325 2002-08-26 Monday 10:49  martin
327         * admin/site.php: 
328         
329         More direct link to index.php just in case they don't have
330         index.php set as a default page
332 2002-08-23 Friday 11:55  martin
334         * index.php, course/lib.php, course/weeks.php, lib/moodlelib.php,
335         mod/forum/lib.php: 
336         
337         Changes to improve layout and formatting on old Netscape (eg
338         version 4)
340 2002-08-23 Friday 10:14  martin
342         * lib/: moodlelib.php, setup.php: 
343         
344         Check that PHP is a recent enough version (ie 4.1.0 or later)
346 2002-08-22 Thursday 16:31  martin
348         * lib/weblib.php: 
349         
350         New space-removal works better if done before adding link tags :-)
352 2002-08-22 Thursday 16:01  martin
354         * mod/forum/lib.php: 
355         
356         If a post is updated that is also a discussion definition, then the
357         discussion name is updated with the post subject.
359 2002-08-22 Thursday 15:53  martin
361         * lib/weblib.php: 
362         
363         Experimental filters to remove returns from before and after tags,
364         which should mean neater formatting of lists and so on.  Needs
365         testing.
367 2002-08-22 Thursday 14:41  martin
369         * admin/: index.php, user.php: 
370         
371         Tweaks to creation of user account while searching for the login
372         problem some people are having ...
374 2002-08-22 Thursday 14:40  martin
376         * lib/db/mysql.sql: 
377         
378         Added recent upgrades (course->guest, and user->maildisplay)
380 2002-08-22 Thursday 10:24  martin
382         * doc/install.html, lang/en/moodle.php, login/index_form.html: 
383         
384         Notes about the necessity of cookies being allowed
386 2002-08-22 Thursday 10:23  martin
388         * course/teacher.php: 
389         
390         Handy link to course page, after assigning teachers
392 2002-08-22 Thursday 09:24  martin
394         * index.php: 
395         
396         Whoops!  comment out of place
398 2002-08-21 Wednesday 22:08  martin
400         * index.php, lib/moodlelib.php: 
401         
402         Just some comments about not removing the Moodle logo from the
403         front page.
405 2002-08-21 Wednesday 21:55  martin
407         * lib/moodlelib.php: 
408         
409         Fixed dates when no-one is logged in (uses server time now, not
410         GMT)
412 2002-08-21 Wednesday 21:29  martin
414         * version.php, lang/en/moodle.php, user/edit.html, user/lib.php,
415         user/view.php: 
416         
417         Users can now choose to hide their email address.  In this initial
418         version there are three options:
419         
420         0) Hide the email address from everyone (except the teacher of
421         their course) 1) Allow everyone to see the email address, all the
422         time.  2) Allow only participants in the same course to see the
423         email address
424         
425         Note, new field maildisplay in 'user'
427 2002-08-21 Wednesday 20:54  martin
429         * version.php, course/edit.html, lang/en/moodle.php,
430         lang/en/help/enrolmentkey.html, lang/en/help/guestaccess.html,
431         lib/moodlelib.php: 
432         
433         Fixed up guest access PROPERLY - it's now more obvious and simple
434         for teachers to set it how they want.  Guest access now has THREE
435         states (off, on, on with key).
437 2002-08-21 Wednesday 19:11  martin
439         * lang/en/help/: enrolmentkey.html, guestaccess.html: 
440         
441         Improved explanations
443 2002-08-21 Wednesday 18:56  martin
445         * lang/en/help/: enrolmentkey.html, guestaccess.html: 
446         
447         Clarified the documentation here
449 2002-08-21 Wednesday 10:05  martin
451         * doc/install.html: 
452         
453         Anchor name fix
455 2002-08-21 Wednesday 09:57  martin
457         * doc/install.html: 
458         
459         Improvements to install documentation
461 2002-08-20 Tuesday 17:39  martin
463         * admin/cron.php: 
464         
465         Bugfix for unenrolling old users
467 2002-08-20 Tuesday 10:15  martin
469         * doc/developer.html: 
470         
471         Slight formatting fix on list
473 2002-08-19 Monday 22:53  martin
475         * CHANGES: 
476         
477         
478         
479         Moodle 1.0 is released!  :-)
481 2002-08-19 Monday 21:25  martin
483         * doc/: contents.html, developer.html, licence.html: 
484         
485         
486         Format fixes
488 2002-08-19 Monday 21:19  martin
490         * doc/: background.html, contents.html, credits.html,
491         developer.html, features.html, future.html, intro.html: 
492         
493         Significant improvements to distributed documentation
495 2002-08-19 Monday 00:39  martin
497         * version.php, mod/assignment/version.php, mod/choice/version.php,
498         mod/forum/version.php, mod/journal/version.php,
499         mod/reading/version.php, mod/survey/version.php: 
500         
501         Updated versions in preparation for 1.0 release tomorrow
503 2002-08-19 Monday 00:33  martin
505         * doc/view.php: 
506         
507         Double footer looked funny.
509 2002-08-19 Monday 00:31  martin
511         * course/lib.php, doc/teacher.html, doc/view.php: 
512         
513         Make the Help link in the course look like a seamless part of the
514         course.
516 2002-08-19 Monday 00:16  martin
518         * course/lib.php, course/social.php, course/topics.php,
519         course/weeks.php, lang/en/moodle.php: 
520         
521         Added help link to course pages (for teachers) and tidied up the
522         course admin links in general (new fucntion and reorder)
524 2002-08-18 Sunday 23:57  martin
526         * lang/en/help/reading/: readingtype.html, summary.html: 
527         
528         New help files for readings
530 2002-08-18 Sunday 23:56  martin
532         * lang/en/reading.php, mod/reading/details.php,
533         mod/reading/mod.html, mod/reading/view.php: 
534         
535         Improvements to reading definition - help buttons and language
536         fixes
538 2002-08-18 Sunday 23:31  martin
540         * doc/teacher.html: 
541         
542         SLight edits
544 2002-08-18 Sunday 23:26  martin
546         * config-dist.php, files/index.php: 
547         
548         New CFG->zip and CFG->unzip valiables which specify programs to use
549         when zipping and unzipping files.  Unix only at this stage. (Zip
550         interfaces for Windows are much less standardised)
552 2002-08-18 Sunday 23:24  martin
554         * help.php: 
555         
556         Better error (don't need a link)
558 2002-08-18 Sunday 23:23  martin
560         * doc/pix/: files.jpg, social.jpg, topics.jpg, weekly.jpg: 
561         
562         New pictures for documentation.
564 2002-08-18 Sunday 23:23  martin
566         * doc/teacher.html: 
567         
568         Finally sat down and wrote this page.  SHould do for now as a
569         starter.
571 2002-08-18 Sunday 22:40  martin
573         * lang/en/help/waysofknowing.html,
574         lang/en/help/forum/allowdiscussions.html,
575         lang/en/help/forum/forumtype.html, lang/en/help/forum/ratings.html,
576         lang/en/help/forum/subscription.html, mod/forum/lib.php,
577         mod/forum/mod.html: 
578         
579         Improved help buttons for forums
581 2002-08-18 Sunday 18:00  martin
583         * doc/teacher.html: 
584         
585         Placeholder
587 2002-08-18 Sunday 17:52  martin
589         * lang/en/choice.php, mod/choice/view.php: 
590         
591         Preview how many responses have been made (for teacher)
593 2002-08-18 Sunday 17:47  martin
595         * mod/choice/report.php: 
596         
597         Sort names by firstname, and include even columns with no answers
599 2002-08-18 Sunday 17:43  martin
601         * doc/teacher.html, lang/en/choice.php: 
602         
603         new strings
605 2002-08-18 Sunday 17:43  martin
607         * mod/choice/: lib.php, report.php: 
608         
609         Cleaned up the Choice report - it's easier to make sense of now
611 2002-08-17 Saturday 23:10  martin
613         * CHANGES: 
614         
615         Changes
617 2002-08-17 Saturday 22:44  martin
619         * course/edit.html, lang/en/help/coursecategory.html,
620         lang/en/help/coursefullname.html,
621         lang/en/help/coursenewsitems.html,
622         lang/en/help/coursenumsections.html,
623         lang/en/help/courseshortname.html,
624         lang/en/help/coursestartdate.html, lang/en/help/enrolmentkey.html,
625         lang/en/help/guestaccess.html: 
626         
627         Added more popup help for course settings page
629 2002-08-17 Saturday 21:01  martin
631         * config-dist.php, admin/index.php, course/lib.php,
632         lang/en/moodle.php, lib/moodlelib.php, lib/setup.php,
633         theme/index.php: 
634         
635         Changes related to new way of setting and recalling themes.
636         
637         The CFG->theme variable is now obsolete in config.php - use the
638         admin page to set themes interactively.
640 2002-08-17 Saturday 19:32  martin
642         * mod/assignment/index.php: 
643         
644         Fixed some missing language strings
646 2002-08-17 Saturday 19:32  martin
648         * lang/en/assignment.php: 
649         
650         Additions for index.php
652 2002-08-17 Saturday 16:59  martin
654         * lang/en/assignment.php, mod/assignment/mod.html,
655         mod/journal/mod.html: 
656         
657         Some more missed language strings
659 2002-08-17 Saturday 16:38  martin
661         * admin/index.php, lang/en/moodle.php: 
662         
663         Added a GPL license agreement as the very first step.
665 2002-08-17 Saturday 15:53  martin
667         * lang/en/forum.php, mod/forum/subscribe.php,
668         mod/forum/subscribers.php: 
669         
670         Teachers can now unsubscribe anyone from the "list of subscribers"
671         list.  Made the feedback display when subscribing/unsubscribing a
672         little more generic.
674 2002-08-17 Saturday 15:02  martin
676         * index.php, lib/moodlelib.php: 
677         
678         Changes to add login/logout button to the right-hand top corner of
679         every page ... this is to help encourage people to log out after a
680         session, especially on shared or public terminals.
682 2002-08-17 Saturday 11:03  martin
684         * README, README.txt, UPGRADING, UPGRADING.txt: 
685         
686         Added .txt to these files to make them double-clickable
688 2002-08-17 Saturday 11:01  martin
690         * README: 
691         
692         Better introduction to installation
694 2002-08-16 Friday 16:33  martin
696         * doc/install.html: 
697         
698         Added link to moodle-cron-for-windows.zip
700 2002-08-16 Friday 11:10  martin
702         * lang/en/help/waysofknowing.html: 
703         
704         tweak
706 2002-08-16 Friday 01:44  martin
708         * CHANGES: 
709         
710         Changes up to Moodle 1.0 Beta 5
712 2002-08-16 Friday 01:41  martin
714         * lang/en/forum.php, lang/en/moodle.php,
715         lang/en/help/waysofknowing.html, mod/forum/lib.php,
716         mod/forum/mod.html, mod/forum/subscribe.php, mod/forum/view.php: 
717         
718         Forum language fixes, and addition of help for separate/connected
719         knowing
721 2002-08-15 Thursday 21:05  martin
723         * course/lib.php: 
724         
725         Log formatting
727 2002-08-15 Thursday 21:03  martin
729         * course/lib.php: 
730         
731         Make the IP more visible in logs
733 2002-08-15 Thursday 13:46  martin
735         * CHANGES: 
736         
737         Slightly clearer changelog format
739 2002-08-15 Thursday 13:45  martin
741         * CHANGES: 
742         
743         Changes
745 2002-08-15 Thursday 13:45  martin
747         * UPGRADING: 
748         
749         Brought this up to date, and reworded some stuff
751 2002-08-15 Thursday 13:44  martin
753         * version.php, admin/index.php, lang/en/moodle.php: 
754         
755         Fixes to languages for admin (setting up and upgrading databases)
757 2002-08-15 Thursday 13:43  martin
759         * user/view.php: 
760         
761         No point in being able to login as yourself
763 2002-08-15 Thursday 12:37  martin
765         * index.php, lib/moodlelib.php: 
766         
767         Cleanups for footer on home page
769 2002-08-15 Thursday 12:17  martin
771         * lib/setup.php: 
772         
773         Accidentally checked in a test version of setup.php - reverting
775 2002-08-15 Thursday 12:16  martin
777         * lib/setup.php, mod/forum/lib.php, mod/forum/subscribers.php: 
778         
779         Fixes to finding list of subscribers to a forum for site-level
780         forums which affected both the displayed list and the mailouts.
782 2002-08-15 Thursday 11:45  martin
784         * lang/en/forum.php, lang/en/moodle.php, mod/forum/subscribers.php:
785         
786         
787         Fixes to list of subscribers (language fixes, and fix for
788         site-level forums)
790 2002-08-15 Thursday 11:10  martin
792         * doc/install.html: 
793         
794         EasyPHP is another option for Windows users
796 2002-08-15 Thursday 10:59  martin
798         * course/topics.php: 
799         
800         Bit more checking while creating new section
802 2002-08-15 Thursday 10:58  martin
804         * course/weeks.php: 
805         
806         Fixed bug with creation of new weeks in weekly view
808 2002-08-14 Wednesday 14:27  martin
810         * mod/survey/report.php: 
811         
812         Improvements to headings
814 2002-08-14 Wednesday 14:13  martin
816         * mod/survey/report.php: 
817         
818         Show scale title when looking at questions from a scale
820 2002-08-14 Wednesday 13:58  martin
822         * lib/graphlib.php: 
823         
824         Orange
826 2002-08-14 Wednesday 13:58  martin
828         * mod/survey/graph.php: 
829         
830         Different colours (hopefully make graphs better for color-blind
831         people)
833 2002-08-14 Wednesday 13:36  martin
835         * mod/survey/graph.php: 
836         
837         Improvements to the standard deviation bars display
839 2002-08-14 Wednesday 13:27  martin
841         * lib/graphlib.php: 
842         
843         Added some new colours
845 2002-08-14 Wednesday 13:13  martin
847         * mod/survey/: graph.php, version.php, db/mysql.sql: 
848         
849         Updated questions table to add shorttext for better graph display
850         (actually this was done a long time ago but was never incorporated
851         into the main Moodle codebase)
853 2002-08-14 Wednesday 09:51  martin
855         * lang/en/moodle.php, user/edit.php: 
856         
857         Tidied up headers of user/edit.php
859 2002-08-13 Tuesday 23:40  martin
861         * admin/site.html, admin/site.php, lang/en/moodle.php: 
862         
863         Language fixes and cleanups for admin/site.*
865 2002-08-13 Tuesday 23:30  martin
867         * admin/: user.html, log.php: 
868         
869         Obsolete
871 2002-08-13 Tuesday 02:03  martin
873         * CHANGES: 
874         
875         Changes up to 1.0 beta 4
877 2002-08-13 Tuesday 02:01  martin
879         * mod/survey/report.php: 
880         
881         Got rid of some junk
883 2002-08-13 Tuesday 02:01  martin
885         * lang/en/help/surveys.html: 
886         
887         Help file for survey types (needs work)
889 2002-08-13 Tuesday 01:54  martin
891         * lang/en/: moodle.php, survey.php: 
892         
893         Language additions
895 2002-08-13 Tuesday 01:54  martin
897         * mod/survey/: details.php, index.php, lib.php, mod.html, save.php,
898         view.php: 
899         
900         Language fixes
902 2002-08-13 Tuesday 01:54  martin
904         * mod/survey/report.php: 
905         
906         Cleaned up the whole interface (more consistent now) and lots of
907         labguage stuff
909 2002-08-12 Monday 22:59  martin
911         * lang/en/: moodle.php, survey.php: 
912         
913         More translating
915 2002-08-12 Monday 22:59  martin
917         * course/mod.php: 
918         
919         More translating ...
921 2002-08-12 Monday 22:44  martin
923         * mod/reading/details.php: 
924         
925         Better error checking for empty fields
927 2002-08-12 Monday 21:45  martin
929         * lang/en/moodle.php, lang/en/reading.php, lib/moodlelib.php,
930         lib/weblib.php, theme/standard/header.html,
931         theme/standardblue/header.html, theme/standardgreen/header.html,
932         theme/standardred/header.html: 
933         
934         Minor tweaking and cleaning up
936 2002-08-12 Monday 21:45  martin
938         * mod/reading/: details.php, index.php, lib.php, mod.html,
939         view.php: 
940         
941         Language fixes and minor tweaks
943 2002-08-12 Monday 17:38  martin
945         * lang/en/forum.php, lang/en/journal.php, lang/en/moodle.php,
946         mod/forum/lib.php, mod/journal/edit.html, mod/journal/edit.php,
947         mod/journal/index.php, mod/journal/lib.php, mod/journal/mod.html,
948         mod/journal/report.php, mod/journal/view.php: 
949         
950         More language fixes
952 2002-08-12 Monday 16:56  martin
954         * mod/choice/: lib.php, view.php: 
955         
956         
957         Modernised insert and update of answers (using standard functions)
959 2002-08-12 Monday 16:28  martin
961         * lang/en/choice.php, lang/en/moodle.php, mod/choice/index.php,
962         mod/choice/lib.php, mod/choice/mod.html, mod/choice/report.php,
963         mod/choice/view.html, mod/choice/view.php: 
964         
965         Language changes to choice module
967 2002-08-12 Monday 15:44  martin
969         * lib/wordlist.txt: 
970         
971         Slightly bigger wordlist
973 2002-08-12 Monday 15:40  martin
975         * lang/en/moodle.php, lib/weblib.php: 
976         
977         Language changes to weblib
979 2002-08-12 Monday 15:37  martin
981         * lang/en/moodle.php, lib/moodlelib.php: 
982         
983         Language changes for main library
985 2002-08-12 Monday 11:22  martin
987         * course/enrol.php: 
988         
989         Some courses may not have a teacher - in this case, make the
990         enrolment welcome email "from" the admin
992 2002-08-11 Sunday 23:48  martin
994         * CHANGES: 
995         
996         Changes
998 2002-08-11 Sunday 23:41  martin
1000         * course/delete.php, course/edit.html, course/edit.php,
1001         course/editsection.php, course/enrol.php, course/index.php,
1002         course/lib.php, course/log.php, course/loggraph.php,
1003         course/loginas.php, course/loglive.php, course/mod.php,
1004         course/mod_delete.html, course/social.php, course/teacher.php,
1005         course/unenrol.php, course/user.php, lang/en/moodle.php: 
1006         
1007         
1008         Changes related to language support  ... get_string() Minor little
1009         interface cleanups along the way
1011 2002-08-11 Sunday 22:22  martin
1013         * help.php: 
1014         
1015         Ah, that's nicer-looking code. (got rid of the HTML header)
1017 2002-08-11 Sunday 22:21  martin
1019         * theme/: standard/header.html, standardblue/header.html,
1020         standardgreen/header.html, standardred/header.html: 
1021         
1022         Slight tweak to allow completely blank headers (no arguments to
1023         print_header will now give a blank header).  Useful for help pages.
1025 2002-08-11 Sunday 22:12  martin
1027         * lang/en/moodle.php, lang/en/help/courseformats.html,
1028         lang/en/help/picture.html, lang/en/help/questions.html,
1029         lang/en/help/text.html, lib/moodlelib.php: 
1030         
1031         Moved the help files into their own directory in lang/en/help
1033 2002-08-11 Sunday 22:05  martin
1035         * course/: topics.php, weeks.php: 
1036         
1037         Don't show news at all if 0 newsitems was selected in course
1038         settings
1040 2002-08-11 Sunday 14:24  martin
1042         * config-dist.php: 
1043         
1044         Mention the new themes
1046 2002-08-11 Sunday 14:15  martin
1048         * theme/standardred/: config.php, styles.css: 
1049         
1050         Minor tweaks to colors
1052 2002-08-11 Sunday 14:11  martin
1054         * theme/: standardgreen/config.php, standardgreen/favicon.ico,
1055         standardgreen/footer.html, standardgreen/header.html,
1056         standardgreen/styles.css, standardred/config.php,
1057         standardred/favicon.ico, standardred/footer.html,
1058         standardred/header.html, standardred/styles.css: 
1059         
1060         New coloured themes (green and red) just to add some options
1062 2002-08-11 Sunday 13:24  martin
1064         * course/lib.php, lang/en/moodle.php: 
1065         
1066         Changes to strings in print_recent_activity (added, updated,
1067         deleted activities)
1069 2002-08-11 Sunday 13:11  martin
1071         * CHANGES, course/enrol.php, course/lib.php, course/loginas.php,
1072         lang/en/moodle.php: 
1073         
1074         Various small changes (mostly to language strings)
1076 2002-08-11 Sunday 13:07  martin
1078         * lib/moodlelib.php: 
1079         
1080         Moved code from footer.html into print_footer() Don't update user
1081         on login check if it isn't a real user.
1083 2002-08-11 Sunday 13:06  martin
1085         * theme/: standard/footer.html, standardblue/footer.html: 
1086         
1087         Took code out of footer.html (it's in print_footer() instead)
1089 2002-08-11 Sunday 12:30  martin
1091         * admin/user.php: 
1092         
1093         In user list, name goes to full page instead of editing (because
1094         there is an edit link at the end of the row, as well as on the ful
1095         page)
1097 2002-08-10 Saturday 23:16  martin
1099         * user/view.php: 
1100         
1101         Fixes to visibility of unenrol button
1103 2002-08-10 Saturday 23:10  martin
1105         * user/lib.php: 
1106         
1107         Tweak to display on "unenrol"
1109 2002-08-10 Saturday 22:56  martin
1111         * mod/assignment/lib.php: 
1112         
1113         Small fix to the full list of available assignments
1115 2002-08-10 Saturday 22:28  martin
1117         * lang/en/moodle.php: 
1118         
1119         Additions
1121 2002-08-10 Saturday 22:27  martin
1123         * course/: lib.php, topics.php, weeks.php: 
1124         
1125         More tweaks to recent activity box
1127 2002-08-10 Saturday 21:50  martin
1129         * course/lib.php: 
1130         
1131         Tweak teacher colour
1133 2002-08-10 Saturday 21:42  martin
1135         * course/lib.php, course/log.php, course/topics.php,
1136         course/weeks.php, lang/en/moodle.php, lib/moodlelib.php: 
1137         
1138         Tweaks and tidy-ups for course home pages (weekly and topics)
1140 2002-08-09 Friday 17:25  martin
1142         * lib/moodlelib.php, user/lib.php, user/view.php: 
1143         
1144         Further little fixes to user image displaying
1146 2002-08-09 Friday 17:09  martin
1148         * admin/user.php, lib/moodlelib.php, user/pix.php: 
1149         
1150         Changes to make uploaded user pictures work properly on Windows 
1151         :-(
1153 2002-08-09 Friday 17:08  martin
1155         * doc/install.html: 
1156         
1157         Clearer docs for Windows users
1159 2002-08-09 Friday 14:25  martin
1161         * doc/install.html: 
1162         
1163         Brought the install procedure up to date
1165 2002-08-09 Friday 10:48  martin
1167         * index.php: 
1168         
1169         Slight tweak to remove login button for ordinary users
1171 2002-08-09 Friday 10:45  martin
1173         * index.php, admin/index.php, lib/moodlelib.php,
1174         mod/forum/version.php: 
1175         
1176         New functions get_list_of_modules() and moodle_needs_upgrading(). 
1177         Used on the home page when admin is logged in, to check for any
1178         upgrading of the databases that might need to be done.
1180 2002-08-09 Friday 01:43  martin
1182         * CHANGES: 
1183         
1184         Changes
1186 2002-08-09 Friday 01:34  martin
1188         * CHANGES: 
1189         
1190         
1191         
1192         Changes up to Moodle 1.0 BETA 3
1194 2002-08-09 Friday 01:30  martin
1196         * user/view.php: 
1197         
1198         Better control of buttons for admin and in site view
1200 2002-08-09 Friday 01:30  martin
1202         * index.php: 
1203         
1204         parameter for print_admin_links
1206 2002-08-09 Friday 01:29  martin
1208         * course/: lib.php, loggraph.php, loginas.php, user.php: 
1209         
1210         Tweaks and cleanups
1212 2002-08-09 Friday 01:28  martin
1214         * lib/moodlelib.php: 
1215         
1216         Fixed a tricky little bug with usergetmidnight() when no timezone
1217         was defined.
1219 2002-08-09 Friday 00:22  martin
1221         * course/lib.php, course/user.php, lang/en/moodle.php,
1222         user/view.php: 
1223         
1224         More tidy ups in displays
1226 2002-08-09 Friday 00:02  martin
1228         * user/: edit.php, view.php: 
1229         
1230         Tweaks to the headers
1232 2002-08-08 Thursday 23:51  martin
1234         * index.php, admin/site.php, admin/user.php, course/delete.php,
1235         course/edit.php, course/lib.php, course/teacher.php,
1236         lang/en/moodle.php, user/edit.php: 
1237         
1238         
1239         Further excellent tidy-ups to the admin pages.  They are actually
1240         starting to look/work as slick as the rest of the site.  :-)
1242 2002-08-08 Thursday 22:17  martin
1244         * CHANGES, version.php, admin/index.php, admin/site.php,
1245         admin/user.php, course/delete.php, lang/en/moodle.php,
1246         lib/moodlelib.php, user/edit.html, user/edit.php: 
1247         
1248         
1249         
1250         Cleanup of the admin interface - especially the user management
1251         
1252         Bugs fixed, duplicate code removed, plus you can now add new users.
1253         
1254         Aaah much better.  :-)
1256 2002-08-08 Thursday 20:41  martin
1258         * lib/moodlelib.php: 
1259         
1260         Fixed tiny buglet on insert_record which made it ignore NULL values
1262 2002-08-08 Thursday 15:20  martin
1264         * admin/user.php: 
1265         
1266         Damn .. this bug was stopping the admin user being created
1267         properly.  (Checking for uploaded file)
1269 2002-08-08 Thursday 13:06  martin
1271         * doc/future.html: 
1272         
1273         Updated this page (because now bugs.moodle.org exists)
1275 2002-08-08 Thursday 10:11  martin
1277         * config-dist.php: 
1278         
1279         Slightly clearer explanations ...
1281 2002-08-07 Wednesday 16:46  martin
1283         * mod/assignment/: version.php, db/mysql.sql: 
1284         
1285         Missing 'auto_increment' on assignment_submissions table, for 'id'
1287 2002-08-07 Wednesday 16:26  martin
1289         * lib/moodlelib.php: 
1290         
1291         get_real_size() for translating text to byte sizes (eg 2M)
1293 2002-08-07 Wednesday 16:24  martin
1295         * files/index.php: 
1296         
1297         Now properly sets and checks limits on file sizes
1299 2002-08-07 Wednesday 11:45  martin
1301         * files/index.php: 
1302         
1303         Upload works again ...
1305 2002-08-07 Wednesday 01:41  martin
1307         * index.php: 
1308         
1309         Whoops ... typo in save_session
1311 2002-08-07 Wednesday 01:29  martin
1313         * doc/install.html: 
1314         
1315         Updated requirements.
1317 2002-08-07 Wednesday 01:24  martin
1319         * CHANGES: 
1320         
1321         Changes
1323 2002-08-07 Wednesday 01:23  martin
1325         * index.php, admin/user.php, course/enrol.php, course/loginas.php,
1326         course/mod.php, course/social.php, course/topics.php,
1327         course/unenrol.php, course/view.php, course/weeks.php,
1328         doc/install.html, lib/moodlelib.php, lib/setup.php,
1329         login/change_password.php, login/confirm.php, login/index.php,
1330         login/logout.php, mod/forum/discuss.php, mod/forum/index.php,
1331         mod/forum/lib.php, mod/forum/post.php, mod/forum/rate.php,
1332         mod/forum/search.php, mod/forum/subscribers.php,
1333         mod/forum/view.php, user/edit.php, user/lib.php: 
1334         
1335         
1336         Widespread changes throughout Moodle to make sure it works on
1337         servers that have register_globals turned off (this is the default
1338         setting on newer version of PHP).
1339         
1340         In fact it's partly a hack that globalises all GET, POST, FILES AND
1341         COOKIE variables.  Unfortunately though the SESSION and USER global
1342         session variables are only available as $_SESSION["USER"] and
1343         $_SESSION["SESSION"], which is cumbersome to use.
1344         
1345         So, for every request I now make a copy of these two session
1346         variables into $USER and $SESSION.  Whenever I update them
1347         thoughout Moodle I now have to call save_session("USER") which
1348         copies them back to the session variable.  This seems to be working
1349         well now.
1350         
1351         Because I'm using $_SESSION etc now this will raise the required
1352         minimum version of PHP to 4.1.0
1354 2002-08-06 Tuesday 20:58  martin
1356         * config-dist.php: 
1357         
1358         Made it a bit clearer.
1360 2002-08-06 Tuesday 20:17  martin
1362         * admin/site.php: 
1363         
1364         Close wide-open hacking hole!  This script wasn't checking for
1365         admin user in the case where the site has been defined already. 
1366         Oops. Fixed now.
1368 2002-08-06 Tuesday 17:36  martin
1370         * user/: edit.html, edit.php: 
1371         
1372         Can now edit own firstname and lastname, and some tidying
1374 2002-08-06 Tuesday 17:24  martin
1376         * course/social.php, course/topics.php, course/weeks.php,
1377         lang/en/forum.php, mod/forum/lib.php: 
1378         
1379         Better looking search boxes
1381 2002-08-06 Tuesday 17:23  martin
1383         * mod/assignment/upload.php: 
1384         
1385         Changed a variable name for clarity
1387 2002-08-06 Tuesday 17:21  martin
1389         * user/: index.php, lib.php: 
1390         
1391         Performance enhancement for user listing (caching of language
1392         strings)
1394 2002-08-06 Tuesday 14:23  martin
1396         * mod/forum/lib.php: 
1397         
1398         Bug in rated posts counting
1400 2002-08-06 Tuesday 14:17  martin
1402         * mod/forum/lib.php: 
1403         
1404         Whoops ... make sure rated posts still show ratings!  :-)
1406 2002-08-06 Tuesday 14:09  martin
1408         * mod/forum/lib.php: 
1409         
1410         forum_print_discussion now checks to see whether there are any
1411         ratings that haven't been done yet on a discussion.  If not, then
1412         it won't print the ratings form.  This avoids a slight confusion
1413         about the interface that existed previously.
1415 2002-08-06 Tuesday 12:21  martin
1417         * mod/forum/view.php: 
1418         
1419         Better wording for eachuser forum
1421 2002-08-06 Tuesday 12:17  martin
1423         * mod/forum/lib.php: 
1424         
1425         Whoops ... more forum->assessed
1427 2002-08-06 Tuesday 12:04  martin
1429         * mod/forum/: discuss.php, lib.php, view.php: 
1430         
1431         Whoops ... using forum->assessed to determine whether discussions
1432         should be assessable now
1434 2002-08-06 Tuesday 00:12  martin
1436         * login/: change_password.php, forgot_password.php: 
1437         
1438         Don't allow guest user to change or reset password
1440 2002-08-05 Monday 17:48  martin
1442         * mod/forum/: lib.php, post.php: 
1443         
1444         A teacher can now delete any post (as long as it doesn't have
1445         replies).
1447 2002-08-05 Monday 16:57  martin
1449         * admin/cron.php: 
1450         
1451         Needed to delete forum_subscriptions as well.
1453 2002-08-05 Monday 16:43  martin
1455         * admin/cron.php: 
1456         
1457         More efficiency when deleting enrolments
1459 2002-08-05 Monday 16:40  martin
1461         * admin/cron.php, mod/journal/lib.php: 
1462         
1463         Cron tidy-ups
1465 2002-08-05 Monday 15:59  martin
1467         * config-dist.php: 
1468         
1469         New config variable longtimenosee
1471 2002-08-05 Monday 15:59  martin
1473         * admin/cron.php: 
1474         
1475         Code to unenrol old students and delete unconfirmed users
1477 2002-08-05 Monday 02:19  martin
1479         * mod/journal/view.php: 
1480         
1481         WHoops - typo on function call
1483 2002-08-05 Monday 01:24  martin
1485         * mod/: assignment/lib.php, journal/lib.php: 
1486         
1487         More tweaks to feedback display (consistency with forum posts)
1489 2002-08-05 Monday 01:13  martin
1491         * lang/en/assignment.php, lang/en/journal.php,
1492         mod/assignment/lib.php, mod/forum/lib.php, mod/journal/lib.php: 
1493         
1494         Fixes in display of standard user_complete and user_outline
1495         functions for journal, forum and assignments
1497 2002-08-05 Monday 00:44  martin
1499         * mod/assignment/view.php: 
1500         
1501         Formatting tweak
1503 2002-08-05 Monday 00:42  martin
1505         * mod/: choice/version.php, forum/version.php, journal/version.php,
1506         reading/version.php, survey/version.php: 
1507         
1508         Updated version numbers
1510 2002-08-05 Monday 00:20  martin
1512         * files/index.php, lang/en/forum.php, lib/moodlelib.php,
1513         mod/journal/lib.php, mod/journal/report.php: 
1514         
1515         Misc small changes while I was working on assignments
1517 2002-08-05 Monday 00:19  martin
1519         * lang/en/assignment.php, lang/en/moodle.php,
1520         mod/assignment/README, mod/assignment/icon.gif,
1521         mod/assignment/index.php, mod/assignment/lib.php,
1522         mod/assignment/mod.html, mod/assignment/submissions.php,
1523         mod/assignment/upload.php, mod/assignment/version.php,
1524         mod/assignment/view.php, mod/assignment/db/mysql.sql: 
1525         
1526         New assignment module finally complete!
1528 2002-08-04 Sunday 21:27  martin
1530         * course/lib.php: 
1531         
1532         More monir tweaks
1534 2002-08-04 Sunday 21:25  martin
1536         * course/lib.php: 
1537         
1538         Minor formatting tweaks
1540 2002-08-04 Sunday 21:14  martin
1542         * mod/forum/index.php: 
1543         
1544         Get a string from moodle.php instead of forum.php
1546 2002-08-04 Sunday 21:13  martin
1548         * mod/forum/lib.php: 
1549         
1550         Added FORUM_SHORT_POST
1552 2002-08-04 Sunday 15:06  martin
1554         * mod/journal/: lib.php, view.php: 
1555         
1556         Moved a function to lib.php
1558 2002-08-04 Sunday 10:55  martin
1560         * index.php: 
1561         
1562         Admin link looks better at the bottom
1564 2002-08-04 Sunday 10:39  martin
1566         * lib/moodlelib.php: 
1567         
1568         In email_to_user, change AddBCC back to AddAddress  ... this was a
1569         hangover from the old bulk-email method, but now we just send one
1570         email at a time, so it makes sense for the address to be visible
1571         again
1573 2002-08-04 Sunday 10:13  martin
1575         * index.php: 
1576         
1577         Added a direct admin link
1579 2002-08-04 Sunday 10:10  martin
1581         * course/delete.php, course/edit.php, course/editsection.html,
1582         course/editsection.php, course/enrol.html, course/enrol.php,
1583         lang/en/moodle.php: 
1584         
1585         MOre language updates
1587 2002-08-04 Sunday 10:08  martin
1589         * version.php, course/lib.php, lib/db/mysql.sql: 
1590         
1591         Fixes to two database fields  log_display(table -> mtable) and
1592         user_teachers(authority from varchar -> int)
1594 2002-08-03 Saturday 20:26  martin
1596         * index.php: 
1597         
1598         Tiny tweak to spacer image for IE browsers
1600 2002-08-03 Saturday 19:58  martin
1602         * course/: social.php, view.php: 
1603         
1604         Customisable section 0 on social forum
1606 2002-08-03 Saturday 19:45  martin
1608         * index.php: 
1609         
1610         Better spacing in case with admin-only
1612 2002-08-03 Saturday 16:40  martin
1614         * index.php: 
1615         
1616         put main menu up top
1618 2002-08-03 Saturday 16:38  martin
1620         * index.php: 
1621         
1622         Spacing again
1624 2002-08-03 Saturday 16:37  martin
1626         * index.php: 
1627         
1628         Ugh fixing spacing
1630 2002-08-03 Saturday 16:33  martin
1632         * index.php: 
1633         
1634         
1635         Adjusted sizes of front page columns
1637 2002-08-03 Saturday 16:16  martin
1639         * index.php, admin/index.php, admin/site.html, admin/site.php,
1640         course/edit.php, course/lib.php, course/topics.php,
1641         course/user.php, course/view.php, course/weeks.php,
1642         lang/en/forum.php, lang/en/moodle.php, mod/choice/index.php,
1643         mod/choice/view.php, mod/forum/discuss.php, mod/forum/index.php,
1644         mod/forum/search.php, mod/forum/view.php, mod/journal/index.php,
1645         mod/journal/view.php, mod/reading/index.php, mod/reading/view.php,
1646         mod/survey/index.php, mod/survey/view.php, pix/i/course.gif: 
1647         
1648         Lots of work on site display, over many files.  Improved front page
1649         and display of site modules.
1651 2002-08-03 Saturday 12:57  martin
1653         * admin/: index.php, user.php: 
1654         
1655         More admin cleanups - improved user listing
1657 2002-08-03 Saturday 12:44  martin
1659         * admin/index.php, admin/teacher.php, course/delete.php,
1660         course/teacher.php, lang/en/moodle.php: 
1661         
1662         
1663         Cleaned up the admin pages (and moved some files) and added ability
1664         to completely delete courses
1666 2002-08-03 Saturday 12:43  martin
1668         * lib/moodlelib.php: 
1669         
1670         print_continue() to print continue
1672 2002-08-03 Saturday 10:29  martin
1674         * course/mod.php, mod/README, mod/assignment/lib.php,
1675         mod/assignment/mod.php, mod/choice/lib.php, mod/choice/mod.php,
1676         mod/forum/lib.php, mod/forum/mod.php, mod/journal/lib.php,
1677         mod/journal/mod.php, mod/reading/lib.php, mod/reading/mod.php,
1678         mod/survey/lib.php, mod/survey/mod.php: 
1679         
1680         Moved all mod.php functions from modules into lib.php, and updated
1681         course/mod.php to use them there.  No longer need module/mod.php
1683 2002-08-03 Saturday 03:01  martin
1685         * mod/forum/lib.php: 
1686         
1687         Just a couple of changes
1689 2002-08-03 Saturday 03:01  martin
1691         * lang/en/forum.php: 
1692         
1693         tweaks
1695 2002-08-03 Saturday 01:42  martin
1697         * version.php, lib/db/mysql.sql, mod/assignment/version.php,
1698         mod/choice/version.php, mod/forum/version.php,
1699         mod/journal/version.php, mod/reading/version.php,
1700         mod/survey/version.php: 
1701         
1702         Removed fullname and search fields from modules table.  Fullname is
1703         now derived from the string 'modulename' in the lang files for each
1704         module.
1706 2002-08-03 Saturday 01:41  martin
1708         * admin/index.php: 
1709         
1710         No change (just a comment)
1712 2002-08-03 Saturday 01:41  martin
1714         * lib/moodlelib.php: 
1715         
1716         get_course_users was buggy when teachers or students was empty. 
1717         The SQL looked good to me, but I had to do it another way to make
1718         it work.
1720 2002-08-03 Saturday 01:38  martin
1722         * course/: lib.php, mod.php, topics.php, user.php, view.php,
1723         weeks.php: 
1724         
1725         Lots of changes related to module info used in course listings and
1726         activity reports.  Module names are now from lang files, not from
1727         the modules table.  Cleanups.
1729 2002-08-03 Saturday 01:36  martin
1731         * lang/en/: assignment.php, choice.php, forum.php, journal.php,
1732         moodle.php, reading.php, survey.php: 
1733         
1734         Addition of modulename and modulenameplural strings as a standard
1735         to every module file.
1737 2002-08-03 Saturday 01:35  martin
1739         * mod/forum/report.php: 
1740         
1741         bugfixes and clean up
1743 2002-08-03 Saturday 01:34  martin
1745         * mod/forum/lib.php: 
1746         
1747         SOme major bugfixes to forum_cron() and lots of translating
1749 2002-08-02 Friday 17:50  martin
1751         * course/social.php, course/topics.php, course/weeks.php,
1752         mod/forum/index.php, mod/forum/lib.php, mod/forum/mod.html,
1753         mod/forum/search.php: 
1754         
1755         Fixed up some forum functions and constants (consistency)
1757 2002-08-02 Friday 17:24  martin
1759         * lang/README, lang/en/README, lang/en/assignment.php,
1760         lang/en/choice.php, lang/en/forum.php, lang/en/journal.php,
1761         lang/en/moodle.php, lang/en/reading.php, lang/en/strings.php,
1762         lang/en/survey.php, lib/moodlelib.php: 
1763         
1764         Language files have been moved to keep them altogether under /lang
1765         This should make it easier on translators.
1767 2002-08-02 Friday 17:20  martin
1769         * admin/teacher.php: 
1770         
1771         Rmove guest from list of possible teachers
1773 2002-08-02 Friday 17:19  martin
1775         * mod/forum/: discuss.php, index.php, lib.php: 
1776         
1777         Changes related to language strings and clean up
1779 2002-08-02 Friday 17:19  martin
1781         * mod/forum/delete.php: 
1782         
1783         This file is not linked to or used by anything yet, but I've found
1784         it useful to delete forums properly while testing stuff.
1786 2002-08-01 Thursday 23:48  martin
1788         * admin/index.php, admin/user.php, course/edit.html,
1789         course/editsection.php, course/lib.php, course/loggraph.php,
1790         course/mod.php, mod/forum/db/mysql.sql: 
1791         
1792         Misc changes to improve performance on a brand-new installation
1794 2002-08-01 Thursday 17:38  martin
1796         * mod/forum/lib.php: 
1797         
1798         Centered new topic link
1800 2002-08-01 Thursday 17:36  martin
1802         * mod/forum/lib.php: 
1803         
1804         Changed the ratings to new separate/connected system - just for
1805         testing
1807 2002-08-01 Thursday 15:09  martin
1809         * course/loginas.php: 
1810         
1811         Make sure we still log the fact that the teacher logged in as
1812         someone though.  Also, make the "realuser" the teacher's id, in
1813         case we want to use it later
1815 2002-08-01 Thursday 15:05  martin
1817         * lib/moodlelib.php: 
1818         
1819         DOn't add to logs when teacher is "logged in as" a student
1821 2002-08-01 Thursday 15:04  martin
1823         * course/loginas.php: 
1824         
1825         Added "realuser" to USER variable to identify imposters
1827 2002-08-01 Thursday 14:16  martin
1829         * course/loginas.php: 
1830         
1831         removed TABS and changed wording (your -> this)
1833 2002-08-01 Thursday 14:15  martin
1835         * user/index.php: 
1836         
1837         Slight rearrangement
1839 2002-08-01 Thursday 13:55  martin
1841         * index.php, course/social.php: 
1842         
1843         Fixed use of reading functions (it had changed name)
1845 2002-08-01 Thursday 13:45  martin
1847         * CHANGES: 
1848         
1849         Changes
1851 2002-08-01 Thursday 13:44  martin
1853         * UPGRADING: 
1854         
1855         Reworded this file to make it clearer
1857 2002-08-01 Thursday 13:34  martin
1859         * mod/choice/mod.php: 
1860         
1861         Clean up - modernised choice mod.php
1863 2002-08-01 Thursday 13:27  martin
1865         * mod/reading/: details.php, lib.php, mod.php: 
1866         
1867         Clean ups to reading module and modernisation of mod.php
1869 2002-08-01 Thursday 13:18  martin
1871         * mod/survey/: graph.php, lib.php, mod.php, view.php: 
1872         
1873         More cleanups to survey - renamed/moved functions, modernised
1874         mod.php
1876 2002-08-01 Thursday 12:54  martin
1878         * mod/survey/lib.php: 
1879         
1880         typo
1882 2002-08-01 Thursday 12:49  martin
1884         * mod/survey/: edit.php, edit_form.html, edit_form.phtml,
1885         edit_new.html, edit_new.phtml, graph.php, lib.php, login_form.html,
1886         report.php, test.php, view.php: 
1887         
1888         Big clean up of survey functions and removal of deadwood (more to
1889         go still though)
1891 2002-08-01 Thursday 12:05  martin
1893         * mod/forum/lib.php: 
1894         
1895         Yet more improvements to user discussion listing (added forum link
1896         to each discussion printed)
1898 2002-08-01 Thursday 12:00  martin
1900         * mod/forum/lib.php: 
1901         
1902         More improvements to user discussion display
1904 2002-08-01 Thursday 11:56  martin
1906         * mod/forum/lib.php: 
1907         
1908         Whoops! Hide teacher discussions when printing list of user
1909         discussions
1911 2002-08-01 Thursday 11:50  martin
1913         * index.php, course/lib.php, course/mod.php, course/social.php,
1914         course/topics.php, course/weeks.php, mod/forum/discuss.php,
1915         mod/forum/lib.php, mod/forum/post.php, mod/forum/search.php,
1916         mod/forum/subscribe.php, mod/forum/view.php, user/view.php: 
1917         
1918         A big clean up of all the forum functions (including renaming them
1919         all to start with forum_ ) and all the follow-on effects that
1920         caused Some miscellaneous bug fixes and code clean-ups along the
1921         way
1923 2002-08-01 Thursday 11:49  martin
1925         * mod/assignment/: lib.php, mod.html, mod.php: 
1926         
1927         Some work so far on the assignment module ... NOT FINISHED YET! I
1928         just want to get it out the way of some other commits
1930 2002-08-01 Thursday 01:13  martin
1932         * lib/moodlelib.php: 
1933         
1934         Slowly implementing courseid type variables where i see them
1936 2002-08-01 Thursday 01:11  martin
1938         * course/enrol.php: 
1939         
1940         Better logging for guest when enrolling
1942 2002-08-01 Thursday 00:53  martin
1944         * mod/forum/: mod.php, search.php, version.php, db/mysql.sql: 
1945         
1946         Fixes to logging and log display
1948 2002-08-01 Thursday 00:52  martin
1950         * mod/forum/lib.php: 
1951         
1952         Fixed up activity display for forums
1954 2002-08-01 Thursday 00:33  martin
1956         * mod/forum/: discuss.php, subscribe.php: 
1957         
1958         Fixed up some forum logging
1960 2002-08-01 Thursday 00:24  martin
1962         * course/lib.php: 
1963         
1964         A fix to recent log display
1966 2002-08-01 Thursday 00:13  martin
1968         * mod/forum/index.php: 
1969         
1970         Fixed up forum sorting
1972 2002-07-31 Wednesday 23:55  martin
1974         * mod/forum/lib.php: 
1975         
1976         Tweak to add ... after shortpost
1978 2002-07-31 Wednesday 23:52  martin
1980         * course/social.php: 
1981         
1982         Tweak on readings display on social course
1984 2002-07-31 Wednesday 23:43  martin
1986         * mod/forum/lib.php: 
1987         
1988         whoops typo, forgot global
1990 2002-07-31 Wednesday 23:39  martin
1992         * course/social.php: 
1993         
1994         is_subscribed => forum_is_subscribed
1996 2002-07-31 Wednesday 23:34  martin
1998         * mod/forum/: index.php, lib.php: 
1999         
2000         Fixes for long posts ...
2002 2002-07-31 Wednesday 23:09  martin
2004         * mod/forum/view.php: 
2005         
2006         Fixed subscribe info for students
2008 2002-07-31 Wednesday 22:19  martin
2010         * index.php, version.php, admin/index.php, course/lib.php,
2011         course/mod.php, course/social.php, course/topics.php,
2012         course/view.php, course/weeks.php, doc/install.html,
2013         lib/moodlelib.php, mod/assignment/module.php,
2014         mod/assignment/version.php, mod/choice/module.php,
2015         mod/choice/version.php, mod/forum/discuss.php, mod/forum/icon.gif,
2016         mod/forum/index.php, mod/forum/lib.php, mod/forum/mod.html,
2017         mod/forum/mod.php, mod/forum/module.php, mod/forum/post.html,
2018         mod/forum/post.php, mod/forum/rate.php, mod/forum/report.php,
2019         mod/forum/search.php, mod/forum/subscribe.php,
2020         mod/forum/subscribers.php, mod/forum/version.php,
2021         mod/forum/view.php, mod/forum/db/mysql.sql, mod/journal/module.php,
2022         mod/journal/version.php, mod/reading/module.php,
2023         mod/reading/version.php, mod/survey/module.php,
2024         mod/survey/version.php, user/view.php: 
2025         
2026         OK, some massive changes with many files removed or changed.
2027         
2028         Basically the changes are:
2029         
2030          - I've merged the 'discuss' module into the forum module
2031            which makes the interface MUCH clearer for everyone
2032          - I've added a new 'single' forum type that replicates
2033            what the old discuss course modules used to look like.
2034          - I've got rid of the "discussion" forum type - it will
2035            still exist in upgraded courses but as a normal forum.
2036          - the 'discuss' module is completely deleted - gone.
2037          - the 'chat' module is completely deleted - gone.
2038          - The upgrading system has been improved, and all code
2039            is stored in version.php.
2040          - I've put in upgrading commands to do the best I can
2041            (right now) to upgrade courses that used the discuss
2042            module.  It should mostly work, just leaving some
2043            "orphan" coursemodules on you course front page.  You
2044            can easily delete these using the little 'x'.
2045            I may have forgotten something  - I've only tested on
2046            my testing server and I'm about to test on my production
2047            server to see how it goes.
2048          - Forums have a lot of little new features and fixes.  The
2049            main one is the subscription process.  Teachers can 'force'
2050            subscriptions on any forum.  This disallows everyone from
2051            choosing their own mail subscription - it's just on.
2052          - The assignment module is half-finished and not working yet
2053         
2054         I've still some massive changes to do, mostly involving making all
2055         the lib.php function names more standardised, so consider this is
2056         an interim checkin to do some tests.
2058 2002-07-30 Tuesday 18:45  martin
2060         * lib/setup.php: 
2061         
2062         Removed version (replaced by /version.php
2064 2002-07-30 Tuesday 11:35  martin
2066         * course/: social.php, topics.php: 
2067         
2068         Fixed bug in subscribe link
2070 2002-07-29 Monday 23:45  martin
2072         * index.php, course/social.php, course/weeks.php,
2073         lib/moodlelib.php: 
2074         
2075         Definition and use of new isediting() function for checking whether
2076         a user is not only in editing mode, but ALLOWED to be editing the
2077         current course.  Used to show editing buttons etc
2079 2002-07-29 Monday 23:11  martin
2081         * lib/moodlelib.php: 
2082         
2083         Moved some functions around - no functonal difference
2085 2002-07-29 Monday 23:10  martin
2087         * course/: edit.html, edit.php: 
2088         
2089         Much simpler date-setting using new moodlelib functions
2091 2002-07-29 Monday 23:09  martin
2093         * version.php, admin/index.php: 
2094         
2095         Now adds the config table automatically if there isn't one yet.
2097 2002-07-29 Monday 21:45  martin
2099         * mod/forum/lib.php: 
2100         
2101         Fixed link for "older topics"
2103 2002-07-29 Monday 21:10  martin
2105         * course/view.php: 
2106         
2107         Can now specify course by "short name" using name parameter. 
2108         Useful for integrating with external interfaces.  Thanks to dopey
2109         for the idea.
2111 2002-07-29 Monday 21:03  martin
2113         * mod/journal/report.php: 
2114         
2115         OK, this is working now
2117 2002-07-29 Monday 18:12  martin
2119         * mod/journal/report.php: 
2120         
2121         hmm wierd bug on production server but not testing ... this is to
2122         test that
2124 2002-07-29 Monday 17:48  martin
2126         * mod/journal/: lib.php, report.php: 
2127         
2128         Fixes to journal reporting
2130 2002-07-29 Monday 17:17  martin
2132         * mod/forum/: lib.php, view.php: 
2133         
2134         Minor forum formatting tweaks
2136 2002-07-29 Monday 16:24  martin
2138         * mod/forum/subscribers.php: 
2139         
2140         Cleaned up subscription checking - it's a bit slower but will work
2141         with the upcoming changes to forums (subscribeall flag).  Code is
2142         shorter too.
2144 2002-07-29 Monday 16:11  martin
2146         * mod/forum/view.php: 
2147         
2148         edit icon always appears now, as long as a coursemodule exists
2150 2002-07-29 Monday 15:26  martin
2152         * mod/journal/lib.php: 
2153         
2154         Slightly bigger textarea for teacher feedback
2156 2002-07-29 Monday 15:21  martin
2158         * mod/journal/: lib.php, report.php: 
2159         
2160         Improvements to report.php ... clearer code, new functions in
2161         lib.php and now the journal entries are sorted with the newest at
2162         the top.
2164 2002-07-29 Monday 15:00  martin
2166         * lib/moodlelib.php: 
2167         
2168         changed function get_course_participants --> get_course_users
2169         (naming consistency)
2171 2002-07-29 Monday 14:53  martin
2173         * user/index.php: 
2174         
2175         Changed to use the new functions for lists of students, teachers
2176         etc
2178 2002-07-29 Monday 14:52  martin
2180         * lib/moodlelib.php: 
2181         
2182         New functions for getting lists of people in a course, and some
2183         cleanups
2185 2002-07-29 Monday 14:34  martin
2187         * mod/journal/mod.php: 
2188         
2189         modernised the code to use newer database functions - no change in
2190         functionality
2192 2002-07-29 Monday 14:21  martin
2194         * lib/moodlelib.php: 
2195         
2196         New functions for printing date selector forms and reconstructing
2197         dates afterwards.  Also a new function for counting words in a text
2199 2002-07-29 Monday 14:20  martin
2201         * mod/journal/view.php: 
2202         
2203         Added word count
2205 2002-07-29 Monday 09:38  martin
2207         * course/loggraph.php: 
2208         
2209         Slight fix for daily x-axis (nicer-looking numbers)
2211 2002-07-29 Monday 00:35  martin
2213         * index.php: 
2214         
2215         Fixed bug where admin controls would be shown to teachers in
2216         edit-mode (thanks dopey)
2218 2002-07-28 Sunday 15:25  martin
2220         * CHANGES: 
2221         
2222         Same
2224 2002-07-27 Saturday 21:33  martin
2226         * course/: loggraph.php, user.php: 
2227         
2228         Fixed up the graphs (one for userday and they are also now correct
2229         for timezones)
2231 2002-07-27 Saturday 21:09  martin
2233         * README, UPGRADES, UPGRADING, version.php, admin/index.php: 
2234         
2235         Moodle can now upgrade itself, just like the modules do
2237 2002-07-27 Saturday 20:38  martin
2239         * lib/db/: README, mysql.sql, postgres7.sql: 
2240         
2241         Dropping any pretense of Postgres support for the moment, and added
2242         a README
2244 2002-07-27 Saturday 19:54  martin
2246         * lang/en/strings.php: 
2247         
2248         new strings
2250 2002-07-27 Saturday 18:23  martin
2252         * user/: index.php, view.php: 
2253         
2254         Altered buttons from index and view pages
2256 2002-07-27 Saturday 17:44  martin
2258         * course/: lib.php, loggraph.php, user.php: 
2259         
2260         Changes to improve the user activity reports
2262 2002-07-27 Saturday 16:35  martin
2264         * course/user.php: 
2265         
2266         Fixed up graph pages
2268 2002-07-27 Saturday 16:31  martin
2270         * course/: loggraph.php, user.php: 
2271         
2272         Improvements to user activity report - including graphs
2274 2002-07-27 Saturday 15:22  martin
2276         * mod/journal/lib.php: 
2277         
2278         Fix to account for people not in course
2280 2002-07-27 Saturday 15:13  martin
2282         * mod/assignment/db/mysql.sql: 
2283         
2284         Dummy (for now)
2286 2002-07-27 Saturday 14:58  martin
2288         * mod/journal/: lib.php, db/mysql.sql: 
2289         
2290         Implemented journal feedback notification (mailouts)
2292 2002-07-27 Saturday 14:10  martin
2294         * lib/moodlelib.php: 
2295         
2296         Better error checking in update_record
2298 2002-07-27 Saturday 14:09  martin
2300         * admin/cron.php: 
2301         
2302         Much better cron function method - instead of using a code fragment
2303         in mod/cron.php, it now uses a function in mod/lib.php ... more
2304         contained
2306 2002-07-27 Saturday 14:08  martin
2308         * admin/index.php: 
2309         
2310         New upgrading procedure, uses module functions to handle all
2311         version changes
2313 2002-07-27 Saturday 14:07  martin
2315         * mod/: assignment/module.php, choice/module.php, forum/module.php,
2316         journal/module.php, reading/module.php, survey/module.php: 
2317         
2318         Changes to suit new upgrading procedure (admin/index.html)
2320 2002-07-26 Friday 10:15  martin
2322         * mod/journal/mod.html: 
2323         
2324         Fixed 0 days -> ALways Open
2326 2002-07-25 Thursday 21:54  martin
2328         * mod/survey/lib.php: 
2329         
2330         Extra space at end of file :-)
2332 2002-07-25 Thursday 21:48  martin
2334         * mod/: choice/lib.php, forum/lib.php, journal/lib.php,
2335         journal/user.php, reading/lib.php, reading/user.php,
2336         survey/lib.php: 
2337         
2338         Got rid of the user.php code fragments and implemented much cleaner
2339         system which certain-named functions in lib.php ... called from
2340         /course/user.php
2342 2002-07-25 Thursday 21:47  martin
2344         * course/user.php: 
2345         
2346         Changes to how functions are called from modules - much cleaner now
2348 2002-07-24 Wednesday 02:26  martin
2350         * course/user.php: 
2351         
2352         cough
2354 2002-07-24 Wednesday 02:26  martin
2356         * course/user.php: 
2357         
2358         title tweaking
2360 2002-07-24 Wednesday 02:24  martin
2362         * course/user.php: 
2363         
2364         Formatting outline tweaks
2366 2002-07-24 Wednesday 02:20  martin
2368         * course/user.php: 
2369         
2370         H3 -> H4
2372 2002-07-24 Wednesday 02:11  martin
2374         * CHANGES: 
2375         
2376         Ch ch ch
2378 2002-07-24 Wednesday 02:02  martin
2380         * mod/journal/: user.php, view.php: 
2381         
2382         Formatting fixes for ratings
2384 2002-07-24 Wednesday 01:56  martin
2386         * mod/journal/: report.php, view.php: 
2387         
2388         Allow teachers to be marked, and allow ratings to be ignored
2390 2002-07-24 Wednesday 01:04  martin
2392         * course/user.php, mod/journal/user.php, mod/reading/user.php: 
2393         
2394         Fixes to Activity reports
2396 2002-07-24 Wednesday 00:48  martin
2398         * course/user.php, lang/en/strings.php, user/index.php: 
2399         
2400         Improvements to activity reports
2402 2002-07-24 Wednesday 00:25  martin
2404         * mod/reading/user.php: 
2405         
2406         typo
2408 2002-07-24 Wednesday 00:24  martin
2410         * course/lib.php, course/topics.php, course/user.php,
2411         course/view.php, course/weeks.php, lang/en/strings.php,
2412         mod/journal/user.php, mod/reading/user.php: 
2413         
2414         Part of "contributions" overhaul in course/user.php
2416 2002-07-21 Sunday 16:34  martin
2418         * help.php, lang/en/strings.php, lib/moodlelib.php, lib/weblib.php,
2419         user/edit.html: 
2420         
2421         Improvements to the help system
2423 2002-07-21 Sunday 03:11  martin
2425         * mod/reading/view.php: 
2426         
2427         More tweaks to summary display
2429 2002-07-21 Sunday 03:08  martin
2431         * mod/reading/view.php: 
2432         
2433         tweaking summary display on frames
2435 2002-07-21 Sunday 02:50  martin
2437         * course/: topics.php, view.php, weeks.php: 
2438         
2439         Doesn't display discussions AND forums in the Activities
2441 2002-07-21 Sunday 02:20  martin
2443         * course/topics.php, course/weeks.php, lib/moodlelib.php,
2444         mod/choice/index.php, mod/forum/index.php, mod/journal/index.php,
2445         mod/reading/index.php, mod/survey/index.php: 
2446         
2447         Slight formatting tweaks (forum index)
2449 2002-07-21 Sunday 01:56  martin
2451         * mod/forum/: index.php, lib.php, db/mysql.sql: 
2452         
2453         Changed listing of forums
2455 2002-07-21 Sunday 01:20  martin
2457         * mod/reading/view.php: 
2458         
2459         Trying summaries back again in frameset
2461 2002-07-21 Sunday 00:04  martin
2463         * lang/en/strings.php: 
2464         
2465         additions
2467 2002-07-19 Friday 20:18  martin
2469         * lang/en/strings.php: 
2470         
2471         Fixed welcome email
2473 2002-07-19 Friday 20:18  martin
2475         * course/enrol.php: 
2476         
2477         Fixed formatting of welcome email
2479 2002-07-19 Friday 20:11  martin
2481         * course/topics.php: 
2482         
2483         typo
2485 2002-07-19 Friday 20:11  martin
2487         * course/topics.php: 
2488         
2489         Altered blink to make it less annoying
2491 2002-07-19 Friday 20:08  martin
2493         * course/topics.php: 
2494         
2495         Make 'Edit profile" link blink, as a reminder, if not used yet
2497 2002-07-19 Friday 20:01  martin
2499         * course/edit.html, course/edit.php, course/enrol.php,
2500         lang/en/strings.php, login/confirm.php, login/signup.php: 
2501         
2502         More language changes
2504 2002-07-14 Sunday 21:32  martin
2506         * mod/forum/: subscribers.php, view.php: 
2507         
2508         Added ability for teacher to see subscribers for each forum
2510 2002-07-12 Friday 21:29  martin
2512         * login/signup.php: 
2513         
2514         Format tweak
2516 2002-07-12 Friday 21:25  martin
2518         * lang/en/strings.php, login/signup_form.php: 
2519         
2520         Small language-related changes
2522 2002-07-11 Thursday 13:30  martin
2524         * index.php, lang/en/strings.php, lib/weblib.php,
2525         login/change_password.php, login/change_password_form.html,
2526         login/confirm.php, login/forgot_password.php,
2527         login/forgot_password_change.html, login/forgot_password_form.html,
2528         login/index.php, login/index_confirm.html, login/index_form.html,
2529         login/signup.php, login/signup_confirm.html, login/signup_form.php,
2530         user/edit.html, user/edit.php: 
2531         
2532         Changes related to internationalision strings and printing them
2534 2002-07-11 Thursday 13:30  martin
2536         * admin/index.php, admin/site.php, admin/user.php, course/edit.php,
2537         course/enrol.php, course/lib.php, lib/moodlelib.php: 
2538         
2539         Consistent use of get_site() instead of checking course->category
2540         directly
2542 2002-07-10 Wednesday 23:26  martin
2544         * mod/forum/index.php: 
2545         
2546         Added search box here
2548 2002-07-10 Wednesday 23:17  martin
2550         * course/weeks.php: 
2551         
2552         Fixed week zooming
2554 2002-07-06 Saturday 14:34  martin
2556         * CHANGES: 
2557         
2558         Daily changes
2560 2002-07-06 Saturday 12:07  martin
2562         * mod/survey/: edit_form.html, edit_form.phtml, login_form.html: 
2563         
2564         Got rid of all pv() functions, now consistently uses p() to print
2565         variables safely.
2567 2002-07-04 Thursday 16:49  martin
2569         * course/lib.php: 
2570         
2571         Remove teacher posts from recent activity (for students)
2573 2002-07-04 Thursday 16:31  martin
2575         * UPGRADES: 
2576         
2577         To keep track of upgrading info
2579 2002-07-04 Thursday 16:30  martin
2581         * course/topics.php, course/weeks.php, mod/forum/index.php,
2582         mod/forum/lib.php, mod/forum/subscribe.php, mod/forum/view.php,
2583         mod/forum/db/mysql.sql: 
2584         
2585         Added new teacher forum.  TABLE CHANGED:  forum
2587 2002-07-04 Thursday 16:06  martin
2589         * course/mod.php: 
2590         
2591         Prevent caching of these forms
2593 2002-07-04 Thursday 16:01  martin
2595         * lib/moodlelib.php: 
2596         
2597         Typo in userdate
2599 2002-07-04 Thursday 15:56  martin
2601         * lib/setup.php: 
2602         
2603         Use lang if locale not defined
2605 2002-07-04 Thursday 15:52  martin
2607         * config-dist.php, course/view.php, lang/en/strings.php,
2608         lib/setup.php, login/index.php, login/index_confirm.html,
2609         login/index_form.html, user/edit.html, user/edit.php,
2610         user/index.php, user/view.php: 
2611         
2612         Language-related fixes
2614 2002-07-04 Thursday 15:49  martin
2616         * lib/moodlelib.php: 
2617         
2618         Added missing parameter to update_module_icon (courseid)
2620 2002-07-04 Thursday 15:48  martin
2622         * mod/: choice/view.php, forum/view.php, journal/view.php,
2623         reading/view.php, survey/view.php: 
2624         
2625         Fix to update_module_icon (to pass the courseid)
2627 2002-07-02 Tuesday 15:09  martin
2629         * help.php, index.php, lang/en/strings.php: 
2630         
2631         Further internationalisation
2633 2002-07-02 Tuesday 15:02  martin
2635         * course/index.php, course/lib.php, course/log.php,
2636         files/index.php, lib/moodlelib.php, lib/setup.php,
2637         mod/forum/lib.php, mod/survey/download.php, mod/survey/lib.php,
2638         mod/survey/report.php: 
2639         
2640         Slight changes to userdate() function.  It now uses gmstrftime()
2641         instead of gmdate to format times, thus allowing it to take
2642         advantage of locale, if set, to print dates in the appropriate
2643         language.  Several userdate invocations had to be changed, though,
2644         to use the different formatting specs.
2646 2002-07-02 Tuesday 12:19  martin
2648         * config-dist.php: 
2649         
2650         Slight changes to documentation
2652 2002-07-02 Tuesday 12:11  martin
2654         * lib/languages.php: 
2655         
2656         List of all 2-letter language codes (ISO 639)
2658 2002-06-27 Thursday 16:47  martin
2660         * lang/en/help.picture.php, lang/en/help.text.php,
2661         lang/en/strings.php, lib/moodlelib.php, theme/standard/footer.html,
2662         theme/standardblue/footer.html: 
2663         
2664         New languages system - get_string() in moodlelib.
2666 2002-06-27 Thursday 16:46  martin
2668         * help.php: 
2669         
2670         Changes to the location of help files
2672 2002-06-26 Wednesday 00:42  martin
2674         * course/view.php, mod/choice/index.php, mod/survey/index.php: 
2675         
2676         Minor formatting tweaks
2678 2002-06-26 Wednesday 00:42  martin
2680         * user/view.php: 
2681         
2682         Changes to display user discussions
2684 2002-06-25 Tuesday 23:40  martin
2686         * CHANGES: 
2687         
2688         Ch-Ch-Changes
2690 2002-06-25 Tuesday 23:34  martin
2692         * CHANGES: 
2693         
2694         Ch-Ch-Changes
2696 2002-06-25 Tuesday 23:26  martin
2698         * CHANGES: 
2699         
2700         Ch ch ch changes
2702 2002-06-25 Tuesday 20:08  martin
2704         * course/weeks.php, lib/db/mysql.sql: 
2705         
2706         Minor changes
2708 2002-06-25 Tuesday 19:57  martin
2710         * index.php, lib/moodlelib.php: 
2711         
2712         Whoops forgot some more 'week's
2714 2002-06-25 Tuesday 19:49  martin
2716         * index.php, admin/site.html, admin/site.php, course/edit.html,
2717         course/edit.php, course/lib.php, course/mod.php,
2718         course/mod_delete.html, course/social.php, course/topics.php,
2719         course/user.php, course/view.php, course/weeks.php,
2720         lib/db/mysql.sql, mod/choice/index.php, mod/choice/mod.html,
2721         mod/forum/mod.html, mod/journal/index.php, mod/journal/mod.html,
2722         mod/journal/user.php, mod/journal/view.php,
2723         mod/reading/details.php, mod/reading/index.php,
2724         mod/reading/mod.html, mod/survey/details.php, mod/survey/index.php,
2725         mod/survey/mod.html: 
2726         
2727         Major changes throughout to change "week" notation to "section"
2728         notation.  Sections covers "weeks", "topics" and anything else that
2729         may come along.  Note, again, some databases have changed esp
2730         course_weeks -> course_sections and several fields called "week"
2731         are now "section.  Also course no longer has an enddate, but
2732         instead has a numsections field.
2734 2002-06-25 Tuesday 19:46  martin
2736         * course/: editsection.html, editsection.php: 
2737         
2738         Renamed from editweek to editsection
2740 2002-06-25 Tuesday 19:44  martin
2742         * course/: editweek.html, editweek.php: 
2743         
2744         Renamed week->section
2746 2002-06-25 Tuesday 19:43  martin
2748         * pix/i/: all.gif, allweeks.gif, one.gif, oneweek.gif: 
2749         
2750         Renamed allweeks.gif -> all.gif oneweek.gif -> one.gif
2752 2002-06-25 Tuesday 15:56  martin
2754         * course/: lib.php, mod.php: 
2755         
2756         Nicer formatting of editing modules, takes into account course
2757         format
2759 2002-06-25 Tuesday 15:17  martin
2761         * mod/survey/report.php: 
2762         
2763         Don't show overall graph when no students have completed survey
2765 2002-06-25 Tuesday 15:10  martin
2767         * mod/survey/: lib.php, report.php, view.php: 
2768         
2769         Slight tweaks to survey display after it's been done (list # of
2770         students)
2772 2002-06-25 Tuesday 14:47  martin
2774         * index.php, course/mod.php, course/social.php, course/topics.php,
2775         course/view.php, course/weeks.php, lib/moodlelib.php,
2776         mod/forum/lib.php, mod/forum/view.php: 
2777         
2778         Changes related to new forum type: eachuser and some general
2779         forum-related tweaking
2781 2002-06-25 Tuesday 11:32  martin
2783         * course/topics.php: 
2784         
2785         Improved formatting of module links (using a TITLE that is
2786         modulename)
2788 2002-06-25 Tuesday 11:30  martin
2790         * course/weeks.php: 
2791         
2792         Slight formatting improvement (list module name in link title)
2794 2002-06-25 Tuesday 11:23  martin
2796         * mod/forum/icon.gif: 
2797         
2798         Updated icon to make it less like discussions and more flexible
2800 2002-06-24 Monday 23:27  martin
2802         * mod/forum/view.php: 
2803         
2804         Typo in add_to_log ... index->view
2806 2002-06-21 Friday 23:55  martin
2808         * index.php: 
2809         
2810         Slight change when checking for user.
2812 2002-06-21 Friday 12:54  martin
2814         * CHANGES: 
2815         
2816         Ch ch ch changes
2818 2002-06-20 Thursday 23:41  martin
2820         * mod/forum/db/mysql.sql: 
2821         
2822         Bugfixes from move - this is now up to date
2824 2002-06-20 Thursday 23:24  martin
2826         * index.php: 
2827         
2828         Subscibing to forum, not discuss
2830 2002-06-20 Thursday 23:15  martin
2832         * index.php, course/social.php, course/topics.php,
2833         course/unenrol.php, course/weeks.php, lib/moodlelib.php,
2834         mod/forum/icon.gif, mod/forum/index.php, mod/forum/lib.php,
2835         mod/forum/mod.html, mod/forum/mod.php, mod/forum/module.php,
2836         mod/forum/subscribe.php, mod/forum/view.php,
2837         mod/forum/db/mysql.sql: 
2838         
2839         Mass change related to separating forum from discuss and making it
2840         a separate module (again).  This frees up forums for some
2841         interesting developments.  Note that database tables have moved
2842         around.
2844 2002-06-19 Wednesday 23:42  martin
2846         * course/unenrol.php, user/index.php: 
2847         
2848         Modifications to unenrol.  Now a teacher can unenrol students from
2849         the course.
2851 2002-06-19 Wednesday 13:37  martin
2853         * lib/db/mysql.sql: 
2854         
2855         Added course->marker
2857 2002-06-19 Wednesday 13:08  martin
2859         * pix/i/marker.gif: 
2860         
2861         "marker" icon used by "topics" course format to mark a topic
2863 2002-06-19 Wednesday 13:05  martin
2865         * mod/journal/report.php: 
2866         
2867         Bugfix in crumbs
2869 2002-06-19 Wednesday 13:04  martin
2871         * course/: lib.php, topics.php, view.php: 
2872         
2873         Added a "topics" format.  it's very similar to the "Weeks" format,
2874         except it isn't constrained by times.  Useful for flexible courses
2875         where the pace isn't known and is subject to change.  The teacher
2876         can "mark" the current topic and change this marking as necessary.
2878 2002-06-16 Sunday 17:44  martin
2880         * index.php: 
2881         
2882         Changes to add subscribe/unsubscribe to site News forum
2884 2002-06-16 Sunday 11:25  martin
2886         * index.php: 
2887         
2888         More accessible log in button up top
2890 2002-06-13 Thursday 20:31  martin
2892         * lib/adodb/: adodb-cryptsession.php, adodb-csvlib.inc.php,
2893         adodb-errorhandler.inc.php, adodb-errorpear.inc.php,
2894         adodb-lib.inc.php, adodb-pager.inc.php, adodb-pear.inc.php,
2895         adodb-session.php, adodb.inc.php, readme.htm, server.php,
2896         tips_portable_sql.htm, toexport.inc.php, tohtml.inc.php,
2897         drivers/adodb-access.inc.php, drivers/adodb-ado.inc.php,
2898         drivers/adodb-ado_access.inc.php, drivers/adodb-ado_mssql.inc.php,
2899         drivers/adodb-borland_ibase.inc.php, drivers/adodb-csv.inc.php,
2900         drivers/adodb-db2.inc.php, drivers/adodb-fbsql.inc.php,
2901         drivers/adodb-firebird.inc.php, drivers/adodb-ibase.inc.php,
2902         drivers/adodb-informix.inc.php, drivers/adodb-informix72.inc.php,
2903         drivers/adodb-mssql.inc.php, drivers/adodb-mysql.inc.php,
2904         drivers/adodb-mysqlt.inc.php, drivers/adodb-oci8.inc.php,
2905         drivers/adodb-oci805.inc.php, drivers/adodb-oci8po.inc.php,
2906         drivers/adodb-odbc.inc.php, drivers/adodb-odbc_mssql.inc.php,
2907         drivers/adodb-odbc_oracle.inc.php, drivers/adodb-oracle.inc.php,
2908         drivers/adodb-postgres.inc.php, drivers/adodb-postgres64.inc.php,
2909         drivers/adodb-postgres7.inc.php, drivers/adodb-proxy.inc.php,
2910         drivers/adodb-sqlanywhere.inc.php, drivers/adodb-sybase.inc.php,
2911         drivers/adodb-vfp.inc.php, tests/benchmark.php, tests/client.php,
2912         tests/test.php, tests/test2.php, tests/test3.php, tests/test4.php,
2913         tests/test5.php, tests/testcache.php, tests/testdatabases.inc.php,
2914         tests/testgenid.php, tests/testmssql.php, tests/testoci8.php,
2915         tests/testpaging.php, tests/testpear.php, tests/testsessions.php: 
2916         
2917         Upgraded to ADOdb 2.12
2919 2002-06-13 Thursday 19:18  martin
2921         * config-dist.php, user/edit.php, user/lib.php: 
2922         
2923         Changes to support GD 1 and GD 2.  Well, to be more accurate, we
2924         now rely on the administrator to tell us which is installed because
2925         PHP is not reliable  (eg GD 2.* functions are available in 4.0.6
2926         and later EVEN WHEN gd 2 is not present ... sigh).
2927         
2928         So, new config variable  $CFG->gdversion
2930 2002-06-12 Wednesday 12:31  martin
2932         * course/lib.php: 
2933         
2934         Whoops ... removed Choose...
2936 2002-06-12 Wednesday 12:29  martin
2938         * course/lib.php: 
2939         
2940         Changes to course menu
2942 2002-06-12 Wednesday 12:24  martin
2944         * index.php: 
2945         
2946         Link to site logs
2948 2002-06-12 Wednesday 12:22  martin
2950         * course/: lib.php, log.php: 
2951         
2952         Improvements to logs for admin user (can view any course)
2954 2002-06-11 Tuesday 15:43  martin
2956         * index.php: 
2957         
2958         OK, this is better (sigh)
2960 2002-06-11 Tuesday 15:27  martin
2962         * course/: view.php, weeks.php: 
2963         
2964         Tweaks to course format (search box)
2966 2002-06-11 Tuesday 15:01  martin
2968         * lib/weblib.php: 
2969         
2970         New highlight function for searches etc
2972 2002-06-11 Tuesday 14:28  martin
2974         * theme/: standard/styles.css, standardblue/styles.css: 
2975         
2976         New "highlight" class (eg for search results)
2978 2002-06-11 Tuesday 12:56  martin
2980         * course/social.php: 
2981         
2982         Added search form
2984 2002-06-11 Tuesday 12:31  martin
2986         * index.php: 
2987         
2988         grr
2990 2002-06-11 Tuesday 12:28  martin
2992         * course/lib.php: 
2993         
2994         Tiny fix so that when today is specified, it's selected in the list
2996 2002-06-11 Tuesday 12:04  martin
2998         * lib/moodlelib.php: 
2999         
3000         Fixes to usergetdate() ... looks OK now.
3002 2002-06-11 Tuesday 11:10  martin
3004         * index.php: 
3005         
3006         Fomat tweaking
3008 2002-06-11 Tuesday 11:06  martin
3010         * index.php: 
3011         
3012         Removed bodgy forums link - it's not necessary
3014 2002-06-10 Monday 22:01  martin
3016         * course/lib.php, lib/moodlelib.php, user/index.php: 
3017         
3018         New usergetmidnight function and use in finding today's logs
3020 2002-06-10 Monday 21:47  martin
3022         * course/enrol.html: 
3023         
3024         Added generic "your teacher" when there is no teacher defined yet
3026 2002-06-10 Monday 21:40  martin
3028         * index.php: 
3029         
3030         Tweaking layout
3032 2002-06-10 Monday 21:35  martin
3034         * index.php: 
3035         
3036         More tweaks and simplification when possible
3038 2002-06-10 Monday 21:11  martin
3040         * mod/reading/: details.php, lib.php, mod.html, view.php: 
3041         
3042         new reading type: "Web Address" is now Web Page and Web Link, which
3043         simply redirects to the external link (no frame)
3045 2002-06-10 Monday 19:35  martin
3047         * index.php: 
3048         
3049         Tweak: added courses link back in ... because courses page may one
3050         day be something different to the display on the front page (eg
3051         when there's very many courses)
3053 2002-06-10 Monday 19:34  martin
3055         * lib/db/mysql.sql: 
3056         
3057         Added course->timecreated
3059 2002-06-10 Monday 19:30  martin
3061         * course/edit.php: 
3062         
3063         Make sure new courses set the timecreated field
3065 2002-06-10 Monday 19:16  martin
3067         * course/index.php: 
3068         
3069         Fixed formatting.
3071 2002-06-10 Monday 19:11  martin
3073         * course/: edit.html, enrol.html, enrol.php, lib.php: 
3074         
3075         Course entry key is now called an enrolment key
3077 2002-06-10 Monday 17:47  martin
3079         * CHANGES: 
3080         
3081         Changes
3083 2002-06-10 Monday 17:44  martin
3085         * course/: lib.php, log.php: 
3086         
3087         Fixes related to user timezones.  All times are now displayed as
3088         expected.
3090 2002-06-10 Monday 17:43  martin
3092         * lib/moodlelib.php: 
3093         
3094         Fixes to functions relating to user timezones
3096 2002-06-10 Monday 14:56  martin
3098         * course/weeks.php: 
3099         
3100         Display tweaks
3102 2002-06-10 Monday 13:41  martin
3104         * index.php: 
3105         
3106         More tweaks for admin view
3108 2002-06-10 Monday 13:19  martin
3110         * index.php, admin/site.html, admin/site.php, course/index.php,
3111         course/lib.php: 
3112         
3113         Changes to allow choice of format on home page of site
3115 2002-06-10 Monday 12:41  martin
3117         * course/weeks.php: 
3118         
3119         Layout tweak
3121 2002-06-10 Monday 12:33  martin
3123         * user/: edit.php, view.php: 
3124         
3125         Better handling of guest user
3127 2002-06-10 Monday 12:24  martin
3129         * admin/user.php, login/index.php: 
3130         
3131         Moved creation of guest user to login page - this means it can be
3132         trashed any time and it will recreate itself as necessary.
3134 2002-06-10 Monday 11:49  martin
3136         * user/view.php: 
3137         
3138         All users are viewable in the "site" course.
3140 2002-06-10 Monday 10:46  martin
3142         * login/index_form.html: 
3143         
3144         Tweaking formatting
3146 2002-06-10 Monday 10:42  martin
3148         * login/: forgot_password.php, index_form.html: 
3149         
3150         Improved formatting for consistency and clarity
3152 2002-06-09 Sunday 22:44  martin
3154         * login/index_form.html: 
3155         
3156         Little more documentation about guest account
3158 2002-06-09 Sunday 22:14  martin
3160         * admin/user.php, course/edit.html, course/enrol.php,
3161         course/index.php, course/lib.php, lib/moodlelib.php,
3162         lib/db/mysql.sql, mod/journal/edit.php, mod/journal/view.php,
3163         mod/survey/save.php, pix/i/key.gif: 
3164         
3165         Changes to support guest user across any course (guest/guest)
3167 2002-06-09 Sunday 22:12  martin
3169         * pix/poo.html: 
3170         
3171         This file was here by mistake
3173 2002-06-08 Saturday 14:52  martin
3175         * course/view.php, mod/choice/view.php, mod/journal/view.php,
3176         mod/reading/view.php, mod/survey/view.php,
3177         theme/standard/header.html, theme/standardblue/header.html: 
3178         
3179         Changes to put update/edit icons in the headers of module and
3180         course pages
3182 2002-06-08 Saturday 14:47  martin
3184         * lib/moodlelib.php: 
3185         
3186         Changes so that an icon can be displayed in the header
3188 2002-06-08 Saturday 10:13  martin
3190         * lib/db/mysql.sql: 
3191         
3192         Put backquotes around some field names to avoid errors
3194 2002-06-07 Friday 11:57  martin
3196         * lib/moodlelib.php: 
3197         
3198         Added Moodle version number
3200 2002-06-07 Friday 11:54  martin
3202         * lib/moodlelib.php: 
3203         
3204         More tweaking of the mail formatting
3206 2002-06-07 Friday 11:37  martin
3208         * CHANGES: 
3209         
3210         CH CH CH CH Changes.
3212 2002-06-06 Thursday 23:25  martin
3214         * config-dist.php: 
3215         
3216         Altered smtphosts and removed cronpassword
3218 2002-06-06 Thursday 23:21  martin
3220         * lib/moodlelib.php: 
3221         
3222         If $CFG->smtphosts is empty, then mailer uses PHP mail() ==
3223         sendmail.
3225 2002-06-06 Thursday 23:19  martin
3227         * admin/cron.php: 
3228         
3229         Removed password ... it's not necessary any more.
3231 2002-06-06 Thursday 10:59  martin
3233         * lib/setup.php: 
3234         
3235         WHoops .... time should be 1800 seconds
3237 2002-06-06 Thursday 00:39  martin
3239         * course/unenrol.php: 
3240         
3241         Remember to remove subscriptions when unenrolling.
3243 2002-06-05 Wednesday 22:05  martin
3245         * error/index.php, lib/moodlelib.php, lib/setup.php,
3246         login/forgot_password.php, login/signup.php: 
3247         
3248         Fixes to convert mail to individual mailing ...  so that we can use
3249         the new preferences for mail (plain or html).
3251 2002-06-05 Wednesday 14:24  martin
3253         * course/lib.php, course/log.php, lib/weblib.php: 
3254         
3255         Slight interface tweaks
3257 2002-06-05 Wednesday 14:10  martin
3259         * user/edit.php: 
3260         
3261         Typo on add_to_log URL
3263 2002-06-05 Wednesday 13:54  martin
3265         * user/index.php: 
3266         
3267         Doesn't display teachers or students if there aren't any
3269 2002-06-05 Wednesday 13:37  martin
3271         * lib/weblib.php, lib/db/mysql.sql, user/edit.html, user/edit.php,
3272         user/index.php, user/view.php: 
3273         
3274         Changes to user settings, now it matches the stored data better
3276 2002-06-05 Wednesday 13:36  martin
3278         * lib/countries.php: 
3279         
3280         Moved here from login/countries.php.  Function removed.
3282 2002-06-05 Wednesday 13:35  martin
3284         * login/: countries.php, signup.php, signup_form.php: 
3285         
3286         Changes to use new lib/countries.php
3288 2002-06-05 Wednesday 11:24  martin
3290         * lib/db/mysql.sql: 
3291         
3292         Changes to user table
3294 2002-06-05 Wednesday 11:22  martin
3296         * course/new.php, course/social.php, mod/journal/new.php,
3297         mod/reading/new.php, user/new.php: 
3298         
3299         Old new.php system is replaced by print_recent_activity() in
3300         course/lib.php
3302 2002-06-05 Wednesday 11:15  martin
3304         * course/lib.php, course/log.php, course/new.php, files/index.php,
3305         lib/moodlelib.php, lib/weblib.php, lib/db/mysql.sql,
3306         mod/choice/report.php, mod/journal/lib.php, mod/journal/new.php,
3307         mod/journal/report.php, mod/journal/user.php, mod/journal/view.php,
3308         mod/reading/index.php, mod/reading/new.php,
3309         mod/survey/download.php, mod/survey/report.php, user/edit.html,
3310         user/edit.php, user/index.php, user/lib.php: 
3311         
3312         Changes related to timezone display.  Datetime display now uses
3313         userdate() which itself uses the USER variable timezone to alter
3314         the displayed time.
3316 2002-06-05 Wednesday 11:13  martin
3318         * theme/standard/styles.css: 
3319         
3320         Changed formatting (attempting to improve IE display)
3322 2002-06-04 Tuesday 15:00  martin
3324         * course/loginas.php: 
3325         
3326         Errr this is what I meant
3328 2002-06-04 Tuesday 14:58  martin
3330         * course/loginas.php: 
3331         
3332         Improved logging slightly
3334 2002-06-04 Tuesday 14:54  martin
3336         * user/index.php: 
3337         
3338         Formatting of teacher links
3340 2002-06-04 Tuesday 14:49  martin
3342         * user/view.php: 
3343         
3344         Added a message if the student is not a member of the current
3345         course
3347 2002-06-04 Tuesday 14:35  martin
3349         * user/view.php: 
3350         
3351         Whoops ... don't put unenrol button unless the user is the current
3352         user!
3354 2002-06-04 Tuesday 14:32  martin
3356         * lib/moodlelib.php: 
3357         
3358         course/login.php is now course/enrol.php ...
3360 2002-06-04 Tuesday 14:30  martin
3362         * course/: enrol.html, enrol.php, lib.php, login.html, login.php,
3363         unenrol.php: 
3364         
3365         Cleaned up enrol and unenrol process a bit
3367 2002-06-04 Tuesday 14:29  martin
3369         * user/view.php: 
3370         
3371         Added button to unenrol a user (course/unenrol.php)
3373 2002-06-03 Monday 18:42  martin
3375         * course/: email.html, email.php: 
3376         
3377         Not needed any more ... use the "News" forum instead.
3379 2002-06-02 Sunday 16:23  martin
3381         * user/index.php: 
3382         
3383         Now uses $course->student as title of list
3385 2002-06-02 Sunday 16:10  martin
3387         * course/: edit.html, edit.php, social.php, weeks.php: 
3388         
3389         Added per-course config and use of a word for "student"
3391 2002-06-02 Sunday 15:41  martin
3393         * theme/standardblue/styles.css: 
3394         
3395         Added semicolons to keep IE happy
3397 2002-06-02 Sunday 15:39  martin
3399         * theme/standardblue/styles.css: 
3400         
3401         Changed to lowercase to make IE happy
3403 2002-06-01 Saturday 23:35  martin
3405         * theme/standard/styles.css: 
3406         
3407         Fixed for Internet Explorer?
3409 2002-06-01 Saturday 22:11  martin
3411         * mod/reading/view.php: 
3412         
3413         Added TITLE to link to fullscreen reading
3415 2002-06-01 Saturday 22:00  martin
3417         * mod/reading/view.php: 
3418         
3419         Minor frameset adjustments
3421 2002-06-01 Saturday 21:57  martin
3423         * mod/reading/view.php: 
3424         
3425         Slight alterations to layout of frames.
3427 2002-06-01 Saturday 21:47  martin
3429         * course/edit.php: 
3430         
3431         Removed check for course format changing
3433 2002-06-01 Saturday 20:52  martin
3435         * CHANGES: 
3436         
3437         Updated
3439 2002-06-01 Saturday 17:48  martin
3441         * course/social.php: 
3442         
3443         Added a <BR>
3445 2002-06-01 Saturday 17:44  martin
3447         * course/: view.php, weeks.php: 
3448         
3449         Modified weekly course format with "People" section and sorted
3450         activity modules
3452 2002-06-01 Saturday 17:23  martin
3454         * course/lib.php: 
3455         
3456         Improvements to Recent Activity to make it clearer.  Formatting,
3457         but also logical changes to reduce the logs for course changes:
3458         add+update=add add+delete=nothing update+update=update
3459         update+delete=delete
3461 2002-06-01 Saturday 17:06  martin
3463         * course/mod.php: 
3464         
3465         Errors while deleting a module are no longer fatal errors
3467 2002-06-01 Saturday 17:05  martin
3469         * lib/moodlelib.php: 
3470         
3471         Fixed buglets in get_records_sql and insert_record
3473 2002-06-01 Saturday 14:37  martin
3475         * course/mod.php: 
3476         
3477         Slight fix to change some mod->course_module to mod->coursemodule
3478         for consistency
3480 2002-06-01 Saturday 12:25  martin
3482         * course/lib.php: 
3483         
3484         Fixed some display of the logs in "recent activity"
3486 2002-06-01 Saturday 12:06  martin
3488         * CHANGES: 
3489         
3490         Ch-ch-ch-ch-Changes (turn and face the strain) Ch-ch-changes.
3492 2002-06-01 Saturday 11:46  martin
3494         * lib/weblib.php: 
3495         
3496         Added lists to allowed html in cleantext
3498 2002-05-31 Friday 21:54  martin
3500         * doc/intro.html: 
3501         
3502         Changed link to a newer and better paper on social constructionism.
3504 2002-05-31 Friday 21:24  martin
3506         * error/index.php: 
3507         
3508         Removed log and fixed email call
3510 2002-05-31 Friday 21:20  martin
3512         * admin/: cron.php, site.php: 
3513         
3514         Removed some logging
3516 2002-05-31 Friday 21:20  martin
3518         * admin/index.php: 
3519         
3520         Now looks for module SQL files in mod/db/dbtype.sql
3522 2002-05-31 Friday 21:13  martin
3524         * files/index.php: 
3525         
3526         Removed log entry for now
3528 2002-05-31 Friday 21:10  martin
3530         * course/noweeks.php: 
3531         
3532         Replaced by social.php
3534 2002-05-31 Friday 17:37  martin
3536         * config-dist.php: 
3537         
3538         Indicates only MySQL is supported for now.
3540 2002-05-31 Friday 17:34  martin
3542         * course/: editweek.php, email.php, lib.php, login.php,
3543         loginas.php, new.php, social.php, user.php, view.php, weeks.php: 
3544         
3545         New logging format Improved "Recent Activity" on home page Better
3546         formatting.  Many other small fixes.
3548 2002-05-31 Friday 17:27  martin
3550         * course/edit.php: 
3551         
3552         Changes to support new logging format
3554 2002-05-31 Friday 17:25  martin
3556         * course/mod.php: 
3557         
3558         Changes to logging to support new logging format
3560 2002-05-31 Friday 17:20  martin
3562         * lib/moodlelib.php: 
3563         
3564         Various small changes.  Main one was new version of add_to_log to
3565         suit the new logging format.
3567 2002-05-31 Friday 17:19  martin
3569         * login/: change_password.php, index.php, logout.php: 
3570         
3571         Removed logging from these files (probably temporary)
3573 2002-05-31 Friday 17:18  martin
3575         * lib/db/: mysql.sql, postgres7.sql: 
3576         
3577         Removed "logs" and added new log format:  "log" and "log_display"
3579 2002-05-31 Friday 17:15  martin
3581         * user/: edit.php, index.php, view.php: 
3582         
3583         Updated to use new logging format.
3585 2002-05-31 Friday 17:14  martin
3587         * mod/: choice/db/mysql.sql, journal/db/mysql.sql,
3588         reading/db/mysql.sql, survey/db/mysql.sql: 
3589         
3590         Added new entries for log_display table.  These are used to define
3591         what to display for any given logged item.
3593 2002-05-31 Friday 17:07  martin
3595         * mod/: choice/index.php, choice/install.sql, choice/mod.html,
3596         choice/report.php, choice/view.php, journal/edit.php,
3597         journal/index.php, journal/install.sql, journal/mod.html,
3598         journal/report.php, journal/view.php, reading/details.php,
3599         reading/index.php, reading/install.sql, reading/mod.html,
3600         reading/view.php, survey/details.php, survey/download.php,
3601         survey/edit.php, survey/index.php, survey/install.sql,
3602         survey/mod.html, survey/report.php, survey/save.php,
3603         survey/view.php: 
3604         
3605         Various small fixes across all modules.  Most notable was the
3606         revised use of add_to_log, and the new logging format.
3608 2002-05-31 Friday 17:03  martin
3610         * mod/: choice/db/mysql.sql, journal/db/mysql.sql,
3611         reading/db/mysql.sql, survey/db/mysql.sql: 
3612         
3613         This is the new format for database schema.  Each module has a db
3614         directory with one file per database.  All these are called from
3615         admin/index.php and work in concert with lib/db.
3617 2002-05-31 Friday 17:01  martin
3619         * pix/i/: allweeks.gif, oneweek.gif: 
3620         
3621         New icons for courses displayed in weekly format.  They
3622         collapse/unfold the display.
3624 2002-05-28 Tuesday 21:59  martin
3626         * lib/moodlelib.php: 
3627         
3628         Changed email_to_users to be a lot more straightforward.  I don't
3629         think there's really need for all the BCC hocus-pocus.  Everyone
3630         can find everyone's address anyway, the email bloat is minimal, and
3631         perhaps distributing email addresses will spark private emails.
3633 2002-05-28 Tuesday 09:22  martin
3635         * login/: forgot_password.php, signup.php: 
3636         
3637         email_to_user no longer exists.  Using email_to_users instead.
3639 2002-05-27 Monday 22:53  martin
3641         * theme/standard/styles.css: 
3642         
3643         Added style for <LI>
3645 2002-05-27 Monday 21:17  martin
3647         * lib/db/postgres7.sql: 
3648         
3649         Reconverted using a newer converter.  Still not tested.
3651 2002-05-27 Monday 21:02  martin
3653         * admin/index.php: 
3654         
3655         Changes to support various types of databases (using SQL code in
3656         lib/db)
3658 2002-05-27 Monday 20:58  martin
3660         * lib/db/postgres7.sql: 
3661         
3662         QL to create core databases in PostgreSQL.  Not tested at all.  In
3663         fact I'm pretty sure it won't work, because it needs sequences.
3665 2002-05-27 Monday 20:56  martin
3667         * lib/db/mysql.sql: 
3668         
3669         SQL to create core databases in MySQL (any version).
3671 2002-05-27 Monday 14:19  martin
3673         * admin/moodle-core.sql: 
3674         
3675         All moved to lib/db
3677 2002-05-27 Monday 14:18  martin
3679         * admin/cron.php: 
3680         
3681         Now uses $CFG->cronpassword from config.php
3683 2002-05-27 Monday 14:16  martin
3685         * config-dist.php: 
3686         
3687         Added CFG->cronpassword for moodle/admin/cron.php
3689 2002-05-27 Monday 10:25  martin
3691         * index.php: 
3692         
3693         course->id now site->id so we can add a reading
3695 2002-05-24 Friday 14:48  martin
3697         * lib/phpmailer/mailerc.php: 
3698         
3699         This is part of the phpmailer distribution
3701 2002-05-24 Friday 14:46  martin
3703         * lib/: class.phpmailer.php, class.smtp.php: 
3704         
3705         Moved to subdirectory phpmailer
3707 2002-05-24 Friday 14:38  martin
3709         * lib/moodlelib.php: 
3710         
3711         Changes to mailing system, now supports HTML, attachments. 
3712         Simplified functions.
3714 2002-05-24 Friday 14:35  martin
3716         * lib/setup.php: 
3717         
3718         Added version number for Moodle
3720 2002-05-19 Sunday 12:43  martin
3722         * files/mimetypes.php: 
3723         
3724         Moved the array into the function.
3726 2002-05-19 Sunday 11:51  martin
3728         * config-dist.php: 
3729         
3730         smtphost --> smtphosts
3732 2002-05-18 Saturday 14:54  martin
3734         * lib/phpmailer/: ChangeLog.txt, LICENSE, class.phpmailer.php,
3735         class.smtp.php, phpdoc/index-all.html, phpdoc/phpmailer.html,
3736         test/phpmailer_test.php, test/phpunit.php, test/rocks.png: 
3737         
3738         Upgraded to phpmailer 1.60
3740 2002-05-18 Saturday 14:36  martin
3742         * lib/phpmailer/class.phpmailer.php: 
3743         
3744         Added Moodle into the X-Mailer: header
3746 2002-05-18 Saturday 13:22  martin
3748         * lib/weblib.php: 
3749         
3750         Smiley conversion is now optional (better for html mail)
3752 2002-05-18 Saturday 13:17  martin
3754         * lib/phpmailer/: ChangeLog.txt, LICENSE, README,
3755         class.phpmailer.php, class.smtp.php, docs/extending.html,
3756         docs/faq.html, docs/timeoutfix.diff, phpdoc/allclasses-frame.html,
3757         phpdoc/deprecated-list.html, phpdoc/help-doc.html,
3758         phpdoc/index-all.html, phpdoc/index.html,
3759         phpdoc/overview-tree.html, phpdoc/packages.html,
3760         phpdoc/phpmailer.html, phpdoc/serialized-form.html,
3761         phpdoc/stylesheet.css: 
3762         
3763         Added full source distribution of phpmailer
3765 2002-05-18 Saturday 11:37  martin
3767         * README: 
3768         
3769         Added warning about unstable CVS tree
3771 2002-05-18 Saturday 11:13  martin
3773         * user/edit.php: 
3774         
3775         Checks for bad permissions and defaults to default picture
3777 2002-05-18 Saturday 11:03  martin
3779         * pix/i/log.gif: 
3780         
3781         Now a picture of a log
3783 2002-05-18 Saturday 00:33  martin
3785         * index.php: 
3786         
3787         Alt=""
3789 2002-05-17 Friday 21:38  martin
3791         * config-dist.php: 
3792         
3793         Added to eliminate problems of config.php being overwritten
3795 2002-05-17 Friday 21:36  martin
3797         * doc/credits.html: 
3798         
3799         Updated for ADOdb 2.00
3801 2002-05-17 Friday 21:34  martin
3803         * doc/install.html: 
3804         
3805         Added note about config-dist.php
3807 2002-05-17 Friday 21:29  martin
3809         * config.php: 
3810         
3811         Deleted this file from CVS (see config-dist.php)
3813 2002-05-17 Friday 21:24  martin
3815         * lib/adodb/cute_icons_for_site/: adodb.gif, adodb.png, adodb2.gif,
3816         adodb2.png: 
3817         
3818         Upgraded to ADOsb 2.00
3820 2002-05-17 Friday 21:20  martin
3822         * lib/adodb/tests/: benchmark.php, client.php, test.php, test2.php,
3823         test3.php, test4.php, test5.php, testcache.php,
3824         testdatabases.inc.php, testgenid.php, testoci8.php, testpaging.php,
3825         testpear.php, testsessions.php: 
3826         
3827         Upgraded ADOdb to 2.00
3829 2002-05-17 Friday 21:16  martin
3831         * lib/adodb/: drivers/adodb-access.inc.php,
3832         drivers/adodb-ado.inc.php, drivers/adodb-ado_access.inc.php,
3833         drivers/adodb-ado_mssql.inc.php,
3834         drivers/adodb-borland_ibase.inc.php, drivers/adodb-csv.inc.php,
3835         drivers/adodb-db2.inc.php, drivers/adodb-fbsql.inc.php,
3836         drivers/adodb-firebird.inc.php, drivers/adodb-ibase.inc.php,
3837         drivers/adodb-informix.inc.php, drivers/adodb-informix72.inc.php,
3838         drivers/adodb-mssql.inc.php, drivers/adodb-mysql.inc.php,
3839         drivers/adodb-mysqlt.inc.php, drivers/adodb-oci8.inc.php,
3840         drivers/adodb-oci805.inc.php, drivers/adodb-oci8po.inc.php,
3841         drivers/adodb-odbc.inc.php, drivers/adodb-odbc_mssql.inc.php,
3842         drivers/adodb-odbc_oracle.inc.php, drivers/adodb-oracle.inc.php,
3843         drivers/adodb-postgres.inc.php, drivers/adodb-postgres64.inc.php,
3844         drivers/adodb-postgres7.inc.php, drivers/adodb-proxy.inc.php,
3845         drivers/adodb-sqlanywhere.inc.php, drivers/adodb-sybase.inc.php,
3846         drivers/adodb-vfp.inc.php, adodb-cryptsession.php,
3847         adodb-csvlib.inc.php, adodb-errorhandler.inc.php,
3848         adodb-errorpear.inc.php, adodb-lib.inc.php, adodb-pear.inc.php,
3849         adodb-session.php, adodb.inc.php, crypt.inc.php, license.txt,
3850         readme.htm, readme.txt, server.php, tips_portable_sql.htm,
3851         tohtml.inc.php, tute.htm: 
3852         
3853         Upgraded to ADOdb 2.00
3855 2002-04-15 Monday 13:22  martin
3857         * mod/survey/download.php: 
3858         
3859         Fixed download for virtual scale questions with type = -1 (eg
3860         ATTLS)
3862 2002-04-13 Saturday 14:24  martin
3864         * mod/survey/graph.php: 
3865         
3866         Modified most graphs to remove the "zero" line of "No answer"
3867         because this never happens (survey form forces students to always
3868         answer).
3870 2002-04-13 Saturday 10:49  martin
3872         * lib/graphlib.php: 
3873         
3874         If the array y_tick_labels is defined, then these are used instead
3875         of numbers on the left-hand y-axis.  See mod/survey/graph.php for
3876         usage.
3878 2002-04-12 Friday 22:24  martin
3880         * mod/survey/lib.php: 
3881         
3882         Slightly enlarged graphs to 900 pixels instead of 800.
3884 2002-04-12 Friday 21:58  martin
3886         * mod/survey/graph.php: 
3887         
3888         Graphs now contain proper labels down the left hand side.
3890 2002-04-12 Friday 21:20  martin
3892         * lib/weblib.php: 
3893         
3894         Added :) smileys as well.
3896 2002-04-12 Friday 21:20  martin
3898         * lib/graphlib.php: 
3899         
3900         Added "$factor = round($factor * 1000.0) / 1000.0;" to function
3901         find_range ... it fixes some strange rounding errors that were
3902         happening with Moodle surveys.
3904 2002-04-07 Sunday 12:10  martin
3906         * config.php: 
3907         
3908         Added lang config!
3910 2002-04-03 Wednesday 19:44  martin
3912         * course/: noweeks.php, social.php, weeks.php: 
3913         
3914         Added ALT="" tags to spacer.gif so they don't show in text browsers
3916 2002-04-03 Wednesday 14:36  martin
3918         * course/: edit.php, log.php, loglive.php, mod.php, social.php,
3919         view.php, weeks.php: 
3920         
3921         Fixed up use of isteacher (removed isadmin check because it's done
3922         in isteacher now)
3924 2002-04-03 Wednesday 14:30  martin
3926         * lib/moodlelib.php: 
3927         
3928         Add check for admin to isteacher() rather than doing checks
3929         everywhere else
3931 2002-03-28 Thursday 13:52  martin
3933         * mod/survey/: graph.php, view.php: 
3934         
3935         If students view surveys after having done them, then they are now
3936         shown the survey results compared to the class.  Needs docs still.
3938 2002-03-26 Tuesday 22:45  martin
3940         * lib/moodlelib.php: 
3941         
3942         Strip tags from emailed text versions of postings
3944 2002-03-26 Tuesday 21:24  martin
3946         * lang/en/help.text.php: 
3947         
3948         Added help information about allowed HTML tags
3950 2002-03-26 Tuesday 20:58  martin
3952         * lib/weblib.php: 
3953         
3954         Added cleantext function, used for cleaning user-entered text of
3955         nasty tags etc
3957 2002-03-16 Saturday 14:19  martin
3959         * course/: edit.php, log.php, loglive.php, mod.php, view.php: 
3960         
3961         Allow admin to do anything the teacher can do
3963 2002-03-16 Saturday 14:06  martin
3965         * course/social.php: 
3966         
3967         Admin improvements
3969 2002-03-15 Friday 18:19  martin
3971         * user/edit.html: 
3972         
3973         Added help button
3975 2002-03-15 Friday 18:18  martin
3977         * lang/en/help.picture.php: 
3978         
3979         New help file for uploading a picture
3981 2002-03-11 Monday 11:26  martin
3983         * lang/en/help.text.php: 
3984         
3985         Help file for text
3987 2002-03-11 Monday 11:21  martin
3989         * lib/moodlelib.php: 
3990         
3991         Added helpbutton function for popup help, see also /help.php
3993 2002-03-11 Monday 11:18  martin
3995         * help.php: 
3996         
3997         First pass at a simple help system
3999 2002-03-11 Monday 10:03  martin
4001         * pix/help.gif: 
4002         
4003         This little help button indicates context-sensitive help
4005 2002-03-10 Sunday 17:17  martin
4007         * theme/standardblue/favicon.ico: 
4008         
4009         Edited icon for consistency
4011 2002-03-10 Sunday 17:06  martin
4013         * theme/standardblue/favicon.ico: 
4014         
4015         Favicon for blue theme is now blue (duh).
4017 2002-03-07 Thursday 15:07  martin
4019         * doc/credits.html: 
4020         
4021         URL for phpmailer
4023 2002-03-07 Thursday 14:31  martin
4025         * lib/class.phpmailer.php: 
4026         
4027         Changed version to reflect Moodle (it shows up in the mail headers)
4029 2002-03-07 Thursday 14:18  martin
4031         * user/index.php: 
4032         
4033         Added location on the user overview
4035 2002-03-07 Thursday 13:39  martin
4037         * login/signup_form.php: 
4038         
4039         Added small warning about emails having to be working ones
4041 2002-03-02 Saturday 11:26  martin
4043         * user/default/: f1.jpg, f2.jpg: 
4044         
4045         Replaced shadowhead with something a bit more positive (smiley face
4046         cake)
4048 2002-02-27 Wednesday 18:09  martin
4050         * theme/standardblue/config.php: 
4051         
4052         Slight color changes
4054 2002-02-26 Tuesday 21:40  martin
4056         * index.php: 
4057         
4058         Small change
4060 2002-02-26 Tuesday 14:36  martin
4062         * mod/reading/lib.php: 
4063         
4064         Changes to list function - now returns list of links
4066 2002-02-26 Tuesday 14:35  martin
4068         * index.php: 
4069         
4070         Some changes to accomodate changes in the reading lib
4072 2002-02-26 Tuesday 14:34  martin
4074         * course/: lib.php, view.php: 
4075         
4076         Updated to accomodate new "social" format
4078 2002-02-26 Tuesday 14:33  martin
4080         * course/social.php: 
4081         
4082         This social format replaces the old noweeks format
4084 2002-02-26 Tuesday 11:50  martin
4086         * theme/standardblue/: config.php, favicon.ico, footer.html,
4087         header.html, styles.css: 
4088         
4089         New blue theme
4091 2002-02-26 Tuesday 11:27  martin
4093         * mod/reading/lib.php: 
4094         
4095         Fixed case where course <> 0
4097 2002-02-01 Friday 10:56  martin
4099         * doc/intro.html: 
4100         
4101         Some clarification of the GPL
4103 2002-01-28 Monday 13:25  martin
4105         * doc/COPYRIGHT.txt: 
4106         
4107         Updated the years of Copyright
4109 2002-01-24 Thursday 15:20  martin
4111         * login/logout.php: 
4112         
4113         Changed unset($USER)  to $USER=NULL ... as unset can cause problems
4114         with PHP 4.1
4116 2002-01-07 Monday 23:00  martin
4118         * mod/journal/user.php: 
4119         
4120         Added date stamp on journal entries
4122 2002-01-05 Saturday 12:11  martin
4124         * login/signup_form.php: 
4125         
4126         Removed Curtin-only thing and put email first
4128 2001-12-12 Wednesday 23:03  martin
4130         * doc/credits.html: 
4131         
4132         Updated version number
4134 2001-12-11 Tuesday 12:30  martin
4136         * index.php: 
4137         
4138         Made an "Admin" section on the frojnt page
4140 2001-12-10 Monday 19:18  martin
4142         * index.php: 
4143         
4144         Fixed description tag and moved switch
4146 2001-12-10 Monday 19:10  martin
4148         * index.php: 
4149         
4150         Added meta tag - Description (for search engines)
4152 2001-12-09 Sunday 18:34  martin
4154         * doc/: background.html, credits.html, developer.html, future.html,
4155         install.html, intro.html, licence.html, teacher.html: 
4156         
4157         Added version control strings
4159 2001-12-09 Sunday 18:27  martin
4161         * doc/future.html: 
4162         
4163         Added stuff about scaling for large classes
4165 2001-12-06 Thursday 14:55  martin
4167         * mod/reading/view.php: 
4168         
4169         bit more work on URL view ...
4171 2001-12-06 Thursday 12:32  martin
4173         * course/mod.php: 
4174         
4175         Fixed headers
4177 2001-12-06 Thursday 12:27  martin
4179         * mod/reading/view.php: 
4180         
4181         Altered URL frameset size
4183 2001-12-06 Thursday 12:23  martin
4185         * doc/: CHANGES, COPYRIGHT, COPYRIGHT.txt, INSTALL, LICENCE, NOTES,
4186         ROADMAP, background.html, config.php, contents.html, credits.html,
4187         developer.html, future.html, index.html, install.html, intro.html,
4188         licence.html, teacher.html: 
4189         
4190         First version of HTML documentation
4192 2001-12-05 Wednesday 00:14  martin
4194         * pix/i/: edit.gif, switch.gif: 
4195         
4196         New icons
4198 2001-12-05 Wednesday 00:13  martin
4200         * course/: lib.php, weeks.php: 
4201         
4202         Changed weekly format ... makes more sense now I think
4204 2001-12-05 Wednesday 00:00  martin
4206         * lib/moodlelib.php: 
4207         
4208         Changed navigation bar so it uses Site name instead of "Home"
4210 2001-12-04 Tuesday 23:59  martin
4212         * theme/standard/styles.css: 
4213         
4214         Backed out quote changes, they do need to be where they were
4216 2001-12-04 Tuesday 22:04  martin
4218         * pix/t/: left.gif, right.gif: 
4219         
4220         Added left and right arrows
4222 2001-12-04 Tuesday 22:02  martin
4224         * admin/: cron.php, index.php, teacher.php: 
4225         
4226         Improvements to the process of setting up Moodle the first time,
4227         also better interface for adding/removing teachers
4229 2001-12-03 Monday 16:26  martin
4231         * theme/standard/: favicon.ico, header.html, styles.css: 
4232         
4233         Cleaned up some formatting and updated the favicon to match the
4234         pages
4236 2001-12-01 Saturday 17:47  martin
4238         * lib/graphlib.php: 
4239         
4240         No functional changes, just fixed comments to make the Moodle mods
4241         clearer.
4243 2001-11-30 Friday 23:42  martin
4245         * config.php: 
4246         
4247         Added copyright notices and cleaned up the documentation
4249 2001-11-30 Friday 23:21  martin
4251         * admin/index.php: 
4252         
4253         Fixed serious bug that allowed any existing user to use this page.
4254         Doh!
4256 2001-11-30 Friday 14:12  martin
4258         * theme/standard/header.html: 
4259         
4260         Added favicon support and a small bugfix or two
4262 2001-11-30 Friday 14:10  martin
4264         * theme/standard/favicon.ico: 
4265         
4266         First go at a favicon for Moodle
4268 2001-11-29 Thursday 20:28  martin
4270         * admin/index.php: 
4271         
4272         Corrected a type   used "=" instead of "=="
4274 2001-11-29 Thursday 13:47  martin
4276         * admin/index.php: 
4277         
4278         Turned on link to teacher.php
4280 2001-11-29 Thursday 13:46  martin
4282         * admin/teacher.php: 
4283         
4284         Basic script to add/delete teachers of courses
4286 2001-11-29 Thursday 11:11  martin
4288         * lib/moodlelib.php: 
4289         
4290         made Print_Heading more general
4292 2001-11-28 Wednesday 22:44  martin
4294         * admin/index.php: 
4295         
4296         Make it ignore CVS directories
4298 2001-11-25 Sunday 23:53  martin
4300         * doc/config.php: 
4301         
4302         Added a copy of this in the doc directory, just in case
4304 2001-11-25 Sunday 23:52  martin
4306         * config.php: 
4307         
4308         Added line about location
4310 2001-11-25 Sunday 23:50  martin
4312         * config.php: 
4313         
4314         Setting it back to default status.
4316 2001-11-25 Sunday 23:48  martin
4318         * config.php, file.php, course/view.php, lib/moodlelib.php,
4319         mod/reading/lib.php, mod/reading/view.php,
4320         theme/standard/footer.html: 
4321         
4322         Several changes related to the front page, so that it now works OK.
4324 2001-11-25 Sunday 23:45  martin
4326         * index.php: 
4327         
4328         Tidied up the front page.  Added 'editing' switch and normal footer
4330 2001-11-22 Thursday 21:47  martin
4332         * mod/survey/graph.php: 
4333         
4334         removed shadows from class averages when they are combined with
4335         student results, so that the student graphs "jump out" more
4337 2001-11-22 Thursday 14:51  martin
4339         * theme/standard/: footer.html, header.html: 
4340         
4341         removed CVS Id strings
4343 2001-11-22 Thursday 14:42  martin
4345         * config.php: 
4346         
4347         Updating with sane default values
4349 2001-11-22 Thursday 14:23  martin
4351         * README, config.php, file.php, index.php, admin/cron.php,
4352         admin/index.php, admin/log.php, admin/moodle-core.sql,
4353         admin/site.html, admin/site.php, admin/teacher.php,
4354         admin/user.html, admin/user.php, course/edit.html, course/edit.php,
4355         course/editweek.html, course/editweek.php, course/email.html,
4356         course/email.php, course/index.php, course/lib.php, course/log.php,
4357         course/login.html, course/login.php, course/loginas.php,
4358         course/loglive.php, course/mod.php, course/mod_delete.html,
4359         course/new.php, course/noweeks.php, course/user.php,
4360         course/view.php, course/weeks.php, doc/CHANGES, doc/COPYRIGHT,
4361         doc/INSTALL, doc/LICENCE, doc/NOTES, doc/ROADMAP, error/index.php,
4362         files/index.php, files/mimetypes.php, files/pix/audio.gif,
4363         files/pix/edit.gif, files/pix/env.gif, files/pix/excel.gif,
4364         files/pix/explore.gif, files/pix/files.gif, files/pix/folder.gif,
4365         files/pix/help.gif, files/pix/html.gif, files/pix/image.gif,
4366         files/pix/move.gif, files/pix/parent.gif, files/pix/pdf.gif,
4367         files/pix/text.gif, files/pix/unknown.gif, files/pix/word.gif,
4368         files/pix/zip.gif, lib/class.phpmailer.php, lib/class.smtp.php,
4369         lib/graphlib.php, lib/javascript.php, lib/moodlelib.php,
4370         lib/psxlsgen.php, lib/setup.php, lib/weblib.php, lib/wordlist.txt,
4371         lib/fonts/arial.ttf, lib/fonts/vixar.ttf,
4372         login/change_password.php, login/change_password_form.html,
4373         login/confirm.php, login/countries.php, login/forgot_password.php,
4374         login/forgot_password_change.html, login/forgot_password_form.html,
4375         login/index.php, login/index_confirm.html, login/index_form.html,
4376         login/logout.php, login/signup.php, login/signup_confirm.html,
4377         login/signup_form.php, mod/assignment/README,
4378         mod/assignment/module.php, mod/choice/icon.gif,
4379         mod/choice/index.php, mod/choice/install.sql, mod/choice/mod.html,
4380         mod/choice/mod.php, mod/choice/module.php, mod/choice/report.php,
4381         mod/choice/view.html, mod/choice/view.php, mod/journal/edit.html,
4382         mod/journal/edit.php, mod/journal/icon.gif, mod/journal/index.php,
4383         mod/journal/install.sql, mod/journal/lib.php, mod/journal/mod.html,
4384         mod/journal/mod.php, mod/journal/module.php, mod/journal/new.php,
4385         mod/journal/report.php, mod/journal/user.php, mod/journal/view.php,
4386         mod/reading/details.php, mod/reading/icon.gif,
4387         mod/reading/index.php, mod/reading/install.sql,
4388         mod/reading/lib.php, mod/reading/mod.html, mod/reading/mod.php,
4389         mod/reading/module.php, mod/reading/new.php, mod/reading/view.php,
4390         mod/survey/details.php, mod/survey/download.php,
4391         mod/survey/edit.php, mod/survey/edit_form.html,
4392         mod/survey/edit_form.phtml, mod/survey/edit_new.html,
4393         mod/survey/edit_new.phtml, mod/survey/graph.php,
4394         mod/survey/icon.gif, mod/survey/icon2.gif, mod/survey/index.php,
4395         mod/survey/install.sql, mod/survey/lib.php,
4396         mod/survey/login_form.html, mod/survey/mod.html,
4397         mod/survey/mod.php, mod/survey/module.php, mod/survey/report.php,
4398         mod/survey/save.php, mod/survey/test.php, mod/survey/view.php,
4399         pix/b.gif, pix/madewithmoodle.gif, pix/madewithmoodle1.gif,
4400         pix/madewithmoodle2.gif, pix/poo.html, pix/spacer.gif,
4401         pix/webding.png, pix/i/ICONS-16x16, pix/i/email.gif, pix/i/log.gif,
4402         pix/i/new.gif, pix/i/news.gif, pix/i/settings.gif, pix/s/SMILEYS,
4403         pix/s/biggrin.gif, pix/s/cool.gif, pix/s/cross.gif,
4404         pix/s/mixed.gif, pix/s/sad.gif, pix/s/smiley.gif,
4405         pix/s/surprise.gif, pix/s/tongueout.gif, pix/s/wideeyes.gif,
4406         pix/s/wink.gif, pix/t/TINY-ICONS, pix/t/delete.gif, pix/t/down.gif,
4407         pix/t/edit.gif, pix/t/search.gif, pix/t/up.gif,
4408         theme/standard/config.php, theme/standard/footer.html,
4409         theme/standard/header.html, theme/standard/styles.css,
4410         user/edit.html, user/edit.php, user/index.php, user/lib.php,
4411         user/new.php, user/pix.php, user/user.gif, user/users.gif,
4412         user/view.php, user/default/f1.jpg, user/default/f2.jpg: 
4413         
4414         Initial revision
4416 2001-11-22 Thursday 14:23  martin
4418         * README, config.php, file.php, index.php, admin/cron.php,
4419         admin/index.php, admin/log.php, admin/moodle-core.sql,
4420         admin/site.html, admin/site.php, admin/teacher.php,
4421         admin/user.html, admin/user.php, course/edit.html, course/edit.php,
4422         course/editweek.html, course/editweek.php, course/email.html,
4423         course/email.php, course/index.php, course/lib.php, course/log.php,
4424         course/login.html, course/login.php, course/loginas.php,
4425         course/loglive.php, course/mod.php, course/mod_delete.html,
4426         course/new.php, course/noweeks.php, course/user.php,
4427         course/view.php, course/weeks.php, doc/CHANGES, doc/COPYRIGHT,
4428         doc/INSTALL, doc/LICENCE, doc/NOTES, doc/ROADMAP, error/index.php,
4429         files/index.php, files/mimetypes.php, files/pix/audio.gif,
4430         files/pix/edit.gif, files/pix/env.gif, files/pix/excel.gif,
4431         files/pix/explore.gif, files/pix/files.gif, files/pix/folder.gif,
4432         files/pix/help.gif, files/pix/html.gif, files/pix/image.gif,
4433         files/pix/move.gif, files/pix/parent.gif, files/pix/pdf.gif,
4434         files/pix/text.gif, files/pix/unknown.gif, files/pix/word.gif,
4435         files/pix/zip.gif, lib/class.phpmailer.php, lib/class.smtp.php,
4436         lib/graphlib.php, lib/javascript.php, lib/moodlelib.php,
4437         lib/psxlsgen.php, lib/setup.php, lib/weblib.php, lib/wordlist.txt,
4438         lib/fonts/arial.ttf, lib/fonts/vixar.ttf,
4439         login/change_password.php, login/change_password_form.html,
4440         login/confirm.php, login/countries.php, login/forgot_password.php,
4441         login/forgot_password_change.html, login/forgot_password_form.html,
4442         login/index.php, login/index_confirm.html, login/index_form.html,
4443         login/logout.php, login/signup.php, login/signup_confirm.html,
4444         login/signup_form.php, mod/assignment/README,
4445         mod/assignment/module.php, mod/choice/icon.gif,
4446         mod/choice/index.php, mod/choice/install.sql, mod/choice/mod.html,
4447         mod/choice/mod.php, mod/choice/module.php, mod/choice/report.php,
4448         mod/choice/view.html, mod/choice/view.php, mod/journal/edit.html,
4449         mod/journal/edit.php, mod/journal/icon.gif, mod/journal/index.php,
4450         mod/journal/install.sql, mod/journal/lib.php, mod/journal/mod.html,
4451         mod/journal/mod.php, mod/journal/module.php, mod/journal/new.php,
4452         mod/journal/report.php, mod/journal/user.php, mod/journal/view.php,
4453         mod/reading/details.php, mod/reading/icon.gif,
4454         mod/reading/index.php, mod/reading/install.sql,
4455         mod/reading/lib.php, mod/reading/mod.html, mod/reading/mod.php,
4456         mod/reading/module.php, mod/reading/new.php, mod/reading/view.php,
4457         mod/survey/details.php, mod/survey/download.php,
4458         mod/survey/edit.php, mod/survey/edit_form.html,
4459         mod/survey/edit_form.phtml, mod/survey/edit_new.html,
4460         mod/survey/edit_new.phtml, mod/survey/graph.php,
4461         mod/survey/icon.gif, mod/survey/icon2.gif, mod/survey/index.php,
4462         mod/survey/install.sql, mod/survey/lib.php,
4463         mod/survey/login_form.html, mod/survey/mod.html,
4464         mod/survey/mod.php, mod/survey/module.php, mod/survey/report.php,
4465         mod/survey/save.php, mod/survey/test.php, mod/survey/view.php,
4466         pix/b.gif, pix/madewithmoodle.gif, pix/madewithmoodle1.gif,
4467         pix/madewithmoodle2.gif, pix/poo.html, pix/spacer.gif,
4468         pix/webding.png, pix/i/ICONS-16x16, pix/i/email.gif, pix/i/log.gif,
4469         pix/i/new.gif, pix/i/news.gif, pix/i/settings.gif, pix/s/SMILEYS,
4470         pix/s/biggrin.gif, pix/s/cool.gif, pix/s/cross.gif,
4471         pix/s/mixed.gif, pix/s/sad.gif, pix/s/smiley.gif,
4472         pix/s/surprise.gif, pix/s/tongueout.gif, pix/s/wideeyes.gif,
4473         pix/s/wink.gif, pix/t/TINY-ICONS, pix/t/delete.gif, pix/t/down.gif,
4474         pix/t/edit.gif, pix/t/search.gif, pix/t/up.gif,
4475         theme/standard/config.php, theme/standard/footer.html,
4476         theme/standard/header.html, theme/standard/styles.css,
4477         user/edit.html, user/edit.php, user/index.php, user/lib.php,
4478         user/new.php, user/pix.php, user/user.gif, user/users.gif,
4479         user/view.php, user/default/f1.jpg, user/default/f2.jpg: 
4480         
4481         moodle