Dan's fix from MDL-7263
[moodle.git] / CHANGES
blob70bb0f78f5d052416d55f9b8ab04b575848d39c0
1 CHANGES
2 =======
4 This file contains all the raw change logs since the last major 
5 release, so that you can see exactly what changes have been made.
7 A more user-friendly version of this is in doc/release.html
9 ---------------------------------------------------------------
11 2004-01-31 Saturday 01:00  moodler
13         * lang/en/docs/future.html: 
14         
15         Updated because of slippage
17 2004-01-31 Saturday 00:49  koenr
19         * lang/nl/moodle.php: 
20         
21         translating on moodle-speed ;-)
23 2004-01-31 Saturday 00:43  moodler
25         * version.php: 
26         
27         Bump
29 2004-01-31 Saturday 00:42  moodler
31         * lang/en/moodle.php: 
32         
33         New string 'clicktochange'
35 2004-01-31 Saturday 00:40  moodler
37         * course/: lib.php, mod.php, format/social/format.php,
38         format/topics/format.php, format/weeks/format.php: 
39         
40         Improvements to groups.
41         
42           - you can now actually turn group modes on and off for each
43         activity. :-)
44             "Turn Editing On" to see the new icons.
45         
46           - Link to Groups page is now smarter about when it does and
47         doesn't appear
49 2004-01-31 Saturday 00:37  koenr
51         * lang/nl/: error.php, error.php: 
52         
53         missing strings
55 2004-01-31 Saturday 00:36  moodler
57         * pix/t/groups.gif: 
58         
59         Slightly improved icon
61 2004-01-30 Friday 23:44  moodler
63         * pix/t/: groupn.gif, groups.gif, groupv.gif: 
64         
65         New draft icons for defining groups per activity
67 2004-01-30 Friday 21:55  moodler
69         * mod/journal/report.php: 
70         
71         Fixed some hard-coded strings
72         http://moodle.org/bugs/bug.php?op=show&bugid=1011
74 2004-01-30 Friday 20:27  moodler
76         * lang/en/error.php: 
77         
78         Missing string
80 2004-01-30 Friday 20:08  moodler
82         * user/index.php: 
83         
84         When separate groups are being used, only show teachers and
85         students who have access to that group
87 2004-01-30 Friday 20:03  moodler
89         * lib/datalib.php: 
90         
91         Putting in a placeholder when counting or gettig users in group 0
92         (return nothing for now)
94 2004-01-30 Friday 19:30  moodler
96         * lib/datalib.php: 
97         
98         get_course_students can now look for groups as well (doesn't handle
99         group 0 yet)
100         
101         get_course_users is more robust (fixes the journal report problem
102         etc)
104 2004-01-30 Friday 15:50  koenr
106         * lang/nl/: error.php, forum.php, moodle.php: 
107         
108         missing strings
110 2004-01-30 Friday 15:15  stronk7
112         * mod/forum/db/oci8po.sql: 
113         
114         Some strange line feeds in the latest version. Solved.
116 2004-01-30 Friday 13:44  gustav_delius
118         * mod/forum/db/oci8po.sql: 
119         
120         increase mailed to number(2)
122 2004-01-30 Friday 13:40  gustav_delius
124         * lib/db/mysql.php, lib/db/postgres7.php, mod/forum/version.php,
125         mod/forum/db/mysql.php, mod/forum/db/mysql.sql: 
126         
127         moved the database update code to where it belongs
129 2004-01-30 Friday 13:16  stronk7
131         * lang/en/moodle.php: 
132         
133         Added str. creatinggroups
135 2004-01-30 Friday 11:04  stronk7
137         * backup/: backuplib.php, lib.php: 
138         
139         Now everything seems to work fine with the new insert_record()
140         function.
141         
142         Please, test :-)
144 2004-01-30 Friday 10:21  gustav_delius
146         * lib/datalib.php, lib/db/mysql.php, lib/db/postgres7.php,
147         version.php, mod/forum/lib.php: 
148         
149         better logging of forum mail errors, see
150         http://moodle.org/mod/forum/discuss.php?d=4865. Required the
151         addition of an extra optional argument $user="" to add_to_log()
153 2004-01-30 Friday 08:53  moodler
155         * mod/assignment/: index.php, lib.php, view.php: 
156         
157         Fixed the counting of submissions for a new function
158         assignment_count_real_submissions()
160 2004-01-30 Friday 07:22  moodler
162         * mod/quiz/report/overview/report.php: 
163         
164         OK, much better.  What was I thinking.  :-)
166 2004-01-30 Friday 07:16  moodler
168         * mod/quiz/report/overview/report.php: 
169         
170         On second thoughts, added hours
172 2004-01-30 Friday 07:16  moodler
174         * mod/quiz/report/overview/report.php: 
175         
176         Fixed date format
178 2004-01-30 Friday 06:50  gustav_delius
180         * config-dist.php: 
181         
182         got rid of bad line endings
184 2004-01-30 Friday 01:55  moodler
186         * lib/moodlelib.php, lang/en/error.php: 
187         
188         Error message for restricted users
190 2004-01-30 Friday 01:04  moodler
192         * lib/datalib.php: 
193         
194         New paratmeter to insert_record called primarykey (defaults to
195         "id") and removed insert_record_old
197 2004-01-30 Friday 00:50  moodler
199         * filter/texh/texh.php: 
200         
201         Whoops ... forgot to check this in
203 2004-01-30 Friday 00:45  moodler
205         * mod/forum/view.php: 
206         
207         Fix the mode handling for "single" forums
209 2004-01-30 Friday 00:31  moodler
211         * login/change_password.php: 
212         
213         Check for restricted users and also removed some tabs
215 2004-01-30 Friday 00:29  moodler
217         * user/edit.php: 
218         
219         Restrict certain users from changing profile
221 2004-01-30 Friday 00:25  moodler
223         * lib/moodlelib.php: 
224         
225         New function to restrict defined users
227 2004-01-29 Thursday 23:45  paca70
229         * lib/datalib.php: 
230         
231         My php 4.3.4/postgres7.4 combination was thinking that returned
232         id-column was string and some modules were thingking that theres
233         insert error if return value is string.  Right now all id-colums is
234         always integer so this should be ok.
236 2004-01-29 Thursday 23:43  bobopinna
238         * lang/it/moodle.php: 
239         
240         Updated by Roberto -Bobo- Pinna
242 2004-01-29 Thursday 23:36  bobopinna
244         * lang/it/moodle.php: 
245         
246         Updated by Roberto -Bobo- Pinna
248 2004-01-29 Thursday 23:29  moodler
250         * mod/glossary/showentry.php: 
251         
252         No functional change, just me moodling
254 2004-01-29 Thursday 23:26  moodler
256         * course/groups.php: 
257         
258         Use natural sorting on lists
260 2004-01-29 Thursday 22:44  moodler
262         * lib/moodlelib.php: 
263         
264         When unenrolling students, remove them from groups too
266 2004-01-29 Thursday 21:59  moodler
268         * lib/moodlelib.php: 
269         
270         When adding a teacher, remove them as a student.
272 2004-01-29 Thursday 20:02  moodler
274         * mod/journal/report.php: 
275         
276         Simplified logic a bit
278 2004-01-29 Thursday 20:01  moodler
280         * mod/journal/lib.php: 
281         
282         Fixed typo bug when getting users
284 2004-01-29 Thursday 19:11  moodler
286         * lib/adodb/: adodb-csvlib.inc.php, adodb-datadict.inc.php,
287         adodb-error.inc.php, adodb-errorhandler.inc.php,
288         adodb-errorpear.inc.php, adodb-exceptions.inc.php,
289         adodb-iterator.inc.php, adodb-lib.inc.php, adodb-pager.inc.php,
290         adodb-pear.inc.php, adodb-perf.inc.php, adodb-php4.inc.php,
291         adodb-time.inc.php, adodb-xmlschema.inc.php, adodb.inc.php,
292         docs-adodb.htm, docs-datadict.htm, docs-perf.htm, docs-session.htm,
293         license.txt, pivottable.inc.php, rsfilter.inc.php, server.php,
294         tips_portable_sql.htm, toexport.inc.php, tohtml.inc.php, tute.htm,
295         datadict/datadict-access.inc.php, datadict/datadict-db2.inc.php,
296         datadict/datadict-generic.inc.php, datadict/datadict-ibase.inc.php,
297         datadict/datadict-informix.inc.php,
298         datadict/datadict-mssql.inc.php, datadict/datadict-mysql.inc.php,
299         datadict/datadict-oci8.inc.php, datadict/datadict-postgres.inc.php,
300         datadict/datadict-sybase.inc.php, drivers/adodb-access.inc.php,
301         drivers/adodb-ado.inc.php, drivers/adodb-ado_access.inc.php,
302         drivers/adodb-ado_mssql.inc.php,
303         drivers/adodb-borland_ibase.inc.php, drivers/adodb-csv.inc.php,
304         drivers/adodb-db2.inc.php, drivers/adodb-fbsql.inc.php,
305         drivers/adodb-firebird.inc.php, drivers/adodb-ibase.inc.php,
306         drivers/adodb-informix.inc.php, drivers/adodb-informix72.inc.php,
307         drivers/adodb-mssql.inc.php, drivers/adodb-mssqlpo.inc.php,
308         drivers/adodb-mysql.inc.php, drivers/adodb-mysqli.inc.php,
309         drivers/adodb-mysqlt.inc.php, drivers/adodb-oci8.inc.php,
310         drivers/adodb-oci805.inc.php, drivers/adodb-oci8po.inc.php,
311         drivers/adodb-odbc.inc.php, drivers/adodb-odbc_mssql.inc.php,
312         drivers/adodb-odbc_oracle.inc.php, drivers/adodb-oracle.inc.php,
313         drivers/adodb-postgres.inc.php, drivers/adodb-postgres64.inc.php,
314         drivers/adodb-postgres7.inc.php, drivers/adodb-proxy.inc.php,
315         drivers/adodb-sapdb.inc.php, drivers/adodb-sqlanywhere.inc.php,
316         drivers/adodb-sqlite.inc.php, drivers/adodb-sybase.inc.php,
317         drivers/adodb-vfp.inc.php, lang/adodb-ca.inc.php,
318         lang/adodb-cn.inc.php, lang/adodb-de.inc.php,
319         lang/adodb-fr.inc.php, lang/adodb-it.inc.php,
320         perf/perf-db2.inc.php, perf/perf-informix.inc.php,
321         perf/perf-mssql.inc.php, perf/perf-mysql.inc.php,
322         perf/perf-oci8.inc.php, perf/perf-postgres.inc.php,
323         session/adodb-compress-bzip2.php, session/adodb-compress-gzip.php,
324         session/adodb-cryptsession.php, session/adodb-encrypt-mcrypt.php,
325         session/adodb-encrypt-md5.php, session/adodb-encrypt-secret.php,
326         session/adodb-sess.txt, session/adodb-session-clob.php,
327         session/adodb-session.php, session/adodb-sessions.mysql.sql,
328         session/adodb-sessions.oracle.clob.sql,
329         session/adodb-sessions.oracle.sql, session/crypt.inc.php,
330         tests/benchmark.php, tests/client.php, tests/test-datadict.php,
331         tests/test-pgblob.php, tests/test-php5.php,
332         tests/test-xmlschema.php, tests/test.php, tests/test2.php,
333         tests/test3.php, tests/test4.php, tests/test5.php,
334         tests/test_rs_array.php, tests/testcache.php,
335         tests/testdatabases.inc.php, tests/testgenid.php,
336         tests/testmssql.php, tests/testoci8.php, tests/testoci8cursor.php,
337         tests/testpaging.php, tests/testpear.php, tests/testsessions.php,
338         tests/tmssql.php: 
339         
340         Upgrading ADOdb to 4.11 ... there were lots of little bug fixes
342 2004-01-29 Thursday 18:25  moodler
344         * lib/datalib.php: 
345         
346         Fixed problem with magic quotes
348 2004-01-29 Thursday 17:57  moodler
350         * mod/journal/lib.php: 
351         
352         Don't always use arraymerge in journal_get_users_done() - was
353         causing bad data sometimes ...
355 2004-01-29 Thursday 07:27  moodler
357         * lib/datalib.php: 
358         
359         IMPORTANT!  CRUCIAL CHANGE TO MAJOR FUNCTION!
360         
361         Petri Asikainen rewrote insert_record to use ADOdb functions.  It
362         might be very slightly slower but it gets rid of all the horrible
363         not-quite-working PostgreSQL workarounds the old one contained.
364         
365         It worked for him on PostgreSQL 7.4 and for me on MySQL 3.23 and
366         4.0.15, so I'm checking it in.
367         
368         Please test it thoroughly on your test systems.
369         
370         Since it writes data it has the potential to stuff things up, so be
371         careful on production systems for a few days.
373 2004-01-29 Thursday 07:13  bobopinna
375         * lang/it/docs/teacher.html: 
376         
377         Updated by Roberto -Bobo- Pinna
379 2004-01-29 Thursday 06:27  bobopinna
381         * lang/it/help/: coursecategory.html, courseformats.html,
382         coursefullname.html, coursenumsections.html, courserecent.html,
383         courseshortname.html, coursestartdate.html, enrolmentkey.html,
384         guestaccess.html, html.html, langedit.html, choice/options.html: 
385         
386         New version from Giorgio Borelli
388 2004-01-28 Wednesday 21:59  moodler
390         * mod/forum/index.php: 
391         
392         Dont print learning forums table if there aren't any
394 2004-01-28 Wednesday 20:58  moodler
396         * mod/forum/index.php: 
397         
398         Reduce intro text for general forums
400 2004-01-28 Wednesday 20:13  moodler
402         * version.php, lib/db/mysql.php, lib/db/mysql.sql,
403         lib/db/postgres7.php, lib/db/postgres7.sql: 
404         
405         Change type of config->value to text (to allow longer info)
407 2004-01-28 Wednesday 16:14  stronk7
409         * backup/version.php: 
410         
411         - some debug info turned off.  - scheduled backups now supports
412         groups info (need to centralize the code!!) - solved an important
413         issue when restoring users introduced in lib.php v1.44
414         
415         Bump
417 2004-01-28 Wednesday 16:12  stronk7
419         * backup/lib.php: 
420         
421         Solved one important issue when restoring users due to a bug in
422         revision 1.44, when solving bug 946. Tons of thanks to Jacob Romeyn
423         detecting it.
425 2004-01-28 Wednesday 16:08  stronk7
427         * backup/restorelib.php: 
428         
429         Turn off some debug info.
431 2004-01-28 Wednesday 16:07  stronk7
433         * backup/backup_scheduled.php: 
434         
435         Now groups are included in scheduled backups.  I think that we
436         should use the same exact code in backup_execute.php and
437         backup_scheduled.php to avoid duplicating it in two files !!
439 2004-01-28 Wednesday 08:46  moodler
441         * tags: 
442         
443         Latest tags
445 2004-01-28 Wednesday 06:49  moodler
447         * mod/forum/: lib.php, version.php: 
448         
449         Removed function, and updated versions
451 2004-01-28 Wednesday 06:48  moodler
453         * mod/forum/discuss.php: 
454         
455         Yes, finally forum display preferences are preserved.  :-)
457 2004-01-28 Wednesday 06:47  moodler
459         * lib/moodlelib.php: 
460         
461         Bugfixes to set_user_preference
463 2004-01-28 Wednesday 06:14  moodler
465         * version.php, lib/datalib.php, lib/moodlelib.php,
466         lib/db/mysql.php, lib/db/mysql.sql, lib/db/postgres7.php,
467         lib/db/postgres7.sql: 
468         
469         Added new table called "user preferences" which can be used for
470         storing arbitrary preferences for each user.
471         
472         Thanks to Jon Papaioannou for the first draft of this code which I
473         modified.
475 2004-01-28 Wednesday 03:03  moodler
477         * mod/assignment/: index.php, view.php: 
478         
479         FIxed counting of submissions
481 2004-01-27 Tuesday 23:41  koenr
483         * lang/nl/resource.php: 
484         
485         missing strings
487 2004-01-27 Tuesday 23:41  koenr
489         * lang/nl/docs/install.html: 
490         
491         found some typo's
493 2004-01-27 Tuesday 20:42  moodler
495         * lib/weblib.php: 
496         
497         Added msup
499 2004-01-27 Tuesday 20:27  moodler
501         * mod/: assignment/version.php, attendance/version.php,
502         chat/version.php, choice/version.php, dialogue/version.php,
503         exercise/version.php, forum/version.php, glossary/version.php,
504         journal/version.php, label/version.php, quiz/version.php,
505         resource/version.php, survey/version.php, workshop/version.php: 
506         
507         Define minimum required versions of Moodle
509 2004-01-27 Tuesday 20:26  moodler
511         * admin/index.php: 
512         
513         Allow modules to define the version of Moodle they require, and
514         abort their installation if this requirement isn't met.
516 2004-01-27 Tuesday 15:48  stronk7
518         * course/grades.php: 
519         
520         Small typo preventing Excel Sheets to be named correctly.
522 2004-01-27 Tuesday 03:57  moodler
524         * backup/restorelib.php: 
525         
526         Fixed tiny bug for courses without groups
528 2004-01-26 Monday 19:43  moodler
530         * version.php: 
531         
532         Bumpy bump - time moving too fast
534 2004-01-26 Monday 19:30  moodler
536         * lib/weblib.php: 
537         
538         Allowing <algebra> tag
540 2004-01-26 Monday 15:23  stronk7
542         * backup/config.html, admin/backup.php: 
543         
544         Now the destination directory in scheduled bakups have some checks:
545            - Trailing slashes.     - Trailing backslashes.     - Exists.
547 2004-01-26 Monday 10:22  moodler
549         * theme/standard/styles.php: 
550         
551         Check $themename to prevent warnings at high levels of debugging
552         ...
554 2004-01-26 Monday 09:46  moodler
556         * backup/backuplib.php: 
557         
558         FIxed tiniest bug when trying to backup groups in courses that have
559         none
561 2004-01-26 Monday 09:32  moodler
563         * lang/en/moodle.php: 
564         
565         Setting moodle.php back to default format (as created by
566         admin/lang.php)
568 2004-01-26 Monday 09:26  moodler
570         * lang/en/moodle.php: 
571         
572         Adding string for groups backup
574 2004-01-26 Monday 08:55  moodler
576         * config-dist.php: 
577         
578         Undoing some wacko formatting ... What were you trying to do,
579         Gustav?
581 2004-01-26 Monday 05:56  bobopinna
583         * lang/it/editor.php: 
584         
585         Updated by Roberto -Bobo- Pinna
587 2004-01-26 Monday 04:29  moodler
589         * mod/survey/index.php: 
590         
591         Added dividers
593 2004-01-26 Monday 04:27  moodler
595         * mod/: assignment/mod.html, chat/index.php, choice/index.php: 
596         
597         Added dividers and improved display of section
599 2004-01-26 Monday 04:21  moodler
601         * mod/glossary/index.php: 
602         
603         New dividers
605 2004-01-26 Monday 04:07  moodler
607         * mod/: assignment/index.php, quiz/index.php, resource/index.php: 
608         
609         Better dividers in the table
611 2004-01-26 Monday 03:51  moodler
613         * mod/resource/index.php: 
614         
615         Use dividers on the resource page
617 2004-01-26 Monday 03:47  moodler
619         * lib/weblib.php: 
620         
621         Better for CSS
623 2004-01-26 Monday 03:26  bobopinna
625         * lang/it/editor.php: 
626         
627         Updated by Roberto -Bobo- Pinna
629 2004-01-26 Monday 02:38  bobopinna
631         * lang/it/: appointment.php, auth.php, chat.php, dialogue.php,
632         error.php, event.php, forum.php, moodle.php, pix.php, quiz.php,
633         resource.php, docs/licence.html, docs/teacher.html: 
634         
635         Updated by Roberto -Bobo- Pinna
637 2004-01-26 Monday 02:14  moodler
639         * theme/: UPGRADE.txt, brightretro/styles.php,
640         cordoroyblue/styles.php, garden/styles.php, oceanblue/styles.php,
641         poweraid/config.php, poweraid/styles.php, standard/styles.php,
642         standardblue/styles.php, standardgreen/styles.php,
643         standardlogo/styles.php, standardred/styles.php,
644         standardwhite/styles.php: 
645         
646         New style for tabledivider, and some fixups
648 2004-01-26 Monday 01:54  moodler
650         * lib/weblib.php: 
651         
652         Er, much better wayto do dividiers
654 2004-01-26 Monday 01:48  moodler
656         * mod/forum/index.php: 
657         
658         MOds to use dividers between sections
660 2004-01-26 Monday 01:48  moodler
662         * lib/weblib.php: 
663         
664         Mod to print_table to allow dividers between rows (used on forum
665         listing)
667 2004-01-26 Monday 01:15  moodler
669         * lib/weblib.php: 
670         
671         Adding more tags for matsh
673 2004-01-26 Monday 01:13  moodler
675         * lib/datalib.php: 
676         
677         Get groupmode when returning a list of instances
679 2004-01-26 Monday 01:12  moodler
681         * lib/moodlelib.php: 
682         
683         Clarification to some group logic
685 2004-01-26 Monday 00:57  moodler
687         * mod/forum/index.php: 
688         
689         Remove the forum links as well (for group forums when user not in
690         group)
692 2004-01-26 Monday 00:05  moodler
694         * mod/forum/index.php: 
695         
696         Subscribe links accurately reflect what is possible according to
697         the user's group status.
698         
699         Section numbers now printed once per section
701 2004-01-25 Sunday 20:34  moodler
703         * theme/standard/styles.php: 
704         
705         Put $themename back again
707 2004-01-25 Sunday 13:00  stronk7
709         * mod/forum/restorelib.php: 
710         
711         Now userid and groupid fields are recoded correctly in the restore
712         process. This should make the backup utility group-compliant !!
713         (when talking about forums, of course) :-)
715 2004-01-25 Sunday 12:57  stronk7
717         * backup/: STATUS.txt, restore_execute.html, restorelib.php,
718         version.php: 
719         
720         Now groups and members are restored and recoded when restoring
721         courses.  Existing courses are searched by name+description to add
722         members to existing groups (when restoring over another course).
724 2004-01-25 Sunday 12:34  gustav_delius
726         * mod/: choice/mod.html, exercise/submissions.php, forum/lib.php,
727         forum/post.html, glossary/edit.html, glossary/formats.php,
728         glossary/import.html, glossary/lib.php, glossary/mod.html,
729         glossary/print.php, journal/lib.php, journal/view.php,
730         quiz/description.html, quiz/editmultianswer.php, quiz/lib.php,
731         quiz/match.html, quiz/multichoice.html, quiz/numerical.html,
732         quiz/randomsamatch.html, quiz/shortanswer.html,
733         quiz/truefalse.html, resource/details.php, resource/mod.html,
734         survey/details.php, survey/lib.php: 
735         
736         replaced incorrectly closed html tags, see bug 365
738 2004-01-25 Sunday 11:36  gustav_delius
740         * course/edit.html, lib/datalib.php, theme/standard/styles.php,
741         user/edit.html: 
742         
743         minor fixes, including bugs 997, 998
745 2004-01-25 Sunday 11:26  stronk7
747         * backup/: backup_execute.html, backuplib.php: 
748         
749         Groups are now included in backup too. I start working in restore
750         now.
752 2004-01-25 Sunday 11:04  gustav_delius
754         * config-dist.php, lang/en/moodle.php: 
755         
756         removed empty lines, which for example messed up the display of the
757         license terms
759 2004-01-25 Sunday 09:04  gustav_delius
761         * mod/forum/lib.php: 
762         
763         reset timelimit so that script does not get timed out when posting
764         to many users
766 2004-01-25 Sunday 09:02  gustav_delius
768         * theme/standard/footer.html: 
769         
770         added missing </center>
772 2004-01-25 Sunday 09:00  gustav_delius
774         * course/lib.php: 
775         
776         added alt text to some icons
778 2004-01-25 Sunday 08:49  gustav_delius
780         * course/: lib.php, info.php: 
781         
782         apply filter_text to course summary
784 2004-01-25 Sunday 06:51  moodler
786         * admin/cron.php: 
787         
788         Run cron.php as admin user so timezones etc work
790 2004-01-25 Sunday 05:50  moodler
792         * lang/de/editor.php: 
793         
794         Shorter string to help editor display
795         
796         http://moodle.org/mod/forum/discuss.php?d=4791
798 2004-01-25 Sunday 01:37  moodler
800         * lib/setup.php: 
801         
802         If $CFG->opentogoogle is defined then
803         
804            - google can get in as guest
805         
806            - visitiors referred from google get in as guest
808 2004-01-25 Sunday 01:35  moodler
810         * lib/moodlelib.php: 
811         
812         New function guest_user to create a guest user record and return it
814 2004-01-24 Saturday 20:05  willcast
816         * mod/glossary/: dynalink.php, lib.php: 
817         
818         - Solving bug 995:    Blank aliases caused the autolinking feature
819         to mess the whole thing...
821 2004-01-23 Friday 09:02  rkingdon
823         * mod/exercise/: backuplib.php, lib.php, upload.php: 
824         
825         Fixes to Backup and upload (now allows teachers multiple uploads in
826         a short period)
828 2004-01-23 Friday 05:23  moodler
830         * lang/en/: forum.php, moodle.php: 
831         
832         New strings
834 2004-01-23 Friday 05:21  moodler
836         * mod/forum/subscribe.php: 
837         
838         Prevent people from subscribing to group forums is they aren't in a
839         group
841 2004-01-23 Friday 05:01  moodler
843         * mod/forum/discuss.php: 
844         
845         Always show correct current group in popup menu
847 2004-01-23 Friday 04:48  moodler
849         * mod/forum/lib.php: 
850         
851         Fixes for recent_activity and cron to use the new groupid stuff
853 2004-01-23 Friday 04:34  moodler
855         * mod/resource/coursefiles.php: 
856         
857         Zipping now works in the filemanager popup from resources.
859 2004-01-23 Friday 04:06  moodler
861         * mod/forum/: backuplib.php, discuss.php, lib.php, post.html,
862         post.php, restorelib.php, version.php, db/mysql.php, db/mysql.sql,
863         db/postgres7.php, db/postgres7.sql: 
864         
865         Improvements to forum groups.
866         
867         New forum_discussions->groupid now stores the group ID for the
868         discussion.
870 2004-01-23 Friday 00:51  moodler
872         * lib/javascript.php: 
873         
874         Load overlib.js as an external Javascript file, on all pages
876 2004-01-23 Friday 00:40  moodler
878         * lib/md5.js: 
879         
880         MD5 library for home-made security
882 2004-01-23 Friday 00:35  moodler
884         * lib/overlib.js: 
885         
886         Overlib function for slick popups
888 2004-01-23 Friday 00:30  moodler
890         * course/enrol.php: 
891         
892         FIxes to cope with this case:
893         
894           - student authenticates
895           - teacher enrols the student manually
896           - student tries to enter course
897         
898         http://moodle.org/mod/forum/discuss.php?d=4529#20493
900 2004-01-22 Thursday 12:27  stronk7
902         * backup/: backuplib.php, restorelib.php, version.php: 
903         
904         Now groupmode in course_modules is supported too.
906 2004-01-21 Wednesday 09:13  moodler
908         * mod/quiz/lib.php: 
909         
910         For now just avoid public categories.
911         
912         It would be nice if instead a check was made to make sure that the
913         category wasn't being used by other courses, then even public
914         categories could be deleted.
916 2004-01-21 Wednesday 08:44  moodler
918         * mod/quiz/lib.php: 
919         
920         New function quiz_delete_course() which deletes all the leftover
921         stuff while a course is being deleted
923 2004-01-21 Wednesday 08:15  moodler
925         * lib/moodlelib.php: 
926         
927         In remove_course_contents() look for a module function called
928         module_delete_course and run it as well.  This is mainly for
929         quizzes at the moment but basically it runs cleanup stuff whenever
930         a course is being emptied
932 2004-01-21 Wednesday 08:04  moodler
934         * mod/quiz/lib.php: 
935         
936         Only list categories that belong to real courses
938 2004-01-21 Wednesday 04:09  moodler
940         * lang/fr_ca/moodle.php: 
941         
942         Fixed buggy date string
944 2004-01-20 Tuesday 21:02  andre_bln
946         * lang/de/help/richtext.html: 
947         
948         new german version richtext.html
950 2004-01-20 Tuesday 19:22  moodler
952         * mod/quiz/lib.php: 
953         
954         Slight fix for null case (Add Choose item on popup menus)
956 2004-01-20 Tuesday 09:25  rkingdon
958         * mod/workshop/: lib.php, submissions.php, upload.php, view.php: 
959         
960         Fix bug in Analysis of Assessments
962 2004-01-20 Tuesday 05:58  moodler
964         * lang/es_ar/: README.txt, assignment.php, auth.php, choice.php,
965         forum.php, journal.php, moodle.php, quiz.php, resource.php,
966         survey.php: 
967         
968         Removing defunct language
970 2004-01-20 Tuesday 05:54  moodler
972         * admin/cron.php: 
973         
974         Flush it
976 2004-01-20 Tuesday 05:51  moodler
978         * mod/forum/: discuss.php, lib.php: 
979         
980         - Prevent users from replying in groups other then own.
981         
982         - groups menu at discussion level
984 2004-01-20 Tuesday 05:50  moodler
986         * lang/de_du/: assignment.php, moodle.php: 
987         
988         Some fixes
990 2004-01-20 Tuesday 05:49  moodler
992         * lang/tr/moodle.php: 
993         
994         Fixed locale
996 2004-01-20 Tuesday 05:27  moodler
998         * lib/weblib.php: 
999         
1000         Added lang and mathml tags to allowed tags
1002 2004-01-20 Tuesday 03:27  moodler
1004         * lang/pl/moodle.php: 
1005         
1006         Corrected a string
1008 2004-01-20 Tuesday 03:22  moodler
1010         * lang/en/resource.php, files/mimetypes.php, mod/resource/view.php:
1011         
1012         
1013         Support for auto embedding of WMV files
1015 2004-01-20 Tuesday 03:19  moodler
1017         * lang/fa/: README.txt, assignment.php, auth.php, chat.php,
1018         choice.php, forum.php, journal.php, moodle.php, quiz.php,
1019         resource.php, survey.php, workshop.php: 
1020         
1021         New Farsi translation by Adel Ghazikhani <a_g1981@yahoo.com>
1023 2004-01-20 Tuesday 02:03  moodler
1025         * filter/multilang/multilang.php: 
1026         
1027         Make sure XML is enabled
1029 2004-01-20 Tuesday 00:56  moodler
1031         * filter/multilang/: README.txt, multilang.php: 
1032         
1033         Working code by Gaëtan Frenoy to allow texts to contain multiple
1034         languages!
1035         
1036         See:  http://moodle.org/mod/forum/discuss.php?d=2760
1037         
1038 2004-01-20 Tuesday 00:51  moodler
1040         * lib/weblib.php: 
1041         
1042         Added stripos function and allow filters to work even when courseid
1043         isn't set.
1045 2004-01-20 Tuesday 00:50  moodler
1047         * index.php: 
1048         
1049         Use format_text on the site-info
1051 2004-01-20 Tuesday 00:46  moodler
1053         * lib/gdlib.php: 
1054         
1055         Ignore errors on chown
1057 2004-01-18 Sunday 13:34  koenr
1059         * lang/nl/exercise.php: 
1060         
1061         trying to improve the translation by using the module
1063 2004-01-18 Sunday 01:52  trobb
1065         * mod/quiz/report/fullstat/report.php: 
1066         
1067         
1068                   Further problems with the percentage displays fixed
1070 2004-01-18 Sunday 00:55  trobb
1072         * mod/quiz/report/fullstat/report.php: 
1073         
1074         
1075                   Error in percentage calculations for T/F items fixed
1076         (screen display only)
1078 2004-01-17 Saturday 22:17  moodler
1080         * mod/quiz/: index.php, lib.php: 
1081         
1082         Some fixes for displaying empty grades in quizzes
1083         
1084         suggested by Marilyn Fleming
1085         http://moodle.org/mod/forum/discuss.php?d=4636
1087 2004-01-17 Saturday 18:05  koenr
1089         * lang/nl/: auth.php, chat.php: 
1090         
1091         missing strings
1093 2004-01-17 Saturday 07:41  les_kopari
1095         * mod/exercise/db/oci8po.sql: 
1096         
1097         Translated from MySQL.
1099 2004-01-17 Saturday 06:18  les_kopari
1101         * mod/attendance/db/oci8po.sql: 
1102         
1103         Added one column and modified test cases.
1105 2004-01-17 Saturday 05:02  les_kopari
1107         * lib/db/schemaGroups_members.xml: 
1108         
1109         Renamed.
1111 2004-01-17 Saturday 04:59  les_kopari
1113         * lib/db/schemaExecutionListing.html: 
1114         
1115         Another test run.
1117 2004-01-17 Saturday 04:57  les_kopari
1119         * lib/db/schemaCourse_groups_members.xml: 
1120         
1121         Renamed to schemaGroups_members.xml
1123 2004-01-17 Saturday 04:56  les_kopari
1125         * lib/db/schemaCourse_groups.xml: 
1126         
1127         Renamed to schemaGroups.xml
1129 2004-01-17 Saturday 04:51  les_kopari
1131         * lib/db/: schemaEvent.xml, schemaGroups.xml: 
1132         
1133         Renamed table.
1135 2004-01-17 Saturday 04:49  les_kopari
1137         * lib/db/schemaCourse_modules.xml: 
1138         
1139         Test run with new columns and tables.
1141 2004-01-17 Saturday 04:42  les_kopari
1143         * lib/db/: schemaConfig.xml, schemaCourse.xml,
1144         schemaCourse_display.xml: 
1145         
1146         New columns.
1148 2004-01-17 Saturday 04:41  les_kopari
1150         * lib/db/schema.php: 
1151         
1152         New columns and tables.
1154 2004-01-17 Saturday 02:27  trobb
1156         * mod/quiz/report/fullstat/report.php: 
1157         
1158         
1159             Report lines after a matching question in screen display and
1160         Excel fixed.
1162 2004-01-17 Saturday 02:18  moodler
1164         * mod/glossary/showentry.php: 
1165         
1166         A very quick and dirty try .... Williams?  What do you think?
1168 2004-01-17 Saturday 01:47  moodler
1170         * version.php, lib/moodlelib.php, lib/db/mysql.php,
1171         lib/db/mysql.sql, lib/db/postgres7.php, lib/db/postgres7.sql: 
1172         
1173         EARLY SUPPORT FOR CALENDARS AND EVENTS
1174         --------------------------------------
1175         
1176         New functions and tables, based on work from Gustav Delius (see
1177         http://moodle.org/mod/forum/discuss.php?d=4466)
1178         
1179         This forms the core of a new system to store, track and utilise
1180         event information in all modules, as well as allowing external
1181         calendars to be synchronised with new information.
1183 2004-01-17 Saturday 01:16  les_kopari
1185         * lib/db/schemaCourse_modules.xml: 
1186         
1187         New field.
1189 2004-01-17 Saturday 01:06  les_kopari
1191         * lib/db/schemaCourse.xml: 
1192         
1193         Correct defaults.
1195 2004-01-17 Saturday 00:55  les_kopari
1197         * lib/db/schemaCourse.xml: 
1198         
1199         Added groupmode, groupmodeforce.
1201 2004-01-16 Friday 23:08  moodler
1203         * admin/users.php, course/lib.php: 
1204         
1205         Use is_internal_email function (see bug 978)
1207 2004-01-16 Friday 22:49  moodler
1209         * mod/forum/view.php: 
1210         
1211         Editing teachers can always get into forums
1213 2004-01-16 Friday 21:39  moodler
1215         * course/lib.php, files/index.php: 
1216         
1217         Only editing teachers can see files
1219 2004-01-16 Friday 13:36  koenr
1221         * lang/nl/README.txt: 
1222         
1223         Hans insisted
1225 2004-01-16 Friday 13:34  koenr
1227         * lang/nl/moodle.php: 
1228         
1229         mising strings
1231 2004-01-16 Friday 10:32  giro123
1233         * lang/es/: attendance.php, choice.php, dialogue.php, forum.php,
1234         moodle.php, quiz.php, resource.php, workshop.php: 
1235         
1236         [no log message]
1238 2004-01-16 Friday 05:14  moodler
1240         * lang/en/chat.php, mod/chat/report.php: 
1241         
1242         
1243         Chat sessions can now be deleted
1245 2004-01-16 Friday 04:16  moodler
1247         * mod/forum/lib.php: 
1248         
1249         Links color = black
1251 2004-01-16 Friday 03:39  moodler
1253         * mod/glossary/showentry.php: 
1254         
1255         Require user to login to see glossary entries (if a course is
1256         specified)
1258 2004-01-16 Friday 03:32  moodler
1260         * mod/forum/lib.php: 
1261         
1262         Add some styles in the posts so the autolinks look OK.
1264 2004-01-16 Friday 03:23  moodler
1266         * course/lib.php: 
1267         
1268         Small improvement to log-gathering for activities - works better
1269         with glossary logs
1271 2004-01-16 Friday 02:51  moodler
1273         * mod/forum/lib.php: 
1274         
1275         Pass courseid to format_text explicitly
1277 2004-01-16 Friday 02:49  moodler
1279         * lib/weblib.php: 
1280         
1281         Fixes so that $courseid can be passes to format_text (and this
1282         filter_text)
1284 2004-01-16 Friday 02:23  moodler
1286         * admin/cron.php: 
1287         
1288         Output the time in the cron output
1290 2004-01-16 Friday 01:17  moodler
1292         * auth/imap/config.html, auth/imap/lib.php, auth/nntp/config.html,
1293         auth/nntp/lib.php, auth/pop3/config.html, auth/pop3/lib.php,
1294         lang/en/auth.php: 
1295         
1296         UNTESTED changes to allow multiple hosts to be used for
1297         POP3/IMAP/NNTP authentication
1298         
1299         Please test them.
1301 2004-01-15 Thursday 22:42  moodler
1303         * mod/forum/post.html: 
1304         
1305         When using the HTML editor, don't provide format options
1307 2004-01-15 Thursday 11:02  paca70
1309         * lang/fi/: assignment.php, countries.php, forum.php, glossary.php:
1310         
1311         
1312         Updates
1314 2004-01-15 Thursday 11:01  paca70
1316         * lang/fi/webquest.php: 
1317         
1318         Initial version
1320 2004-01-15 Thursday 10:57  paca70
1322         * lang/fi/: quiz.php, resource.php: 
1323         
1324         Updates
1326 2004-01-15 Thursday 10:50  giro123
1328         * lang/es/: quiz.php, workshop.php, pix.php: 
1329         
1330         [no log message]
1332 2004-01-15 Thursday 10:38  paca70
1334         * lang/fi/: label.php, pix.php: 
1335         
1336         Initial translation
1338 2004-01-15 Thursday 10:26  paca70
1340         * lang/fi/exercise.php: 
1341         
1342         Initial translation
1344 2004-01-15 Thursday 10:21  paca70
1346         * lang/fi/error.php: 
1347         
1348         Initial translation
1350 2004-01-15 Thursday 10:18  paca70
1352         * lang/fi/editor.php: 
1353         
1354         Updates
1356 2004-01-15 Thursday 10:17  paca70
1358         * lang/fi/dialogue.php: 
1359         
1360         Initial translation
1362 2004-01-15 Thursday 10:06  paca70
1364         * lang/fi/: chat.php, choice.php: 
1365         
1366         Updates
1368 2004-01-15 Thursday 10:05  paca70
1370         * lang/fi/attendance.php: 
1371         
1372         Initial translation
1374 2004-01-15 Thursday 09:56  villate
1376         * lang/pt/: dialogue.php, editor.php: 
1377         
1378         New files from version 1.2
1380 2004-01-15 Thursday 09:43  paca70
1382         * lang/fi/moodle.php: 
1383         
1384         Updates
1386 2004-01-15 Thursday 09:08  villate
1388         * lang/pt/: assignment.php, attendance.php, auth.php, chat.php,
1389         countries.php: 
1390         
1391         Updated to the 1.2 version
1393 2004-01-15 Thursday 07:26  moodler
1395         * mod/quiz/lib.php: 
1396         
1397         Menus on quiz editing no longer need the submit buttons
1399 2004-01-15 Thursday 02:22  moodler
1401         * course/group.php: 
1402         
1403         FIxed a small typo preventing group display
1405 2004-01-15 Thursday 00:44  moodler
1407         * mod/chat/lib.php: 
1408         
1409         Don't show old chat users in recent activity
1411 2004-01-14 Wednesday 23:52  moodler
1413         * course/log.php: 
1414         
1415         Double-check bad input data
1417 2004-01-14 Wednesday 23:26  moodler
1419         * mod/forum/view.php: 
1420         
1421         Save forum log url in a more standard way
1423 2004-01-14 Wednesday 23:21  moodler
1425         * lang/en/moodle.php: 
1426         
1427         Added "All activities"
1429 2004-01-14 Wednesday 23:17  moodler
1431         * lib/weblib.php: 
1432         
1433         Added log links for teachers from each activity page
1435 2004-01-14 Wednesday 23:17  moodler
1437         * course/: lib.php, log.php: 
1438         
1439         Logs can now be divided up by activity!
1441 2004-01-14 Wednesday 10:25  paca70
1443         * backup/db/postgres7.sql: 
1444         
1445         Added missing "("
1447 2004-01-14 Wednesday 10:13  paca70
1449         * lib/db/postgres7.php: 
1450         
1451         FIXED: script was calling fix_course_sortorder() before courseorder
1452         have been renamed to coursecount.
1454 2004-01-14 Wednesday 09:53  moodler
1456         * user/view.php: 
1457         
1458         Extra parameter for robustness
1460 2004-01-14 Wednesday 08:56  moodler
1462         * mod/quiz/format/webct/: TODO.txt, format.php: 
1463         
1464         Latest files from Denis
1466 2004-01-14 Wednesday 05:47  stigbjarne
1468         * lang/no/docs/faq.html: 
1469         
1470         New file. For now, mostly headers and infotext translated. Answers:
1471         Still in english.
1473 2004-01-14 Wednesday 05:33  moodler
1475         * user/view.php: 
1476         
1477         Clean output for old entries
1479 2004-01-14 Wednesday 05:31  moodler
1481         * user/edit.php: 
1482         
1483         Clean all data in user profile
1485 2004-01-14 Wednesday 05:07  moodler
1487         * user/view.php: 
1488         
1489         User descriptions weren't being filtered!   They are now.  :-)
1491 2004-01-14 Wednesday 05:01  moodler
1493         * mod/forum/lib.php: 
1494         
1495         Fixed two typos - seems to be working properly now
1497 2004-01-14 Wednesday 05:01  stigbjarne
1499         * lang/no/help/workshop/: gradingassessments.html, index.html: 
1500         
1501         New file
1503 2004-01-14 Wednesday 04:16  stigbjarne
1505         * lang/no/help/workshop/submissionofexamples.html: 
1506         
1507         New file
1509 2004-01-14 Wednesday 03:50  moodler
1511         * mod/forum/: backuplib.php, lib.php, restorelib.php, version.php,
1512         db/mysql.php, db/mysql.sql, db/postgres7.php, db/postgres7.sql: 
1513         
1514         Some improvements in efficiency of Recent Activity.
1515         
1516         There is now a new field in forum_discussions which has the userid
1517         of the author in it.  This saves a lookup every time to
1518         forum_posts.
1519         
1520         There is also some caching and rearrangement of the logic.
1521         
1522         It seems to work OK, I'm about to do some speed tests on moodle.org
1524 2004-01-14 Wednesday 01:12  moodler
1526         * mod/forum/lib.php: 
1527         
1528         Even in visible-groups mode, only show recent activity of one's own
1529         group
1530         
1531         Not sure if this is right though
1533 2004-01-14 Wednesday 00:27  moodler
1535         * course/index.php: 
1536         
1537         Obey "forcelogin"
1539 2004-01-14 Wednesday 00:27  moodler
1541         * index.php, admin/config.html, lang/en/moodle.php,
1542         lib/defaults.php, login/index.php: 
1543         
1544         A new configuration setting - "forcelogin".
1545         
1546         Default is false, everything is as it is now.
1547         
1548         If turned on, then users are forced to log in before being able to
1549         see the front page or the course listings.
1551 2004-01-14 Wednesday 00:22  koenr
1553         * lang/nl/docs/teacher.html: 
1554         
1555         added link to index of helpfiles
1557 2004-01-13 Tuesday 19:47  moodler
1559         * course/view.php: 
1560         
1561         May avoid a cookie issue
1563 2004-01-13 Tuesday 19:25  moodler
1565         * mod/quiz/report/overview/report.php: 
1566         
1567         Make it easier to click on attempts
1569 2004-01-13 Tuesday 19:10  moodler
1571         * lang/en/docs/teacher.html: 
1572         
1573         Added links to the other help files
1575 2004-01-13 Tuesday 18:24  moodler
1577         * mod/journal/: backuplib.php, edit.php, lib.php, mod.html,
1578         restorelib.php, version.php, view.php, db/mysql.php, db/mysql.sql,
1579         db/postgres7.php, db/postgres7.sql: 
1580         
1581         Journal questions can now use HTML editor, plus new field
1582         'introformat'
1584 2004-01-13 Tuesday 13:19  koenr
1586         * lang/nl/help/quiz/: formatgift.html, import.html: 
1587         
1588         keeping track of the changes
1590 2004-01-13 Tuesday 06:32  thetrinity
1592         * lang/en/help/quiz/formatgift.html: 
1593         
1594         Implemented Matching Questions.
1596 2004-01-13 Tuesday 06:27  thetrinity
1598         * mod/quiz/format/gift/: examples.txt, format.php: 
1599         
1600         Implemented Matching Questions.
1602 2004-01-13 Tuesday 05:48  willcast
1604         * mod/glossary/edit.html: 
1605         
1606         - Solving bug 971:    Some default settings override db fields when
1607         editing an entry.
1609 2004-01-13 Tuesday 02:16  stigbjarne
1611         * lang/no/help/workshop/: anonymous.html, finalgrades.html,
1612         resubmit.html, ungradedassessments_teacher.html: 
1613         
1614         New file
1616 2004-01-12 Monday 23:54  moodler
1618         * login/signup.php: 
1619         
1620         Strip tags from new user's names and email.  Thanks to Paul Shew.
1622 2004-01-12 Monday 18:32  moodler
1624         * theme/cordoroyblue/header.html: 
1625         
1626         Fixes for buggy stuff
1628 2004-01-12 Monday 11:27  koenr
1630         * lang/nl/help/quiz/: formatgift.html, import.html: 
1631         
1632         updated
1634 2004-01-12 Monday 09:35  koenr
1636         * lang/nl/help/: index.html, quiz/index.html: 
1637         
1638         updated and put in (Dutch) alphabetical order. All indexfiles
1639         should be alphabeticaly ordered now.
1641 2004-01-12 Monday 09:30  koenr
1643         * lang/nl/help/quiz/: formatblackboard.html, formatctm.html,
1644         formatcustom.html, formatmissingword.html, import.html: 
1645         
1646         changed title to fit logicaly in indexfile
1648 2004-01-12 Monday 09:20  moodler
1650         * course/group.php: 
1651         
1652         Don't print description box if there is no description.
1654 2004-01-12 Monday 09:20  moodler
1656         * mod/forum/lib.php: 
1657         
1658         This is a ridiculously complicated solution to showing only those
1659         posts in recent activity that one should see.
1660         
1661         It's temporary.
1662         
1663         I have a more efficient solution in mind but it will take at least
1664         one new database field - I'll tackle it later.
1666 2004-01-12 Monday 08:30  moodler
1668         * mod/quiz/attempt.php: 
1669         
1670         Some fixes to clarify handling of the number of attempts
1672 2004-01-12 Monday 08:09  bobopinna
1674         * lang/it/: attendance.php, choice.php, forum.php, moodle.php,
1675         quiz.php, resource.php, workshop.php: 
1676         
1677         Updated by Bobo
1679 2004-01-12 Monday 06:51  moodler
1681         * course/group.php: 
1682         
1683         And make sure the group is from this course!
1685 2004-01-12 Monday 06:48  moodler
1687         * course/group.php: 
1688         
1689         Secure group viewing when in separate mode
1691 2004-01-12 Monday 05:11  moodler
1693         * lang/fr/moodle.php: 
1694         
1695         Replaced missing string
1697 2004-01-12 Monday 05:06  moodler
1699         * lang/fr/moodle.php: 
1700         
1701         A number of fixes (fixed by simply saving with admin/lang.php)
1703 2004-01-12 Monday 02:24  andre_bln
1705         * lang/de/help/: resource/index.html, resource/mods.html,
1706         resource/program.html, resource/resourcetype.html,
1707         resource/summary.html, workshop/Overview.html,
1708         workshop/assessmentofexamples.html, workshop/elements.html,
1709         workshop/mods.html, workshop/teachersgradings.html: 
1710         
1711         german language files version 20.11.2003
1713 2004-01-12 Monday 00:24  mits
1715         * lang/ja/: README, moodle.php: 
1716         
1717         some new translation added.
1719 2004-01-11 Sunday 19:58  thetrinity
1721         * lang/en/help/quiz/: formatgift.html, import.html: 
1722         
1723         Fixed typo and minor polishing for GIFT filter docs.
1725 2004-01-11 Sunday 19:54  thetrinity
1727         * mod/quiz/format/gift/: examples.txt, format.php: 
1728         
1729         Fixed typo and minor polishing.
1731 2004-01-11 Sunday 18:36  moodler
1733         * mod/journal/lib.php: 
1734         
1735         Bug #966 - journal_grades should return NULL if no grade
1737 2004-01-11 Sunday 14:19  koenr
1739         * lang/nl/quiz.php: 
1740         
1741         filling in missing strings
1743 2004-01-11 Sunday 14:18  koenr
1745         * lang/nl/error.php: 
1746         
1747         translated by koen Roggemans
1749 2004-01-11 Sunday 13:55  koenr
1751         * lang/nl/help/quiz/: formataiken.html, formatgift.html: 
1752         
1753         translated by koen Roggemans
1755 2004-01-11 Sunday 10:44  koenr
1757         * lang/nl/: exercise.php, moodle.php, resource.php: 
1758         
1759         corrected some typo's and ugly tranlations
1761 2004-01-11 Sunday 10:37  moodler
1763         * course/student.php: 
1764         
1765         Bug 965
1767 2004-01-11 Sunday 10:09  moodler
1769         * admin/user.php: 
1770         
1771         No need to require this file
1773 2004-01-11 Sunday 10:08  moodler
1775         * admin/index.php: 
1776         
1777         Use is_internal_auth function instead
1779 2004-01-11 Sunday 09:46  moodler
1781         * mod/forum/: discuss.php, lib.php, version.php, view.php: 
1782         
1783         First version of support in groups in the forums.
1784         
1785         Still needs plenty of testing.   There is no GUI yet for turning on
1786         the groupmode just for the forum (this will be on the course page)
1787         but you can put a 1 (visible) or 2 (separate) in the course_modules
1788         table.
1790 2004-01-11 Sunday 09:44  moodler
1792         * lib/moodlelib.php: 
1793         
1794         Work done on group functions
1796 2004-01-11 Sunday 09:44  moodler
1798         * version.php, lib/db/mysql.php, lib/db/mysql.sql,
1799         lib/db/postgres7.php, lib/db/postgres7.sql: 
1800         
1801         Added groupmode setting to course_modules
1803 2004-01-10 Saturday 18:50  moodler
1805         * lang/en/quiz.php, mod/quiz/format/webct/format.php: 
1806         
1807         Added strings for WebCT Import format
1809 2004-01-10 Saturday 18:43  moodler
1811         * mod/quiz/format/webct/format.php: 
1812         
1813         WebCT Import format!!  (untested)
1814         
1815         Contribution from Denis Rebaud!
1817 2004-01-10 Saturday 17:57  moodler
1819         * lang/en_us/moodle.php: 
1820         
1821         Grammar fixes for "updating" and "editing"
1823 2004-01-10 Saturday 17:56  moodler
1825         * lang/en/moodle.php: 
1826         
1827         Some grammar fixes (for modules named starting with vowels)
1829 2004-01-10 Saturday 08:52  moodler
1831         * lib/datalib.php: 
1832         
1833         Sort group members by last access by default
1835 2004-01-10 Saturday 08:49  moodler
1837         * course/group.php: 
1838         
1839         Use the new print_user function for the group
1841 2004-01-10 Saturday 08:47  moodler
1843         * lib/weblib.php: 
1844         
1845         Links in print_user are absolute
1847 2004-01-10 Saturday 08:41  moodler
1849         * lib/weblib.php, user/edit.php, user/index.php, user/lib.php,
1850         user/view.php: 
1851         
1852         Completely got rid of user/lib.php
1853         
1854           - print_user() went to weblib.php and got tidied up
1855         
1856           - The graphics functions went to lib/gdlib.php
1857         
1858         See Bug 922
1860 2004-01-10 Saturday 08:38  moodler
1862         * lib/gdlib.php: 
1863         
1864         New library for collecting routines related to GD
1866 2004-01-10 Saturday 06:25  moodler
1868         * course/loginas.php: 
1869         
1870         When logging in as a user, take on their "current group" setting
1871         too, then afterwards return teacher to their old setting
1873 2004-01-10 Saturday 01:50  thetrinity
1875         * mod/quiz/format/gift/: examples.txt, format.php: 
1876         
1877         Converted to  UNIX file type.
1879 2004-01-10 Saturday 01:39  thetrinity
1881         * mod/quiz/format/gift/: docs.html, examples.txt, format.php: 
1882         
1883         Fixed typo
1885 2004-01-10 Saturday 01:24  thetrinity
1887         * lang/en/help/quiz/: formatgift.html, import.html: 
1888         
1889         Updated docs to latest revisions of GIFT import filter
1891 2004-01-09 Friday 23:39  moodler
1893         * mod/quiz/: lib.php, multichoice.html, shortanswer.html: 
1894         
1895         Increased QUIZ_MAX_NUMBER_ANSWERS to 10, and actually made it apply
1896         to everythin
1898 2004-01-09 Friday 19:39  thetrinity
1900         * mod/quiz/format/gift/examples.txt: 
1901         
1902         examples.txt added
1904 2004-01-09 Friday 19:35  thetrinity
1906         * mod/quiz/format/gift/: docs.html, format.php: 
1907         
1908         Integrated Multiple Answers and inline comments options. Made
1909         examples.txt. Documentation now moved.
1911 2004-01-09 Friday 14:04  gniske
1913         * lang/da/: choice.php, error.php, forum.php, moodle.php,
1914         resource.php: 
1915         
1916         Adding missing strings Made som few corrections in existing
1917         translation
1919 2004-01-09 Friday 08:54  moodler
1921         * course/index.php: 
1922         
1923         Don't move courses from delete categories to the "zero" category
1924         
1925         (Make sure the grandparents are home before sending the kids
1926         there!)
1928 2004-01-09 Friday 08:49  martignoni
1930         * lang/fr/docs/intro.html: 
1931         
1932         One sentence corrected
1934 2004-01-09 Friday 08:15  martignoni
1936         * lang/fr/: assignment.php, attendance.php, auth.php, choice.php,
1937         quiz.php, resource.php, survey.php, workshop.php: 
1938         
1939         Changed to single quoted strings
1941 2004-01-09 Friday 06:31  martignoni
1943         * lang/fr/forum.php: 
1944         
1945         Changed to single quoted strings
1947 2004-01-09 Friday 04:57  moodler
1949         * mod/quiz/edit.php: 
1950         
1951         Fixed a small bug introduced yesterday
1953 2004-01-09 Friday 00:47  moodler
1955         * mod/resource/view.php: 
1956         
1957         Updated with the new location of the Flash script
1959 2004-01-09 Friday 00:46  moodler
1961         * lib/: mp3player.swf, mp3player/mp3player.fla.zip,
1962         mp3player/mp3player.swf: 
1963         
1964         Including the MP3 player source along with it.
1966 2004-01-08 Thursday 23:16  moodler
1968         * mod/resource/details.php: 
1969         
1970         Old settings weren't being remembered - fixed now.
1972 2004-01-08 Thursday 22:52  moodler
1974         * mod/resource/view.php: 
1975         
1976         More tweaks when displaying embedded resources
1978 2004-01-08 Thursday 22:36  moodler
1980         * mod/resource/view.php: 
1981         
1982         Some tidying up of the recent layout
1984 2004-01-08 Thursday 19:31  moodler
1986         * mod/resource/view.php: 
1987         
1988         Some cleaning up and native support for streaming MP3! (using
1989         Flash)
1991 2004-01-08 Thursday 19:30  moodler
1993         * lib/mp3player.swf: 
1994         
1995         A general-purpose MP3 player in Flash
1997 2004-01-08 Thursday 11:02  martignoni
1999         * lang/fr/moodle.php: 
2000         
2001         Converted to single quote strings
2003 2004-01-08 Thursday 07:05  martignoni
2005         * lang/fr/: chat.php, countries.php, journal.php, moodle.php: 
2006         
2007         Converted to single quoted strings
2009 2004-01-08 Thursday 05:19  moodler
2011         * lang/en/help/uploadusers.html: 
2012         
2013         Add fixes from Zig
2015 2004-01-08 Thursday 04:37  moodler
2017         * version.php: 
2018         
2019         Bumping the version
2021 2004-01-08 Thursday 04:20  moodler
2023         * lang/en/resource.php, mod/resource/view.php: 
2024         
2025         Fixed long-standing problem with popup windows.
2026         
2027         Now when you go to the using the navbar, they popup and leave some
2028         navigation behind.
2029         
2030         Also fixed a recent bug with embedded images
2032 2004-01-08 Thursday 03:00  fiedorow
2034         * admin/uploaduser.php: 
2035         
2036         Apply addslashes to adminuser data
2038 2004-01-07 Wednesday 20:50  moodler
2040         * lib/datalib.php: 
2041         
2042         Fix for case calling get_courses("all") when there is no user
2044 2004-01-07 Wednesday 19:51  fiedorow
2046         * admin/uploaduser.php: 
2047         
2048         Apply addslashes to data
2050 2004-01-07 Wednesday 19:10  moodler
2052         * lang/en/docs/coding.html: 
2053         
2054         Add info about addslashes()
2056 2004-01-07 Wednesday 05:41  moodler
2058         * lang/en/help/quiz/: formataiken.html, formatgift.html,
2059         import.html, index.html: 
2060         
2061         Improved documentation for Quiz filters
2063 2004-01-07 Wednesday 05:23  stigbjarne
2065         * lang/no/help/workshop/assignmenttype.html: 
2066         
2067         New file
2069 2004-01-07 Wednesday 05:16  moodler
2071         * mod/quiz/edit.php: 
2072         
2073         Fixed header
2075 2004-01-07 Wednesday 05:10  moodler
2077         * mod/quiz/edit.php: 
2078         
2079         Some cleaning up of the edit screen (especially in non-quiz mode)
2081 2004-01-07 Wednesday 04:59  stigbjarne
2083         * lang/no/help/workshop/breakdownoffinalgrade.html: 
2084         
2085         New file
2087 2004-01-07 Wednesday 04:41  stigbjarne
2089         * lang/no/help/workshop/: graded.html, leaguetable.html,
2090         nassessmentsofteachersexamples.html, showinggrades.html: 
2091         
2092         New file
2094 2004-01-07 Wednesday 04:37  moodler
2096         * lang/no/: assignment.php, attendance.php, auth.php, chat.php,
2097         choice.php, countries.php, dialogue.php, editor.php, exercise.php,
2098         forum.php, glossary.php, journal.php, label.php, moodle.php,
2099         pix.php, quiz.php, resource.php, survey.php, workshop.php: 
2100         
2101         Massive fix-up job on Norwegian ... I'm not sure what Stig was
2102         thinking checking in those older files ...
2104 2004-01-07 Wednesday 04:25  martignoni
2106         * lang/fr/: choice.php, forum.php: 
2107         
2108         More strings translated
2110 2004-01-07 Wednesday 04:22  martignoni
2112         * lang/fr/attendance.php: 
2113         
2114         More strings translated
2116 2004-01-07 Wednesday 04:18  stigbjarne
2118         * lang/no/help/workshop/managing.html: 
2119         
2120         New file
2122 2004-01-07 Wednesday 00:15  andre_bln
2124         * lang/de/help/: groupmode.html, groupmodeforce.html: 
2125         
2126         german language files 05012004
2128 2004-01-07 Wednesday 00:14  koenr
2130         * lang/nl/help/uploadusers.html: 
2131         
2132         followed change in Englisch version
2134 2004-01-07 Wednesday 00:12  andre_bln
2136         * lang/de/: choice.php, dialogue.php, exercise.php, forum.php,
2137         moodle.php, quiz.php, docs/files.php, help/mods.html: 
2138         
2139         german language files 05012004
2141 2004-01-06 Tuesday 22:55  moodler
2143         * admin/uploaduser.php: 
2144         
2145         SOme fixes to use the notify function all the way through
2147 2004-01-06 Tuesday 22:54  moodler
2149         * lang/en/: error.php, moodle.php: 
2150         
2151         New strings and fixed strings, rewritten by lang.php
2153 2004-01-06 Tuesday 19:13  moodler
2155         * lang/en/help/uploadusers.html: 
2156         
2157         Info about commas added
2159 2004-01-06 Tuesday 12:25  fiedorow
2161         * admin/uploaduser.php: 
2162         
2163         Fixed bug in setting optionalDefaults outside the main loop
2165 2004-01-06 Tuesday 11:42  koenr
2167         * lang/nl/help/uploadusers.html: 
2168         
2169         translated by Koen Roggemans
2171 2004-01-06 Tuesday 11:41  koenr
2173         * lang/nl/moodle.php: 
2174         
2175         filling in missing strings
2177 2004-01-06 Tuesday 11:24  fiedorow
2179         * admin/uploaduser.php: 
2180         
2181         optionalDefaults are now set using settings from Admin account
2183 2004-01-06 Tuesday 10:55  koenr
2185         * lang/nl/moodle.php: 
2186         
2187         Changing little errors and ugly translations
2189 2004-01-06 Tuesday 09:33  fiedorow
2191         * admin/uploaduser.php: 
2192         
2193         Restored feedback messages, added multilingual support, added
2194         decoding of encoded commas in the data
2196 2004-01-06 Tuesday 08:37  martignoni
2198         * lang/fr/moodle.php: 
2199         
2200         Some typos corrected
2202 2004-01-06 Tuesday 06:00  moodler
2204         * lang/en/help/uploadusers.html: 
2205         
2206         Fixed a bug - thanks Zig!
2208 2004-01-06 Tuesday 02:35  martignoni
2210         * lang/fr/moodle.php: 
2211         
2212         'fullnamedisplay' had missing escape chars ('\') before the '$'
2213         char (thanks Eloy !)
2215 2004-01-06 Tuesday 02:29  stigbjarne
2217         * lang/no/help/workshop/: includeself.html, selfassessment.html,
2218         ungradedassessments_student.html: 
2219         
2220         New file
2222 2004-01-05 Monday 22:15  moodler
2224         * admin/uploaduser.php: 
2225         
2226         Added a field that was missing
2228 2004-01-05 Monday 19:32  moodler
2230         * lang/en/help/index.html: 
2231         
2232         Add new help file to index
2234 2004-01-05 Monday 19:30  moodler
2236         * lang/en/help/uploadusers.html: 
2237         
2238         Added a course to the example
2240 2004-01-05 Monday 19:29  moodler
2242         * lang/en/help/uploadusers.html: 
2243         
2244         Help file for user uploads
2246 2004-01-05 Monday 18:48  moodler
2248         * admin/uploaduser.php: 
2249         
2250         Some formatting tweaks
2252 2004-01-05 Monday 18:35  moodler
2254         * admin/: index.php, users.php: 
2255         
2256         Add a link to the upload user script in the admin menus
2258 2004-01-05 Monday 18:33  moodler
2260         * lang/en/moodle.php: 
2261         
2262         Some new strings related to user importing
2264 2004-01-05 Monday 18:32  moodler
2266         * admin/uploaduser.php: 
2267         
2268         Cleaned up the script to fit coding guidelines better.
2269         
2270         I haven't tested this yet, or touched the main parsing routine
2272 2004-01-05 Monday 18:19  thetrinity
2274         * mod/quiz/format/gift/docs.html: 
2275         
2276         Changed to UNIX file type and removed tabs for documentation. o U
2278 2004-01-05 Monday 17:49  thetrinity
2280         * mod/quiz/format/gift/docs.html: 
2281         
2282         Brings documentation up to date with rev.1.2 of gift/format.php
2284 2004-01-05 Monday 10:21  stronk7
2286         * mod/workshop/: backuplib.php, restorelib.php: 
2287         
2288         Added support to teacherloading, assessmentstodrop and donotuse
2289         fields in workshop module.
2291 2004-01-04 Sunday 23:50  andre_bln
2293         * lang/de/: README.txt, appointment.php, assignment.php,
2294         attendance.php, auth.php, chat.php, chatarea.php, choice.php,
2295         countries.php, dialogue.php, editor.php, event.php, exercise.php,
2296         forum.php, glossary.php, journal.php, label.php, moodle.php,
2297         pix.php, quiz.php, resource.php, scheduler.php, survey.php,
2298         text.html, webquest.php, workshop.php: 
2299         
2300         german language files 29.12.2003
2302 2004-01-04 Sunday 16:57  stronk7
2304         * backup/: backuplib.php, restorelib.php: 
2305         
2306         Now groupmode and groupmodeforce (course table) are in backup and
2307         restore too.
2309 2004-01-04 Sunday 16:27  stronk7
2311         * backup/backup_scheduled.php: 
2312         
2313         Now, when the status is RUNNING, the function checks how much old
2314         is that status in backup_logs table. If there is no activity in
2315         that period, then the script status is unlocked automatically. 
2316         This prevents to become RUNNING for ever !!!
2318 2004-01-04 Sunday 14:58  stronk7
2320         * backup/restorelib.php: 
2321         
2322         Added addslashes() to check for existing users, because some
2323         characters can break the query (old users containing ', for
2324         example).
2326 2004-01-04 Sunday 04:48  stronk7
2328         * backup/lib.php: 
2329         
2330         Changed code to use the insert_record() function in the
2331         backup/restore backup_putid() function. To solve bug 946
2332         (http://moodle.org/bugs/bug.php?op=show&bugid=946).
2334 2004-01-04 Sunday 03:51  stronk7
2336         * lib/db/mysql.sql: 
2337         
2338         Removed duplicate showreports field in course table!! That
2339         (yy)yanked and (pp)pasted lines!! :-) Thanks to Juan Pablo, from
2340         Bolivia.
2342 2004-01-03 Saturday 21:04  moodler
2344         * login/index.php: 
2345         
2346         Fix appearance of Guest User's name.
2348 2004-01-03 Saturday 18:07  moodler
2350         * admin/uploaduser.php: 
2351         
2352         New version of the uploaduser script from Zbigniew Fiedorowicz and
2353         Steve Zeidner
2354         
2355           http://moodle.org/mod/forum/discuss.php?d=2367#19283
2357 2004-01-03 Saturday 14:24  koenr
2359         * lang/nl/survey.php: 
2360         
2361         updated some ugly translations
2363 2004-01-03 Saturday 12:53  stronk7
2365         * lib/moodlelib.php: 
2366         
2367         Add one more eregi_replace, because the 'alnum' allows the comma
2368         char and it can cause some problems in filenames.
2369         
2370         Off-topic: This is my 1st commit with my new eMac !! My old iMac
2371         screen died two days ago... :-( but I've recovered everything :-)
2373 2004-01-03 Saturday 07:41  moodler
2375         * user/edit.php: 
2376         
2377         Fixed missing bracket
2379 2004-01-02 Friday 22:31  moodler
2381         * login/index.php: 
2382         
2383         Better fix
2385 2004-01-02 Friday 22:20  moodler
2387         * login/index.php: 
2388         
2389         Don't carry description around in USER session variable ... can be
2390         big
2392 2004-01-02 Friday 10:12  les_kopari
2394         * lib/db/schema.php: 
2395         
2396         Adding remaining schema.xml files, one per table...still more to
2397         come.
2398         
2399         See execution listing for test results thus far.
2401 2004-01-02 Friday 10:06  les_kopari
2403         * lib/db/: schemaUser_admins.xml, schemaExecutionListing.html: 
2404         
2405         Initial.
2407 2004-01-02 Friday 10:02  les_kopari
2409         * lib/db/: schemaModules.xml, schemaScale.xml, schemaUser.xml: 
2410         
2411         Initial.
2413 2004-01-02 Friday 09:59  les_kopari
2415         * lib/db/: schemaCourse_sections.xml, schemaLog.xml,
2416         schemaLog_display.xml: 
2417         
2418         Initial.
2420 2004-01-02 Friday 09:56  les_kopari
2422         * lib/db/: schemaCourse_groups.xml,
2423         schemaCourse_groups_members.xml, schemaCourse_modules.xml: 
2424         
2425         Initial.
2427 2004-01-02 Friday 09:54  les_kopari
2429         * lib/db/: schemaCourse_categories.xml, schemaCourse_display.xml: 
2430         
2431         Initial add.
2433 2004-01-02 Friday 06:11  moodler
2435         * user/edit.php: 
2436         
2437         Added an error message to catch some cases of sessions not working
2439 2004-01-02 Friday 02:25  villate
2441         * lang/pt/moodle.php: 
2442         
2443         It now uses "backup" for the name of the backup files.
2445 2004-01-01 Thursday 11:41  les_kopari
2447         * lib/db/: schemaCourse.xml, schemaConfig.xml: 
2448         
2449         Initial add...separate .xml file for each table.
2451 2004-01-01 Thursday 11:38  les_kopari
2453         * lib/db/schema.php: 
2454         
2455         Initial add...just the first two tables, config and course.
2457 2004-01-01 Thursday 10:45  koenr
2459         * lang/nl/help/: groupmode.html, groupmodeforce.html: 
2460         
2461         translated by Koen Roggemans
2463 2004-01-01 Thursday 10:44  koenr
2465         * lang/nl/: choice.php, forum.php, moodle.php: 
2466         
2467         filling in missing strings
2469 2004-01-01 Thursday 07:12  kaipe
2471         * mod/quiz/editmultianswer.php: 
2472         
2473         As this page uses the multianswer import format, the require_once
2474         statements have been updated to fit the new plug-in paths for the
2475         import formats.
2477 2004-01-01 Thursday 07:01  kaipe
2479         * mod/quiz/lib.php: 
2480         
2481         Short-answer fixes: As the wild card feature makes it possible for
2482         a response to match more than one answer alternative, I made sure
2483         that the alternative with the highest grade would count.  I also
2484         fixed bug #945 for the short answer case.
2486 2004-01-01 Thursday 04:47  kaipe
2488         * mod/quiz/attempt.php: 
2489         
2490         Fixed bug that could cause duplication of attempt numbers.  This
2491         bug came to the surface when the possibility to delete attempts was
2492         introduced in report/overview/report.php
2494 2004-01-01 Thursday 00:36  moodler
2496         * lib/weblib.php: 
2497         
2498         On group images use description in the title ...
2500 2003-12-31 Wednesday 22:35  moodler
2502         * lang/en/choice.php: 
2503         
2504         Strings for new setting
2506 2003-12-31 Wednesday 22:35  moodler
2508         * mod/choice/: backuplib.php, mod.html, restorelib.php,
2509         version.php, view.php, db/mysql.php, db/mysql.sql,
2510         db/postgres7.php, db/postgres7.sql: 
2511         
2512         New setting makes it optional to show column of people who didn't
2513         answer
2515 2003-12-31 Wednesday 20:52  moodler
2517         * lang/en/forum.php: 
2518         
2519         New strings for forum settings (allow students to view ratings of
2520         others)
2522 2003-12-31 Wednesday 20:48  moodler
2524         * mod/forum/: backuplib.php, lib.php, mod.html, restorelib.php,
2525         version.php, db/mysql.php, db/mysql.sql, db/postgres7.php,
2526         db/postgres7.sql: 
2527         
2528         New option to allow students to see aggregate ratings on other
2529         posts (anonymous)
2531 2003-12-31 Wednesday 11:22  kaipe
2533         * mod/quiz/lib.php: 
2534         
2535         Fixed a single/double quote issue (again)
2537 2003-12-31 Wednesday 07:22  moodler
2539         * lang/en/docs/philosophy.html: 
2540         
2541         Shapes not shape
2543 2003-12-31 Wednesday 06:16  moodler
2545         * lib/datalib.php: 
2546         
2547         Temporary sorting order on group members
2549 2003-12-31 Wednesday 05:40  moodler
2551         * mod/forum/lib.php: 
2552         
2553         Display group icon in forum is a group is defined
2555 2003-12-31 Wednesday 05:39  moodler
2557         * course/: group.php, groups-summary.html, groups.php: 
2558         
2559         Changes to improve group images
2561 2003-12-31 Wednesday 05:39  moodler
2563         * lib/weblib.php: 
2564         
2565         Some improvements when displaying PNGs
2567 2003-12-31 Wednesday 01:29  martignoni
2569         * lang/fr/workshop.php: 
2570         
2571         Tweeking again (still needs work!)
2573 2003-12-31 Wednesday 00:07  moodler
2575         * lang/en/moodle.php: 
2576         
2577         Small fixes
2579 2003-12-31 Wednesday 00:05  moodler
2581         * lang/en/moodle.php: 
2582         
2583         Some re-wording of English backup strings
2585 2003-12-30 Tuesday 22:44  moodler
2587         * mod/forum/index.php: 
2588         
2589         Don't try to display forums if there aren't any
2591 2003-12-30 Tuesday 13:32  martignoni
2593         * lang/fr/: workshop.php, help/workshop/finalgrades.html: 
2594         
2595         More translation
2597 2003-12-30 Tuesday 11:06  moodler
2599         * lib/datalib.php: 
2600         
2601         Fix when storing group memberships in USER session
2603 2003-12-30 Tuesday 10:57  martignoni
2605         * lang/fr/workshop.php: 
2606         
2607         Small modifications
2609 2003-12-30 Tuesday 10:42  moodler
2611         * course/format/: social/format.php, topics/format.php,
2612         weeks/format.php: 
2613         
2614         Fix up group icon display in certain situations
2616 2003-12-30 Tuesday 10:39  moodler
2618         * course/groups.php: 
2619         
2620         Improvements to timekeeping etc
2622 2003-12-30 Tuesday 10:24  moodler
2624         * course/groups.php: 
2625         
2626         Fixed up references to old tables names
2628 2003-12-30 Tuesday 10:19  moodler
2630         * lib/datalib.php: 
2631         
2632         Slight fix for MySQL 4
2634 2003-12-30 Tuesday 10:09  moodler
2636         * course/group.php: 
2637         
2638         Fix reference to new table name
2640 2003-12-30 Tuesday 10:07  moodler
2642         * lib/: datalib.php, moodlelib.php, db/mysql.php, db/mysql.sql,
2643         db/postgres7.php, db/postgres7.sql: 
2644         
2645         Need to change table name!  It was tougher than I thought to work
2646         around the reserved word "group"
2648 2003-12-30 Tuesday 09:36  moodler
2650         * lang/en/moodle.php: 
2651         
2652         New strings for groups
2654 2003-12-30 Tuesday 09:35  moodler
2656         * lang/en/help/: groupmode.html, groupmodeforce.html: 
2657         
2658         Some help files
2660 2003-12-30 Tuesday 09:18  moodler
2662         * version.php, course/category.php, course/edit.html,
2663         course/edit.php, course/group.php, course/groups-edit.html,
2664         course/groups-summary.html, course/groups.php, course/index.php,
2665         course/format/social/format.php, course/format/topics/format.php,
2666         course/format/weeks/format.php, lib/datalib.php, lib/moodlelib.php,
2667         lib/weblib.php, lib/db/mysql.php, lib/db/mysql.sql,
2668         lib/db/postgres7.php, lib/db/postgres7.sql, pix/g/f1.png,
2669         pix/g/f2.png, user/pixgroup.php: 
2670         
2671         
2672         This is the first check-in of support for groups.
2673         
2674         It's very early (it doesn't actually do anything yet!) but you can
2675         define groups and get an idea of how the interface is shaping up. 
2676         I also wanted to show that I have actually done something on this!
2677         :-)
2678         
2679         From here my plan is to add group support to the modules, one by
2680         one (forums first), then go back and clean up some of the central
2681         interfaces, graphics etc.
2682         
2683         Finally, test, test, test and get 1.2 out well before the end of
2684         February.
2686 2003-12-30 Tuesday 08:17  martignoni
2688         * lang/fr/workshop.php: 
2689         
2690         Some tweeks again
2692 2003-12-29 Monday 23:28  moodler
2694         * mod/quiz/lib.php: 
2695         
2696         Fixed some single/double quote issues
2698 2003-12-29 Monday 23:04  moodler
2700         * mod/quiz/lib.php: 
2701         
2702         Bodgy HTML converted to nice clean XHTML fragments.
2703         
2704         Thanks to Jonathan Moore and all his work!
2706 2003-12-29 Monday 22:54  moodler
2708         * mod/resource/details.php: 
2709         
2710         Improved navigation info in header
2712 2003-12-29 Monday 22:53  moodler
2714         * mod/resource/view.php: 
2715         
2716         Big cleanup for logic in handling uploaded files, now shorter and
2717         clearer
2719 2003-12-29 Monday 19:56  moodler
2721         * backup/: backup_scheduled.php, config.html: 
2722         
2723         Change default value for backup_sche_keep to be one day.
2724         
2725         (As the path of least impact on server resources)
2727 2003-12-29 Monday 12:24  stronk7
2729         * backup/: backup_scheduled.php, config.html, version.php: 
2730         
2731         A new parameter (backup_sche_keep) is included. Oldest backup files
2732         will be deleted automatically. Try it !!
2734 2003-12-29 Monday 12:22  stronk7
2736         * lang/: en/moodle.php, es/moodle.php: 
2737         
2738         Included some strings about the "Keep Backup Files" option.
2740 2003-12-29 Monday 12:20  stronk7
2742         * backup/restorelib.php: 
2743         
2744         Little change in the form that duplicated course shortnames are
2745         handled. This should help when detecting copies of backup files.
2747 2003-12-29 Monday 12:15  stronk7
2749         * backup/backup_check.html: 
2750         
2751         Changed to use clean_filename() function when calculating backup
2752         file name. Thanks Martin !! :-)
2754 2003-12-29 Monday 10:28  martignoni
2756         * lang/fr/: moodle.php, workshop.php, docs/release.html,
2757         help/workshop/addingacomment.html,
2758         help/workshop/agreeassessments.html, help/workshop/anonymous.html,
2759         help/workshop/assignmenttype.html,
2760         help/workshop/breakdownoffinalgrade.html,
2761         help/workshop/calculatingfinalgrade.html,
2762         help/workshop/editingacomment.html: 
2763         
2764         More translations
2766 2003-12-29 Monday 08:36  gniske
2768         * lang/da/: assignment.php, attendance.php, dialogue.php,
2769         exercise.php, glossary.php, moodle.php, quiz.php, resource.php,
2770         workshop.php, editor.php, pix.php: 
2771         
2772         Adding missing strings Made som few corrections in existing
2773         translation
2775 2003-12-29 Monday 08:28  martignoni
2777         * lang/fr/workshop.php: 
2778         
2779         Some more tweeks
2781 2003-12-29 Monday 03:17  martignoni
2783         * lang/fr/help/workshop/analysisofassessments.html: 
2784         
2785         Some tweaks and typos corrected
2787 2003-12-29 Monday 01:41  martignoni
2789         * lang/fr/workshop.php: 
2790         
2791         Update to last version, with some modifications
2793 2003-12-29 Monday 01:40  moodler
2795         * mod/quiz/lib.php: 
2796         
2797         Some preliminary code to allow wildcards in short answers.  Based
2798         on code sent by Thomas Robb
2800 2003-12-29 Monday 01:28  moodler
2802         * mod/quiz/index.php: 
2803         
2804         Better info about quizzes
2806 2003-12-29 Monday 01:24  moodler
2808         * mod/quiz/report.php: 
2809         
2810         Edit button on quiz reports
2812 2003-12-28 Sunday 03:15  stronk7
2814         * backup/backup_scheduled.php: 
2815         
2816         Solve more bugs in set_field("backup_courses"... calls.
2818 2003-12-27 Saturday 21:56  moodler
2820         * theme/: UPGRADE.txt, standard/styles.php,
2821         standardblue/styles.php, standardgreen/styles.php,
2822         standardlogo/styles.php, standardred/styles.php,
2823         standardwhite/styles.php: 
2824         
2825         Added two new styles for smallinfo displays on the side
2827 2003-12-27 Saturday 21:49  moodler
2829         * mod/forum/lib.php: 
2830         
2831         Added new styles for latest news listings  smallinfo and
2832         smallinfohead
2834 2003-12-27 Saturday 14:57  martignoni
2836         * lang/fr/help/workshop/analysisofassessments.html: 
2837         
2838         Translation complete
2840 2003-12-27 Saturday 08:36  martignoni
2842         * lang/fr/help/workshop/analysisofassessments.html: 
2843         
2844         A little bit more translated
2846 2003-12-27 Saturday 05:05  koenr
2848         * lang/nl/: dialogue.php, exercise.php, moodle.php: 
2849         
2850         filling in missing strings
2852 2003-12-27 Saturday 02:42  koenr
2854         * lang/nl/attendance.php: 
2855         
2856         Adapting translation to users fro Holland
2858 2003-12-27 Saturday 00:33  moodler
2860         * pix/i/group.gif: 
2861         
2862         New group icon
2864 2003-12-26 Friday 20:08  moodler
2866         * backup/backup_scheduled.php: 
2867         
2868         Add the site's shortname to the email subject
2870 2003-12-26 Friday 19:14  moodler
2872         * backup/backup_scheduled.php: 
2873         
2874         FIxed a small bug when updating the next time
2876 2003-12-26 Friday 19:13  moodler
2878         * lang/en/moodle.php: 
2879         
2880         Added a missing string
2882 2003-12-26 Friday 15:11  martignoni
2884         * lang/fr/help/workshop/: addingacomment.html,
2885         agreeassessments.html, analysisofassessments.html, anonymous.html,
2886         assessmentofexamples.html: 
2887         
2888         Beginning of translation of folder Workshop
2890 2003-12-26 Friday 12:59  martignoni
2892         * lang/fr/help/choice/: index.html, options.html: 
2893         
2894         Typos corrected
2896 2003-12-26 Friday 12:52  martignoni
2898         * lang/fr/help/survey/: index.html, mods.html: 
2899         
2900         Survey folder translation complete
2902 2003-12-25 Thursday 19:50  trobb
2904         * mod/quiz/report/fullstat/report.php: 
2905         
2906         
2907                   Null data caused errors so placed an IF statement around
2908         SWITCH
2909                      at line 920
2911 2003-12-24 Wednesday 09:33  les_kopari
2913         * mod/attendance/db/schema.xml: 
2914         
2915         Inserts for MySQL and PostGRES.
2917 2003-12-24 Wednesday 09:28  les_kopari
2919         * mod/attendance/db/: schema.xml, schema.php: 
2920         
2921         Initial add.
2923 2003-12-24 Wednesday 06:49  rkingdon
2925         * mod/workshop/restorelib.php: 
2926         
2927         Fixes to restore.
2929 2003-12-24 Wednesday 06:47  rkingdon
2931         * lang/en/help/exercise/: administration.html, finalgrades.html,
2932         grade.html, managing.html, moreinfo.html: 
2933         
2934         Modified help files for late submissions and reduction of the
2935         number of phases.
2937 2003-12-24 Wednesday 06:45  rkingdon
2939         * lang/en/exercise.php: 
2940         
2941         New strings for the handling of late submissions.
2943 2003-12-24 Wednesday 06:43  rkingdon
2945         * mod/exercise/: backuplib.php, index.php, lib.php, restorelib.php,
2946         submissions.php, upload.php, version.php, view.php, db/mysql.php,
2947         db/mysql.sql: 
2948         
2949         A new version (2003121000). Fixes to backup/restore. Addition of
2950         "late" work and the reduction of the number of phases to 3 (from
2951         4).
2953 2003-12-24 Wednesday 06:38  rkingdon
2955         * lang/en/dialogue.php: 
2956         
2957         One string for open dialogue list.
2959 2003-12-24 Wednesday 06:36  rkingdon
2961         * mod/dialogue/: backuplib.php, lib.php, restorelib.php: 
2962         
2963         Bugs fixed in backup and restore. Dialogue now notifies if there
2964         are any open dialogues.
2966 2003-12-24 Wednesday 04:10  stronk7
2968         * backup/config.html, backup/version.php, lang/es/moodle.php: 
2969         
2970         Now admin/configuration/backup strings are included.  Happy
2971         Christmas :-)
2973 2003-12-24 Wednesday 04:03  stronk7
2975         * lang/: es/moodle.php, en/moodle.php: 
2976         
2977         Now admin/configuration/backup strings are included.  Happy
2978         Christmas :-)
2980 2003-12-24 Wednesday 01:06  martignoni
2982         * lang/fr/docs/future.html: 
2983         
2984         Update to new roadmap
2986 2003-12-23 Tuesday 21:52  moodler
2988         * lang/en/docs/future.html: 
2989         
2990         Updated
2992 2003-12-23 Tuesday 14:21  martignoni
2994         * lang/fr/help/chat/index.html: 
2995         
2996         Typo corrected
2998 2003-12-23 Tuesday 14:19  martignoni
3000         * lang/fr/help/quiz/index.html: 
3001         
3002         Typos corrected
3004 2003-12-23 Tuesday 14:12  martignoni
3006         * lang/fr/help/quiz/: index.html, questiontypes.html, random.html,
3007         randomsamatch.html, repeatattempts.html, review.html,
3008         shortanswer.html, shuffleanswers.html, shufflequestions.html,
3009         timeopen.html, truefalse.html: 
3010         
3011         Help folder translation complete
3013 2003-12-23 Tuesday 12:21  koenr
3015         * lang/nl/attendance.php: 
3016         
3017         modifications by evelien roos
3019 2003-12-23 Tuesday 05:41  trobb
3021         * mod/quiz/report/fullstat/report.php: 
3022         
3023         
3024                   Possible division by 0 fixed with if branch line 132
3026 2003-12-23 Tuesday 03:58  moodler
3028         * lang/en/moodle.php, login/signup.php, login/signup_form.html: 
3029         
3030         Ask for email address again to help avoid typos
3032 2003-12-23 Tuesday 01:08  koenr
3034         * lang/nl/docs/docstyles.css: 
3035         
3036         necessary for styles
3038 2003-12-23 Tuesday 01:07  koenr
3040         * lang/nl/docs/teacher.html: 
3041         
3042         updated css-file location
3044 2003-12-23 Tuesday 01:05  koenr
3046         * lang/nl/attendance.php: 
3047         
3048         translated by Koen Roggemans
3050 2003-12-22 Monday 12:52  andersbe
3052         * lang/sv/: LAESMIG.txt, assignment.php, attendance.php, auth.php,
3053         chat.php, choice.php, countries.php, dialogue.php, editor.php,
3054         exercise.php, forum.php, glossary.php, journal.php, label.php,
3055         moodle.php, quiz.php, resource.php, survey.php, webquest.php,
3056         workshop.php, help/cookies.html, help/courseavailability.html,
3057         help/coursecategory.html, help/courseformats.html,
3058         help/coursefullname.html, help/coursegrades.html,
3059         help/coursenewsitems.html, help/coursenumsections.html,
3060         help/courserecent.html, help/coursereports.html,
3061         help/courseshortname.html, help/coursestartdate.html,
3062         help/courseuploadsize.html, help/emoticons.html,
3063         help/enrolmentkey.html, help/guestaccess.html, help/html.html,
3064         help/index.html, help/langedit.html, help/mods.html,
3065         help/picture.html, help/questions.html, help/reading.html,
3066         help/richtext.html, help/scales.html, help/summaries.html,
3067         help/surveys.html, help/teachers.html, help/text.html,
3068         help/textformat.html, help/wiki.html, help/writing.html,
3069         help/assignment/assignmenttype.html, help/assignment/index.html,
3070         help/assignment/mods.html, help/assignment/resubmit.html,
3071         help/attendance/index.html, help/attendance/mods.html,
3072         help/chat/chatting.html, help/chat/index.html, help/chat/mods.html,
3073         help/choice/index.html, help/choice/mods.html,
3074         help/choice/options.html, help/dialogue/addsubject.html,
3075         help/dialogue/closedialogue.html, help/dialogue/deleteafter.html,
3076         help/dialogue/dialoguetype.html, help/dialogue/index.html,
3077         help/dialogue/info.html, help/dialogue/maildefault.html,
3078         help/dialogue/mods.html, help/dialogue/multiple.html,
3079         help/dialogue/sendmail.html, help/dialogue/writing.html,
3080         help/exercise/administration.html, help/exercise/elements.html,
3081         help/exercise/finalgrades.html, help/exercise/grade.html,
3082         help/exercise/grading.html, help/exercise/gradinggrade.html,
3083         help/exercise/gradingstrategy.html, help/exercise/managing.html,
3084         help/exercise/mods.html, help/exercise/moreinfo.html,
3085         help/exercise/nelements.html, help/exercise/specimen.html,
3086         help/exercise/submissionofdescriptions.html,
3087         help/exercise/takeownership.html, help/exercise/usemax.html,
3088         help/forum/allowdiscussions.html, help/forum/attachment.html,
3089         help/forum/forumtype.html, help/forum/index.html,
3090         help/forum/maxattachmentsize.html, help/forum/mods.html,
3091         help/forum/ratings.html, help/forum/subscription.html,
3092         help/glossary/allowcomments.html,
3093         help/glossary/allowduplicatedentries.html,
3094         help/glossary/casesensitive.html,
3095         help/glossary/defaultapproval.html, help/glossary/description.html,
3096         help/glossary/displayformat.html, help/glossary/fullmatch.html,
3097         help/glossary/globalglossary.html, help/glossary/index.html,
3098         help/glossary/mainglossary.html, help/glossary/mods.html,
3099         help/glossary/shows.html, help/glossary/studentcanpost.html,
3100         help/glossary/usedynalink.html, help/journal/index.html,
3101         help/journal/mods.html, help/label/mods.html,
3102         help/quiz/attempts.html, help/quiz/categories.html,
3103         help/quiz/correctanswers.html, help/quiz/createmultiple.html,
3104         help/quiz/description.html,
3105         help/quiz/eachattemptbuildsonthelast.html, help/quiz/feedback.html,
3106         help/quiz/formatblackboard.html, help/quiz/formatctm.html,
3107         help/quiz/formatcustom.html, help/quiz/formatmissingword.html,
3108         help/quiz/grademethod.html, help/quiz/import.html,
3109         help/quiz/index.html, help/quiz/match.html,
3110         help/quiz/maxgrade.html, help/quiz/mods.html,
3111         help/quiz/multianswer.html, help/quiz/multichoice.html,
3112         help/quiz/numerical.html, help/quiz/questiontypes.html,
3113         help/quiz/random.html, help/quiz/randommatch.html,
3114         help/quiz/randomsamatch.html, help/quiz/repeatattempts.html,
3115         help/quiz/review.html, help/quiz/shortanswer.html,
3116         help/quiz/shuffleanswers.html, help/quiz/shufflequestions.html,
3117         help/quiz/timeopen.html, help/quiz/truefalse.html,
3118         help/resource/index.html, help/resource/mods.html,
3119         help/resource/program.html, help/resource/resourcetype.html,
3120         help/resource/summary.html, help/survey/index.html,
3121         help/survey/mods.html, help/workshop/addingacomment.html,
3122         help/workshop/agreeassessments.html, help/workshop/anonymous.html,
3123         help/workshop/assessmentofexamples.html,
3124         help/workshop/assignmenttype.html,
3125         help/workshop/breakdownoffinalgrade.html,
3126         help/workshop/calculatingfinalgrade.html,
3127         help/workshop/editingacomment.html, help/workshop/elements.html,
3128         help/workshop/finalgrades.html, help/workshop/graded.html,
3129         help/workshop/grading.html, help/workshop/gradingassessments.html,
3130         help/workshop/gradingstrategy.html,
3131         help/workshop/gradingsubmissions.html,
3132         help/workshop/includeself.html,
3133         help/workshop/includeteachersgrade.html, help/workshop/index.html,
3134         help/workshop/leaguetable.html, help/workshop/managing.html,
3135         help/workshop/mods.html,
3136         help/workshop/nassessmentsofstudentsubmissions.html,
3137         help/workshop/nassessmentsofteachersexamples.html,
3138         help/workshop/nelements.html, help/workshop/numberofassessors.html,
3139         help/workshop/overallocation.html, help/workshop/resubmit.html,
3140         help/workshop/selfassessment.html,
3141         help/workshop/showinggrades.html, help/workshop/specimen.html,
3142         help/workshop/submissionofexamples.html,
3143         help/workshop/teachersgradings.html,
3144         help/workshop/ungradedassessments_student.html,
3145         help/workshop/ungradedassessments_teacher.html: 
3146         
3147         All the strings in the php-files and all the help-files are
3148         translated as of 2003-12-22 All standard and all development
3149         modules are included.  Some php-files required for Moodle 1.2 are
3150         also included.
3151         
3152         Alla strängar i php-filerna och alla hjälpfiler är översatta t o m
3153         2003-12-22 Det gäller alla standard- och utvecklingsmoduler. Några
3154         programfiler för Moodle 1.2 finns också med.
3155         
3156 2003-12-22 Monday 12:11  koenr
3158         * lang/nl/help/attendance/mods.html: 
3159         
3160         translated by Koen Roggemans
3162 2003-12-22 Monday 11:22  koenr
3164         * lang/nl/webquest.php: 
3165         
3166         initial translation
3168 2003-12-22 Monday 11:15  koenr
3170         * lang/nl/: dialogue.php, dialogue.php: 
3171         
3172         minor changes in translation
3174 2003-12-22 Monday 11:03  koenr
3176         * lang/nl/help/dialogue/: addsubject.html, closedialogue.html,
3177         deleteafter.html, dialoguetype.html, info.html, maildefault.html,
3178         mods.html, multiple.html, sendmail.html, writing.html: 
3179         
3180         translated by Koen Roggemans
3182 2003-12-22 Monday 07:55  koenr
3184         * lang/nl/dialogue.php: 
3185         
3186         translated by Koen Roggemans
3188 2003-12-22 Monday 07:09  moodler
3190         * mod/quiz/format/gift/format.php: 
3191         
3192         Latest version from Paul Shew
3194 2003-12-21 Sunday 18:43  moodler
3196         * lib/weblib.php: 
3197         
3198         Some improvements to style_sheet_setup based on this from John Dell
3199         
3200           http://moodle.org/mod/forum/discuss.php?d=4171
3202 2003-12-21 Sunday 18:11  moodler
3204         * lang/ar/: assignment.php, chat.php, choice.php, countries.php,
3205         forum.php, label.php, moodle.php, quiz.php: 
3206         
3207         SOme formatting fixes using new language editor
3209 2003-12-21 Sunday 13:27  andre_bln
3211         * lang/de/: README, assignment.php, attendance.php, auth.php,
3212         dialogue.php, editor.php, exercise.php, forum.php, glossary.php,
3213         journal.php, moodle.php, quiz.php, resource.php, webquest.php,
3214         workshop.php, docs/cvs.html, docs/developer.html, docs/faq.html,
3215         docs/other.html: 
3216         
3217         German language files 21.12.03
3219 2003-12-21 Sunday 10:03  martignoni
3221         * lang/fr/: docs/features.html, help/quiz/index.html,
3222         help/quiz/match.html, help/quiz/maxgrade.html, help/quiz/mods.html,
3223         help/quiz/multianswer.html, help/quiz/multichoice.html,
3224         help/quiz/numerical.html: 
3225         
3226         Some more files of help folder integrated
3228 2003-12-21 Sunday 06:23  martignoni
3230         * lang/fr/: quiz.php, docs/features.html, docs/release.html: 
3231         
3232         Modification: "mise en correspondance" -> "appariement"
3234 2003-12-21 Sunday 06:14  martignoni
3236         * lang/fr/help/quiz/: attempts.html, formatblackboard.html,
3237         formatcustom.html, formatmissingword.html: 
3238         
3239         Some typos corrected
3241 2003-12-21 Sunday 05:56  trobb
3243         * mod/quiz/report/fullstat/report.php: 
3244         
3245         
3246            Bug in percentage calculation for on-screen display fixed
3248 2003-12-20 Saturday 21:10  moodler
3250         * course/index.php: 
3251         
3252         When deleting a category, send children courses to live with
3253         grandma
3255 2003-12-20 Saturday 20:52  moodler
3257         * course/: edit.php, view.php, format/README.txt,
3258         format/social.php, format/topics.php, format/weeks.php,
3259         format/social/format.php, format/topics/format.php,
3260         format/weeks/format.php: 
3261         
3262         
3263         Modification of the course format plugin structures so that it fits
3264         in with other plugin formats in Moodle.
3266 2003-12-19 Friday 18:47  moodler
3268         * index.php: 
3269         
3270         Shorter search box to help smaller screens
3272 2003-12-19 Friday 07:12  martignoni
3274         * lang/fr/help/quiz/: attempts.html, categories.html,
3275         correctanswers.html, createmultiple.html, description.html,
3276         feedback.html, formatblackboard.html, formatcustom.html,
3277         formatmissingword.html, grademethod.html, import.html: 
3278         
3279         Some more help files translated
3281 2003-12-18 Thursday 23:37  moodler
3283         * lang/de/pgassignment.php: 
3284         
3285         Remove pgassignment
3287 2003-12-18 Thursday 23:22  koenr
3289         * lang/nl/help/exercise/nelements.html: 
3290         
3291         translated by Koen Roggemans
3293 2003-12-18 Thursday 23:21  koenr
3295         * lang/nl/help/exercise/elements.html: 
3296         
3297         typo
3299 2003-12-18 Thursday 15:36  koenr
3301         * lang/nl/: moodle.php, quiz.php, resource.php: 
3302         
3303         filling in missing strings
3305 2003-12-18 Thursday 14:52  koenr
3307         * lang/nl/help/exercise/managing.html: 
3308         
3309         Translated by Koen Roggemans
3311 2003-12-18 Thursday 14:49  martignoni
3313         * lang/fr/help/resource/: index.html, program.html,
3314         resourcetype.html: 
3315         
3316         Some typos corrected
3318 2003-12-18 Thursday 14:34  martignoni
3320         * lang/fr/help/wiki.html: 
3321         
3322         File translation complete
3324 2003-12-18 Thursday 11:14  martignoni
3326         * lang/fr/help/journal/mods.html: 
3327         
3328         Journal help folder translated
3330 2003-12-18 Thursday 11:03  martignoni
3332         * lang/fr/: README, TERMS, docs/teacher.html: 
3333         
3334         Some terms added
3336 2003-12-18 Thursday 09:59  martignoni
3338         * lang/fr/moodle.php: 
3339         
3340         Small corrections
3342 2003-12-18 Thursday 08:58  martignoni
3344         * lang/fr/docs/teacher.html: 
3345         
3346         Some typos corrected
3348 2003-12-18 Thursday 08:46  moodler
3350         * admin/config.php: 
3351         
3352         Clean sessioncookie variable
3354 2003-12-18 Thursday 08:23  martignoni
3356         * lang/fr/: README, docs/philosophy.html: 
3357         
3358         Translation of "connected" and "separate" (thanks to JF Nadeau)
3360 2003-12-18 Thursday 08:07  martignoni
3362         * lang/fr/help/choice/: index.html, mods.html, options.html: 
3363         
3364         Choice folder translation complete
3366 2003-12-18 Thursday 07:40  martignoni
3368         * lang/fr/help/resource/resourcetype.html: 
3369         
3370         Modification of "Fichier"
3372 2003-12-18 Thursday 07:38  martignoni
3374         * lang/fr/resource.php: 
3375         
3376         Small typo corrected
3378 2003-12-18 Thursday 07:35  martignoni
3380         * lang/fr/help/resource/resourcetype.html: 
3381         
3382         Re-order alphabetically the different items
3384 2003-12-18 Thursday 07:32  martignoni
3386         * lang/fr/resource.php: 
3387         
3388         Typo corrected
3390 2003-12-18 Thursday 07:30  martignoni
3392         * lang/fr/: resource.php, help/resource/resourcetype.html: 
3393         
3394         Change name of resources "Page Web" and "Lien vers une page Web" to
3395         resp. "Page web (interne)" and "Page web (externe)"
3397 2003-12-17 Wednesday 14:37  koenr
3399         * lang/nl/help/exercise/: gradinggrade.html, gradingstrategy.html,
3400         mods.html: 
3401         
3402         Translated by Koen Roggemans
3404 2003-12-17 Wednesday 14:02  martignoni
3406         * lang/fr/docs/: features.html, release.html: 
3407         
3408         Small correction: fils de discussion -> discussion
3410 2003-12-17 Wednesday 13:58  martignoni
3412         * lang/fr/help/chat/: chatting.html, index.html, mods.html: 
3413         
3414         Chat directory completely translated
3416 2003-12-17 Wednesday 12:33  martignoni
3418         * lang/fr/help/resource/: index.html, mods.html, program.html: 
3419         
3420         Folder ressource translation complete
3422 2003-12-17 Wednesday 12:26  martignoni
3424         * lang/fr/help/forum/: index.html, mods.html: 
3425         
3426         Forum folder translation complete
3428 2003-12-17 Wednesday 12:21  martignoni
3430         * lang/fr/help/assignment/: assignmenttype.html, index.html,
3431         mods.html: 
3432         
3433         Assignment translation complete
3435 2003-12-17 Wednesday 12:07  martignoni
3437         * lang/fr/help/: surveys.html, forum/allowdiscussions.html: 
3438         
3439         More updates of help folder
3441 2003-12-17 Wednesday 11:53  martignoni
3443         * lang/fr/: TERMS, help/cookies.html, help/courseavailability.html,
3444         help/coursecategory.html, help/courseformats.html,
3445         help/coursegrades.html, help/coursenewsitems.html,
3446         help/coursenumsections.html, help/courserecent.html,
3447         help/courseshortname.html, help/coursestartdate.html,
3448         help/emoticons.html, help/enrolmentkey.html, help/guestaccess.html,
3449         help/html.html, help/index.html, help/langedit.html,
3450         help/mods.html, help/picture.html, help/questions.html,
3451         help/richtext.html, help/scales.html, help/summaries.html,
3452         help/surveys.html, help/assignment/assignmenttype.html,
3453         help/assignment/resubmit.html, help/forum/allowdiscussions.html,
3454         help/forum/attachment.html, help/forum/forumtype.html,
3455         help/forum/ratings.html, help/forum/subscription.html,
3456         help/resource/resourcetype.html, help/resource/summary.html: 
3457         
3458         Update of help files (help directory)
3460 2003-12-17 Wednesday 07:32  moodler
3462         * mod/quiz/format/: aiken.php, aon.php, blackboard.php,
3463         coursetestmanager.php, missingword.php, multianswer.php, qti.php,
3464         webct.php: 
3465         
3466         Removed old versions of quiz format plugins
3468 2003-12-17 Wednesday 05:49  moodler
3470         * mod/quiz/view.php: 
3471         
3472         More accurate info on link to reports
3474 2003-12-17 Wednesday 05:35  moodler
3476         * mod/quiz/quizfile.php: 
3477         
3478         A small fix for showing pictures in randomly-selected questions
3480 2003-12-17 Wednesday 05:04  moodler
3482         * mod/quiz/report/overview/report.php: 
3483         
3484         Improved overview, now allows deleting and shows more info.
3485         
3486         Thanks very much for Thomas Robb for submitting the original
3487         modification with the new functionality ... I ended up doing a lot
3488         of cleaning up and reworking of it but it wouldn't have been done
3489         without Thom's work.
3491 2003-12-17 Wednesday 05:02  trobb
3493         * mod/quiz/report/fullstat/report.php: 
3494         
3495         
3496             Percentages displayed as numbers rather than strings in Excel
3498 2003-12-17 Wednesday 04:53  moodler
3500         * lang/en/: moodle.php, quiz.php: 
3501         
3502         Some new strings (related to quiz reports)
3504 2003-12-17 Wednesday 04:08  koenr
3506         * lang/nl/help/workshop/elements.html: 
3507         
3508         misspell corrected
3510 2003-12-17 Wednesday 04:03  koenr
3512         * lang/nl/help/exercise/: grading.html, moreinfo.html,
3513         specimen.html, submissionofdescriptions.html: 
3514         
3515         translated by Koen Roggemans
3517 2003-12-17 Wednesday 00:57  trobb
3519         * mod/quiz/report/fullstat/report.php: 
3520         
3521         [no log message]
3523 2003-12-16 Tuesday 19:36  moodler
3525         * course/format/: topics.php, weeks.php: 
3526         
3527         Strip tags from activity name when moving
3529 2003-12-16 Tuesday 19:32  moodler
3531         * course/lib.php: 
3532         
3533         Strip tags from activity names when moving
3535 2003-12-16 Tuesday 19:22  moodler
3537         * lang/no/moodle.php: 
3538         
3539         Emergency fix for this file ... it had lots of bad strings in it
3541 2003-12-16 Tuesday 05:53  stigbjarne
3543         * lang/no/: attendance.php, auth.php, chat.php, countries.php,
3544         dialogue.php, editor.php, exercise.php, glossary.php, label.php,
3545         pix.php, workshop.php: 
3546         
3547         New file
3549 2003-12-16 Tuesday 05:51  stigbjarne
3551         * lang/no/: docs/files.php, assignment.php, choice.php, forum.php,
3552         journal.php, moodle.php, quiz.php, resource.php, survey.php: 
3553         
3554         Improved and extended
3556 2003-12-16 Tuesday 04:01  paca70
3558         * lang/fi/moodle.php: 
3559         
3560         More updates by Joni Rosenberg
3562 2003-12-16 Tuesday 00:54  bobopinna
3564         * lang/it/: assignment.php, forum.php, glossary.php, moodle.php,
3565         quiz.php, resource.php, survey.php, workshop.php: 
3566         
3567         A revision by Bobo.
3569 2003-12-15 Monday 21:31  moodler
3571         * user/edit.php: 
3572         
3573         Fixed a typo (not using $CFG->admin)
3575 2003-12-15 Monday 04:13  martignoni
3577         * lang/fr/README: 
3578         
3579         Updated to last changes (docs folder translation completed)
3581 2003-12-14 Sunday 19:58  moodler
3583         * version.php: 
3584         
3585         Bump.  It's unbelievable how fast time is going.  The last update
3586         from a week ago literally seems like yesterday.
3588 2003-12-14 Sunday 16:56  stronk7
3590         * admin/cron.php: 
3591         
3592         max_execution_time and memory_limit to allow backup of large
3593         installations.  (I've executed it with 50 courses)
3595 2003-12-14 Sunday 16:54  stronk7
3597         * backup/: STATUS.txt, backup_scheduled.php, version.php: 
3598         
3599         Now an email is sent to the admin when some course backup is
3600         excecuted.  TODO:    - View logs    - Language strings
3602 2003-12-14 Sunday 11:27  martignoni
3604         * lang/fr/docs/coding.html: 
3605         
3606         Translation completed
3608 2003-12-14 Sunday 08:59  martignoni
3610         * lang/fr/docs/other.html: 
3611         
3612         Translation completed
3614 2003-12-14 Sunday 07:03  moodler
3616         * lib/weblib.php: 
3617         
3618         FIxed some faulty form 'target's that weren't using $CFG->framename
3620 2003-12-14 Sunday 07:01  martignoni
3622         * lang/fr/docs/philosophy.html: 
3623         
3624         Translation completed
3626 2003-12-14 Sunday 06:57  julmis
3628         * lib/editor/htmlarea.php: 
3629         
3630         added wordClean function and new table operations - column sizes
3631         are calculated automatically from   table width
3633 2003-12-14 Sunday 05:26  martignoni
3635         * lang/fr/docs/philosophy.html: 
3636         
3637         First bit of translation
3639 2003-12-13 Saturday 19:27  moodler
3641         * admin/cron.php: 
3642         
3643         No functional change, just me being a fussy Moodler
3645 2003-12-13 Saturday 18:54  moodler
3647         * user/view.php: 
3648         
3649         Align rows to top
3651 2003-12-13 Saturday 16:00  stronk7
3653         * backup/: STATUS.txt, backup_scheduled.php, version.php: 
3654         
3655         Now scheduled backups seem to be fully functional. Please, test it
3656         !! TODO:    - Insert info about process in backup_log    - Be able
3657         to see that info from admin/backup.php    - Email to the admin with
3658         the execution progress    - Create all languaje strings Bye :-)
3660 2003-12-13 Saturday 15:57  stronk7
3662         * admin/cron.php: 
3663         
3664         Little change to inform in standard output.
3666 2003-12-13 Saturday 15:02  martignoni
3668         * lang/fr/docs/background.html: 
3669         
3670         Translation completed
3672 2003-12-13 Saturday 13:40  martignoni
3674         * lang/fr/docs/background.html: 
3675         
3676         First part of translation
3678 2003-12-13 Saturday 12:00  martignoni
3680         * lang/fr/docs/licence.html: 
3681         
3682         Translation complete
3684 2003-12-13 Saturday 10:51  martignoni
3686         * lang/fr/docs/future.html: 
3687         
3688         Translation complete
3690 2003-12-13 Saturday 10:10  martignoni
3692         * lang/fr/docs/cvs.html: 
3693         
3694         Translation terminated
3696 2003-12-12 Friday 22:27  moodler
3698         * lib/weblib.php: 
3699         
3700         Prevent funny-looking text when trying to highlight a null string
3702 2003-12-12 Friday 18:30  moodler
3704         * mod/quiz/view.php: 
3705         
3706         Improved description of interim final grade
3708 2003-12-12 Friday 18:09  moodler
3710         * mod/quiz/report/overview/report.php: 
3711         
3712         Name of final grade column makes more sense now
3714 2003-12-12 Friday 13:52  martignoni
3716         * lang/fr/docs/cvs.html: 
3717         
3718         Initial bit of translation
3720 2003-12-12 Friday 12:29  martignoni
3722         * lang/fr/docs/developer.html: 
3723         
3724         Small correction (entities not correctly coded)
3726 2003-12-12 Friday 12:19  martignoni
3728         * lang/fr/docs/developer.html: 
3729         
3730         Finally terminated!
3732 2003-12-12 Friday 11:36  stronk7
3734         * backup/backup_scheduled.php: 
3735         
3736         Included backup's cron function (not implemented)
3738 2003-12-12 Friday 11:35  stronk7
3740         * admin/cron.php: 
3741         
3742         Included call to backup's cron function (not implemented).
3744 2003-12-12 Friday 06:54  moodler
3746         * admin/auth.php: 
3747         
3748          Fixed a buglet when changing pages via menu inside a frameset
3750 2003-12-12 Friday 03:41  martignoni
3752         * lang/fr/docs/developer.html: 
3753         
3754         A bit more again!
3756 2003-12-12 Friday 00:46  moodler
3758         * mod/forum/post.php: 
3759         
3760         Don't show replies when re-editing a post.
3762 2003-12-12 Friday 00:21  martignoni
3764         * lang/fr/docs/developer.html: 
3765         
3766         A bit more translation
3768 2003-12-12 Friday 00:20  moodler
3770         * mod/forum/post.php: 
3771         
3772         This has been annoying me for ages, and the fix is so simple.
3773         
3774         When replying to a post that already has replies - the replies are
3775         listed in threaded form.
3777 2003-12-11 Thursday 23:50  moodler
3779         * mod/quiz/format/gift/docs.html: 
3780         
3781         Put docs here temporarily until the format settles down
3783 2003-12-11 Thursday 23:35  moodler
3785         * mod/quiz/: format.php, import.php, lib.php, format/README,
3786         format/README.txt, format/custom.php, format/default.php,
3787         format/aiken/format.php, format/aon/format.php,
3788         format/blackboard/format.php, format/coursetestmanager/format.php,
3789         format/gift/format.php, format/missingword/format.php,
3790         format/multianswer/format.php, format/qti/format.php,
3791         format/webct/format.php: 
3792         
3793         Reworking of the plug-in format for import/export files.
3794         
3795         Each format is now in it's own subdirectory, which allows the
3796         format to have as many files as it likes.  The formats are now
3797         detected automatically (no need to edit lib.php anymore) and the
3798         parent class is now in mod/quiz/format.php
3799         
3800         Lastly, I added Paul Shew's new GIFT format.
3802 2003-12-11 Thursday 23:22  moodler
3804         * lang/en/quiz.php: 
3805         
3806         Name some of the newer formats
3808 2003-12-11 Thursday 21:26  paca70
3810         * lang/fi/dialogue.php: 
3811         
3812         Translation from Janne Mikkonen
3814 2003-12-11 Thursday 21:24  paca70
3816         * lang/fi/: dialogue.php, help/dialogue/addsubject.html,
3817         help/dialogue/closedialogue.html, help/dialogue/deleteafter.html,
3818         help/dialogue/dialoguetype.html, help/dialogue/info.html,
3819         help/dialogue/maildefault.html, help/dialogue/mods.html,
3820         help/dialogue/multiple.html, help/dialogue/sendmail.html,
3821         help/dialogue/writing.html: 
3822         
3823         initial translation and helpfiles for dialogue module.  Thanks to
3824         Janne Mikkonen.
3826 2003-12-11 Thursday 15:53  trobb
3828         * mod/quiz/report/fullstat/report.php: 
3829         
3830         [no log message]
3832 2003-12-11 Thursday 04:59  moodler
3834         * user/edit.html: 
3835         
3836         Added a little option to disable user image upload
3838 2003-12-10 Wednesday 23:22  moodler
3840         * course/: editsection.html, editsection.php: 
3841         
3842         Cleaned up this form a little to make it more consistent
3844 2003-12-10 Wednesday 14:03  martignoni
3846         * lang/fr/resource.php: 
3847         
3848         Update to last mods of 'en' language
3850 2003-12-10 Wednesday 13:25  martignoni
3852         * lang/fr/quiz.php: 
3853         
3854         Update to the last mods of 'en' language
3856 2003-12-10 Wednesday 13:12  martignoni
3858         * lang/fr/moodle.php: 
3859         
3860         Update to the last changes of 'en' language
3862 2003-12-10 Wednesday 12:03  kaipe
3864         * mod/quiz/category.php, mod/quiz/edit.php, mod/quiz/import.php,
3865         mod/quiz/index.php, mod/quiz/lib.php, mod/quiz/multiple.php,
3866         mod/quiz/question.php, lang/en/quiz.php: 
3867         
3868         The Quizzes page is given an "Edit questions" button that links to
3869         a possibility to edit questions without opening a quiz.
3871 2003-12-10 Wednesday 08:47  stronk7
3873         * backup/STATUS.txt: 
3874         
3875         Start the cron integration task for scheduled backups...
3877 2003-12-10 Wednesday 08:36  moodler
3879         * mod/glossary/view.php: 
3880         
3881         A little spacing on the display
3883 2003-12-10 Wednesday 08:29  moodler
3885         * mod/glossary/: comment.html, comment.php, comments.php: 
3886         
3887         Hope you don't mind, Will, but I had to do some cleaning up of the
3888         comments pages
3889         
3890            - comments look more like forums
3891            - glossary entry is displayed consistently
3892            - workflow makes more sense to me at least (more like forums)
3893            - code is shorter   :-)
3895 2003-12-10 Wednesday 08:06  moodler
3897         * mod/glossary/: comments.php, lib.php: 
3898         
3899         Simplification of the comments page and more forum-like comments
3901 2003-12-10 Wednesday 03:26  stigbjarne
3903         * lang/no/help/workshop/mods.html: 
3904         
3905         New file
3907 2003-12-10 Wednesday 03:20  stigbjarne
3909         * lang/no/help/workshop/calculatingfinalgrade.html: 
3910         
3911         New file
3913 2003-12-10 Wednesday 01:43  stigbjarne
3915         * lang/no/help/exercise/gradinggrade.html: 
3916         
3917         New file
3919 2003-12-10 Wednesday 01:37  stigbjarne
3921         * lang/no/help/workshop/editingacomment.html: 
3922         
3923         Minor changes
3925 2003-12-10 Wednesday 01:19  stigbjarne
3927         * lang/no/help/workshop/: gradingsubmissions.html,
3928         includeteachersgrade.html: 
3929         
3930         New file
3932 2003-12-10 Wednesday 00:47  moodler
3934         * mod/glossary/lib.php: 
3935         
3936         FIxed size of comment icon
3938 2003-12-10 Wednesday 00:44  moodler
3940         * mod/glossary/edit.html: 
3941         
3942         Whoops left a typo
3944 2003-12-10 Wednesday 00:43  moodler
3946         * mod/glossary/edit.html: 
3947         
3948         Changed some font size
3950 2003-12-09 Tuesday 23:49  moodler
3952         * lang/en_us/: assignment.php, attendance.php, auth.php, chat.php,
3953         choice.php, countries.php, editor.php, forum.php, glossary.php,
3954         journal.php, label.php, moodle.php, quiz.php, resource.php,
3955         survey.php, workshop.php: 
3956         
3957         FIxed up quotes (double -> single) and some ommissions
3959 2003-12-09 Tuesday 23:38  moodler
3961         * lang/en_us/: moodle.php, help/enrolmentkey.html,
3962         help/guestaccess.html: 
3963         
3964         Fixed some enrol -> enroll
3966 2003-12-09 Tuesday 23:30  moodler
3968         * lang/en/glossary.php: 
3969         
3970         Some English fixes
3972 2003-12-09 Tuesday 23:29  moodler
3974         * lang/en/help/glossary/: defaultapproval.html, destination.html,
3975         filetoimport.html, globalglossary.html, importcategories.html,
3976         linkcategory.html, shows.html: 
3977         
3978         Some cleanups in the English
3980 2003-12-09 Tuesday 23:21  martignoni
3982         * lang/fr/auth.php: 
3983         
3984         Fixing missing quotes
3986 2003-12-09 Tuesday 23:17  moodler
3988         * lang/en/help/glossary/aliases.html: 
3989         
3990         Clean up
3992 2003-12-09 Tuesday 23:15  martignoni
3994         * lang/fr/moodle.php: 
3995         
3996         Added feminine form e.g. for "Modifier un(e)"
3998 2003-12-09 Tuesday 23:15  moodler
4000         * lang/en/help/glossary/entbypage.html: 
4001         
4002         Some cleanup of English version
4004 2003-12-09 Tuesday 23:03  martignoni
4006         * lang/fr/moodle.php: 
4007         
4008         Added feminine form for e.g. "ajouté un(e)"
4009         
4010 2003-12-09 Tuesday 22:58  martignoni
4012         * lang/fr/: moodle.php, resource.php, survey.php, docs/faq.html,
4013         docs/features.html, docs/release.html, docs/teacher.html: 
4014         
4015         Change "texte pur" to better "texte" everywhere
4017 2003-12-09 Tuesday 14:56  giro123
4019         * lang/es/docs/credits.html: 
4020         
4021         [no log message]
4023 2003-12-09 Tuesday 08:16  stronk7
4025         * backup/STATUS.txt: 
4026         
4027         Included (TODO) a new feature to select manually the desired
4028         activities to backup (an Przemyslaw Stencel idea).  See
4029         http://moodle.org/mod/forum/discuss.php?d=3964
4031 2003-12-09 Tuesday 08:14  andre_bln
4033         * lang/de/docs/: future.html, install.html: 
4034         
4035         new version german translation
4037 2003-12-09 Tuesday 01:07  stigbjarne
4039         * lang/no/help/workshop/: addingacomment.html,
4040         assessmentofexamples.html: 
4041         
4042         New file
4044 2003-12-09 Tuesday 00:15  moodler
4046         * files/index.php: 
4047         
4048         Fixed bug 812 about editing text files with backslashes in them.
4050 2003-12-08 Monday 22:07  moodler
4052         * lang/en/docs/coding.html: 
4053         
4054         Fixed up some ommissions about database structure
4056 2003-12-08 Monday 20:00  moodler
4058         * mod/resource/: config.html, details.php, lib.php: 
4059         
4060         New defaults for popup window settings, which is window off, but
4061         all sub-settings on.
4062         
4063         These default defaults can be defined on the page
4064         
4065           Admin -> Config -> Modules -> Resource -> Settings
4067 2003-12-08 Monday 19:55  moodler
4069         * lang/en/resource.php: 
4070         
4071         New strings for resource setting screen
4073 2003-12-08 Monday 18:00  moodler
4075         * mod/quiz/format/default.php: 
4076         
4077         Fix to allow quiz import to deal with Macintosh OS files (from Paul
4078         Shew)
4080 2003-12-08 Monday 14:50  stronk7
4082         * backup/: db/mysql.php, db/mysql.sql, db/oci8po.sql,
4083         db/postgres7.sql, version.php: 
4084         
4085         Creation of needed DB structures (prefix_backup_courses and
4086         prefix_backup_log) to store info about scheduled backups.
4087         
4088         NOTE: PostreSQL and Oracle not tested !!
4090 2003-12-08 Monday 09:42  stronk7
4092         * lang/es/moodle.php: 
4093         
4094         Included the 'firstdayofweek' entry to show week days ordered.
4096 2003-12-08 Monday 09:20  moodler
4098         * lib/weblib.php: 
4099         
4100         Larger steps on minutes when printing times  - see bug 912
4102 2003-12-08 Monday 07:10  stigbjarne
4104         * lang/no/README: 
4105         
4106         Minor changes
4108 2003-12-08 Monday 07:01  stigbjarne
4110         * lang/no/help/quiz/index.html: 
4111         
4112         New file
4114 2003-12-08 Monday 06:49  stigbjarne
4116         * lang/no/help/quiz/questiontypes.html: 
4117         
4118         Improved and extended
4120 2003-12-08 Monday 05:32  moodler
4122         * lib/editor/courseimages.php: 
4123         
4124         Use filemtime instead of filectime
4126 2003-12-08 Monday 05:31  moodler
4128         * files/index.php: 
4129         
4130         Use filemtime not filectime
4132 2003-12-08 Monday 05:15  moodler
4134         * version.php: 
4135         
4136         Bumping it
4138 2003-12-08 Monday 05:05  stigbjarne
4140         * lang/no/help/exercise/finalgrades.html: 
4141         
4142         New file
4144 2003-12-08 Monday 05:03  moodler
4146         * mod/workshop/lib.php: 
4147         
4148         Fixing a typo I spotted in the CVS diffs.  :-)
4150 2003-12-08 Monday 03:49  stigbjarne
4152         * lang/no/help/exercise/moreinfo.html: 
4153         
4154         New file
4156 2003-12-08 Monday 03:43  stigbjarne
4158         * lang/no/help/exercise/: nelements.html, takeownership.html: 
4159         
4160         New file
4162 2003-12-08 Monday 02:41  stigbjarne
4164         * lang/no/help/quiz/multianswer.html: 
4165         
4166         New file
4168 2003-12-08 Monday 02:20  stigbjarne
4170         * lang/no/help/quiz/: eachattemptbuildsonthelast.html, mods.html,
4171         numerical.html: 
4172         
4173         New file
4175 2003-12-08 Monday 01:58  stigbjarne
4177         * lang/no/help/workshop/: nassessmentsofstudentsubmissions.html,
4178         nelements.html, specimen.html, teachersgradings.html: 
4179         
4180         New file
4182 2003-12-08 Monday 01:22  rkingdon
4184         * mod/workshop/lib.php: 
4185         
4186         Fixed bug #863.
4188 2003-12-08 Monday 00:31  stigbjarne
4190         * lang/no/help/exercise/specimen.html: 
4191         
4192         New file
4194 2003-12-07 Sunday 22:58  moodler
4196         * lang/es/: appointment.php, assignment.php, attendance.php,
4197         auth.php, chat.php, choice.php, countries.php, dialogue.php,
4198         editor.php, forum.php, glossary.php, journal.php, label.php,
4199         moodle.php, quiz.php, resource.php, survey.php, webquest.php,
4200         workshop.php: 
4201         
4202         Converted to new format using 'single quotes'
4204 2003-12-07 Sunday 22:11  moodler
4206         * admin/index.php: 
4207         
4208         Turn off time limits on all upgrades
4210 2003-12-07 Sunday 14:24  koenr
4212         * lang/nl/help/exercise/grade.html: 
4213         
4214         translated by Koen Roggemans
4216 2003-12-07 Sunday 14:20  koenr
4218         * lang/nl/help/exercise/finalgrades.html: 
4219         
4220         translated by Koen Roggemans
4222 2003-12-07 Sunday 09:27  koenr
4224         * lang/nl/help/exercise/: elements.html, takeownership.html: 
4225         
4226         translated by Koen Roggemans
4228 2003-12-07 Sunday 05:49  moodler
4230         * config-dist.php: 
4231         
4232         Fixed up some examples
4234 2003-12-07 Sunday 04:52  koenr
4236         * lang/nl/help/exercise/usemax.html: 
4237         
4238         translated by Koen Roggemans
4240 2003-12-07 Sunday 04:26  koenr
4242         * lang/nl/help/exercise/administration.html: 
4243         
4244         translated by Koen Roggemans
4246 2003-12-07 Sunday 03:55  koenr
4248         * lang/nl/workshop.php: 
4249         
4250         filling in missing string
4252 2003-12-07 Sunday 02:00  koenr
4254         * lang/nl/help/workshop/analysisofassessments.html: 
4255         
4256         translated by Koen Roggemans
4258 2003-12-07 Sunday 01:59  koenr
4260         * lang/nl/help/workshop/index.html: 
4261         
4262         filling in missing links
4264 2003-12-06 Saturday 21:57  moodler
4266         * mod/glossary/: comment.gif, comments.php: 
4267         
4268         New, smaller comment icon
4270 2003-12-06 Saturday 05:15  koenr
4272         * lang/nl/help/glossary/index.html: 
4273         
4274         missing closing tag </blockquote>
4276 2003-12-05 Friday 23:34  moodler
4278         * mod/resource/view.php: 
4279         
4280         Fix for image display - see Bug 695    Thanks, Gustav
4282 2003-12-05 Friday 22:47  moodler
4284         * lib/compatible.php: 
4285         
4286         Add a check for GD library
4288 2003-12-05 Friday 22:43  moodler
4290         * lib/compatible.php: 
4291         
4292         A little script to quickly check compatibility on servers.
4294 2003-12-05 Friday 09:55  rkingdon
4296         * mod/workshop/: lib.php, submissions.php: 
4297         
4298         Added the setting of League Table options to the Administration
4299         page.
4301 2003-12-05 Friday 09:53  rkingdon
4303         * lang/en/workshop.php: 
4304         
4305         Minor change to League table options.
4307 2003-12-05 Friday 05:34  stigbjarne
4309         * lang/no/README.txt: 
4310         
4311         Minor changes
4313 2003-12-05 Friday 05:33  stigbjarne
4315         * lang/no/README: 
4316         
4317         Fixed error
4319 2003-12-05 Friday 05:17  stigbjarne
4321         * lang/no/help/glossary/casesensitive.html: 
4322         
4323         Minor changes
4325 2003-12-05 Friday 05:17  stigbjarne
4327         * lang/no/help/glossary/: displayformat.html, entbypage.html,
4328         filetoimport.html, importcategories.html, index.html,
4329         linkcategory.html, usedynalink.html: 
4330         
4331         New file
4333 2003-12-05 Friday 04:36  stigbjarne
4335         * lang/no/help/glossary/: destination.html, shows.html: 
4336         
4337         New file
4339 2003-12-04 Thursday 19:22  moodler
4341         * auth/pop3/: config.html, lib.php: 
4342         
4343         Fixes for POP3 and TLS (new option)
4345 2003-12-04 Thursday 19:10  moodler
4347         * admin/index.php: 
4348         
4349         Slight change to make packaging easier on Debian.  :-)
4351 2003-12-04 Thursday 10:47  rkingdon
4353         * mod/exercise/index.php: 
4354         
4355         Minor change to student listing in index.php.
4357 2003-12-04 Thursday 10:45  rkingdon
4359         * mod/workshop/submissions.php: 
4360         
4361         Correction to Final Grades.
4363 2003-12-04 Thursday 09:12  giro123
4365         * lang/es/: docs/credits.html, editor.php, glossary.php,
4366         moodle.php, quiz.php, resource.php, workshop.php, help/text.html,
4367         help/textformat.html: 
4368         
4369         [no log message]
4371 2003-12-04 Thursday 01:22  stigbjarne
4373         * lang/no/help/: glossary/allowcomments.html,
4374         glossary/allowduplicatedentries.html, glossary/casesensitive.html,
4375         glossary/defaultapproval.html, glossary/description.html,
4376         glossary/fullmatch.html, glossary/globalglossary.html,
4377         glossary/mainglossary.html, glossary/mods.html,
4378         glossary/studentcanpost.html, exercise/grade.html,
4379         exercise/mods.html, exercise/submissionofdescriptions.html,
4380         quiz/repeatattempts.html: 
4381         
4382         New file
4384 2003-12-03 Wednesday 15:54  koenr
4386         * lang/nl/help/glossary/index.html: 
4387         
4388         corrected little html-error
4390 2003-12-03 Wednesday 15:51  koenr
4392         * lang/nl/help/glossary/: destination.html, entbypage.html,
4393         filetoimport.html, importcategories.html, linkcategory.html: 
4394         
4395         translated by koen roggemans
4397 2003-12-03 Wednesday 15:50  koenr
4399         * lang/nl/help/glossary/index.html: 
4400         
4401         filling in missing links
4403 2003-12-03 Wednesday 14:56  koenr
4405         * lang/nl/glossary.php: 
4406         
4407         filling in missing strings
4409 2003-12-03 Wednesday 10:33  willcast
4411         * mod/glossary/lib.php: 
4412         
4413         - First step towards Tom Murdock's suggestions on a global search
4414         feature (if it is ever implented)...
4415         
4416         Added a new funtion: module_search( $course, $searchterms,
4417         $extended, $glossary = NULL)
4418         
4419         It returns all entries that matches the specified criteria in any
4420         glossaries within a given $course. It performs an $extended search
4421         if necessary.
4422         
4423         It restrict the search to only one $glossary if specified
4424         (currently used by the internal search function of the module).
4426 2003-12-03 Wednesday 09:38  rkingdon
4428         * mod/exercise/lib.php: 
4429         
4430         Tidy up return of grades in exercise_grades routine.
4432 2003-12-03 Wednesday 09:34  julmis
4434         * lib/editor/htmlarea.php: 
4435         
4436         Improvement to table editing. If table border is set to zero you'll
4437         still see the dotted border.
4439 2003-12-03 Wednesday 07:33  moodler
4441         * lang/fr_ca/: assignment.php, chat.php, choice.php, forum.php,
4442         moodle.php, quiz.php, resource.php, workshop.php, docs/README.txt,
4443         docs/docstyles.css, docs/faq.html, docs/features.html,
4444         docs/files.php, docs/install.html, docs/installamp.html,
4445         docs/intro.html, docs/module_files.txt, docs/teacher.html,
4446         docs/upgrade.html, help/cookies.html, help/courseavailability.html,
4447         help/coursecategory.html, help/coursegrades.html,
4448         help/courserecent.html, help/coursestartdate.html,
4449         help/emoticons.html, help/html.html, help/index.html,
4450         help/langedit.html, help/mods.html, help/questions.html,
4451         help/reading.html, help/richtext.html, help/scales.html,
4452         help/summaries.html, help/surveys.html, help/text.html,
4453         help/assignment/assignmenttype.html, help/assignment/index.html,
4454         help/assignment/mods.html, help/assignment/resubmit.html,
4455         help/chat/chatting.html, help/chat/index.html, help/chat/mods.html,
4456         help/choice/index.html, help/choice/mods.html,
4457         help/choice/options.html, help/forum/allowdiscussions.html,
4458         help/forum/attachment.html, help/forum/forumtype.html,
4459         help/forum/index.html, help/forum/mods.html,
4460         help/forum/ratings.html, help/forum/subscription.html,
4461         help/journal/index.html, help/journal/mods.html,
4462         help/quiz/attempts.html, help/quiz/categories.html,
4463         help/quiz/correctanswers.html, help/quiz/createmultiple.html,
4464         help/quiz/description.html, help/quiz/feedback.html,
4465         help/quiz/formatblackboard.html, help/quiz/formatcustom.html,
4466         help/quiz/formatmissingword.html, help/quiz/grademethod.html,
4467         help/quiz/import.html, help/quiz/index.html, help/quiz/match.html,
4468         help/quiz/maxgrade.html, help/quiz/mods.html,
4469         help/quiz/multianswer.html, help/quiz/multichoice.html,
4470         help/quiz/numerical.html, help/quiz/questiontypes.html,
4471         help/quiz/random.html, help/quiz/randomsamatch.html,
4472         help/quiz/repeatattempts.html, help/quiz/review.html,
4473         help/quiz/shortanswer.html, help/quiz/shuffleanswers.html,
4474         help/quiz/shufflequestions.html, help/quiz/timeopen.html,
4475         help/quiz/truefalse.html, help/resource/index.html,
4476         help/resource/mods.html, help/resource/program.html,
4477         help/resource/resourcetype.html, help/resource/summary.html,
4478         help/survey/index.html, help/survey/mods.html,
4479         help/workshop/addingacomment.html,
4480         help/workshop/agreeassessments.html, help/workshop/anonymous.html,
4481         help/workshop/assessmentofexamples.html,
4482         help/workshop/assignmenttype.html,
4483         help/workshop/breakdownoffinalgrade.html,
4484         help/workshop/calculatingfinalgrade.html,
4485         help/workshop/editingacomment.html, help/workshop/elements.html,
4486         help/workshop/finalgrades.html, help/workshop/graded.html,
4487         help/workshop/grading.html, help/workshop/gradingassessments.html,
4488         help/workshop/gradingstrategy.html,
4489         help/workshop/gradingsubmissions.html,
4490         help/workshop/includeself.html,
4491         help/workshop/includeteachersgrade.html, help/workshop/index.html,
4492         help/workshop/leaguetable.html, help/workshop/managing.html,
4493         help/workshop/mods.html,
4494         help/workshop/nassessmentsofstudentsubmissions.html,
4495         help/workshop/nassessmentsofteachersexamples.html,
4496         help/workshop/nelements.html, help/workshop/numberofassessors.html,
4497         help/workshop/overallocation.html, help/workshop/resubmit.html,
4498         help/workshop/selfassessment.html,
4499         help/workshop/showinggrades.html, help/workshop/specimen.html,
4500         help/workshop/submissionofexamples.html,
4501         help/workshop/teachersgradings.html,
4502         help/workshop/ungradedassessments_student.html,
4503         help/workshop/ungradedassessments_teacher.html: 
4504         
4505         Latest version from Jean-François Nadeau
4506         
4507 2003-12-03 Wednesday 06:22  koenr
4509         * lang/nl/help/quiz/index.html: 
4510         
4511         updating links
4513 2003-12-03 Wednesday 06:19  koenr
4515         * lang/nl/help/quiz/discrimination.html: 
4516         
4517         translated by Koen Roggemans
4519 2003-12-03 Wednesday 05:51  koenr
4521         * lang/nl/workshop.php: 
4522         
4523         filling in missing strings
4525 2003-12-03 Wednesday 05:30  koenr
4527         * lang/nl/: moodle.php, quiz.php, resource.php: 
4528         
4529         filling in missing strings
4531 2003-12-02 Tuesday 23:29  moodler
4533         * lang/en/moodle.php: 
4534         
4535         FIxed names for names
4537 2003-12-02 Tuesday 23:28  moodler
4539         * lang/en_us/moodle.php: 
4540         
4541         Fixed up names for names
4543 2003-12-02 Tuesday 10:53  willcast
4545         * mod/glossary/edit.html: 
4546         
4547         - Bringing order to chaos (thanks Martin)
4549 2003-12-02 Tuesday 08:58  paca70
4551         * mod/: exercise/db/postgres7.php, exercise/db/postgres7.sql,
4552         dialogue/db/postgres7.php, dialogue/db/postgres7.sql: 
4553         
4554         Initial version for postgresql.
4556 2003-12-02 Tuesday 08:21  moodler
4558         * lib/datalib.php: 
4559         
4560         Undoing that last checkin while I examine the consequences for
4561         other database types
4563 2003-12-02 Tuesday 07:42  paca70
4565         * lib/datalib.php: 
4566         
4567         To fix postgresql 7.4  default values.  Starting with v. 7.4
4568         postgres is returning default-values with datatype in form:
4569         'default value'::data type This cannot be inserted back to database
4570         so DEFAULT keyword must be used.
4572 2003-12-02 Tuesday 07:24  moodler
4574         * lang/en/docs/credits.html: 
4575         
4576         Add credits for Snoopy
4578 2003-12-02 Tuesday 06:43  willcast
4580         * mod/glossary/lib.php: 
4581         
4582         - Missing a $firstname $lastname... :(  Changed to fullname
4584 2003-12-02 Tuesday 06:35  willcast
4586         * lang/en/glossary.php: 
4587         
4588         - Some fixes when deleting entries and glossaries.  - Changing the
4589         way the comments are shown - Saving a couple of lines in the Add
4590         Entry screen.
4592 2003-12-02 Tuesday 06:34  moodler
4594         * lib/moodlelib.php: 
4595         
4596         Take post_max_size into account when calculating maximum sizes.
4598 2003-12-02 Tuesday 06:32  willcast
4600         * mod/glossary/: deleteentry.php, edit.html, lib.php: 
4601         
4602         - Some fixes when deleting entries and glossaries.  - Changing the
4603         way the comments are shown - Saving a couple of lines in the Add
4604         Entry screen.
4606 2003-12-02 Tuesday 01:08  mudrd8mz
4608         * lang/cz/docs/: docstyles.css, files.php, install.html: 
4609         
4610         Just updated due to changes in documentation structure.
4612 2003-12-02 Tuesday 01:06  mudrd8mz
4614         * lang/cz/help/index.html: 
4615         
4616         Initial czech version
4618 2003-12-02 Tuesday 01:04  mudrd8mz
4620         * lang/cz/quiz.php: 
4621         
4622         A lot of changes made here! Question names and other strings are
4623         now transalted according to czech educational terminology. Some
4624         meaningless transaltions fixed.
4626 2003-12-02 Tuesday 01:00  mudrd8mz
4628         * lang/cz/pix.php: 
4629         
4630         Initial czech version
4632 2003-12-02 Tuesday 00:58  mudrd8mz
4634         * lang/cz/: moodle.php, resource.php, workshop.php: 
4635         
4636         Filled missing strings
4638 2003-12-02 Tuesday 00:56  mudrd8mz
4640         * lang/cz/: glossary.php, label.php: 
4641         
4642         Initial czech version
4644 2003-12-02 Tuesday 00:55  mudrd8mz
4646         * lang/cz/forum.php: 
4647         
4648         Filled missing strings.
4650 2003-12-02 Tuesday 00:54  mudrd8mz
4652         * lang/cz/countries.php: 
4653         
4654         'Czech Republic' and 'Slovak Republic' translated into Czech, the
4655         rest left in English
4657 2003-12-02 Tuesday 00:52  mudrd8mz
4659         * lang/cz/assignment.php: 
4660         
4661         Filled missing strings
4663 2003-12-02 Tuesday 00:51  mudrd8mz
4665         * lang/cz/README: 
4666         
4667         Some transaltion notes added.
4669 2003-12-01 Monday 19:53  moodler
4671         * lang/en/auth.php: 
4672         
4673         FIxed missing quotes
4675 2003-12-01 Monday 15:24  koenr
4677         * lang/nl/glossary.php: 
4678         
4679         filling in missing strings changed item to invoer
4681 2003-12-01 Monday 14:58  paca70
4683         * backup/db/postgres7.sql: 
4684         
4685         Now backuptables gets created. (Still untested)
4687 2003-12-01 Monday 14:57  koenr
4689         * lang/nl/exercise.php: 
4690         
4691         initial translation
4693 2003-12-01 Monday 14:28  paca70
4695         * lib/datalib.php: 
4696         
4697         To fix postgres column renaming.
4699 2003-12-01 Monday 14:00  stronk7
4701         * backup/: backup_scheduled.php, try.php: 
4702         
4703         Wow !! Now backup of one course is ENTIRELY encapsulated inside
4704         backup_scheduled.php.  And a backup of EVERY course can be executed
4705         invoking try.php.  Backing up to a custom directory is working too
4706         !! They are preliminary versions, of course, but seem to work fine
4707         :-) Now I'm going to make all the necessay structures to support
4708         the cron system and to be able to inform the admin about every
4709         scheduled backup process.  Ciao :-)
4711 2003-12-01 Monday 13:39  stronk7
4713         * backup/backuplib.php: 
4714         
4715         Take out another notice in backup.
4717 2003-12-01 Monday 12:38  stronk7
4719         * backup/lib.php: 
4720         
4721         Take out one notice...
4723 2003-12-01 Monday 12:25  stronk7
4725         * backup/: backuplib.php, lib.php: 
4726         
4727         Added support in copy_zip_to_course_dir() to save course backup
4728         file in a custom directory (via $preferences->backup_destination). 
4729         Needed in scheduled backups.
4731 2003-12-01 Monday 12:24  jungwirr
4733         * lang/en/attendance.php: 
4734         
4735         
4736         added missing strings dynsectionshort autoattendshort gradeshort
4738 2003-12-01 Monday 09:18  rkingdon
4740         * mod/exercise/: assessments.php, lib.php: 
4741         
4742         Fix minor bug in Administration page.
4744 2003-12-01 Monday 05:50  rkingdon
4746         * lang/en/workshop.php: 
4747         
4748         Extra strings for analysis of assessments.
4750 2003-12-01 Monday 04:21  moodler
4752         * mod/quiz/format/aiken.php: 
4753         
4754         Allow A. B. C.  in addition to A) B) C)
4756 2003-12-01 Monday 04:19  rkingdon
4758         * mod/workshop/: lib.php, submissions.php, version.php, view.php,
4759         db/mysql.php, db/mysql.sql: 
4760         
4761         New version (2003113000), Analysis of Assessments added.
4763 2003-12-01 Monday 04:16  rkingdon
4765         * lang/en/help/workshop/analysisofassessments.html: 
4766         
4767         New Workshop help file for the analysis of assessments.
4769 2003-12-01 Monday 00:15  andre_bln
4771         * lang/de/docs/: README.txt, background.html, credits.html,
4772         cvs.html, developer.html, faq.html, features.html, future.html,
4773         install.html, intro.html, licence.html, module_files.txt,
4774         other.html, philosophy.html, release.html, teacher.html: 
4775         
4776         new version german translation *.html-files
4778 2003-12-01 Monday 00:01  moodler
4780         * admin/cron.php: 
4781         
4782         If a file called cronextra.php exists in the dataroot then cron
4783         will run that too.  This allows sites to have "special"
4784         maintenance.
4786 2003-11-30 Sunday 22:47  moodler
4788         * lang/en/moodle.php: 
4789         
4790         Fixed missing string adminhelpbackup
4792 2003-11-30 Sunday 22:37  moodler
4794         * mod/quiz/: lib.php, format/aiken.php: 
4795         
4796         New format called "Aiken format" by Thomas Robb (and Art Lader) to
4797         allow import of questions like this:
4798         
4799         Every seriously injured person is likely to go into A) shock.  B)
4800         infection.  C) hemorrhage.  D) respiratory pain.  ANSWER: A
4802 2003-11-30 Sunday 18:12  mits
4804         * lang/ja/: README, moodle.php: 
4805         
4806         new translation and polished few.
4808 2003-11-30 Sunday 13:57  stronk7
4810         * backup/: STATUS.txt, version.php: 
4811         
4812         Going to "Create the script". Bump.
4814 2003-11-30 Sunday 13:56  stronk7
4816         * backup/config.html: 
4817         
4818         Destination folder is included too.
4820 2003-11-30 Sunday 13:37  stronk7
4822         * backup/config.html: 
4823         
4824         Now weekdays, active and execution time are included, too.
4826 2003-11-30 Sunday 10:58  stronk7
4828         * admin/backup.php: 
4829         
4830         Scheduled weekdays are now stored in DB
4832 2003-11-30 Sunday 06:57  moodler
4834         * lang/: zh_cn/moodle.php, zh_tw/moodle.php: 
4835         
4836         Switch firstname with lastname
4838 2003-11-30 Sunday 06:44  moodler
4840         * lang/en/moodle.php: 
4841         
4842         Plural "Given name(s)" looks silly in English and isn't needed. 
4843         Might be for Spanish or Arabic though.
4845 2003-11-30 Sunday 06:40  moodler
4847         * lang/: zh_cn/moodle.php, zh_tw/moodle.php: 
4848         
4849         Display FAMILY names first
4851 2003-11-30 Sunday 06:38  moodler
4853         * lang/ja/moodle.php: 
4854         
4855         Display family names FIRST
4857 2003-11-30 Sunday 06:15  moodler
4859         * lang/hu/moodle.php: 
4860         
4861         Reverse the names ...
4863 2003-11-30 Sunday 06:02  moodler
4865         * version.php: 
4866         
4867         Bump
4869 2003-11-30 Sunday 06:02  moodler
4871         * lang/en/moodle.php, lib/defaults.php, admin/config.html,
4872         lib/moodlelib.php: 
4873         
4874         Final pieces to allow site-wide configuration of name display.
4875         
4876         Site variable can override order of "firstname lastname" or it can
4877         leave it up to the language packs.
4879 2003-11-30 Sunday 00:41  moodler
4881         * lang/en/docs/coding.html: 
4882         
4883         Tweaks
4885 2003-11-30 Sunday 00:40  moodler
4887         * lang/en/docs/coding.html: 
4888         
4889         Style fixes
4891 2003-11-30 Sunday 00:31  moodler
4893         * lang/en/docs/coding.html: 
4894         
4895         Added information about databases
4897 2003-11-29 Saturday 19:43  giro123
4899         * lang/es/README.txt: 
4900         
4901         [no log message]
4903 2003-11-29 Saturday 16:35  moodler
4905         * lib/editor/htmlarea.php: 
4906         
4907         Bugfix - don't use control keys if alt key is also down (to fix
4908         Polish)
4910 2003-11-29 Saturday 06:26  moodler
4912         * admin/user.php: 
4913         
4914         Fixed typo from last night
4916 2003-11-28 Friday 18:27  moodler
4918         * lib/weblib.php: 
4919         
4920         Fix navigation buttons for hidden buttons
4922 2003-11-28 Friday 18:19  moodler
4924         * lang/en/resource.php: 
4925         
4926         Fixed notefile string
4928 2003-11-28 Friday 08:16  moodler
4930         * user/index.php: 
4931         
4932         Use fullname display for actual name in list
4934 2003-11-28 Friday 07:47  moodler
4936         * mod/survey/lib.php: 
4937         
4938         Use fullname function for names
4940 2003-11-28 Friday 07:45  moodler
4942         * mod/journal/lib.php: 
4943         
4944         Use fullname function for displaying names
4946 2003-11-28 Friday 07:42  moodler
4948         * mod/dialogue/dialogues.php: 
4949         
4950         Use fullname for displaying names
4952 2003-11-28 Friday 07:41  moodler
4954         * mod/choice/: report.php, view.php: 
4955         
4956         Display names using fullname function
4958 2003-11-28 Friday 07:37  moodler
4960         * mod/chat/report.php: 
4961         
4962         Make sure teacher override is there
4964 2003-11-28 Friday 07:35  moodler
4966         * mod/chat/: lib.php, report.php, users.php: 
4967         
4968         DIsplay names using the fullname function
4970 2003-11-28 Friday 05:59  stigbjarne
4972         * lang/no/help/: glossary/aliases.html, exercise/usemax.html: 
4973         
4974         New file
4976 2003-11-28 Friday 05:53  stigbjarne
4978         * lang/no/help/workshop/editingacomment.html: 
4979         
4980         New file
4982 2003-11-28 Friday 05:43  stigbjarne
4984         * lang/no/help/quiz/description.html: 
4985         
4986         New file
4988 2003-11-28 Friday 05:40  stigbjarne
4990         * lang/no/help/quiz/import.html: 
4991         
4992         Minor changes
4994 2003-11-28 Friday 05:25  stigbjarne
4996         * lang/no/help/quiz/: shufflequestions.html, timeopen.html,
4997         truefalse.html: 
4998         
4999         Minor changes
5001 2003-11-28 Friday 05:21  stigbjarne
5003         * lang/no/help/quiz/grademethod.html: 
5004         
5005         Minor changes
5007 2003-11-28 Friday 05:15  stigbjarne
5009         * lang/no/help/quiz/attempts.html: 
5010         
5011         Minor changes
5013 2003-11-28 Friday 05:08  stigbjarne
5015         * lang/no/: LES_MEG.txt, README, docs/README.txt: 
5016         
5017         Minor changes
5019 2003-11-28 Friday 05:04  stigbjarne
5021         * lang/no/README.txt: 
5022         
5023         Minor changes
5025 2003-11-28 Friday 04:56  stigbjarne
5027         * lang/no/README.txt: 
5028         
5029         Minor changes
5031 2003-11-28 Friday 04:48  stigbjarne
5033         * lang/no/: README.txt, README.txt: 
5034         
5035         Minor changes
5037 2003-11-28 Friday 03:06  moodler
5039         * mod/assignment/lib.php: 
5040         
5041         Use fullname function
5043 2003-11-28 Friday 03:02  moodler
5045         * login/change_password.php: 
5046         
5047         Use fullname function for names
5049 2003-11-28 Friday 03:00  moodler
5051         * lib/weblib.php: 
5052         
5053         Use fullname function for name in login string
5055 2003-11-28 Friday 02:57  moodler
5057         * lib/moodlelib.php: 
5058         
5059         Tiny hack for Qmail - I've come across one system which REQUIRED
5060         the IsQmail method of phpmailer to be used.
5061         
5062         This is now possible just by specifying "qmail" in the smtphosts
5063         field.
5065 2003-11-28 Friday 02:53  moodler
5067         * lib/moodlelib.php: 
5068         
5069         Some changes to use fullname function for names
5071 2003-11-28 Friday 02:47  moodler
5073         * lib/ipatlas/plot.php: 
5074         
5075         Use fullname() function for name
5077 2003-11-28 Friday 02:43  moodler
5079         * course/user.php: 
5080         
5081         Use fullname function
5083 2003-11-28 Friday 02:41  moodler
5085         * course/unenrol.php: 
5086         
5087         Use fullname function to display names
5089 2003-11-28 Friday 02:37  moodler
5091         * course/: student.php, teacher.php: 
5092         
5093         Use fullname function.  Sorting is still wrong though and the
5094         selection mechanism sucks.
5096 2003-11-28 Friday 02:35  moodler
5098         * course/loginas.php: 
5099         
5100         Use fullname function for names
5102 2003-11-28 Friday 02:33  moodler
5104         * course/loggraph.php: 
5105         
5106         Use fullname() function for names
5108 2003-11-28 Friday 02:32  moodler
5110         * course/lib.php: 
5111         
5112         Use fullname for Guest name
5114 2003-11-28 Friday 02:31  moodler
5116         * admin/: creators.php, register.php, user.php: 
5117         
5118         Implemented more fullname() calls
5120 2003-11-28 Friday 02:06  stigbjarne
5122         * lang/no/help/: dialogue/addsubject.html,
5123         dialogue/closedialogue.html, dialogue/deleteafter.html,
5124         dialogue/dialoguetype.html, dialogue/index.html,
5125         dialogue/info.html, dialogue/maildefault.html, dialogue/mods.html,
5126         dialogue/multiple.html, dialogue/sendmail.html,
5127         dialogue/writing.html, journal/index.html, journal/mods.html,
5128         label/mods.html, resource/index.html, resource/mods.html,
5129         resource/program.html, survey/index.html, survey/mods.html: 
5130         
5131         New file
5133 2003-11-28 Friday 01:18  stigbjarne
5135         * lang/no/help/chat/: chatting.html, index.html, mods.html: 
5136         
5137         New file
5139 2003-11-28 Friday 01:08  stigbjarne
5141         * lang/no/help/: choice/index.html, choice/mods.html,
5142         forum/index.html, forum/maxattachmentsize.html, forum/mods.html,
5143         forum/ratings.html, attendance/index.html, attendance/mods.html: 
5144         
5145         New file
5147 2003-11-28 Friday 01:04  stigbjarne
5149         * lang/no/help/: cookies.html, courseavailability.html,
5150         coursegrades.html, coursereports.html, courseuploadsize.html,
5151         index.html, scales.html, assignment/index.html,
5152         assignment/mods.html: 
5153         
5154         New file
5156 2003-11-28 Friday 01:01  stigbjarne
5158         * lang/no/LES_MEG.txt: 
5159         
5160         New file
5162 2003-11-28 Friday 00:58  stigbjarne
5164         * lang/no/docs/features.html: 
5165         
5166         Improved and extended
5168 2003-11-28 Friday 00:52  stigbjarne
5170         * lang/no/help/: assignment/assignmenttype.html,
5171         assignment/resubmit.html, choice/options.html,
5172         forum/allowdiscussions.html, forum/attachment.html,
5173         forum/forumtype.html, forum/subscription.html,
5174         resource/resourcetype.html, resource/summary.html: 
5175         
5176         Improved and extended
5178 2003-11-28 Friday 00:47  stigbjarne
5180         * lang/no/help/: coursecategory.html, courseformats.html,
5181         coursefullname.html, coursenewsitems.html, coursenumsections.html,
5182         courserecent.html, courseshortname.html, coursestartdate.html,
5183         emoticons.html, enrolmentkey.html, guestaccess.html, html.html,
5184         langedit.html, mods.html, picture.html, questions.html,
5185         reading.html, richtext.html, summaries.html, surveys.html,
5186         teachers.html, text.html, textformat.html, wiki.html, writing.html:
5187         
5188         
5189         Improved and extended
5191 2003-11-28 Friday 00:45  stigbjarne
5193         * lang/no/docs/: README.txt, install.html, intro.html,
5194         module_files.txt, teacher.html, upgrade.html: 
5195         
5196         Minor changes
5198 2003-11-27 Thursday 20:02  moodler
5200         * lang/en/resource.php: 
5201         
5202         Fixing a broken line
5204 2003-11-27 Thursday 20:01  moodler
5206         * lang/en/resource.php: 
5207         
5208         Editing as necessary :)  Can't have all that HTML formatting in the
5209         strings ...
5211 2003-11-27 Thursday 19:27  willcast
5213         * lang/en/resource.php, mod/resource/lib.php: 
5214         
5215         - Adding error trapping to the fetching function and giving error
5216         messages accordandly.  - Adding Moodle as the web agent!!! :)
5217         
5218         PLEASE, edit the new language strings if necessary.
5220 2003-11-27 Thursday 18:19  moodler
5222         * mod/resource/lib.php: 
5223         
5224         Removed some tabs
5226 2003-11-27 Thursday 18:18  willcast
5228         * mod/resource/view.php: 
5229         
5230         - Fixing bug that was preveting uploaded files to be shown...
5231         
5232         Uploaded files parsing is not ready so it's desabled by code...
5234 2003-11-27 Thursday 18:11  moodler
5236         * lang/en/resource.php, mod/resource/config.html,
5237         mod/resource/fetch.php, mod/resource/lib.php,
5238         mod/resource/view.php: 
5239         
5240         A few rearrangments in the new code for filtered external pages
5242 2003-11-27 Thursday 15:50  stronk7
5244         * backup/config.html: 
5245         
5246         Small change to save scheduled days always in
5247         0=Sunday....6=Saturday format, independent from the visual display
5248         of the week. :-) It uses the "firstdayofweek" string in every
5249         languaje pack (defaults to 0-Sunday)
5251 2003-11-27 Thursday 15:42  stronk7
5253         * backup/config.html: 
5254         
5255         Comment some debug. I forgot it, sorry. :-(
5257 2003-11-27 Thursday 15:38  stronk7
5259         * backup/config.html: 
5260         
5261         Changed empty->isset !! Arghh
5263 2003-11-27 Thursday 15:33  stronk7
5265         * backup/lib.php: 
5266         
5267         Return backup_config records as an object instead of an array.
5269 2003-11-27 Thursday 15:27  stronk7
5271         * admin/backup.php, admin/configure.php, admin/index.php,
5272         backup/config.html, backup/lib.php, backup/version.php: 
5273         
5274         Initial release of the configure backup.  It now uses backup_config
5275         instead of config.  Not finished !!
5277 2003-11-27 Thursday 14:57  stronk7
5279         * backup/db/mysql.php: 
5280         
5281         Solved one small typo with prefix.. :-)
5283 2003-11-27 Thursday 14:53  stronk7
5285         * backup/db/: mysql.php, mysql.sql, oci8po.sql, postgres7.sql: 
5286         
5287         Included support for new backup_config table.  (postgresql and
5288         oracle versions not tested !!)
5290 2003-11-27 Thursday 11:19  paca70
5292         * lang/fi/: assignment.php, auth.php, chat.php, choice.php,
5293         forum.php, journal.php, moodle.php, pgassignment.php, quiz.php,
5294         resource.php, survey.php, workshop.php: 
5295         
5296         More Finnish translation from Teemu Sumi.
5298 2003-11-27 Thursday 11:09  willcast
5300         * mod/resource/: fetch.php, lib.php: 
5301         
5302         - External webpage resources now are parsed and automatic links are
5303         added to the glossary terms... Only if $CFG->filterexternalpages is
5304         enabled.
5306 2003-11-27 Thursday 11:08  paca70
5308         * lang/fi/docs/teacher.html: 
5309         
5310         One small correction.
5312 2003-11-27 Thursday 11:04  willcast
5314         * mod/resource/: fetch.php, lib.php, view.php: 
5315         
5316         - External webpage resources now are parsed and automatic links are
5317         added to the glossary terms... Only if $CFG->filterexternalpages is
5318         enabled.
5320 2003-11-27 Thursday 11:02  willcast
5322         * lib/snoopy/Snoopy.class.inc: 
5323         
5324         - Adding a new class to fetch remote files through PHP.
5326 2003-11-27 Thursday 11:01  paca70
5328         * lang/fi/docs/teacher.html: 
5329         
5330         Finnish teachers manual. Thanks to Lasse Utti.
5332 2003-11-27 Thursday 09:52  moodler
5334         * lang/en/docs/credits.html: 
5335         
5336         Eloy's "war name"  :-)
5338 2003-11-27 Thursday 09:23  moodler
5340         * file.php: 
5341         
5342         Decode pathinfo in case it has encoded spaces etc in it
5344 2003-11-27 Thursday 06:52  moodler
5346         * mod/quiz/report/simplestat/report.php: 
5347         
5348         Different format on headers for text downloads to improve
5349         performance on more browsers
5351 2003-11-27 Thursday 05:32  willcast
5353         * mod/glossary/: db/mysql.php, version.php: 
5354         
5355         - Deleting inconsistent records on glossary_alias due to the last
5356         fixed bug.
5358 2003-11-27 Thursday 00:26  andre_bln
5360         * lang/de/: assignment.php, attendance.php, auth.php, chat.php,
5361         choice.php, countries.php, dialogue.php, editor.php, exercise.php,
5362         forum.php, glossary.php, journal.php, label.php, moodle.php,
5363         pgassignment.php, pix.php, quiz.php, resource.php, survey.php,
5364         webquest.php, workshop.php: 
5365         
5366         new version completed php-files CVS
5367         -------------------------------------------------------------------
5368         ---
5370 2003-11-26 Wednesday 23:10  moodler
5372         * mod/survey/download.php: 
5373         
5374         Worksheet name can't be longer than 31 characters
5376 2003-11-26 Wednesday 21:25  willcast
5378         * mod/glossary/edit.php: 
5379         
5380         - Fixing bug regarding the aliases (pointed out by Sho Fukamachi
5381         also)
5383 2003-11-26 Wednesday 14:21  trobb
5385         * mod/quiz/report/fullstat/report.php: 
5386         
5387         [no log message]
5389 2003-11-26 Wednesday 08:07  moodler
5391         * lang/en/docs/credits.html: 
5392         
5393         Peter Taylor got upgraded  :-)
5395 2003-11-26 Wednesday 06:42  willcast
5397         * mod/glossary/view.php: 
5398         
5399         - Fixing typo (pointed out by Sho Fukamachi)
5401 2003-11-26 Wednesday 06:38  willcast
5403         * mod/glossary/: export.php, lib.php: 
5404         
5405         - Removing tags from glossary name when exporting the entries.
5407 2003-11-26 Wednesday 05:10  paca70
5409         * lang/fi/: assignment.php, auth.php, chat.php, choice.php,
5410         editor.php, forum.php, journal.php, moodle.php, pgassignment.php,
5411         quiz.php, resource.php, survey.php, docs/README.txt,
5412         docs/files.php, docs/install.html, docs/intro.html,
5413         help/coursecategory.html, help/courseformats.html,
5414         help/coursefullname.html, help/coursenewsitems.html,
5415         help/coursenumsections.html, help/courserecent.html,
5416         help/courseshortname.html, help/coursestartdate.html,
5417         help/enrolmentkey.html, help/guestaccess.html, help/html.html,
5418         help/langedit.html, help/mods.html, help/picture.html,
5419         help/questions.html, help/reading.html, help/richtext.html,
5420         help/surveys.html, help/teachers.html, help/text.html,
5421         help/textformat.html, help/writing.html,
5422         help/assignment/assignmenttype.html, help/assignment/resubmit.html,
5423         help/choice/options.html, help/forum/allowdiscussions.html,
5424         help/forum/attachment.html, help/forum/forumtype.html,
5425         help/forum/ratings.html, help/forum/subscription.html,
5426         help/pgassignment/anonymous.html,
5427         help/pgassignment/assignmenttype.html,
5428         help/pgassignment/breakdownoffinalgrade.html,
5429         help/pgassignment/calculatingfinalgrade.html,
5430         help/pgassignment/elements.html,
5431         help/pgassignment/finalgrades.html, help/pgassignment/graded.html,
5432         help/pgassignment/grading.html,
5433         help/pgassignment/gradingcomments.html,
5434         help/pgassignment/includeself.html,
5435         help/pgassignment/managing.html,
5436         help/pgassignment/numberofassessors.html,
5437         help/pgassignment/resubmit.html,
5438         help/pgassignment/showinggrades.html,
5439         help/pgassignment/specimen.html,
5440         help/pgassignment/teachersgradings.html, help/quiz/attempts.html,
5441         help/quiz/categories.html, help/quiz/correctanswers.html,
5442         help/quiz/feedback.html, help/quiz/grademethod.html,
5443         help/quiz/import.html, help/quiz/maxgrade.html,
5444         help/quiz/multichoice.html, help/quiz/questiontypes.html,
5445         help/quiz/randommatch.html, help/quiz/review.html,
5446         help/quiz/shortanswer.html, help/quiz/timeopen.html,
5447         help/quiz/truefalse.html, help/resource/resourcetype.html,
5448         help/resource/summary.html: 
5449         
5450         Converting back to iso-8859-1. Sorry for this mess...
5452 2003-11-26 Wednesday 03:47  moodler
5454         * lang/en/resource.php, mod/resource/config.html,
5455         mod/resource/details.php, mod/resource/lib.php: 
5456         
5457         Another setting to allow a default URL in webpage and weblink
5459 2003-11-26 Wednesday 02:54  stronk7
5461         * backup/STATUS.txt: 
5462         
5463         Updated to include scheduled backup status.
5465 2003-11-26 Wednesday 01:42  andre_bln
5467         * lang/de/help/glossary/: destination.html, entbypage.html,
5468         filetoimport.html, importcategories.html, linkcategory.html: 
5469         
5470         add new german translation html-files
5472 2003-11-26 Wednesday 01:39  andre_bln
5474         * lang/de/help/label/mods.html: 
5475         
5476         add new german translation html-file
5478 2003-11-25 Tuesday 17:37  moodler
5480         * lang/en/quiz.php: 
5481         
5482         Grade is in the main file already
5484 2003-11-25 Tuesday 17:37  moodler
5486         * mod/quiz/report/fullstat/report.php: 
5487         
5488         Use "grade" string from the main language pack
5490 2003-11-25 Tuesday 15:38  trobb
5492         * lang/en/quiz.php, mod/quiz/report/fullstat/report.php: 
5493         
5494         [no log message]
5496 2003-11-25 Tuesday 14:53  andre_bln
5498         * lang/de/help/: cookies.html, courseavailability.html,
5499         coursegrades.html, coursereports.html, courseuploadsize.html: 
5500         
5501         german translation new html-files
5503 2003-11-25 Tuesday 09:44  willcast
5505         * mod/glossary/: dynalink.php, edit.php, lib.php, view.php: 
5506         
5507         - Fixed two bugs: Teacher's modified or added entries were being
5508         set as not approved if the default approval status is off.  - Fixed
5509         bug when trying to display entries with ? in the definitions or
5510         aliases.
5512 2003-11-25 Tuesday 08:37  willcast
5514         * mod/glossary/lib.php: 
5515         
5516         - Student can't edit their own entries solved.
5518 2003-11-25 Tuesday 06:08  andre_bln
5520         * lang/de/: assignment.php, attendance.php, auth.php, chat.php,
5521         choice.php, countries.php, dialogue.php, editor.php, exercise.php,
5522         forum.php, glossary.php, journal.php, label.php, moodle.php,
5523         pgassignment.php, pix.php, quiz.php, resource.php, survey.php,
5524         text.html, webquest.php, workshop.php: 
5525         
5526         new version german php-files ( jetzt vollständig ??
5527         
5528 2003-11-25 Tuesday 05:31  moodler
5530         * lang/en/help/quiz/discrimination.html: 
5531         
5532         A little tidy
5534 2003-11-25 Tuesday 05:30  moodler
5536         * lang/en/help/quiz/discrimination.html: 
5537         
5538         New file from Tom Robb
5540 2003-11-25 Tuesday 04:35  trobb
5542         * lang/en/quiz.php: 
5543         
5544         [no log message]
5546 2003-11-25 Tuesday 04:30  trobb
5548         * mod/quiz/report/fullstat/report.php: 
5549         
5550         [no log message]
5552 2003-11-25 Tuesday 04:15  moodler
5554         * lang/en/moodle.php: 
5555         
5556         Removed some bogus Control-M's
5558 2003-11-25 Tuesday 00:01  moodler
5560         * mod/resource/: config.html, details.php, lib.php: 
5561         
5562         Added a new setting called "resource_websearch" ... it is simply a
5563         URL that is offered to users as a place to to find URLs.  By
5564         default it's google.com, but could easily be a local repository of
5565         files.
5567 2003-11-25 Tuesday 00:00  moodler
5569         * lang/en/resource.php: 
5570         
5571         Added a new help string
5573 2003-11-24 Monday 20:19  moodler
5575         * lib/weblib.php: 
5576         
5577         Added new navmenu function that now prints next/previous buttons -
5578         it's based on code from Gustav Delius.  Thanks, Gustav!
5580 2003-11-24 Monday 16:07  trobb
5582         * lang/en/quiz.php: 
5583         
5584         [no log message]
5586 2003-11-24 Monday 07:15  andre_bln
5588         * lang/de/help/: attendance/mods.html, dialogue/addsubject.html,
5589         dialogue/closedialogue.html, dialogue/deleteafter.html,
5590         dialogue/dialoguetype.html, dialogue/info.html,
5591         dialogue/maildefault.html, dialogue/mods.html,
5592         dialogue/multiple.html, dialogue/sendmail.html,
5593         dialogue/writing.html: 
5594         
5595         add german translation help-files
5597 2003-11-23 Sunday 23:50  andre_bln
5599         * lang/de/help/: choice/index.html, choice/mods.html,
5600         choice/options.html, chat/chatting.html: 
5601         
5602         new version german translation
5604 2003-11-23 Sunday 23:46  andre_bln
5606         * lang/de/help/: coursecategory.html, courseformats.html,
5607         coursefullname.html, coursenewsitems.html, coursenumsections.html,
5608         courserecent.html, courseshortname.html, coursestartdate.html,
5609         emoticons.html, enrolmentkey.html, guestaccess.html, html.html,
5610         langedit.html, mods.html, picture.html, questions.html,
5611         reading.html, richtext.html, summaries.html, surveys.html,
5612         teachers.html, text.html, textformat.html, wiki.html, writing.html:
5613         
5614         
5615         new version german translation *.html-files
5617 2003-11-23 Sunday 23:09  andre_bln
5619         * lang/de/: attendance.php, countries.php, dialogue.php,
5620         editor.php, exercise.php, glossary.php, label.php, pix.php,
5621         webquest.php: 
5622         
5623         new german translation php-files
5625 2003-11-23 Sunday 17:48  moodler
5627         * mod/exercise/mod.html: 
5628         
5629         No need for HTML editor stuff
5631 2003-11-23 Sunday 17:23  moodler
5633         * course/mod.php: 
5634         
5635         Some logic for focussing cursor
5637 2003-11-23 Sunday 17:16  moodler
5639         * mod/label/mod.html: 
5640         
5641         Use the new method for calling html editor
5643 2003-11-23 Sunday 14:28  andre_bln
5645         * lang/de/help/exercise/: administration.html, elements.html,
5646         finalgrades.html, grade.html, grading.html, gradinggrade.html,
5647         gradingstrategy.html, managing.html, mods.html, moreinfo.html,
5648         nelements.html, specimen.html, submissionofdescriptions.html,
5649         takeownership.html, usemax.html: 
5650         
5651         add german translation exercise help-files
5653 2003-11-23 Sunday 14:27  andre_bln
5655         * lang/de/help/glossary/: aliases.html, allowcomments.html,
5656         allowduplicatedentries.html, casesensitive.html,
5657         defaultapproval.html, description.html, displayformat.html,
5658         fullmatch.html, globalglossary.html, index.html, mainglossary.html,
5659         mods.html, shows.html, studentcanpost.html, usedynalink.html: 
5660         
5661         add glossary help-files
5663 2003-11-23 Sunday 14:21  andre_bln
5665         * lang/de/help/forum/: allowdiscussions.html, attachment.html,
5666         forumtype.html, index.html, maxattachmentsize.html, mods.html,
5667         ratings.html, subscription.html: 
5668         
5669         new version german translation *.html-files
5671 2003-11-23 Sunday 14:11  andre_bln
5673         * lang/de/help/quiz/: attempts.html, categories.html,
5674         correctanswers.html, createmultiple.html, description.html,
5675         feedback.html, formatblackboard.html, formatctm.html,
5676         formatcustom.html, formatmissingword.html, grademethod.html,
5677         import.html, index.html, match.html, maxgrade.html, mods.html,
5678         multianswer.html, multichoice.html, numerical.html,
5679         questiontypes.html, random.html, randomsamatch.html,
5680         repeatattempts.html, review.html, shortanswer.html,
5681         shuffleanswers.html, shufflequestions.html, timeopen.html,
5682         truefalse.html: 
5683         
5684         new version german translation *.html-files
5686 2003-11-23 Sunday 14:07  andre_bln
5688         * lang/de/help/workshop/: leaguetable.html, managing.html,
5689         nassessmentsofstudentsubmissions.html,
5690         nassessmentsofteachersexamples.html, nelements.html,
5691         numberofassessors.html, overallocation.html, resubmit.html,
5692         selfassessment.html, showinggrades.html, specimen.html,
5693         submissionofexamples.html, ungradedassessments_student.html,
5694         ungradedassessments_teacher.html: 
5695         
5696         new version german translation *.html-files
5698 2003-11-23 Sunday 13:54  andre_bln
5700         * lang/de/help/workshop/: addingacomment.html,
5701         agreeassessments.html, anonymous.html, assignmenttype.html,
5702         breakdownoffinalgrade.html, calculatingfinalgrade.html,
5703         editingacomment.html, finalgrades.html, graded.html, grading.html,
5704         gradingassessments.html, gradingstrategy.html,
5705         gradingsubmissions.html, includeself.html,
5706         includeteachersgrade.html: 
5707         
5708         new version german translation *.html-files
5710 2003-11-23 Sunday 13:40  koenr
5712         * lang/nl/: glossary.php, quiz.php: 
5713         
5714         filling in missing strings
5716 2003-11-23 Sunday 13:37  andre_bln
5718         * lang/de/help/workshop/index.html: 
5719         
5720         new version german translation *.html-files
5722 2003-11-23 Sunday 10:41  andre_bln
5724         * lang/de/: forum.php, moodle.php, resource.php, workshop.php: 
5725         
5726         
5727         new version german translation *.html- Files
5729 2003-11-23 Sunday 03:15  stronk7
5731         * course/outline_rep.php: 
5732         
5733         Search for any 'view%' string in the module log, instead of exact
5734         matching.
5736 2003-11-22 Saturday 18:46  willcast
5738         * mod/glossary/lib.php: 
5739         
5740         - Properly deleting attached files when a glossary is deleted.
5742 2003-11-22 Saturday 17:01  willcast
5744         * mod/glossary/: lib.php, view.php: 
5745         
5746         - Minor fix (locating the send ratings button correctely when the
5747         mode is entry.)
5749 2003-11-22 Saturday 16:31  willcast
5751         * lang/en/help/glossary/: aliases.html, index.html: 
5752         
5753         - Minor change (aliases by Keywords, more intuitive, I think)
5755 2003-11-22 Saturday 14:01  giro123
5757         * lang/es/editor.php: 
5758         
5759         Trad. Sergio Alfaro
5761 2003-11-22 Saturday 12:21  stronk7
5763         * backup/version.php: 
5764         
5765         Bump !! Some important changes incoming next days !!
5767 2003-11-22 Saturday 12:02  stronk7
5769         * mod/glossary/: backuplib.php, restorelib.php: 
5770         
5771         Now glossary_ratings are in backup/restore too. !! Solved one
5772         errors with glossary_alias.  Updated "graphical structure" of the
5773         module.
5775 2003-11-22 Saturday 01:00  moodler
5777         * admin/timezone.php: 
5778         
5779         Quick script to slam timezones
5781 2003-11-21 Friday 19:14  moodler
5783         * mod/assignment/view.php: 
5784         
5785         Fixed bug 902 when displaying scale grades for offline assignments
5787 2003-11-21 Friday 18:45  moodler
5789         * lang/en/quiz.php: 
5790         
5791         Converted back to single quotes, and removed "grade", "grades"
5792         strings
5794 2003-11-21 Friday 18:43  moodler
5796         * mod/quiz/report/fullstat/report.php: 
5797         
5798         Use main translation for grade
5800 2003-11-21 Friday 18:42  moodler
5802         * mod/quiz/backuplib.php: 
5803         
5804         Use main translation for "grades"
5806 2003-11-21 Friday 15:56  trobb
5808         * lang/en/quiz.php: 
5809         
5810         [no log message]
5812 2003-11-21 Friday 15:53  trobb
5814         * lang/en/quiz.php: 
5815         
5816         [no log message]
5818 2003-11-21 Friday 14:51  stronk7
5820         * mod/glossary/restorelib.php: 
5821         
5822         Some needed scales recoding previous to ratings... :-)
5824 2003-11-21 Friday 14:24  andre_bln
5826         * lang/de/: forum.php, moodle.php, resource.php, workshop.php: 
5827         
5828         new version help-files in german
5830 2003-11-21 Friday 14:20  trobb
5832         * lang/en/quiz.php, mod/quiz/report/fullstat/report.php: 
5833         
5834         [no log message]
5836 2003-11-21 Friday 13:35  trobb
5838         * mod/quiz/report/fullstat/report.php: 
5839         
5840         [no log message]
5842 2003-11-21 Friday 13:31  trobb
5844         * lang/en/quiz.php: 
5845         
5846         [no log message]
5848 2003-11-21 Friday 11:04  willcast
5850         * mod/glossary/config.html: 
5851         
5852         - Minor fix (removing a notice)
5854 2003-11-21 Friday 11:00  willcast
5856         * mod/glossary/db/mysql.php: 
5857         
5858         - Compatibility issue. (Eloy, try this one).
5860 2003-11-21 Friday 10:42  willcast
5862         * mod/glossary/: backuplib.php, restorelib.php: 
5863         
5864         - Grading enabled.... finally.
5866 2003-11-21 Friday 10:34  willcast
5868         * lang/en/glossary.php: 
5869         
5870         - Grading enabled.... finally.
5872 2003-11-21 Friday 10:29  willcast
5874         * mod/glossary/: TODO.txt, lib.php, mod.html, version.php,
5875         view.php, db/mysql.php, db/mysql.sql, formats/2.php, formats/3.php,
5876         formats/4.php, formats/5.php, formats/6.php, rate.php, report.php: 
5877         
5878         - Grading enabled.... finally.
5880 2003-11-21 Friday 06:08  trobb
5882         * mod/quiz/report/fullstat/report.php: 
5883         
5884         [no log message]
5886 2003-11-21 Friday 06:03  moodler
5888         * mod/label/lib.php: 
5889         
5890         Removed unnecessary functions
5892 2003-11-21 Friday 04:54  moodler
5894         * course/lib.php: 
5895         
5896         Whoops forgot a debugging statement
5898 2003-11-21 Friday 04:54  moodler
5900         * course/lib.php: 
5901         
5902         For recent activity, only parse modules that are enabled
5904 2003-11-21 Friday 04:30  moodler
5906         * lang/gl/: README.txt, assignment.php, auth.php, chat.php,
5907         choice.php, forum.php, journal.php, moodle.php, quiz.php,
5908         resource.php, survey.php, workshop.php, docs/background.html,
5909         docs/coding.html, docs/credits.html, docs/cvs.html,
5910         docs/developer.html, docs/faq.html, docs/features.html,
5911         docs/files.php, docs/future.html, docs/glossary.html,
5912         docs/install.html, docs/installamp.html, docs/intro.html,
5913         docs/licence.html, docs/other.html, docs/release.html,
5914         docs/teacher.html, docs/upgrade.html, help/cookies.html,
5915         help/courseavailability.html, help/coursecategory.html,
5916         help/courseformats.html, help/coursefullname.html,
5917         help/coursegrades.html, help/coursenewsitems.html,
5918         help/coursenumsections.html, help/courserecent.html,
5919         help/courseshortname.html, help/coursestartdate.html,
5920         help/emoticons.html, help/enrolmentkey.html, help/guestaccess.html,
5921         help/html.html, help/index.html, help/langedit.html,
5922         help/mods.html, help/picture.html, help/questions.html,
5923         help/reading.html, help/richtext.html, help/scales.html,
5924         help/summaries.html, help/surveys.html, help/teachers.html,
5925         help/text.html, help/textformat.html, help/wiki.html,
5926         help/writing.html, help/assignment/assignmenttype.html,
5927         help/assignment/index.html, help/assignment/mods.html,
5928         help/assignment/resubmit.html, help/chat/chatting.html,
5929         help/chat/index.html, help/chat/mods.html, help/choice/index.html,
5930         help/choice/mods.html, help/choice/options.html,
5931         help/forum/allowdiscussions.html, help/forum/attachment.html,
5932         help/forum/forumtype.html, help/forum/index.html,
5933         help/forum/mods.html, help/forum/ratings.html,
5934         help/forum/subscription.html, help/journal/index.html,
5935         help/journal/mods.html, help/quiz/attempts.html,
5936         help/quiz/categories.html, help/quiz/correctanswers.html,
5937         help/quiz/createmultiple.html, help/quiz/description.html,
5938         help/quiz/eachattemptbuildsonthelast.html, help/quiz/feedback.html,
5939         help/quiz/formatblackboard.html, help/quiz/formatcustom.html,
5940         help/quiz/formatmissingword.html, help/quiz/grademethod.html,
5941         help/quiz/import.html, help/quiz/index.html, help/quiz/match.html,
5942         help/quiz/maxgrade.html, help/quiz/mods.html,
5943         help/quiz/multianswer.html, help/quiz/multichoice.html,
5944         help/quiz/numerical.html, help/quiz/questiontypes.html,
5945         help/quiz/random.html, help/quiz/randomsamatch.html,
5946         help/quiz/repeatattempts.html, help/quiz/review.html,
5947         help/quiz/shortanswer.html, help/quiz/shuffleanswers.html,
5948         help/quiz/shufflequestions.html, help/quiz/timeopen.html,
5949         help/quiz/truefalse.html, help/resource/index.html,
5950         help/resource/mods.html, help/resource/program.html,
5951         help/resource/resourcetype.html, help/resource/summary.html,
5952         help/survey/index.html, help/survey/mods.html,
5953         help/workshop/addingacomment.html,
5954         help/workshop/agreeassessments.html, help/workshop/anonymous.html,
5955         help/workshop/assessmentofexamples.html,
5956         help/workshop/assignmenttype.html,
5957         help/workshop/breakdownoffinalgrade.html,
5958         help/workshop/calculatingfinalgrade.html,
5959         help/workshop/editingacomment.html, help/workshop/elements.html,
5960         help/workshop/finalgrades.html, help/workshop/graded.html,
5961         help/workshop/grading.html, help/workshop/gradingassessments.html,
5962         help/workshop/gradingstrategy.html,
5963         help/workshop/gradingsubmissions.html,
5964         help/workshop/includeself.html, help/workshop/index.html,
5965         help/workshop/managing.html, help/workshop/mods.html,
5966         help/workshop/nassessmentsofstudentsubmissions.html,
5967         help/workshop/nassessmentsofteachersexamples.html,
5968         help/workshop/nelements.html, help/workshop/numberofassessors.html,
5969         help/workshop/resubmit.html, help/workshop/selfassessment.html,
5970         help/workshop/showinggrades.html, help/workshop/specimen.html,
5971         help/workshop/submissionofexamples.html,
5972         help/workshop/teachersgradings.html,
5973         help/workshop/ungradedassessments_student.html,
5974         help/workshop/ungradedassessments_teacher.html: 
5975         
5976         New translation - Galego  (Sonia Álvarez López - sonial@uvigo.es)
5977         
5978 2003-11-21 Friday 01:40  moodler
5980         * lang/ar/moodle.php: 
5981         
5982         Wrong case for rtl
5984 2003-11-21 Friday 01:39  moodler
5986         * lang/ar/moodle.php: 
5987         
5988         Added direction again
5990 2003-11-21 Friday 01:37  moodler
5992         * lang/ar/: chat.php, choice.php, forum.php, journal.php,
5993         moodle.php, resource.php, survey.php,
5994         help/assignment/assignmenttype.html, help/assignment/index.html,
5995         help/assignment/mods.html, help/assignment/resubmit.html,
5996         help/attendance/mods.html: 
5997         
5998         Latest translation from Dr Ali
6000 2003-11-20 Thursday 23:06  moodler
6002         * user/edit.html: 
6003         
6004         Show current user image on editing page ...
6005         
6006         Bit of a hack ... not sure about the location .
6008 2003-11-20 Thursday 21:24  moodler
6010         * mod/glossary/: config.html, lib.php, view.php: 
6011         
6012         Remove evil styles ;-)
6014 2003-11-20 Thursday 21:18  moodler
6016         * lang/en/glossary.php: 
6017         
6018         Added some missing strings
6020 2003-11-20 Thursday 20:55  willcast
6022         * mod/glossary/: lib.php, view.php: 
6023         
6024         - Removing my nice black lines around the tabs.. sniff... sniff
6025         
6026         8D
6028 2003-11-20 Thursday 19:33  willcast
6030         * mod/glossary/: dynalink.php, lib.php, sql.php, tabs.html,
6031         view.php: 
6032         
6033         - Removing some Notices.. Thanks to Eloy for leting me know!
6035 2003-11-20 Thursday 19:00  willcast
6037         * mod/glossary/lib.php: 
6038         
6039         - Found the bug with the Edit Categories button. Fixed.
6041 2003-11-20 Thursday 18:50  willcast
6043         * mod/glossary/: lib.php, print.php, sql.php, view.php: 
6044         
6045         - Fixing minor bugs... Nothing related with the problems the
6046         glossary is presenting right now in moodle.org... :(
6048 2003-11-20 Thursday 15:37  willcast
6050         * mod/glossary/: dynalink.php, tabs.html: 
6051         
6052         - Adding slashes to [,] and other characters to allow autolinking.
6054 2003-11-20 Thursday 11:38  kaipe
6056         * mod/quiz/: lib.php, format/multianswer.php: 
6057         
6058         Made it possble to give negative grades for single multichoice
6059         answers in a question with embedded answers, as suggested by Koen
6060         Roggemans. The total score of the whole question must still be
6061         greater than or equeal to zero.
6063 2003-11-20 Thursday 10:45  stronk7
6065         * course/outline_rep.php: 
6066         
6067         This report shows the total number of views for each activity in a
6068         course.  It is based in the "Outline User Activity Report". I
6069         commit it here, but you (Martin, of course) decide if you want to
6070         link to it from the "logs" page.
6072 2003-11-20 Thursday 10:39  kaipe
6074         * mod/quiz/format/multianswer.php: 
6075         
6076         Added simplified aliases for answer types, as proposed by Thomas
6077         Robb. It is now possible to use these aliases: SHORTANSWER = SA =
6078         MW ; NUMERICAL = NM ; MULTICHOICE = MC
6080 2003-11-20 Thursday 08:02  moodler
6082         * mod/quiz/report/fullstat/report.php: 
6083         
6084         New report from Thomas Robb - provides detailed statistics.  Needs
6085         some work.
6087 2003-11-20 Thursday 08:01  moodler
6089         * mod/quiz/report.php: 
6090         
6091         Show standard reports first
6093 2003-11-20 Thursday 07:51  moodler
6095         * lang/en/quiz.php: 
6096         
6097         Added "Detailed statistics"
6099 2003-11-20 Thursday 03:47  moodler
6101         * admin/lang.php: 
6102         
6103         Escape double quotes too
6105 2003-11-20 Thursday 03:23  moodler
6107         * mod/quiz/question.php: 
6108         
6109         Fixed authentication a little
6111 2003-11-19 Wednesday 18:26  willcast
6113         * mod/glossary/tabs.html: 
6114         
6115         - fixed little bug on url called by the alphabet tab.
6117 2003-11-19 Wednesday 09:54  rkingdon
6119         * mod/workshop/assessments.php: 
6120         
6121         Bug fixed in assesssubmission code.
6123 2003-11-19 Wednesday 09:47  willcast
6125         * mod/glossary/view.php: 
6126         
6127         - Case sensitive search when click on a letter, fixed.  - Adding a
6128         display format manager. It controls the behavior of the display
6129         format when the user enter the glossary and when an auto-link is
6130         shown.  - Adding support to the new fullname function.
6132 2003-11-19 Wednesday 09:35  willcast
6134         * lang/en/glossary.php, mod/glossary/TODO.txt,
6135         mod/glossary/config.html, mod/glossary/dynalink.php,
6136         mod/glossary/edit.php, mod/glossary/formats.php,
6137         mod/glossary/lib.php, mod/glossary/mod.html,
6138         mod/glossary/print.php, mod/glossary/sql.php,
6139         mod/glossary/version.php, mod/glossary/view.php,
6140         mod/glossary/db/mysql.php, mod/glossary/db/mysql.sql,
6141         mod/glossary/formats/2.php, mod/glossary/formats/3.php,
6142         mod/glossary/formats/6.php: 
6143         
6144         - Case sensitive search when click on a letter, fixed.  - Adding a
6145         display format manager. It controls the behavior of the display
6146         format when the user enter the glossary and when an auto-link is
6147         shown.  - Adding support to the new fullname function.
6149 2003-11-19 Wednesday 08:45  moodler
6151         * mod/forum/lib.php: 
6152         
6153         Changes to use the new fullname function
6155 2003-11-19 Wednesday 08:30  moodler
6157         * course/lib.php: 
6158         
6159         Names now use the new fullname function
6161 2003-11-19 Wednesday 08:15  moodler
6163         * course/format/: social.php, topics.php, weeks.php: 
6164         
6165         Use the new fullname function
6167 2003-11-19 Wednesday 08:12  moodler
6169         * user/edit.php, user/lib.php, user/view.php, admin/admin.php,
6170         admin/creators.php, admin/cron.php, admin/user.php: 
6171         
6172         Use the new fullname function
6174 2003-11-19 Wednesday 07:59  moodler
6176         * lib/moodlelib.php: 
6177         
6178         This function is just a stub to stand in for a while until I have
6179         more time ... Following this I'll be converting all the other files
6180         around the place to use this function.
6182 2003-11-19 Wednesday 00:15  moodler
6184         * admin/dbperformance.php: 
6185         
6186         Script to look at database performanceusing ADOdb tools
6188 2003-11-18 Tuesday 23:55  moodler
6190         * user/view.php: 
6191         
6192         Show enrolled courses on user page to teachers
6193         
6194         See http://moodle.org/mod/forum/discuss.php?d=3562
6196 2003-11-18 Tuesday 23:34  moodler
6198         * tags: 
6199         
6200         Latest tags
6202 2003-11-18 Tuesday 18:55  moodler
6204         * theme/: UPGRADE.txt, standard/styles.php: 
6205         
6206         Mention new style
6208 2003-11-18 Tuesday 18:52  moodler
6210         * course/lib.php: 
6211         
6212         Changed a style -> categoryname --> categorynumber
6214 2003-11-18 Tuesday 06:29  willcast
6216         * mod/glossary/lib.php: 
6217         
6218         - Messing of A and IMG tags because of auto-linking fixed
6220 2003-11-18 Tuesday 05:49  willcast
6222         * mod/glossary/: print.php, sql.php, view.php: 
6223         
6224         - Improved printer-friendly version - Cosmetic change in the main
6225         view of a glossary.
6227 2003-11-18 Tuesday 00:01  julmis
6229         * lib/editor/popups/: dlg_ins_smile.php, insert_image.php,
6230         insert_table.php: 
6231         
6232         Increase size to popups for translations. So buttons or text would
6233         fit into popups.
6235 2003-11-17 Monday 23:41  moodler
6237         * admin/lang.php: 
6238         
6239         Add a little language-changing menu here to make it easier
6241 2003-11-17 Monday 23:28  moodler
6243         * lang/en/: assignment.php, attendance.php, auth.php, chat.php,
6244         choice.php, countries.php, dialogue.php, editor.php, exercise.php,
6245         forum.php, glossary.php, journal.php, label.php, moodle.php,
6246         pix.php, quiz.php, resource.php, survey.php, webquest.php,
6247         workshop.php: 
6248         
6249         New, speedier English translation.  All files and every line has
6250         changed.
6251         
6252         This is working OK in my testing, but please contact me immediately
6253         if you find any errors.
6255 2003-11-17 Monday 23:26  moodler
6257         * admin/lang.php: 
6258         
6259         Language editor now saves strings with 'single quotes' which should
6260         
6261              - simplify the files a bit
6262              - speed up processing at run time
6264 2003-11-17 Monday 19:41  willcast
6266         * mod/glossary/lib.php: 
6267         
6268         - Adding View comments link to the new display format
6270 2003-11-17 Monday 19:25  willcast
6272         * mod/glossary/: lib.php, view.php, formats/6.php: 
6273         
6274         - Adding View comments link to the new display format
6276 2003-11-17 Monday 18:28  willcast
6278         * mod/glossary/: comments.php, lib.php: 
6279         
6280         - Using user-defined functions to display comments properly.  -
6281         Adding a default view to auto-linked entries when the new display
6282         format is used (temporarly until the display format manager is
6283         done)
6285 2003-11-17 Monday 17:07  willcast
6287         * mod/glossary/formats/6.php: 
6288         
6289         - Nice default view to the new format display.
6291 2003-11-17 Monday 16:45  willcast
6293         * mod/glossary/formats/6.php, lang/en/glossary.php: 
6294         
6295         - New display format: Entry list (please, fix the translation if it
6296         is wrong).
6298 2003-11-17 Monday 16:41  willcast
6300         * mod/glossary/: lib.php, showentry.php, view.php: 
6301         
6302         - Now you can override the display format of a glossary (useful to
6303         certain display format -asked by Tom Murdock-, automatic linking,
6304         etc)
6306 2003-11-17 Monday 10:51  rkingdon
6308         * mod/exercise/: lib.php, db/mysql.php: 
6309         
6310         Removal of diagnostic messages in Administration page; correction
6311         to db/mysql.php
6313 2003-11-17 Monday 10:29  giro123
6315         * lang/es/glossary.php: 
6316         
6317         [no log message]
6319 2003-11-17 Monday 09:05  mits
6321         * lang/ja/help/: attendance/mods.html, dialogue/writing.html: 
6322         
6323         New help files.
6325 2003-11-17 Monday 08:45  mits
6327         * lang/ja/: README, glossary.php, moodle.php, workshop.php: 
6328         
6329         translated some.
6331 2003-11-17 Monday 08:45  mits
6333         * lang/ja/help/resource/: index.html, mods.html: 
6334         
6335         New help files added.
6337 2003-11-17 Monday 04:40  willcast
6339         * mod/glossary/edit.html: 
6340         
6341         - Fixed bug regarding default setting' variable names
6343 2003-11-16 Sunday 19:08  willcast
6345         * mod/glossary/: backuplib.php, restorelib.php: 
6346         
6347         - Backup/restore of the new field entbypage
6349 2003-11-16 Sunday 18:56  willcast
6351         * lang/en/glossary.php: 
6352         
6353         - Added string used in the browse by author page (forgot to inlude
6354         it in the previous checkout)
6356 2003-11-16 Sunday 18:40  moodler
6358         * lang/en_us/: assignment.php, attendance.php, auth.php, chat.php,
6359         choice.php, countries.php, editor.php, forum.php, glossary.php,
6360         journal.php, label.php, moodle.php, quiz.php, resource.php,
6361         workshop.php: 
6362         
6363         Updating en_us to match the latest English (should help with speed
6364         and memory usage on US installations)
6366 2003-11-16 Sunday 18:19  moodler
6368         * lib/moodlelib.php: 
6369         
6370         Check for string before sorting it
6372 2003-11-16 Sunday 17:56  moodler
6374         * course/: editsection.html, editsection.php: 
6375         
6376         Removed some old editor stuff causing problems in IE
6378 2003-11-16 Sunday 14:49  stronk7
6380         * mod/forum/restorelib.php: 
6381         
6382         When restoring "teacher" forums, if it exists in destinatio course,
6383         discussions are merged mantaining a unique forum (previously, a
6384         second "teacher" forum was created). See bug 880
6385         (http://moodle.org/bugs/bug.php?op=show&bugid=880).
6387 2003-11-16 Sunday 12:11  koenr
6389         * lang/nl/: editor.php, glossary.php, moodle.php, pix.php,
6390         workshop.php: 
6391         
6392         filling in missing strings...
6394 2003-11-16 Sunday 09:13  willcast
6396         * mod/glossary/: lib.php, view.php: 
6397         
6398         - Improved browse by author.  - view.php?id=cm&show=[concept |
6399         alias ] done.
6401 2003-11-15 Saturday 18:58  willcast
6403         * mod/glossary/TODO.txt: 
6404         
6405         - Todo list.
6407 2003-11-15 Saturday 18:53  willcast
6409         * mod/glossary/view.php: 
6410         
6411         - Fixing a bug: Group breaks even when the only thing that change
6412         between an entry and the previous is its case.
6414 2003-11-15 Saturday 17:12  giro123
6416         * lang/es/help/glossary/: aliases.html, allowcomments.html,
6417         casesensitive.html, defaultapproval.html, description.html,
6418         fullmatch.html, globalglossary.html, shows.html,
6419         allowduplicatedentries.html, displayformat.html, index.html,
6420         mainglossary.html, mods.html, studentcanpost.html: 
6421         
6422         [no log message]
6424 2003-11-15 Saturday 07:55  willcast
6426         * lang/en/glossary.php, lang/en/help/glossary/destination.html,
6427         lang/en/help/glossary/entbypage.html,
6428         lang/en/help/glossary/filetoimport.html,
6429         lang/en/help/glossary/importcategories.html,
6430         lang/en/help/glossary/index.html,
6431         lang/en/help/glossary/linkcategory.html, mod/glossary/approve.php,
6432         mod/glossary/backuplib.php, mod/glossary/comment.php,
6433         mod/glossary/config.html, mod/glossary/deleteentry.html,
6434         mod/glossary/deleteentry.php, mod/glossary/dynalink.php,
6435         mod/glossary/edit.html, mod/glossary/edit.php,
6436         mod/glossary/editcategories.html, mod/glossary/editcategories.php,
6437         mod/glossary/export.php, mod/glossary/exportentry.php,
6438         mod/glossary/import.php, mod/glossary/lib.php,
6439         mod/glossary/mod.html, mod/glossary/print.php,
6440         mod/glossary/restorelib.php, mod/glossary/showentry.php,
6441         mod/glossary/tabs.html, mod/glossary/version.php,
6442         mod/glossary/view.php, mod/glossary/db/mysql.php,
6443         mod/glossary/db/mysql.sql, mod/glossary/db/postgres7.sql,
6444         mod/glossary/formats/2.php, mod/glossary/formats/3.php,
6445         mod/glossary/formats/4.php, mod/glossary/formats/5.php: 
6446         
6447         - Rewrite of the internal API in order to, hopefully, create an
6448         easy way to handle the flow of data internally and externally.  -
6449         Adding a new frame: Browse by Author - A new, friendly way to show
6450         entries (asked by Martin): view?id=cm&mode=term&hook=[concept |
6451         alias ] - Handling user activies, outline and complete.  - Properly
6452         showing new entries in recent activity box.  - Adding a flag to
6453         categories to specify if a category should or should not be
6454         automatically linked.  - Adding some missing strings and files as
6455         well.  - Adding a field to each glossary that specify how many
6456         entries by pages it should show.
6458 2003-11-14 Friday 19:31  moodler
6460         * mod/quiz/lib.php: 
6461         
6462         Don't have the Javascript dialog on submitting an attempt if the
6463         quiz doesn't have a grade.
6465 2003-11-14 Friday 11:28  selliott
6467         * mod/forum/lib.php: 
6468         
6469         modified print_recent_instance_activity to fix missing course value
6470         modified get_recent_posts to select course id from
6471         forum_discussions table
6473 2003-11-14 Friday 11:16  selliott
6475         * lang/en/moodle.php: 
6476         
6477         Added some words for course/recent.php
6479 2003-11-14 Friday 11:06  selliott
6481         * course/recent.php: 
6482         
6483         Created links for how many days to go back in report.
6485 2003-11-14 Friday 10:34  moodler
6487         * mod/assignment/lib.php: 
6488         
6489         Check for existence of grades
6491 2003-11-14 Friday 09:18  moodler
6493         * mod/glossary/dynalink.php: 
6494         
6495         No need to strip slashes in a filter ...
6497 2003-11-14 Friday 07:38  rkingdon
6499         * mod/exercise/: lib.php, submissions.php, version.php,
6500         db/mysql.php, db/mysql.sql: 
6501         
6502         Indexes added to submissions, assessments and grades tables. 
6503         Administration page cleaned up slightly.
6505 2003-11-14 Friday 07:06  moodler
6507         * version.php: 
6508         
6509         To cover the recent security fix.
6511 2003-11-14 Friday 04:48  moodler
6513         * course/loginas.php, user/lib.php, user/view.php: 
6514         
6515         SECURITY FIX:  This patch prevents teachers from logging in as
6516         admins or                course creators!  I'll make an
6517         announcement to registered                administrators.
6519 2003-11-13 Thursday 12:05  martignoni
6521         * lang/fr/docs/developer.html: 
6522         
6523         Just a bit more translated
6525 2003-11-13 Thursday 10:39  giro123
6527         * lang/es/docs/intro.html: 
6528         
6529         [no log message]
6531 2003-11-13 Thursday 08:25  rkingdon
6533         * mod/exercise/: assessments.php, lib.php, submissions.php,
6534         view.php: 
6535         
6536         Change to the handling of Error Banded asessments; Removed
6537         percentages from grades.
6539 2003-11-13 Thursday 08:22  rkingdon
6541         * mod/workshop/: assessments.php, lib.php, restorelib.php: 
6542         
6543         Some minor improvements, see Workshop Forum.
6545 2003-11-13 Thursday 08:19  rkingdon
6547         * lang/en/workshop.php: 
6548         
6549         A few more strings.
6551 2003-11-13 Thursday 03:57  rkingdon
6553         * mod/dialogue/lib.php: 
6554         
6555         Change to new-style tabs.
6557 2003-11-13 Thursday 03:39  rkingdon
6559         * mod/exercise/lib.php: 
6560         
6561         New style Tabs in Management page.
6563 2003-11-12 Wednesday 04:44  martignoni
6565         * lang/fr/docs/developer.html: 
6566         
6567         A little bit more translated
6569 2003-11-11 Tuesday 23:40  moodler
6571         * user/index.php: 
6572         
6573         Fixed paging bar at the bottom of the page
6575 2003-11-11 Tuesday 23:39  moodler
6577         * lib/setup.php: 
6578         
6579         A workaround for a PHP bug with Turkish, and some fixed strings
6580         changed from "" to ''
6582 2003-11-11 Tuesday 22:21  moodler
6584         * mod/glossary/dynalink.php: 
6585         
6586         urlencode the dynalinks so they don't give errors if they have
6587         quotes in them etc
6589 2003-11-11 Tuesday 18:42  moodler
6591         * theme/cordoroyblue/pix/mod/label/icon.gif: 
6592         
6593         Added label icon to cordoroyblue example
6595 2003-11-11 Tuesday 15:16  julmis
6597         * lib/editor/popups/: dlg_ins_char.php, dlg_ins_smile.php,
6598         insert_image.php, insert_table.php: 
6599         
6600         Fixing charset setting.
6602 2003-11-11 Tuesday 08:13  moodler
6604         * version.php, mod/quiz/version.php, mod/quiz/db/mysql.php,
6605         mod/quiz/db/postgres7.php: 
6606         
6607         Added some bug-fixing code from Eloy Lafuente that fixes a quiz
6608         problem.
6609         
6610         What happens is that adding random questions used to set the
6611         timestamps of these questions to the same value.  This is fine in
6612         normal operation, but it stuffs up the backup of that course,
6613         overwriting the question.  When the course is restored, the missing
6614         questions cause quizzes to have lots of red notices like "Question
6615         not found".
6616         
6617         Anyhow, this patch should safely fix older installations that may
6618         have these duplicate questions lying around.
6619         
6620         THANKS ELOY!
6622 2003-11-11 Tuesday 04:26  martignoni
6624         * lang/fr/docs/developer.html: 
6625         
6626         Corrected version
6628 2003-11-11 Tuesday 04:24  martignoni
6630         * lang/fr/docs/developer.html: 
6631         
6632         Removing bad developer.html
6634 2003-11-11 Tuesday 04:15  martignoni
6636         * lang/fr/docs/developer.html: 
6637         
6638         Initial bit of translation
6640 2003-11-11 Tuesday 01:11  moodler
6642         * lang/el/help/: cookies.html, courseavailability.html,
6643         coursegrades.html, index.html, scales.html, chat/chatting.html,
6644         chat/index.html, chat/mods.html, journal/index.html,
6645         journal/mods.html, survey/index.html, survey/mods.html: 
6646         
6647         More new files
6649 2003-11-11 Tuesday 01:08  moodler
6651         * lang/el/: assignment.php, auth.php, chat.php, choice.php,
6652         forum.php, journal.php, moodle.php, quiz.php, resource.php,
6653         survey.php, workshop.php, docs/coding.html, docs/faq.html,
6654         docs/installamp.html, docs/licence.html, docs/other.html,
6655         help/mods.html, help/questions.html, help/reading.html,
6656         help/richtext.html, help/textformat.html, help/writing.html,
6657         help/assignment/index.html, help/assignment/mods.html,
6658         help/choice/index.html, help/choice/mods.html,
6659         help/forum/index.html, help/forum/mods.html,
6660         help/quiz/description.html, help/quiz/formatblackboard.html,
6661         help/quiz/formatcustom.html, help/quiz/formatmissingword.html,
6662         help/quiz/import.html, help/quiz/index.html, help/quiz/mods.html,
6663         help/quiz/multianswer.html, help/quiz/numerical.html,
6664         help/quiz/questiontypes.html, help/quiz/repeatattempts.html,
6665         help/resource/index.html, help/resource/mods.html,
6666         help/resource/program.html, help/resource/resourcetype.html,
6667         help/resource/scales.html, help/workshop/assessmentofexamples.html,
6668         help/workshop/gradingsubmissions.html, help/workshop/index.html,
6669         help/workshop/mods.html, help/workshop/submissionofexamples.html,
6670         help/workshop/ungradedassessments_student.html,
6671         help/workshop/ungradedassessments_teacher.html: 
6672         
6673         Latest version of Greek, from geof@01infonet.gr
6675 2003-11-10 Monday 22:27  moodler
6677         * mod/glossary/: edit.html, edit.php: 
6678         
6679         Undoing my changes to the editing functions, because it removed
6680         backward compatibility with 1.1.1 ... this way it works on both.
6682 2003-11-10 Monday 18:49  mits
6684         * lang/ja/: dialogue.php, glossary.php, workshop.php: 
6685         
6686         translated some.
6688 2003-11-10 Monday 17:22  mits
6690         * lang/ja/: README, pix.php: 
6691         
6692         New langfile added.
6694 2003-11-10 Monday 14:39  koenr
6696         * lang/nl/help/glossary/index.html: 
6697         
6698         closing tags
6700 2003-11-10 Monday 13:04  julmis
6702         * lib/editor/htmlarea.php: 
6703         
6704         Link correction to smileys
6706 2003-11-10 Monday 12:49  martignoni
6708         * lang/fr/docs/release.html: 
6709         
6710         Typos corrected
6712 2003-11-10 Monday 12:44  martignoni
6714         * lang/fr/docs/release.html: 
6715         
6716         Translation terminated!
6718 2003-11-10 Monday 04:25  martignoni
6720         * lang/fr/docs/release.html: 
6721         
6722         A little bit more (again)!
6724 2003-11-09 Sunday 23:59  martignoni
6726         * lang/fr/docs/release.html: 
6727         
6728         Translation almost finished
6730 2003-11-09 Sunday 17:49  moodler
6732         * mod/journal/edit.php: 
6733         
6734         Removed text focus to avoid errors in IE
6736 2003-11-09 Sunday 16:01  koenr
6738         * lang/nl/pix.php: 
6739         
6740         translated  by koen roggemans
6742 2003-11-09 Sunday 16:00  koenr
6744         * lang/nl/editor.php: 
6745         
6746         filling in missing strings
6748 2003-11-09 Sunday 14:04  koenr
6750         * lang/nl/help/glossary/aliases.html: 
6751         
6752         translated by Koen Roggemans
6754 2003-11-09 Sunday 14:01  koenr
6756         * lang/nl/help/glossary/: index.html, mods.html: 
6757         
6758         updating...
6760 2003-11-09 Sunday 14:01  koenr
6762         * lang/nl/: moodle.php, glossary.php: 
6763         
6764         filling in missing strings
6766 2003-11-09 Sunday 04:35  willcast
6768         * mod/glossary/import.php: 
6769         
6770         - BUg when importing aliases
6772 2003-11-09 Sunday 03:30  julmis
6774         * lib/editor/popups/insert_image.php: 
6775         
6776         Charset update
6778 2003-11-08 Saturday 19:54  moodler
6780         * mod/glossary/edit.php: 
6781         
6782         Removed focus from header
6784 2003-11-08 Saturday 19:35  moodler
6786         * mod/glossary/: print.php, view.php: 
6787         
6788         if the glossary is at site-level then don't require a login
6790 2003-11-08 Saturday 19:29  willcast
6792         * mod/glossary/showentry.php: 
6793         
6794         - Setting as optional the course id so, by default, it look for
6795         entries in global glossaries (unless a glossary is specify that
6796         will search in both).
6798 2003-11-08 Saturday 19:26  moodler
6800         * mod/glossary/: editcategories.html, editcategories.php: 
6801         
6802         Minimal formatting changes to center things
6804 2003-11-08 Saturday 19:16  moodler
6806         * mod/glossary/: edit.html, edit.php: 
6807         
6808         Some cosmetic changes to the code to use the new html editor
6809         functions.
6810         
6811         No change in functionality at all.
6812         
6813         I was in the area trying to fix a bug on this page that only shows
6814         up in Internet Explorer (something to do with editor)
6816 2003-11-08 Saturday 06:41  julmis
6818         * lib/editor/htmlarea.php: 
6819         
6820         Change insertSmile function to use insertHTML or pasteHTML method
6821         since insertimage method is not working so good in gecko based
6822         browsers
6824 2003-11-08 Saturday 06:39  julmis
6826         * lib/editor/popups/dlg_ins_smile.php: 
6827         
6828         Changes to charset and window return value is now "string".
6830 2003-11-08 Saturday 06:38  julmis
6832         * lib/editor/popups/insert_table.php: 
6833         
6834         Change charset to dynamic "print_string("thischarset")"
6836 2003-11-08 Saturday 03:48  martignoni
6838         * lang/fr/docs/release.html: 
6839         
6840         Just a bit more translated
6842 2003-11-08 Saturday 03:06  gniske
6844         * lang/da/moodle.php: 
6845         
6846         Adding missing strings Made som few corrections in existing
6847         translation
6849 2003-11-07 Friday 13:50  martignoni
6851         * lang/fr/: README, TERMS, docs/files.php: 
6852         
6853         Some strings corrected
6855 2003-11-07 Friday 13:48  martignoni
6857         * lang/fr/docs/release.html: 
6858         
6859         Just a bit more translated
6861 2003-11-07 Friday 12:34  martignoni
6863         * lang/fr/docs/release.html: 
6864         
6865         File partially translated
6867 2003-11-07 Friday 08:04  willcast
6869         * mod/glossary/lib.php: 
6870         
6871         - Missed that one.
6873 2003-11-07 Friday 07:58  willcast
6875         * mod/glossary/: backuplib.php, import.php, lib.php,
6876         restorelib.php: 
6877         
6878         - Backup/restore and Import/export aliases.
6880 2003-11-07 Friday 07:11  moodler
6882         * lib/moodlelib.php: 
6883         
6884         Forgot to check this in ... has a new function
6886 2003-11-07 Friday 06:55  moodler
6888         * lang/en/pix.php, lib/weblib.php,
6889         lib/editor/popups/dlg_ins_smile.php: 
6890         
6891         New language file called pix.php for defining alt-text of pix
6892         files.
6893         
6894         Smileys code is changed over to use this, both in replace_smileys
6895         and in editor/popups/dlg_ins_smile.php
6896         
6897         Needs testing please!
6899 2003-11-07 Friday 03:01  moodler
6901         * lib/html2text.php: 
6902         
6903         Modifications from Mark (main author) to be more robust with
6904         certain types of bad HTML code
6906 2003-11-06 Thursday 23:59  moodler
6908         * lib/editor/popups/dlg_ins_smile.php: 
6909         
6910         Fixes to include ALT tags in smilies - by Janne Mikkonen
6912 2003-11-06 Thursday 20:53  moodler
6914         * lib/weblib.php: 
6915         
6916         Added style as a valid tag
6918 2003-11-06 Thursday 20:29  jungwirr
6920         * mod/attendance/view.php: 
6921         
6922         
6923         fixed foreach problem on line 125 per request from forums
6925 2003-11-06 Thursday 20:14  moodler
6927         * lib/weblib.php: 
6928         
6929         Accidentally deleted a $CFG line
6931 2003-11-06 Thursday 19:28  moodler
6933         * lang/en/docs/credits.html: 
6934         
6935         Added html2text function to credits
6937 2003-11-06 Thursday 19:27  moodler
6939         * lib/weblib.php: 
6940         
6941         Use the new html2text function for converting html to text.
6942         
6943         This function is still being tested - it seems fast enough so far
6944         but I'm checking it in to do some further testing on moodle.org for
6945         a while.
6947 2003-11-06 Thursday 19:25  moodler
6949         * lib/html2text.php: 
6950         
6951         A new function for converting HTML into text form
6953 2003-11-06 Thursday 09:47  rkingdon
6955         * mod/exercise/lib.php: 
6956         
6957         Cosmetic change to Admin page.
6959 2003-11-06 Thursday 09:44  rkingdon
6961         * lang/en/exercise.php: 
6962         
6963         Minor change to one string.
6965 2003-11-06 Thursday 09:41  rkingdon
6967         * lang/en/exercise.php: 
6968         
6969         Extra strings for setting League Table parameters.
6971 2003-11-06 Thursday 09:23  giro123
6973         * lang/es/: assignment.php, countries.php, forum.php, glossary.php,
6974         moodle.php, resource.php, webquest.php: 
6975         
6976         [no log message]
6978 2003-11-06 Thursday 07:07  willcast
6980         * mod/glossary/: export.php, lib.php: 
6981         
6982         - Allowing to selectively export categories or entries based on
6983         current frame and view.
6985 2003-11-06 Thursday 05:47  martignoni
6987         * lang/fr/: moodle.php, docs/install.html, help/guestaccess.html,
6988         help/surveys.html, help/forum/ratings.html: 
6989         
6990         Some corrections for consistency
6992 2003-11-06 Thursday 05:25  martignoni
6994         * lang/fr/: auth.php, forum.php, moodle.php, docs/faq.html,
6995         docs/features.html, docs/install.html, docs/teacher.html,
6996         help/coursenewsitems.html, help/courseshortname.html,
6997         help/enrolmentkey.html, help/forum/subscription.html: 
6998         
6999         Replace every occurence of "e-mail" with the better french term
7000         "courriel"
7002 2003-11-06 Thursday 05:12  willcast
7004         * lang/en/help/glossary/: index.html, mods.html: 
7005         
7006         - Adding missing files to index.html
7008 2003-11-06 Thursday 05:12  martignoni
7010         * lang/fr/help/forum/ratings.html: 
7011         
7012         Coded accented characters with HTML entities codes
7014 2003-11-06 Thursday 05:08  martignoni
7016         * lang/fr/: moodle.php, survey.php, workshop.php,
7017         help/forum/ratings.html: 
7018         
7019         Typo corrected for "barème"
7020         
7021 2003-11-06 Thursday 05:02  martignoni
7023         * lang/fr/: README, TERMS: 
7024         
7025         Incorporation of french-canadian terms
7027 2003-11-06 Thursday 04:25  julmis
7029         * lib/editor/popups/dlg_ins_char.php: 
7030         
7031         Print character set based on user settings -
7032         print_string("thischarset")
7034 2003-11-06 Thursday 03:47  moodler
7036         * lib/weblib.php: 
7037         
7038         Add fancy help cursors on help icons
7040 2003-11-06 Thursday 01:11  moodler
7042         * course/view.php: 
7043         
7044         I didn't like it as much as I thought.  :-)
7046 2003-11-06 Thursday 01:10  moodler
7048         * course/view.php: 
7049         
7050         Putting link to course listing on the course front page.
7051         
7052         If anyone doesn't like this please say so!!
7054 2003-11-06 Thursday 01:05  moodler
7056         * course/lib.php: 
7057         
7058         Search link should go to listing (it has a search box anyway)
7060 2003-11-06 Thursday 01:00  moodler
7062         * lang/ar/: README, appointment.php, assignment.php, auth.php,
7063         chat.php, countries.php, label.php, moodle.php: 
7064         
7065         Latest updates from Dr Ali Abureesh.
7067 2003-11-05 Wednesday 22:44  martignoni
7069         * lang/fr/: README, TERMS, workshop.php, help/cookies.html,
7070         help/courseavailability.html, help/coursegrades.html,
7071         help/courserecent.html, help/emoticons.html, help/html.html,
7072         help/index.html, help/langedit.html, help/mods.html,
7073         help/questions.html, help/reading.html, help/richtext.html,
7074         help/scales.html, help/summaries.html: 
7075         
7076         Integrating files translated by Jean-Francois Nadeau, with slight
7077         adaptations
7079 2003-11-05 Wednesday 10:38  mits
7081         * lang/ja/: README, dialogue.php, editor.php, exercise.php,
7082         glossary.php, moodle.php, webquest.php, workshop.php: 
7083         
7084         Polished some and New translation added.
7086 2003-11-05 Wednesday 10:31  rkingdon
7088         * mod/exercise/view.php: 
7089         
7090         Fixed a bug, referenced a non existent help file.
7092 2003-11-05 Wednesday 10:02  rkingdon
7094         * mod/exercise/: assessments.php, lib.php, submissions.php,
7095         view.php: 
7096         
7097         Fixed a bug with re-submissions. Added options for the League table
7098         of submissions (show in phase 4).
7100 2003-11-05 Wednesday 09:51  martignoni
7102         * lang/fr/help/: coursecategory.html, courseformats.html,
7103         coursefullname.html, coursenewsitems.html, coursenumsections.html,
7104         courseshortname.html, coursestartdate.html, enrolmentkey.html,
7105         guestaccess.html, picture.html, questions.html, surveys.html,
7106         text.html, assignment/assignmenttype.html,
7107         assignment/resubmit.html: 
7108         
7109         Changed special characters of all HTML files to entity codes
7111 2003-11-05 Wednesday 08:41  willcast
7113         * mod/glossary/db/postgres7.sql: 
7114         
7115         - Removing tinyints from Postgresql's db squema.
7117 2003-11-05 Wednesday 07:37  martignoni
7119         * lang/fr/: README, TERMS: 
7120         
7121         Added some strings
7123 2003-11-05 Wednesday 07:27  willcast
7125         * mod/glossary/print.php: 
7126         
7127         - Fixed bug (printing-friendly version of an empty glossary)
7129 2003-11-05 Wednesday 05:48  moodler
7131         * mod/forum/search.php: 
7132         
7133         Whoops typo
7135 2003-11-05 Wednesday 05:47  moodler
7137         * mod/forum/search.php: 
7138         
7139         Improved fix to $search variable
7141 2003-11-05 Wednesday 05:43  moodler
7143         * mod/forum/search.php: 
7144         
7145         Fixing up some handling when searching for strings with quotes in
7146         them
7148 2003-11-05 Wednesday 04:46  willcast
7150         * mod/glossary/README.txt, mod/glossary/lib.php,
7151         mod/glossary/formats/2.php, mod/glossary/formats/3.php,
7152         mod/glossary/formats/4.php, mod/glossary/formats/5.php,
7153         lang/en/glossary.php: 
7154         
7155         - Aliases are now shown when displaying entries
7157 2003-11-05 Wednesday 02:21  moodler
7159         * lang/sv/: LAESMIG.txt, README, assignment.php, attendance.php,
7160         auth.php, chat.php, choice.php, countries.php, dialogue.php,
7161         editor.php, exercise.php, forum.php, glossary.php, journal.php,
7162         label.php, moodle.php, quiz.php, resource.php, survey.php,
7163         webquest.php, workshop.php, docs/README.txt, docs/background.html,
7164         docs/coding.html, docs/credits.html, docs/cvs.html,
7165         docs/developer.html, docs/docstyles.css, docs/faq.html,
7166         docs/features.html, docs/files.php, docs/future.html,
7167         docs/glossary.html, docs/install.html, docs/installamp.html,
7168         docs/intro.html, docs/licence.html, docs/other.html,
7169         docs/philosophy.html, docs/release.html, docs/teacher.html,
7170         docs/upgrade.html, help/cookies.html, help/courseavailability.html,
7171         help/coursecategory.html, help/courseformats.html,
7172         help/coursefullname.html, help/coursegrades.html,
7173         help/coursenewsitems.html, help/coursenumsections.html,
7174         help/courserecent.html, help/coursereports.html,
7175         help/courseshortname.html, help/coursestartdate.html,
7176         help/courseuploadsize.html, help/emoticons.html,
7177         help/enrolmentkey.html, help/guestaccess.html, help/html.html,
7178         help/index.html, help/langedit.html, help/mods.html,
7179         help/picture.html, help/questions.html, help/reading.html,
7180         help/richtext.html, help/scales.html, help/summaries.html,
7181         help/surveys.html, help/teachers.html, help/text.html,
7182         help/textformat.html, help/wiki.html, help/writing.html,
7183         help/assignment/assignmenttype.html, help/assignment/index.html,
7184         help/assignment/mods.html, help/assignment/resubmit.html,
7185         help/attendance/index.html, help/attendance/mods.html,
7186         help/chat/chatting.html, help/chat/index.html, help/chat/mods.html,
7187         help/choice/index.html, help/choice/mods.html,
7188         help/choice/options.html, help/dialogue/addsubject.html,
7189         help/dialogue/closedialogue.html, help/dialogue/deleteafter.html,
7190         help/dialogue/dialoguetype.html, help/dialogue/index.html,
7191         help/dialogue/info.html, help/dialogue/maildefault.html,
7192         help/dialogue/mods.html, help/dialogue/multiple.html,
7193         help/dialogue/sendmail.html, help/dialogue/writing.html,
7194         help/exercise/administration.html, help/exercise/elements.html,
7195         help/exercise/finalgrades.html, help/exercise/grade.html,
7196         help/exercise/grading.html, help/exercise/gradinggrade.html,
7197         help/exercise/gradingstrategy.html, help/exercise/managing.html,
7198         help/exercise/mods.html, help/exercise/moreinfo.html,
7199         help/exercise/nelements.html, help/exercise/specimen.html,
7200         help/exercise/submissionofdescriptions.html,
7201         help/exercise/takeownership.html, help/exercise/usemax.html,
7202         help/forum/allowdiscussions.html, help/forum/attachment.html,
7203         help/forum/forumtype.html, help/forum/index.html,
7204         help/forum/maxattachmentsize.html, help/forum/mods.html,
7205         help/forum/ratings.html, help/forum/subscription.html,
7206         help/glossary/allowcomments.html,
7207         help/glossary/allowduplicatedentries.html,
7208         help/glossary/casesensitive.html,
7209         help/glossary/defaultapproval.html, help/glossary/description.html,
7210         help/glossary/displayformat.html, help/glossary/fullmatch.html,
7211         help/glossary/globalglossary.html, help/glossary/index.html,
7212         help/glossary/mainglossary.html, help/glossary/mods.html,
7213         help/glossary/shows.html, help/glossary/studentcanpost.html,
7214         help/glossary/usedynalink.html, help/journal/index.html,
7215         help/journal/mods.html, help/label/mods.html,
7216         help/quiz/attempts.html, help/quiz/categories.html,
7217         help/quiz/correctanswers.html, help/quiz/createmultiple.html,
7218         help/quiz/description.html,
7219         help/quiz/eachattemptbuildsonthelast.html, help/quiz/feedback.html,
7220         help/quiz/formatblackboard.html, help/quiz/formatctm.html,
7221         help/quiz/formatcustom.html, help/quiz/formatmissingword.html,
7222         help/quiz/grademethod.html, help/quiz/import.html,
7223         help/quiz/index.html, help/quiz/match.html,
7224         help/quiz/maxgrade.html, help/quiz/mods.html,
7225         help/quiz/multianswer.html, help/quiz/multichoice.html,
7226         help/quiz/numerical.html, help/quiz/questiontypes.html,
7227         help/quiz/random.html, help/quiz/randommatch.html,
7228         help/quiz/randomsamatch.html, help/quiz/repeatattempts.html,
7229         help/quiz/review.html, help/quiz/shortanswer.html,
7230         help/quiz/shuffleanswers.html, help/quiz/shufflequestions.html,
7231         help/quiz/timeopen.html, help/quiz/truefalse.html,
7232         help/resource/index.html, help/resource/mods.html,
7233         help/resource/program.html, help/resource/resourcetype.html,
7234         help/resource/summary.html, help/survey/index.html,
7235         help/survey/mods.html, help/workshop/addingacomment.html,
7236         help/workshop/agreeassessments.html, help/workshop/anonymous.html,
7237         help/workshop/assessmentofexamples.html,
7238         help/workshop/assignmenttype.html,
7239         help/workshop/breakdownoffinalgrade.html,
7240         help/workshop/calculatingfinalgrade.html,
7241         help/workshop/editingacomment.html, help/workshop/elements.html,
7242         help/workshop/finalgrades.html, help/workshop/graded.html,
7243         help/workshop/grading.html, help/workshop/gradingassessments.html,
7244         help/workshop/gradingstrategy.html,
7245         help/workshop/gradingsubmissions.html,
7246         help/workshop/includeself.html,
7247         help/workshop/includeteachersgrade.html, help/workshop/index.html,
7248         help/workshop/leaguetable.html, help/workshop/managing.html,
7249         help/workshop/mods.html,
7250         help/workshop/nassessmentsofstudentsubmissions.html,
7251         help/workshop/nassessmentsofteachersexamples.html,
7252         help/workshop/nelements.html, help/workshop/numberofassessors.html,
7253         help/workshop/overallocation.html, help/workshop/resubmit.html,
7254         help/workshop/selfassessment.html,
7255         help/workshop/showinggrades.html, help/workshop/specimen.html,
7256         help/workshop/submissionofexamples.html,
7257         help/workshop/teachersgradings.html,
7258         help/workshop/ungradedassessments_student.html,
7259         help/workshop/ungradedassessments_teacher.html: 
7260         
7261         New translation for Swedish by Anders Berggren  - complete!
7263 2003-11-04 Tuesday 19:30  willcast
7265         * mod/glossary/icon.gif: 
7266         
7267         - New icon... :)
7269 2003-11-04 Tuesday 16:06  willcast
7271         * lang/en/glossary.php, lang/en/help/glossary/aliases.html,
7272         mod/glossary/TODO.txt, mod/glossary/edit.html,
7273         mod/glossary/edit.php, mod/glossary/version.php,
7274         mod/glossary/db/mysql.php, mod/glossary/db/mysql.sql,
7275         mod/glossary/db/postgres7.sql: 
7276         
7277         - Adding aliases
7279 2003-11-04 Tuesday 10:38  willcast
7281         * mod/glossary/: config.html, view.php: 
7282         
7283         - Adding paging when the number of entries shown is greater than
7284         $CFG->glossary_entbypage - Adding $CFG->glossary_entbypage to
7285         config.html
7287 2003-11-04 Tuesday 09:31  aszora
7289         * lang/hu/: assignment.php, auth.php, chat.php, forum.php,
7290         journal.php, moodle.php, quiz.php, resource.php, survey.php,
7291         workshop.php: 
7292         
7293         Some upgrade to version 1.1, not fully completed yet 2003.11.04.
7295 2003-11-04 Tuesday 09:19  rkingdon
7297         * mod/exercise/: lib.php, view.php: 
7298         
7299         Minor mods to phase 3 display for students..
7301 2003-11-04 Tuesday 09:14  rkingdon
7303         * lang/en/exercise.php: 
7304         
7305         An extra string for view.php.
7307 2003-11-04 Tuesday 07:59  moodler
7309         * mod/forum/post.html: 
7310         
7311         Fixed attachments ...
7312         
7313         typo:   type -> enctype   !!
7315 2003-11-04 Tuesday 07:08  willcast
7317         * lang/en/glossary.php: 
7318         
7319         Typo
7321 2003-11-04 Tuesday 07:04  willcast
7323         * mod/glossary/: dynalink.php, import.php: 
7324         
7325         - Solving problems when trying to autolink entries with apostrophes
7326         on it - Idem, when importing entries.
7328 2003-11-04 Tuesday 04:42  moodler
7330         * mod/forum/post.php: 
7331         
7332         Don't focus on the post message (upsets html editor)
7334 2003-11-04 Tuesday 04:36  moodler
7336         * mod/glossary/: lib.php, view.php: 
7337         
7338         Glossary now gets the alphabet string from moodle.php instead of
7339         glossary.php
7341 2003-11-04 Tuesday 04:35  moodler
7343         * lang/: da/glossary.php, da/moodle.php, es/glossary.php,
7344         es/moodle.php, it/glossary.php, it/moodle.php, ja/glossary.php,
7345         ja/moodle.php, nl/glossary.php, en/glossary.php,
7346         en/docs/credits.html, nl/moodle.php: 
7347         
7348         Moved string 'alphabet' from glossary.php to moodle.php for various
7349         languages
7350         
7351         Also changed the separator from | to ,
7353 2003-11-04 Tuesday 04:09  moodler
7355         * lang/en/moodle.php, lib/datalib.php, user/index.php: 
7356         
7357         New feature based on code from Gustav Delius
7358         
7359           -> A-Z subsets on the participant list.
7360         
7361         http://moodle.org/mod/forum/discuss.php?d=3162
7362         
7363         I also made a new datalib function called count_course_students()
7365 2003-11-03 Monday 22:21  moodler
7367         * version.php: 
7368         
7369         Bump it up
7371 2003-11-03 Monday 19:53  willcast
7373         * mod/glossary/export.php, mod/glossary/import.html,
7374         mod/glossary/import.php, mod/glossary/lib.php,
7375         mod/glossary/tabs.html, lang/en/glossary.php: 
7376         
7377         - Basic export/import functionality.. Does not export nor import
7378         the attached files.
7380 2003-11-03 Monday 19:35  moodler
7382         * lib/weblib.php: 
7383         
7384         Removed header redirect for cases where output already occurred
7385         (thougn it shouldn't happen)
7387 2003-11-03 Monday 15:57  gniske
7389         * lang/da/: assignment.php, forum.php, journal.php, moodle.php,
7390         quiz.php, resource.php, workshop.php, attendance.php,
7391         countries.php, dialogue.php, exercise.php, label.php, webquest.php,
7392         glossary.php: 
7393         
7394         Adding missing strings Made som few corrections in existing
7395         translation
7397 2003-11-03 Monday 15:53  julmis
7399         * lib/editor/htmlarea.php: 
7400         
7401         Hide cut, copy and paste buttons from gecko browsers
7403 2003-11-03 Monday 15:00  julmis
7405         * lib/editor/popups/: dlg_ins_char.php, dlg_ins_smile.php: 
7406         
7407         Style improvements to popups
7409 2003-11-03 Monday 14:59  julmis
7411         * lib/editor/popups/dialog.css: 
7412         
7413         style improvments to popups
7415 2003-11-03 Monday 13:51  koenr
7417         * lang/nl/help/glossary/: defaultapproval.html,
7418         globalglossary.html, shows.html: 
7419         
7420         translated by koen roggemans
7422 2003-11-03 Monday 13:50  koenr
7424         * lang/nl/glossary.php: 
7425         
7426         filling in missing strings
7428 2003-11-03 Monday 10:45  rkingdon
7430         * mod/exercise/: assessments.php, backuplib.php, restorelib.php: 
7431         
7432         Minor fix in assessments.php. Revisions to backup and restore to
7433         always include teacher's submissions.
7435 2003-11-03 Monday 09:18  bobopinna
7437         * lang/it/moodle.php: 
7438         
7439         Minor Fixing in password change
7441 2003-11-03 Monday 08:58  moodler
7443         * mod/resource/details.php: 
7444         
7445         Use new editor stuff
7447 2003-11-03 Monday 08:49  moodler
7449         * mod/forum/: post.html, post.php: 
7450         
7451         Update to use new editor stuff
7453 2003-11-03 Monday 08:27  moodler
7455         * mod/journal/edit.html: 
7456         
7457         Just moodling ... tidied up the horrible interface a little
7459 2003-11-03 Monday 08:13  moodler
7461         * config-dist.php: 
7462         
7463         No need for useneweditor anymore
7465 2003-11-03 Monday 08:12  moodler
7467         * mod/journal/: edit.html, edit.php: 
7468         
7469         Some fixes for using the new editor
7471 2003-11-03 Monday 08:06  moodler
7473         * lib/editor/reference.html: 
7474         
7475         Removing reference
7477 2003-11-03 Monday 07:21  moodler
7479         * lang/en/help/richtext.html: 
7480         
7481         Stopgap measure
7483 2003-11-03 Monday 07:16  moodler
7485         * lib/: javascript.php, moodlelib.php, weblib.php: 
7486         
7487         Goodbye Richtext editor!
7488         
7489         This does not affect any of the existing modules - I've kept some
7490         stub functions to retain backward compatibility.
7492 2003-11-03 Monday 05:21  moodler
7494         * mod/workshop/db/postgres7.sql: 
7495         
7496         SERIAL8 -> SERIAL
7498 2003-11-03 Monday 02:22  moodler
7500         * mod/chat/: report.php, view.php, gui_header_js/index.php: 
7501         
7502         Keep guests out of chat
7504 2003-11-02 Sunday 21:30  moodler
7506         * lib/editor/htmlarea.php, lang/en/editor.php: 
7507         
7508         The font style menu is now translatable (Heading, etc)
7510 2003-11-02 Sunday 19:22  moodler
7512         * admin/modules.php, lang/en/moodle.php: 
7513         
7514         Show version number to aid in debugging
7516 2003-11-02 Sunday 19:13  moodler
7518         * lib/weblib.php: 
7519         
7520         More redirect tweaks
7522 2003-11-02 Sunday 19:00  moodler
7524         * mod/survey/db/mysql.php: 
7525         
7526         Removed a blank line
7528 2003-11-02 Sunday 18:59  moodler
7530         * mod/: chat/db/mysql.php, choice/db/mysql.php,
7531         dialogue/db/mysql.php, exercise/db/mysql.php, forum/db/mysql.php,
7532         glossary/db/mysql.php, journal/db/mysql.php, resource/db/mysql.php,
7533         workshop/db/mysql.php: 
7534         
7535         Removed blank lines at the end (!)
7537 2003-11-02 Sunday 18:26  willcast
7539         * mod/glossary/dynalink.php, mod/glossary/edit.html,
7540         mod/glossary/edit.php, mod/glossary/export.php,
7541         mod/glossary/lib.php, mod/glossary/print.php,
7542         mod/glossary/tabs.html, mod/glossary/view.php,
7543         lang/en/glossary.php: 
7544         
7545         - Cosmetic changes... Changing the Add Entry button for a new tab -
7546         Creating two new tabs for the future export/import features.  -
7547         Improving a little the Printer-Friendly version (now it shows what
7548         you were watching in the previous frame)
7550 2003-11-02 Sunday 13:36  kaipe
7552         * mod/quiz/: lib.php, quizfile.php: 
7553         
7554         The new quizfile.php makes it possible to view associated file
7555         material on quizes, such as images, even for questions belonging to
7556         a category on a different course. lib.php is updated accordingly...
7558 2003-11-02 Sunday 12:42  aszora
7560         * lang/hu/editor.php: 
7561         
7562         [no log message]
7564 2003-11-02 Sunday 11:27  aszora
7566         * lang/hu/editor.php: 
7567         
7568         [no log message]
7570 2003-11-02 Sunday 09:55  aszora
7572         * lang/hu/quiz.php: 
7573         
7574         [no log message]
7576 2003-11-02 Sunday 07:11  moodler
7578         * mod/assignment/lib.php: 
7579         
7580         Don't even show submitted dates on offline assignments
7582 2003-11-02 Sunday 04:40  martignoni
7584         * lang/fr/README: 
7585         
7586         Update to current work
7588 2003-11-01 Saturday 23:19  moodler
7590         * lib/editor/: htmlarea.js, htmlarea.php, index.html,
7591         old_dialog.js, old_htmlarea.js, old_htmlarea.php, test.js: 
7592         
7593         Some cleanups
7595 2003-11-01 Saturday 23:01  moodler
7597         * lib/editor/htmlarea.php: 
7598         
7599         Explicitly setting mimetype and other things to
7600         
7601           - hopefully fix Norton problems
7602           - hopefully improve caching
7604 2003-11-01 Saturday 19:13  moodler
7606         * mod/assignment/db/postgres7.php: 
7607         
7608         Removed a blank line
7610 2003-11-01 Saturday 19:05  moodler
7612         * mod/assignment/db/mysql.php: 
7613         
7614         Removed a blank line
7616 2003-11-01 Saturday 18:40  willcast
7618         * lang/en/glossary.php, mod/glossary/mod.html: 
7619         
7620         - Typo
7622 2003-11-01 Saturday 18:37  willcast
7624         * lang/en/glossary.php, mod/glossary/README.txt,
7625         mod/glossary/config.html, mod/glossary/edit.html,
7626         mod/glossary/mod.html: 
7627         
7628         - Applying proper coding conventions to the default settings'
7629         variables
7631 2003-11-01 Saturday 17:47  willcast
7633         * mod/glossary/TODO.txt, mod/glossary/config.html,
7634         mod/glossary/edit.html, mod/glossary/edit.php,
7635         mod/glossary/mod.html, lang/en/glossary.php: 
7636         
7637         - The admin can define default values for glossary and entries'
7638         settings via the admin modules interface.
7640 2003-11-01 Saturday 12:27  willcast
7642         * lang/en/glossary.php, mod/glossary/TODO.txt,
7643         mod/glossary/approve.php, mod/glossary/edit.php,
7644         mod/glossary/editcategories.php, mod/glossary/export.php,
7645         mod/glossary/lib.php, mod/glossary/print.gif,
7646         mod/glossary/print.php, mod/glossary/view.php: 
7647         
7648         - Printer-friendly version of the glossary - First step in the
7649         export/import feature (export is done) - Minor changes here and
7650         there
7652 2003-11-01 Saturday 11:38  martignoni
7654         * lang/fr/docs/files.php: 
7655         
7656         Typos corrected
7658 2003-11-01 Saturday 11:34  martignoni
7660         * lang/fr/docs/features.html: 
7661         
7662         New translated file
7664 2003-11-01 Saturday 09:25  rkingdon
7666         * mod/exercise/: assessments.php, lib.php, submissions.php,
7667         upload.php: 
7668         
7669         Fix to the Complete isting. Upload now checks the submission for
7670         spurious re-submission caused by using the Back button. User and
7671         Teacher deletions of submissions are now logged. Redirect delay
7672         when marking submissions shortened to one second.
7674 2003-11-01 Saturday 09:19  rkingdon
7676         * lang/en/exercise.php: 
7677         
7678         Extra string for Complete listing.
7680 2003-11-01 Saturday 07:55  willcast
7682         * lang/en/help/glossary/: defaultapproval.html,
7683         globalglossary.html, shows.html: 
7684         
7685         - Missing help files.
7687 2003-11-01 Saturday 07:35  martignoni
7689         * lang/fr/docs/intro.html: 
7690         
7691         New translated file
7693 2003-11-01 Saturday 04:11  martignoni
7695         * lang/fr/: TERMS, moodle.php, docs/teacher.html,
7696         help/courseformats.html, help/coursenewsitems.html,
7697         help/coursenumsections.html, help/coursestartdate.html: 
7698         
7699         Changed everywhere "en chapitres" to "thŽmatique" for the topics
7700         format.
7702 2003-11-01 Saturday 03:56  martignoni
7704         * lang/fr/docs/teacher.html: 
7705         
7706         File translation completed
7708 2003-11-01 Saturday 01:36  martignoni
7710         * lang/fr/docs/docstyles.css: 
7711         
7712         Added to french docs folder
7714 2003-10-31 Friday 22:59  moodler
7716         * lib/weblib.php: 
7717         
7718         Fixed Mozilla redirection-after-htmlediting bug using Javascript!
7720 2003-10-31 Friday 13:58  julmis
7722         * lib/editor/htmlarea.php: 
7723         
7724         Minor change for iframe width
7726 2003-10-31 Friday 13:27  kaipe
7728         * mod/quiz/lib.php: 
7729         
7730         An improvement asked for by koen roggemans: Especially for
7731         multianswer questions it is often desirable to have the grade of
7732         the question in a quiz larger than the earlier maximum of 10
7733         points.  The new function quiz_gradesmenu_options($defaultgrade)
7734         makes quiz question list grade selector drop-down have the maximum
7735         grade option set to the highest value between 10 and the
7736         defaultgrade of the question.
7738 2003-10-31 Friday 07:26  willcast
7740         * mod/glossary/: lib.php, version.php, db/mysql.php: 
7741         
7742         - Important update: I did not delete categories nor comments once a
7743         glossary has been deleted. Fixed now.
7745 2003-10-31 Friday 06:24  stronk7
7747         * user/index.php: 
7748         
7749         Another small typo, == instead of =.  :-D
7751 2003-10-31 Friday 06:22  stronk7
7753         * user/index.php: 
7754         
7755         Small typo preventing users to be sorted. :-)
7757 2003-10-31 Friday 05:40  willcast
7759         * mod/glossary/lib.php: 
7760         
7761         Bug fixed: - Updating a Default Approval Status from NO to YES in a
7762         glossary, now approve automatically all entries waiting for
7763         approval.
7765 2003-10-31 Friday 04:29  martignoni
7767         * lang/fr/docs/installamp.html: 
7768         
7769         Updates for EasyPHP 1.7
7771 2003-10-31 Friday 04:18  martignoni
7773         * lang/fr/resource.php: 
7774         
7775         new string for choosing a file
7777 2003-10-31 Friday 04:13  martignoni
7779         * lang/fr/forum.php: 
7780         
7781         New strings added
7783 2003-10-31 Friday 04:05  martignoni
7785         * lang/fr/assignment.php: 
7786         
7787         No due date string
7789 2003-10-31 Friday 03:51  martignoni
7791         * lang/fr/moodle.php: 
7792         
7793         Change Richtext editor to HTML editor
7795 2003-10-31 Friday 01:52  moodler
7797         * lang/en/help/index.html: 
7798         
7799         Added missing link
7801 2003-10-31 Friday 01:50  koenr
7803         * lang/nl/moodle.php: 
7804         
7805         filling in missing strings
7807 2003-10-31 Friday 01:47  koenr
7809         * lang/nl/help/index.html: 
7810         
7811         filling in missing entry
7813 2003-10-31 Friday 01:47  koenr
7815         * lang/nl/help/coursereports.html: 
7816         
7817         Translated by Koen Roggemans
7819 2003-10-31 Friday 01:19  koenr
7821         * lang/nl/help/label/mods.html: 
7822         
7823         Translated by Koen Roggemans
7825 2003-10-31 Friday 01:18  koenr
7827         * lang/nl/glossary.php: 
7828         
7829         filling in missing strings...
7831 2003-10-31 Friday 00:47  stronk7
7833         * mod/glossary/: backuplib.php, restorelib.php: 
7834         
7835         globalglossary is included now in backup/restore. :-)
7837 2003-10-31 Friday 00:31  moodler
7839         * mod/forum/search.php: 
7840         
7841         Add navmenu to header of forum search pages
7843 2003-10-31 Friday 00:13  moodler
7845         * lib/weblib.php: 
7846         
7847         Using Location header is not subject to the meta-refresh bug in
7848         Mozilla
7850 2003-10-30 Thursday 22:57  moodler
7852         * mod/forum/lib.php: 
7853         
7854         No longer need parent link in the footer
7856 2003-10-30 Thursday 22:50  moodler
7858         * user/view.php: 
7859         
7860         Show activity button for students on their profile page
7862 2003-10-30 Thursday 22:45  moodler
7864         * course/user.php: 
7865         
7866         Tidy up
7868 2003-10-30 Thursday 22:06  moodler
7870         * lang/en/help/coursereports.html: 
7871         
7872         Some updates to the text
7874 2003-10-30 Thursday 21:57  moodler
7876         * version.php, course/edit.html, course/lib.php,
7877         course/loggraph.php, course/user.php, lang/en/moodle.php,
7878         lang/en/help/coursereports.html, lib/db/mysql.php,
7879         lib/db/mysql.sql, lib/db/postgres7.php, lib/db/postgres7.sql,
7880         backup/backuplib.php, backup/restorelib.php, pix/i/report.gif,
7881         theme/cordoroyblue/pix/i/report.gif: 
7882         
7883         New feature:  Allow students to see their own activity reports.
7884         
7885         This is a course setting.  By default it is off.  When on, there is
7886         a new link in the course admin menu for students, and they can
7887         browse the same report that teachers see.
7888         
7889         The report icon is temporary.
7891 2003-10-30 Thursday 19:25  moodler
7893         * mod/journal/lib.php: 
7894         
7895         Undoing Greg's UNION hack ... it was causing problems on Mysql 3
7897 2003-10-30 Thursday 14:04  martignoni
7899         * lang/fr/docs/: faq.html, install.html, installamp.html,
7900         teacher.html, upgrade.html: 
7901         
7902         Systematic HTML encoding of entities in all files
7904 2003-10-30 Thursday 09:47  rkingdon
7906         * lang/en/exercise.php: 
7907         
7908         Teacher assessment table string added.
7910 2003-10-30 Thursday 09:45  rkingdon
7912         * mod/exercise/: assessments.php, index.php, lib.php: 
7913         
7914         Index.php now ignores grading grades; Teacher Assessment Table
7915         added to Administration.
7917 2003-10-30 Thursday 06:25  moodler
7919         * course/lib.php, pix/i/db.gif, theme/cordoroyblue/pix/i/db.gif: 
7920         
7921         
7922         New database GIF by Eloy!
7924 2003-10-29 Wednesday 19:44  moodler
7926         * lang/en/docs/intro.html: 
7927         
7928         Removed the offensive "and"
7930 2003-10-29 Wednesday 15:33  willcast
7932         * lang/en/glossary.php, mod/glossary/dynalink.php,
7933         mod/glossary/edit.html, mod/glossary/edit.php,
7934         mod/glossary/lib.php, mod/glossary/mod.html,
7935         mod/glossary/showentry.php, mod/glossary/version.php,
7936         mod/glossary/db/mysql.php, mod/glossary/db/mysql.sql,
7937         mod/glossary/db/postgres7.sql: 
7938         
7939         - Global glossaries now available. All current rules apply to its
7940         entries.
7942 2003-10-29 Wednesday 11:45  koenr
7944         * lang/nl/editor.php: 
7945         
7946         translated by Koen Roggemans
7948 2003-10-29 Wednesday 08:42  moodler
7950         * lib/editor/htmlarea.php: 
7951         
7952         Rearranged toolbar a bit - put insert stuff together and toggles at
7953         end
7955 2003-10-29 Wednesday 08:28  moodler
7957         * lang/en/editor.php: 
7958         
7959         Missing a semicolon!   LOL
7961 2003-10-29 Wednesday 04:48  moodler
7963         * lang/en/editor.php: 
7964         
7965         Sorted the strings, minor fixes
7967 2003-10-29 Wednesday 04:29  koenr
7969         * lang/nl/moodle.php: 
7970         
7971         transforming to HTML editor
7973 2003-10-29 Wednesday 04:28  koenr
7975         * lang/nl/resource.php: 
7976         
7977         filling in missing string
7979 2003-10-29 Wednesday 01:16  moodler
7981         * mod/forum/lib.php: 
7982         
7983         Oops, typo
7985 2003-10-29 Wednesday 01:12  moodler
7987         * mod/forum/lib.php: 
7988         
7989         Fixed bug when moving discussions with attachments
7991 2003-10-29 Wednesday 01:07  carlesbellver
7993         * lang/ca/reading.php: 
7994         
7995         [no log message]
7997 2003-10-29 Wednesday 01:00  carlesbellver
7999         * lang/ca/help/: cookies.html, courseavailability.html,
8000         coursegrades.html, courserecent.html, emoticons.html, html.html,
8001         index.html, langedit.html, mods.html, richtext.html, scales.html,
8002         summaries.html, teachers.html, textformat.html, wiki.html,
8003         writing.html, assignment/assignmenttype.html,
8004         assignment/index.html, assignment/mods.html,
8005         assignment/resubmit.html, chat/chatting.html, chat/index.html,
8006         chat/mods.html, choice/index.html, choice/mods.html,
8007         choice/options.html, dialogue/closedialogue.html,
8008         dialogue/deleteafter.html, dialogue/dialoguetype.html,
8009         dialogue/info.html, dialogue/maildefault.html, dialogue/mods.html,
8010         dialogue/multiple.html, dialogue/writing.html, forum/index.html,
8011         forum/mods.html, forum/ratings.html,
8012         glossary/allowduplicatedentries.html, glossary/displayformat.html,
8013         glossary/index.html, glossary/mainglossary.html,
8014         glossary/mods.html, glossary/studentcanpost.html,
8015         quiz/attempts.html, quiz/categories.html, quiz/correctanswers.html,
8016         quiz/createmultiple.html, quiz/description.html,
8017         quiz/feedback.html, quiz/formatblackboard.html,
8018         quiz/formatcustom.html, quiz/formatmissingword.html,
8019         quiz/grademethod.html, quiz/import.html, quiz/index.html,
8020         quiz/match.html, quiz/maxgrade.html, quiz/mods.html,
8021         quiz/multianswer.html, quiz/multichoice.html, quiz/numerical.html,
8022         quiz/questiontypes.html, quiz/random.html, quiz/randomsamatch.html,
8023         quiz/repeatattempts.html, quiz/review.html, quiz/shortanswer.html,
8024         quiz/shuffleanswers.html, quiz/shufflequestions.html,
8025         quiz/timeopen.html, quiz/truefalse.html, resource/index.html,
8026         resource/mods.html, resource/program.html,
8027         resource/resourcetype.html, resource/summary.html,
8028         survey/index.html, survey/mods.html, workshop/addingacomment.html,
8029         workshop/agreeassessments.html, workshop/anonymous.html,
8030         workshop/assessmentofexamples.html, workshop/assignmenttype.html,
8031         workshop/breakdownoffinalgrade.html,
8032         workshop/calculatingfinalgrade.html, workshop/editingacomment.html,
8033         workshop/elements.html, workshop/finalgrades.html,
8034         workshop/graded.html, workshop/grading.html,
8035         workshop/gradingassessments.html, workshop/gradingstrategy.html,
8036         workshop/gradingsubmissions.html, workshop/includeself.html,
8037         workshop/index.html, workshop/managing.html, workshop/mods.html,
8038         workshop/nassessmentsofstudentsubmissions.html,
8039         workshop/nassessmentsofteachersexamples.html,
8040         workshop/nelements.html, workshop/numberofassessors.html,
8041         workshop/resubmit.html, workshop/selfassessment.html,
8042         workshop/showinggrades.html, workshop/specimen.html,
8043         workshop/submissionofexamples.html, workshop/teachersgradings.html,
8044         workshop/ungradedassessments_student.html,
8045         workshop/ungradedassessments_teacher.html: 
8046         
8047         [no log message]
8049 2003-10-29 Wednesday 00:52  carlesbellver
8051         * lang/ca/: auth.php, chat.php, dialogue.php, glossary.php,
8052         workshop.php: 
8053         
8054         [no log message]
8056 2003-10-29 Wednesday 00:21  moodler
8058         * lang/en/editor.php, lang/fi/editor.php, lib/editor/lang/en.php,
8059         lib/editor/popups/dlg_ins_char.php,
8060         lib/editor/popups/dlg_ins_smile.php,
8061         lib/editor/popups/insert_image.php,
8062         lib/editor/popups/insert_table.php: 
8063         
8064         More language fixes, mostly using print_string instead of
8065         get_string
8067 2003-10-29 Wednesday 00:13  moodler
8069         * lib/editor/popups/: dlg_ins_char.php, dlg_ins_smile.php,
8070         insert_image.php, insert_table.php: 
8071         
8072         More editor translations I forgot to alter
8074 2003-10-29 Wednesday 00:06  moodler
8076         * version.php, config-dist.php, lang/en/editor.php,
8077         lang/en/moodle.php, lang/fi/editor.php, lib/moodlelib.php,
8078         lib/weblib.php, lib/editor/lang/en.php: 
8079         
8080         Changes to integrate the new HTML editor into Moodle in an optional
8081         way until it's stable enough to replace Richtext
8082         
8083         To enable the new editor, add this line into config.php:
8084         
8085           $CFG->useneweditor = true;
8087 2003-10-28 Tuesday 23:51  moodler
8089         * lib/editor/: courseimages.php, dialog.js, htmlarea.css,
8090         htmlarea.js, htmlarea.php, index.html, license.txt, old_dialog.js,
8091         old_htmlarea.js, old_htmlarea.php, popupdiv.js, popupwin.js,
8092         reference.html, release-notes.html, test.js, images/ed_about.gif,
8093         images/ed_align_center.gif, images/ed_align_justify.gif,
8094         images/ed_align_left.gif, images/ed_align_right.gif,
8095         images/ed_blank.gif, images/ed_charmap.gif, images/ed_color_bg.gif,
8096         images/ed_color_fg.gif, images/ed_copy.gif, images/ed_custom.gif,
8097         images/ed_cut.gif, images/ed_delete.gif, images/ed_format_bold.gif,
8098         images/ed_format_italic.gif, images/ed_format_strike.gif,
8099         images/ed_format_sub.gif, images/ed_format_sup.gif,
8100         images/ed_format_underline.gif, images/ed_help.gif,
8101         images/ed_hr.gif, images/ed_html.gif, images/ed_image.gif,
8102         images/ed_indent_less.gif, images/ed_indent_more.gif,
8103         images/ed_link.gif, images/ed_list_bullet.gif,
8104         images/ed_list_num.gif, images/ed_paste.gif, images/ed_redo.gif,
8105         images/ed_show_border.gif, images/ed_splitcel.gif,
8106         images/ed_undo.gif, images/em.icon.smile.gif,
8107         images/fullscreen_maximize.gif, images/fullscreen_minimize.gif,
8108         images/icon_ins_char.gif, images/icon_smile.gif,
8109         images/insert_table.gif, lang/b5.js, lang/da.js, lang/de.js,
8110         lang/en.js, lang/en.php, lang/es.js, lang/fi.js, lang/fr.js,
8111         lang/gb.js, lang/it.js, lang/ja-euc.js, lang/ja-jis.js,
8112         lang/ja-sjis.js, lang/ja-utf8.js, lang/nb.js, lang/nl.js,
8113         lang/old_fi.js, lang/pl.js, lang/pt_br.js, lang/ro.js, lang/ru.js,
8114         lang/se.js, lang/vn.js, plugins/SpellChecker/readme-tech.html,
8115         plugins/SpellChecker/spell-check-logic.cgi,
8116         plugins/SpellChecker/spell-check-style.css,
8117         plugins/SpellChecker/spell-check-ui.html,
8118         plugins/SpellChecker/spell-check-ui.js,
8119         plugins/SpellChecker/spell-checker.js,
8120         plugins/SpellChecker/img/spell-check.gif,
8121         plugins/SpellChecker/lang/en.js, plugins/SpellChecker/lang/ro.js,
8122         plugins/TableOperations/table-operations.js,
8123         plugins/TableOperations/img/cell-delete.gif,
8124         plugins/TableOperations/img/cell-insert-after.gif,
8125         plugins/TableOperations/img/cell-insert-before.gif,
8126         plugins/TableOperations/img/cell-merge.gif,
8127         plugins/TableOperations/img/cell-prop.gif,
8128         plugins/TableOperations/img/cell-split.gif,
8129         plugins/TableOperations/img/col-delete.gif,
8130         plugins/TableOperations/img/col-insert-after.gif,
8131         plugins/TableOperations/img/col-insert-before.gif,
8132         plugins/TableOperations/img/col-split.gif,
8133         plugins/TableOperations/img/row-delete.gif,
8134         plugins/TableOperations/img/row-insert-above.gif,
8135         plugins/TableOperations/img/row-insert-under.gif,
8136         plugins/TableOperations/img/row-prop.gif,
8137         plugins/TableOperations/img/row-split.gif,
8138         plugins/TableOperations/img/table-prop.gif,
8139         plugins/TableOperations/lang/en.js,
8140         plugins/TableOperations/lang/fi.js,
8141         plugins/TableOperations/lang/ro.js, popups/about.html,
8142         popups/blank.html, popups/custom2.html, popups/dialog.css,
8143         popups/dlg_ins_char.html, popups/dlg_ins_char.php,
8144         popups/dlg_ins_smile.php, popups/editor_help.html,
8145         popups/fullscreen.html, popups/fullscreen.php,
8146         popups/insert_image.html, popups/insert_image.php,
8147         popups/insert_table.html, popups/insert_table.php,
8148         popups/new_insert_image.html, popups/popup.js,
8149         popups/select_color.html: 
8150         
8151         HTMLArea 3.0, slightly edited by Janne Mikkonen.  Alpha version.
8153 2003-10-28 Tuesday 22:24  moodler
8155         * mod/forum/lib.php, theme/UPGRADE.txt, theme/standard/styles.php,
8156         theme/standardblue/styles.php, theme/standardgreen/styles.php,
8157         theme/standardlogo/styles.php, theme/standardred/styles.php,
8158         theme/standardwhite/styles.php: 
8159         
8160         new style forumheaderlist (instead of re-using forumpost as before)
8162 2003-10-28 Tuesday 13:55  martignoni
8164         * lang/fr/docs/teacher.html: 
8165         
8166         Initial bit of translation
8168 2003-10-28 Tuesday 10:27  stronk7
8170         * admin/users.php: 
8171         
8172         Small typo !! :-)
8174 2003-10-28 Tuesday 08:10  willcast
8176         * mod/glossary/: deleteentry.html, edit.html, edit.php, index.php,
8177         lib.php, view.php, formats/2.php, formats/3.php, formats/4.php,
8178         formats/5.php: 
8179         
8180         - New encapsulated functions in order to make easier to create new
8181         display formats - Fixed problem when showing 'ALL' in alphabet
8182         frame - Disabled unnecessary fields when selecting DO NOT
8183         AUTOMATICALY LINK THIS ENTRY in the adde entry screen
8185 2003-10-28 Tuesday 07:52  martignoni
8187         * lang/fr/docs/faq.html: 
8188         
8189         File translation terminated
8191 2003-10-28 Tuesday 06:44  moodler
8193         * lib/moodlelib.php: 
8194         
8195         Sometimes you really want to know if they are a teacher
8197 2003-10-28 Tuesday 06:35  moodler
8199         * lib/moodlelib.php: 
8200         
8201         If debugging is on, then make SMTP print debugging info
8203 2003-10-28 Tuesday 06:01  moodler
8205         * mod/resource/view.php: 
8206         
8207         Make sure resources are put through format_text so that they can be
8208         processed properly (eg autolinking)
8210 2003-10-28 Tuesday 01:50  moodler
8212         * mod/quiz/multiple.php: 
8213         
8214         Use unique stamps when creating multiple questions ...
8216 2003-10-27 Monday 20:09  moodler
8218         * user/view.php: 
8219         
8220         Print "never" on profile page if the user has never logged in
8222 2003-10-27 Monday 09:31  stronk7
8224         * mod/glossary/restorelib.php: 
8225         
8226         Take out some debug info. Forgot it in previous commit.
8228 2003-10-27 Monday 09:26  stronk7
8230         * backup/version.php: 
8231         
8232         Bump. timeaccess (students and teachers) working.
8234 2003-10-27 Monday 09:23  stronk7
8236         * backup/: backuplib.php, restorelib.php: 
8237         
8238         timeaccess (students and teachers) included in backup/restore. :-)
8240 2003-10-27 Monday 06:25  moodler
8242         * mod/glossary/mod.html: 
8243         
8244         A little typo hiding the continuous format
8246 2003-10-27 Monday 06:15  moodler
8248         * user/view.php: 
8249         
8250         The last access date is now that of the course.
8252 2003-10-27 Monday 06:01  moodler
8254         * admin/cron.php, lib/datalib.php: 
8255         
8256         Get longtimenosee students according to their course access (not
8257         site access)
8259 2003-10-27 Monday 05:38  moodler
8261         * lib/db/: mysql.php, postgres7.php: 
8262         
8263         Much better updating of access times to make the accurate straight
8264         away
8266 2003-10-27 Monday 05:22  koenr
8268         * lang/nl/help/glossary/: mainglossary.html, displayformat.html,
8269         fullmatch.html, mods.html, studentcanpost.html: 
8270         
8271         Minor changes
8273 2003-10-27 Monday 04:37  moodler
8275         * version.php, course/lib.php, lib/datalib.php, lib/db/mysql.php,
8276         lib/db/mysql.sql, lib/db/postgres7.php, lib/db/postgres7.sql,
8277         user/index.php: 
8278         
8279         Added a new column to user_students and user_teachers called
8280         "timeaccess" for recording the last access to the COURSE.
8281         
8282         This is updated at the same time as add_to_log and is now used
8283         instead of user->lastaccess when course user listings are required.
8284         
8285         This means course listings now show what you expect and open up the
8286         way for a "current users" listing and instant messaging etc ...
8288 2003-10-27 Monday 01:41  koenr
8290         * lang/nl/help/glossary/: index.html, mainglossary.html: 
8291         
8292         Translated by Koen Roggemans
8294 2003-10-27 Monday 00:31  moodler
8296         * course/lib.php, pix/movehere.gif,
8297         theme/cordoroyblue/pix/movehere.gif: 
8298         
8299         Thomas Robb suggested a movehere image instead of the string.  I
8300         made an image and I agree it looks/works a lot better.
8302 2003-10-27 Monday 00:23  mits
8304         * lang/ja/: README, assignment.php, resource.php: 
8305         
8306         Translated few.
8308 2003-10-26 Sunday 22:25  moodler
8310         * lang/en/glossary.php: 
8311         
8312         Slight alteration to search option, since not all glossary types
8313         are "definitions" ... using "full text" is more generic
8315 2003-10-26 Sunday 15:43  koenr
8317         * lang/nl/: assignment.php, countries.php, glossary.php: 
8318         
8319         filling in missing strings
8321 2003-10-26 Sunday 15:21  koenr
8323         * lang/nl/help/glossary/: allowcomments.html,
8324         allowduplicatedentries.html, casesensitive.html, description.html,
8325         displayformat.html, fullmatch.html, index.html, mods.html,
8326         studentcanpost.html, usedynalink.html: 
8327         
8328         translated by Koen Roggemans
8330 2003-10-26 Sunday 08:12  moodler
8332         * lang/en/docs/coding.html: 
8333         
8334         Trivial changes that were hanging around
8336 2003-10-26 Sunday 08:10  moodler
8338         * lang/en/assignment.php: 
8339         
8340         No due date string
8342 2003-10-26 Sunday 08:08  moodler
8344         * auth/db/lib.php: 
8345         
8346         Trying to avoid database clashes
8348 2003-10-26 Sunday 08:07  moodler
8350         * theme/oceanblue/styles.php: 
8351         
8352         Fixed colours again
8354 2003-10-26 Sunday 01:14  moodler
8356         * mod/glossary/index.php: 
8357         
8358         In the index, show how many entries there are in each glossary
8360 2003-10-26 Sunday 01:06  moodler
8362         * mod/glossary/view.php: 
8363         
8364         Use format_text for consistency
8366 2003-10-24 Friday 22:59  moodler
8368         * lib/adodb/: adodb-cryptsession.php, adodb-csvlib.inc.php,
8369         adodb-datadict.inc.php, adodb-error.inc.php,
8370         adodb-errorhandler.inc.php, adodb-errorpear.inc.php,
8371         adodb-lib.inc.php, adodb-pager.inc.php, adodb-pear.inc.php,
8372         adodb-perf.inc.php, adodb-session-clob.php, adodb-session.php,
8373         adodb-xmlschema.inc.php, adodb.inc.php, docs-adodb.htm,
8374         docs-datadict.htm, docs-perf.htm, docs-session.htm,
8375         pivottable.inc.php, rsfilter.inc.php, server.php, toexport.inc.php,
8376         tohtml.inc.php,
8377         adodb-xmlschema-0.0.1-snap20030511/docs/media/bg_left.png,
8378         adodb-xmlschema-0.0.1-snap20030511/docs/media/stylesheet.css,
8379         adodb-xmlschema-0.0.1-snap20030511/docs/xmlschema/_adodb-xmlschema_
8380         php.html,
8381         adodb-xmlschema-0.0.1-snap20030511/docs/xmlschema/adoSchema.html,
8382         adodb-xmlschema-0.0.1-snap20030511/docs/xmlschema/package_xmlschema
8383         .html, datadict/datadict-access.inc.php,
8384         datadict/datadict-db2.inc.php, datadict/datadict-generic.inc.php,
8385         datadict/datadict-ibase.inc.php,
8386         datadict/datadict-informix.inc.php,
8387         datadict/datadict-mssql.inc.php, datadict/datadict-mysql.inc.php,
8388         datadict/datadict-oci8.inc.php, datadict/datadict-postgres.inc.php,
8389         datadict/datadict-sybase.inc.php, drivers/adodb-access.inc.php,
8390         drivers/adodb-ado.inc.php, drivers/adodb-ado_access.inc.php,
8391         drivers/adodb-ado_mssql.inc.php,
8392         drivers/adodb-borland_ibase.inc.php, drivers/adodb-csv.inc.php,
8393         drivers/adodb-db2.inc.php, drivers/adodb-fbsql.inc.php,
8394         drivers/adodb-firebird.inc.php, drivers/adodb-ibase.inc.php,
8395         drivers/adodb-informix.inc.php, drivers/adodb-informix72.inc.php,
8396         drivers/adodb-mssql.inc.php, drivers/adodb-mssqlpo.inc.php,
8397         drivers/adodb-mysql.inc.php, drivers/adodb-mysqlt.inc.php,
8398         drivers/adodb-oci8.inc.php, drivers/adodb-oci805.inc.php,
8399         drivers/adodb-oci8po.inc.php, drivers/adodb-odbc.inc.php,
8400         drivers/adodb-odbc_mssql.inc.php,
8401         drivers/adodb-odbc_oracle.inc.php, drivers/adodb-oracle.inc.php,
8402         drivers/adodb-postgres.inc.php, drivers/adodb-postgres64.inc.php,
8403         drivers/adodb-postgres7.inc.php, drivers/adodb-proxy.inc.php,
8404         drivers/adodb-sapdb.inc.php, drivers/adodb-sqlanywhere.inc.php,
8405         drivers/adodb-sqlite.inc.php, drivers/adodb-sybase.inc.php,
8406         drivers/adodb-vfp.inc.php, perf/perf-db2.inc.php,
8407         perf/perf-informix.inc.php, perf/perf-mssql.inc.php,
8408         perf/perf-mysql.inc.php, perf/perf-oci8.inc.php,
8409         perf/perf-postgres.inc.php, tests/benchmark.php, tests/client.php,
8410         tests/test-datadict.php, tests/test-xmlschema.php, tests/test.php,
8411         tests/test2.php, tests/test3.php, tests/test4.php, tests/test5.php,
8412         tests/testcache.php, tests/testdatabases.inc.php,
8413         tests/testgenid.php, tests/testmssql.php, tests/testoci8.php,
8414         tests/testoci8cursor.php, tests/testpaging.php, tests/testpear.php,
8415         tests/testsessions.php: 
8416         
8417         Updates to ADOdb 4.0.1  - some bug fixes
8419 2003-10-24 Friday 19:53  moodler
8421         * mod/glossary/mod.html: 
8422         
8423         Now uses choose_from_menu() for the format display, and the items
8424         are now sorted.
8425         
8426         The other items could be easily done with choose_from_menu() too 
8427         ;-)
8429 2003-10-24 Friday 19:38  moodler
8431         * mod/quiz/edit.php: 
8432         
8433         Fixed background colours in quix editing page body-> cellcontent2
8435 2003-10-24 Friday 18:38  giro123
8437         * lang/es/help/dialogue/: addsubject.html, closedialogue.html,
8438         deleteafter.html, dialoguetype.html, info.html, maildefault.html,
8439         mods.html, multiple.html, sendmail.html, writing.html: 
8440         
8441         [no log message]
8443 2003-10-24 Friday 18:35  giro123
8445         * lang/es/: help/surveys.html, dialogue.php: 
8446         
8447         [no log message]
8449 2003-10-23 Thursday 23:27  moodler
8451         * lib/weblib.php: 
8452         
8453         Remove quotes from title - these can cause the stylesheet to not
8454         load properly on Internet Explorer.
8456 2003-10-23 Thursday 20:12  moodler
8458         * lang/da/: README, assignment.php, auth.php, chat.php, forum.php,
8459         journal.php, moodle.php, quiz.php, resource.php, survey.php,
8460         workshop.php: 
8461         
8462         Updates from Kristian Nielsen
8464 2003-10-23 Thursday 14:49  koenr
8466         * lang/nl/help/quiz/index.html: 
8467         
8468         adding link
8470 2003-10-23 Thursday 14:37  koenr
8472         * lang/nl/countries.php: 
8473         
8474         translated by Koen Roggemans
8476 2003-10-23 Thursday 13:20  koenr
8478         * lang/nl/glossary.php: 
8479         
8480         translated by Koen Roggemans
8482 2003-10-23 Thursday 10:39  rkingdon
8484         * mod/dialogue/icon.gif: 
8485         
8486         New icon from Eloy Lafuente.
8488 2003-10-23 Thursday 10:31  rkingdon
8490         * lang/en/exercise.php: 
8491         
8492         Extra sting for Administration page.
8494 2003-10-23 Thursday 08:40  moodler
8496         * mod/quiz/lib.php: 
8497         
8498         Fix bug in NUMERICAL questions where feedback was only shown if the
8499         question was correct
8501 2003-10-23 Thursday 07:54  martignoni
8503         * lang/fr/docs/faq.html: 
8504         
8505         Translation is now half-way!
8507 2003-10-22 Wednesday 20:49  moodler
8509         * lang/en/docs/installamp.html: 
8510         
8511         Updates for EasyPHP 1.7
8513 2003-10-22 Wednesday 13:06  gregb_cc
8515         * mod/journal/lib.php: 
8516         
8517         This is a massive speed increase in journal_get_users_done.
8518         
8519         The fix requires UNION support in the database.  I've added a
8520         simple little test to see if UNION queries work.
8521         
8522         This change very much needs to be tested out by someone using MySQL
8523         3.  If it tests out there successfully, the supports_union code
8524         should be moved out of this file and into datalib.  Ideally,
8525         someone will extend that test and creatle get_records_union_sql, a
8526         function that would split up UNION queries for databases that don't
8527         support them and do an array_merge (and proper sorting, which is
8528         missing from my fix) on the result sets.
8530 2003-10-22 Wednesday 09:27  stronk7
8532         * theme/cordoroyblue/pix/mod/glossary/icon.gif: 
8533         
8534         Added glossary icon to cordoroyblue theme
8536 2003-10-22 Wednesday 09:19  stronk7
8538         * course/lib.php: 
8539         
8540         Take out one notice when the only activity was create a module and
8541         delete it. Strange but possible. :-)
8543 2003-10-22 Wednesday 07:26  moodler
8545         * version.php: 
8546         
8547         Bump
8549 2003-10-22 Wednesday 06:59  moodler
8551         * lang/en/: glossary.php, help/glossary/allowcomments.html,
8552         help/glossary/allowduplicatedentries.html,
8553         help/glossary/casesensitive.html, help/glossary/description.html,
8554         help/glossary/displayformat.html, help/glossary/fullmatch.html,
8555         help/glossary/mainglossary.html, help/glossary/mods.html,
8556         help/glossary/studentcanpost.html, help/glossary/usedynalink.html: 
8557         
8558         I revised some of the Glossary texts in English.
8560 2003-10-22 Wednesday 06:14  moodler
8562         * course/lib.php, mod/label/lib.php, mod/resource/lib.php: 
8563         
8564         Modularised some of the processing for "extra" information such as
8565         information for popup windows on resources and labels
8567 2003-10-22 Wednesday 04:37  martignoni
8569         * lang/fr/docs/faq.html: 
8570         
8571         Initial bit of translation
8573 2003-10-22 Wednesday 01:52  moodler
8575         * lib/adodb/: adodb-cryptsession.php, adodb-csvlib.inc.php,
8576         adodb-datadict.inc.php, adodb-error.inc.php,
8577         adodb-errorhandler.inc.php, adodb-errorpear.inc.php,
8578         adodb-lib.inc.php, adodb-pager.inc.php, adodb-pear.inc.php,
8579         adodb-perf.inc.php, adodb-session-clob.php, adodb-session.php,
8580         adodb-time.inc.php, adodb-time.zip, adodb-xmlschema.inc.php,
8581         adodb-xmlschema.zip, adodb.inc.php, crypt.inc.php, docs-adodb.htm,
8582         docs-datadict.htm, docs-session.htm, license.txt,
8583         pivottable.inc.php, readme.htm, readme.txt, rsfilter.inc.php,
8584         server.php, tips_portable_sql.htm, toexport.inc.php,
8585         tohtml.inc.php, adodb-xmlschema-0.0.1-snap20030511/Changelog,
8586         adodb-xmlschema-0.0.1-snap20030511/INSTALL,
8587         adodb-xmlschema-0.0.1-snap20030511/LICENSE,
8588         adodb-xmlschema-0.0.1-snap20030511/README,
8589         adodb-xmlschema-0.0.1-snap20030511/adodb-xmlschema.inc.php,
8590         adodb-xmlschema-0.0.1-snap20030511/example.php,
8591         adodb-xmlschema-0.0.1-snap20030511/example.xml,
8592         adodb-xmlschema-0.0.1-snap20030511/xmlschema.dtd,
8593         adodb-xmlschema-0.0.1-snap20030511/xmlschema.html,
8594         adodb-xmlschema-0.0.1-snap20030511/docs/blank.html,
8595         adodb-xmlschema-0.0.1-snap20030511/docs/classtrees_xmlschema.html,
8596         adodb-xmlschema-0.0.1-snap20030511/docs/elementindex.html,
8597         adodb-xmlschema-0.0.1-snap20030511/docs/elementindex_xmlschema.html
8598         , adodb-xmlschema-0.0.1-snap20030511/docs/errors.html,
8599         adodb-xmlschema-0.0.1-snap20030511/docs/index.html,
8600         adodb-xmlschema-0.0.1-snap20030511/docs/li_xmlschema.html,
8601         adodb-xmlschema-0.0.1-snap20030511/docs/packages.html,
8602         datadict/datadict-access.inc.php, datadict/datadict-db2.inc.php,
8603         datadict/datadict-generic.inc.php, datadict/datadict-ibase.inc.php,
8604         datadict/datadict-informix.inc.php,
8605         datadict/datadict-mssql.inc.php, datadict/datadict-mysql.inc.php,
8606         datadict/datadict-oci8.inc.php, datadict/datadict-postgres.inc.php,
8607         datadict/datadict-sybase.inc.php, drivers/adodb-access.inc.php,
8608         drivers/adodb-ado.inc.php, drivers/adodb-ado_access.inc.php,
8609         drivers/adodb-ado_mssql.inc.php,
8610         drivers/adodb-borland_ibase.inc.php, drivers/adodb-csv.inc.php,
8611         drivers/adodb-db2.inc.php, drivers/adodb-fbsql.inc.php,
8612         drivers/adodb-firebird.inc.php, drivers/adodb-ibase.inc.php,
8613         drivers/adodb-informix.inc.php, drivers/adodb-informix72.inc.php,
8614         drivers/adodb-mssql.inc.php, drivers/adodb-mssqlpo.inc.php,
8615         drivers/adodb-mysql.inc.php, drivers/adodb-mysqlt.inc.php,
8616         drivers/adodb-oci8.inc.php, drivers/adodb-oci805.inc.php,
8617         drivers/adodb-oci8po.inc.php, drivers/adodb-odbc.inc.php,
8618         drivers/adodb-odbc_mssql.inc.php,
8619         drivers/adodb-odbc_oracle.inc.php, drivers/adodb-oracle.inc.php,
8620         drivers/adodb-postgres.inc.php, drivers/adodb-postgres64.inc.php,
8621         drivers/adodb-postgres7.inc.php, drivers/adodb-proxy.inc.php,
8622         drivers/adodb-sapdb.inc.php, drivers/adodb-sqlanywhere.inc.php,
8623         drivers/adodb-sqlite.inc.php, drivers/adodb-sybase.inc.php,
8624         drivers/adodb-vfp.inc.php, lang/adodb-cz.inc.php,
8625         lang/adodb-en.inc.php, lang/adodb-es.inc.php,
8626         lang/adodb-fr.inc.php, lang/adodb-it.inc.php,
8627         lang/adodb-pt-br.inc.php, lang/adodb-ru1251.inc.php,
8628         lang/adodb-sv.inc.php, perf/perf-db2.inc.php,
8629         perf/perf-informix.inc.php, perf/perf-mssql.inc.php,
8630         perf/perf-mysql.inc.php, perf/perf-oci8.inc.php,
8631         perf/perf-postgres.inc.php, tests/benchmark.php, tests/client.php,
8632         tests/test-datadict.php, tests/test-perf.php,
8633         tests/test-xmlschema.php, tests/test.php, tests/test2.php,
8634         tests/test3.php, tests/test4.php, tests/test5.php,
8635         tests/testcache.php, tests/testdatabases.inc.php,
8636         tests/testgenid.php, tests/testmssql.php, tests/testoci8.php,
8637         tests/testoci8cursor.php, tests/testpaging.php, tests/testpear.php,
8638         tests/testsessions.php, tests/time.php, tests/tmssql.php,
8639         tests/xmlschema.xml: 
8640         
8641         Upgraded to AdoDB 4.00 ... starting to think seriously about the
8642         data dictionary conversion ...
8644 2003-10-22 Wednesday 00:54  moodler
8646         * theme/garden/: config.php, styles.php: 
8647         
8648         Fixed some missing styles
8650 2003-10-22 Wednesday 00:51  moodler
8652         * theme/cordoroyblue/: config.php, styles.php: 
8653         
8654         Some missing styles
8656 2003-10-22 Wednesday 00:48  moodler
8658         * theme/brightretro/: config.php, styles.php: 
8659         
8660         FIxed some missing styles and colours
8662 2003-10-22 Wednesday 00:47  moodler
8664         * theme/oceanblue/config.php: 
8665         
8666         Some missing colours
8668 2003-10-22 Wednesday 00:45  moodler
8670         * theme/oceanblue/styles.php: 
8671         
8672         New styles
8674 2003-10-21 Tuesday 21:15  willcast
8676         * lang/en/glossary.php, mod/glossary/approve.php,
8677         mod/glossary/dynalink.php, mod/glossary/edit.php,
8678         mod/glossary/editcategories.html, mod/glossary/editcategories.php,
8679         mod/glossary/lib.php, mod/glossary/view.php: 
8680         
8681         - Added a new frame: Browse by date.  - Removing unnecesary double
8682         quotes (not all of them yet)
8684 2003-10-21 Tuesday 13:45  willcast
8686         * mod/glossary/: dynalink.php, mod.html: 
8687         
8688         - Sorting entries by the length of the concept so large concepts
8689         could be linked first if they exist in the text to parse (avoiding
8690         that smaller concepts "gain control" over the larges one).  -
8691         Setting hard=coded default settings to glossary (will be replaced
8692         soon by global default settings)
8694 2003-10-21 Tuesday 11:32  willcast
8696         * mod/glossary/comment.php: 
8697         
8698         - Preventing guest for posting comments on entries
8700 2003-10-21 Tuesday 09:30  willcast
8702         * mod/glossary/: approve.php, dynalink.php: 
8703         
8704         - Fixed bug the dealing with concepts that contains slashes
8706 2003-10-21 Tuesday 06:27  willcast
8708         * mod/glossary/: dynalink.php, edit.php, lib.php, showentry.php,
8709         view.php: 
8710         
8711         - Fixed some bugs detected with Jeff's glossary (mostly with
8712         dynalink link feature)
8714 2003-10-21 Tuesday 02:49  stronk7
8716         * mod/glossary/restorelib.php: 
8717         
8718         Small typo :-)
8720 2003-10-20 Monday 23:55  moodler
8722         * theme/: standard/styles.php, standardblue/styles.php,
8723         standardgreen/styles.php, standardlogo/styles.php,
8724         standardred/styles.php, standardwhite/styles.php: 
8725         
8726         Put rounded corners on category box too
8728 2003-10-20 Monday 23:42  moodler
8730         * lib/weblib.php: 
8731         
8732         Slightly nicer code when redirecting
8734 2003-10-20 Monday 23:40  moodler
8736         * course/lib.php, user/index.php, user/lib.php, user/view.php: 
8737         
8738         Some cleanups for some of the HTML, including addition of new
8739         styles
8741 2003-10-20 Monday 23:39  moodler
8743         * theme/: UPGRADE.txt, standard/config.php, standard/styles.php,
8744         standardblue/config.php, standardblue/styles.php,
8745         standardgreen/config.php, standardgreen/styles.php,
8746         standardlogo/config.php, standardlogo/styles.php,
8747         standardred/config.php, standardred/styles.php,
8748         standardwhite/config.php, standardwhite/styles.php: 
8749         
8750         Some additions to standard styles
8752 2003-10-20 Monday 22:19  willcast
8754         * mod/glossary/: backuplib.php, restorelib.php: 
8755         
8756         - Backup/Restore of the new field
8758 2003-10-20 Monday 21:56  willcast
8760         * lang/en/glossary.php: 
8761         
8762         - New entries for the new feature
8764 2003-10-20 Monday 21:55  willcast
8766         * mod/glossary/: approve.php, check.gif, comment.html, comment.php,
8767         deleteentry.php, dynalink.php, edit.html, edit.php, lib.php,
8768         mod.html, version.php, view.php, db/mysql.php, db/mysql.sql,
8769         formats/2.php, formats/3.php, formats/4.php, formats/5.php: 
8770         
8771         - Cleaning a lot of code in edit.php and view.php - Removing more
8772         notices when debug is ON - Added a new feature: Now the entries
8773         have a default approval status... Not approved entries are shown on
8774         a teachers-only frame from which they can be approved or not prior
8775         to be visible by everyone.
8777 2003-10-20 Monday 20:58  moodler
8779         * course/loggraph.php: 
8780         
8781         Removed unnecessary code  (maxlogs)
8783 2003-10-20 Monday 19:30  moodler
8785         * help.php: 
8786         
8787         Put the help inside a box, in case the background is dark
8789 2003-10-20 Monday 19:25  moodler
8791         * course/lib.php: 
8792         
8793         Don't display search buttons if all the courses are being displayed
8794         anyway
8796 2003-10-20 Monday 12:09  rkingdon
8798         * mod/dialogue/lib.php: 
8799         
8800         New function dialogue_count_all_needing_replies_self($user) added
8801         to lib.php.
8803 2003-10-20 Monday 09:42  willcast
8805         * mod/glossary/: deleteentry.php, dynalink.php, lib.php: 
8806         
8807         - Removing notices when debug is on - Deleting entries with
8808         attachments now delete the attachments properly
8810 2003-10-19 Sunday 16:04  stronk7
8812         * backup/version.php: 
8813         
8814         Bump :-)
8816 2003-10-19 Sunday 15:24  stronk7
8818         * mod/glossary/restorelib.php: 
8819         
8820         Now, glossary_comments are in restore too !! :-)
8822 2003-10-19 Sunday 15:00  stronk7
8824         * mod/glossary/backuplib.php: 
8825         
8826         Splited one function into two :-)
8828 2003-10-19 Sunday 14:38  stronk7
8830         * mod/glossary/backuplib.php: 
8831         
8832         Now glossary_comments are in backup.  Solved one issue when
8833         exporting categories.
8835 2003-10-19 Sunday 11:04  willcast
8837         * mod/glossary/: backuplib.php, restorelib.php: 
8838         
8839         - Backing up new fields...  - No restoring yet... :(
8841 2003-10-19 Sunday 09:40  rkingdon
8843         * mod/exercise/lib.php: 
8844         
8845         Fixed bug in exercise_grades function. Fixed bug in viewing of
8846         students assessments by teachers.
8848 2003-10-19 Sunday 09:03  willcast
8850         * lang/en/webquest.php: 
8851         
8852         - Adding webquest.php to the lang directory.. It's annoying that
8853         the system can't find the file and mess all the screen when editing
8854         is on.
8855         
8856         Just have the name of the module anyway.
8858 2003-10-19 Sunday 08:49  willcast
8860         * mod/glossary/backuplib.php: 
8861         
8862         - Fixed bug related to comments when doing a backup...
8864 2003-10-19 Sunday 08:18  moodler
8866         * lang/en/resource.php: 
8867         
8868         new string for choosing a file
8870 2003-10-19 Sunday 08:02  moodler
8872         * mod/resource/: coursefiles.php, details.php: 
8873         
8874         I finally added a proper course files browser to replace the menu.
8876 2003-10-19 Sunday 07:21  moodler
8878         * course/lib.php, mod/resource/view.php: 
8879         
8880         Allow uploaded files to be declared in popup windows too.
8882 2003-10-19 Sunday 02:17  koenr
8884         * lang/nl/moodle.php: 
8885         
8886         filling in missing strings...
8888 2003-10-19 Sunday 02:17  koenr
8890         * lang/nl/help/quiz/formatctm.html: 
8891         
8892         translated by Koen Roggemans
8894 2003-10-18 Saturday 22:24  moodler
8896         * mod/workshop/lib.php: 
8897         
8898         Some small style changes for tabs
8900 2003-10-18 Saturday 22:19  moodler
8902         * admin/index.php: 
8903         
8904         Removed one hard-coded "admin"
8906 2003-10-18 Saturday 22:07  moodler
8908         * mod/glossary/lib.php: 
8909         
8910         More styles -- missed the target last time!
8912 2003-10-18 Saturday 22:02  moodler
8914         * mod/glossary/lib.php: 
8915         
8916         Added styles to tabs
8918 2003-10-18 Saturday 20:48  willcast
8920         * mod/glossary/: asc.gif, desc.gif: 
8921         
8922         - A couple of icons that I forgot to include
8924 2003-10-18 Saturday 20:41  giro123
8926         * lang/es/glossary.php: 
8927         
8928         [no log message]
8930 2003-10-18 Saturday 20:40  willcast
8932         * lang/en/glossary.php, lang/en/help/glossary/displayformat.html,
8933         mod/glossary/lib.php, mod/glossary/mod.html,
8934         mod/glossary/version.php, mod/glossary/view.php,
8935         mod/glossary/db/mysql.php: 
8936         
8937         - Adding two more display formats: Continuous and FAQ - Fixed bug
8938         818: Adding a new view: Sorted (by creation date or by last
8939         modified.
8941 2003-10-18 Saturday 20:28  moodler
8943         * mod/glossary/formats/: 2.php, 3.php: 
8944         
8945         FIxed styles
8947 2003-10-18 Saturday 19:40  moodler
8949         * index.php: 
8950         
8951         Use CFG->admin
8953 2003-10-18 Saturday 13:37  willcast
8955         * mod/glossary/showentry.php: 
8956         
8957         - Fixed another bug when showing "dynaentries" (it does not take in
8958         count the case sensitive setting)
8960 2003-10-18 Saturday 13:21  willcast
8962         * mod/glossary/: lib.php, showentry.php, showentry.php: 
8963         
8964         - Fixed bug when showing "dynaentries" (it showed all concepts no
8965         matter the course nor its dynasetting)
8967 2003-10-18 Saturday 12:22  martignoni
8969         * lang/fr/docs/upgrade.html: 
8970         
8971         New translated file
8973 2003-10-18 Saturday 11:14  martignoni
8975         * lang/fr/docs/installamp.html: 
8976         
8977         Translation terminated!
8979 2003-10-18 Saturday 06:48  willcast
8981         * mod/glossary/lib.php: 
8982         
8983         - Housekeeping... :(
8985 2003-10-18 Saturday 06:43  willcast
8987         * mod/glossary/: deleteentry.php, lib.php: 
8988         
8989         - Housekeeping... :)
8991 2003-10-18 Saturday 06:33  willcast
8993         * mod/glossary/: deleteentry.php, lib.php: 
8994         
8995         - Fixed a problem when showing the icons in entries with inline
8996         images.  - Fixed a bug when deleting entries without attachments.
8998 2003-10-18 Saturday 05:17  mits
9000         * lang/ja/help/chat/: chatting.html, index.html, mods.html: 
9001         
9002         New help translation.
9004 2003-10-18 Saturday 05:14  willcast
9006         * mod/glossary/editcategories.php: 
9007         
9008         - "striping_tags" inthe title
9010 2003-10-18 Saturday 04:44  moodler
9012         * lang/en/docs/docstyles.css: 
9013         
9014         Nicer styles in Mozilla
9016 2003-10-18 Saturday 04:44  moodler
9018         * doc/docstyles.css: 
9019         
9020         Nicer styles on Mozilla
9022 2003-10-18 Saturday 03:22  mits
9024         * lang/ja/help/journal/: index.html, mods.html: 
9025         
9026         New help translation.
9028 2003-10-18 Saturday 03:20  martignoni
9030         * lang/fr/docs/installamp.html: 
9031         
9032         More translation (almost finished)
9034 2003-10-18 Saturday 02:52  mits
9036         * lang/ja/: README, glossary.php, moodle.php, workshop.php: 
9037         
9038         New translation and polish some.
9040 2003-10-18 Saturday 01:48  mits
9042         * lang/ja/help/dialogue/dialoguetype.html: 
9043         
9044         New help translation
9046 2003-10-17 Friday 08:35  willcast
9048         * mod/glossary/dynalink.php: 
9049         
9050         - Two little mods in the category linking issue:     The concepts
9051         could be in more than one glossary so...      I put it inside the
9052         "if concept is category" conditional... I little more efficient.
9054 2003-10-17 Friday 08:30  moodler
9056         * mod/glossary/dynalink.php: 
9057         
9058         Fixed category linking.  :-)
9060 2003-10-17 Friday 08:06  martignoni
9062         * lang/fr/help/: surveys.html, surveys.html: 
9063         
9064         Initial bit of translation
9066 2003-10-17 Friday 07:04  martignoni
9068         * lang/fr/docs/installamp.html: 
9069         
9070         Just a little bit more translated
9072 2003-10-17 Friday 05:46  moodler
9074         * course/lib.php: 
9075         
9076         Icons for activities should use $CFG->modpixpath so custom icons
9077         work
9079 2003-10-17 Friday 05:30  moodler
9081         * lib/: moodlelib.php, setup.php: 
9082         
9083         Same as Eloy's fix, just a few less lines of code.    ;-)
9085 2003-10-17 Friday 04:49  moodler
9087         * version.php: 
9088         
9089         Bump
9091 2003-10-17 Friday 02:54  stronk7
9093         * lib/: moodlelib.php, setup.php: 
9094         
9095         Do some isset() checkings with $CFG->sessioncookie.  Previously
9096         when debug turned on, login was impossible due to some notices sent
9097         before writing http headers.
9099 2003-10-17 Friday 01:55  moodler
9101         * mod/glossary/lib.php: 
9102         
9103         Made comments link smaller, and also prints "1 comment" and "2
9104         comments"
9106 2003-10-17 Friday 01:49  moodler
9108         * mod/glossary/comment.php: 
9109         
9110         Some tidying up of the code to display the comment editing page
9112 2003-10-17 Friday 01:42  moodler
9114         * mod/glossary/: edit.html, edit.php: 
9115         
9116         Some small changes ... made the heading a real heading and removed
9117         includes from the template
9119 2003-10-17 Friday 01:38  moodler
9121         * mod/glossary/formats/: 1.php, 2.php, 3.php: 
9122         
9123         Some more cleaning up of the HTML and code formatting ...
9125 2003-10-17 Friday 01:19  moodler
9127         * mod/glossary/: showentry.php, formats/3.php: 
9128         
9129         Some modification so that the encyclopedia format looks more like
9130         forum posts (in fact it uses the same styles)
9132 2003-10-16 Thursday 18:21  giro123
9134         * lang/es/glossary.php: 
9135         
9136         [no log message]
9138 2003-10-16 Thursday 15:04  willcast
9140         * lang/en/glossary.php, mod/glossary/db/mysql.php,
9141         mod/glossary/db/mysql.sql, mod/glossary/db/postgres7.sql,
9142         lang/en/help/glossary/casesensitive.html,
9143         lang/en/help/glossary/fullmatch.html,
9144         lang/en/help/glossary/usedynalink.html, mod/glossary/dynalink.php,
9145         mod/glossary/edit.html, mod/glossary/edit.php,
9146         mod/glossary/lib.php, mod/glossary/mod.html,
9147         mod/glossary/showentry.php, mod/glossary/version.php: 
9148         
9149         Case sensitive match Whole words match No match at all (a bit rude
9150         (you have to get down to the HTML code), no GUI so far either)
9151         Categories are now linked too (I forced to be a case sensitive
9152         match) You can automatically link one or several glossaries at once
9153         no matter if it is a main one or not.
9155 2003-10-16 Thursday 13:07  mits
9157         * lang/ja/: dialogue.php, glossary.php, moodle.php: 
9158         
9159         New translation and plished some.
9161 2003-10-16 Thursday 12:46  mits
9163         * lang/ja/help/dialogue/: deleteafter.html, mods.html: 
9164         
9165         New help translation
9167 2003-10-16 Thursday 11:05  mits
9169         * lang/ja/: README, assignment.php, forum.php, moodle.php: 
9170         
9171         Sorry for slow translation.
9173 2003-10-16 Thursday 11:01  giro123
9175         * lang/es/: glossary.php, moodle.php: 
9176         
9177         [no log message]
9179 2003-10-16 Thursday 10:47  rkingdon
9181         * lang/en/exercise.php: 
9182         
9183         A couple of extra messages for teachers about resubmissions.
9185 2003-10-16 Thursday 10:36  giro123
9187         * lang/es/glossary.php: 
9188         
9189         [no log message]
9191 2003-10-16 Thursday 10:36  martignoni
9193         * lang/fr/docs/installamp.html: 
9194         
9195         First bit of translation
9197 2003-10-16 Thursday 10:35  rkingdon
9199         * mod/exercise/: assessments.php, lib.php, upload.php: 
9200         
9201         More information to teachers on resubmissions. Add submission entry
9202         to log only if upload is successful.
9204 2003-10-16 Thursday 10:20  giro123
9206         * lang/es/help/glossary/: allowduplicatedentries.html,
9207         displayformat.html, index.html, mainglossary.html, mods.html,
9208         studentcanpost.html: 
9209         
9210         [no log message]
9212 2003-10-16 Thursday 10:17  rkingdon
9214         * mod/workshop/submissions.php: 
9215         
9216         Fixed bug stopping the calculation of final grades.
9218 2003-10-16 Thursday 09:58  giro123
9220         * lang/es/help/glossary/: mainglossary.html, mods.html,
9221         studentcanpost.html: 
9222         
9223         [no log message]
9225 2003-10-16 Thursday 09:00  martignoni
9227         * lang/fr/docs/install.html: 
9228         
9229         Changed to proper encoding
9231 2003-10-16 Thursday 08:51  martignoni
9233         * lang/fr/docs/install.html: 
9234         
9235         Translation finished
9237 2003-10-16 Thursday 07:25  moodler
9239         * lib/weblib.php: 
9240         
9241         Added nolink tag
9243 2003-10-16 Thursday 06:23  moodler
9245         * lib/moodlelib.php: 
9246         
9247         Use $CFG->sessioncookie on MOODLEID cookie as well
9249 2003-10-16 Thursday 06:19  moodler
9251         * admin/config.html, lib/defaults.php, lib/setup.php,
9252         lang/en/moodle.php: 
9253         
9254         A new Moodle variable called sessioncookie is now added to the
9255         session cookie name.  This provides a means for multiple Moodles
9256         within the same website to keep separate sessions and not get
9257         confused.
9259 2003-10-16 Thursday 03:20  moodler
9261         * lib/weblib.php: 
9262         
9263         Fixed comments on str_ireplace
9265 2003-10-16 Thursday 02:39  moodler
9267         * filter/censor/README.txt: 
9268         
9269         Add a simple README
9271 2003-10-16 Thursday 02:33  moodler
9273         * filter/censor/censor.php: 
9274         
9275         A very simple filter to censor "bad" words.
9276         
9277         Also provides an example of how to write filters.
9279 2003-10-16 Thursday 02:28  moodler
9281         * lib/weblib.php: 
9282         
9283         Improved version of str_ireplace() for older versions of PHP (now
9284         handles arrays)
9286 2003-10-15 Wednesday 23:37  willcast
9288         * mod/glossary/dynalink.php: 
9289         
9290         - Testing... If you can read this.. I solved the problem (thanks to
9291         Martin)! :)
9293 2003-10-15 Wednesday 23:00  moodler
9295         * mod/glossary/dynalink.php: 
9296         
9297         Added version number to source
9299 2003-10-15 Wednesday 22:41  moodler
9301         * mod/glossary/lib.php: 
9302         
9303         Slight change to glossary_print_entry_icons so that "comments" link
9304         isn't printed if comments are disabled
9306 2003-10-15 Wednesday 22:15  willcast
9308         * lang/en/glossary.php, lang/en/help/glossary/allowcomments.html,
9309         mod/glossary/backuplib.php, mod/glossary/comment.gif,
9310         mod/glossary/comment.html, mod/glossary/comment.php,
9311         mod/glossary/comments.php, mod/glossary/lib.php,
9312         mod/glossary/mod.html, mod/glossary/restorelib.php,
9313         mod/glossary/version.php, mod/glossary/db/mysql.php,
9314         mod/glossary/db/mysql.sql, mod/glossary/db/postgres7.sql: 
9315         
9316         - Now entries could be commented by other users.  - KNOWN BUG: It
9317         does not restore the comments even when userinfo is set... Eloy! I
9318         need your help! :)
9320 2003-10-15 Wednesday 21:17  moodler
9322         * mod/attendance/lib.php: 
9323         
9324         Add a check in case no attendances are defined
9326 2003-10-15 Wednesday 20:38  moodler
9328         * theme/: standardblue/config.php, standardblue/styles.php,
9329         standardgreen/config.php, standardgreen/styles.php,
9330         standardlogo/config.php, standardlogo/styles.php,
9331         standardred/config.php, standardred/styles.php,
9332         standardwhite/config.php, standardwhite/styles.php: 
9333         
9334         Autolinks added
9336 2003-10-15 Wednesday 20:23  moodler
9338         * mod/glossary/dynalink.php: 
9339         
9340         Added autolink style
9342 2003-10-15 Wednesday 20:23  moodler
9344         * theme/UPGRADE.txt: 
9345         
9346         Info for upgraders
9348 2003-10-15 Wednesday 20:21  moodler
9350         * theme/standard/: config.php, styles.php: 
9351         
9352         Added styles and colour for autolink'ed text
9354 2003-10-15 Wednesday 15:01  willcast
9356         * mod/glossary/dynalink.php: 
9357         
9358         - Link within link issue: Solved.
9360 2003-10-15 Wednesday 14:53  koenr
9362         * lang/nl/docs/intro.html: 
9363         
9364         translated by Koen Roggemans
9366 2003-10-15 Wednesday 13:31  koenr
9368         * lang/nl/: moodle.php, workshop.php: 
9369         
9370         filling the gaps
9372 2003-10-15 Wednesday 13:20  koenr
9374         * lang/nl/docs/install.html: 
9375         
9376         Translated by Koen Roggemans
9378 2003-10-15 Wednesday 10:27  willcast
9380         * mod/glossary/dynalink.php: 
9381         
9382         - Link within link issue: Solved.
9384 2003-10-15 Wednesday 09:38  jungwirr
9386         * mod/quiz/format/coursetestmanager.php: 
9387         
9388         
9389         fixed import of shortanswer questions to get rid of blank answers
9391 2003-10-15 Wednesday 09:12  willcast
9393         * lang/en/glossary.php, mod/glossary/backuplib.php,
9394         mod/glossary/edit.html, mod/glossary/edit.php,
9395         mod/glossary/lib.php, lang/en/help/glossary/description.html,
9396         mod/glossary/mod.html, mod/glossary/restorelib.php,
9397         mod/glossary/version.php, mod/glossary/view.php,
9398         mod/glossary/db/mysql.php, mod/glossary/db/mysql.sql,
9399         mod/glossary/db/oci8po.sql, mod/glossary/db/postgres7.sql: 
9400         
9401         - Solving bug 817 (adding a glossary overview) - Minor changes
9402         adopting moodle's naming and coding conventions (perhaps not fully
9403         adopted yet) - Solving bug that traspose All Categories with Not
9404         Categorised view.
9406 2003-10-15 Wednesday 08:49  jungwirr
9408         * mod/quiz/format/coursetestmanager.php: 
9409         
9410         
9411         took out some debugging messages.
9413 2003-10-15 Wednesday 07:34  jungwirr
9415         * mod/attendance/version.php: 
9416         
9417         
9418         fixed some foreach problems with if tests
9420 2003-10-15 Wednesday 01:53  moodler
9422         * mod/quiz/: import.php, lib.php, format/coursetestmanager.php: 
9423         
9424         Added new import format - Course Test Manager - from Russell
9425         Jungwirth.
9426         
9427         All I've done is clean up the source code - I've not tested it at
9428         all.
9430 2003-10-15 Wednesday 01:49  moodler
9432         * lib/odbc.php: 
9433         
9434         New class for handling ODBC socket server
9436 2003-10-15 Wednesday 01:48  moodler
9438         * lang/en/help/quiz/: formatctm.html, import.html: 
9439         
9440         New help for Course Test Manager import
9442 2003-10-14 Tuesday 19:48  moodler
9444         * lib/weblib.php: 
9445         
9446         Some cleaning up ... shouldn't make much difference
9448 2003-10-14 Tuesday 10:33  stronk7
9450         * mod/dialogue/restorelib.php: 
9451         
9452         Small typo :-)
9454 2003-10-14 Tuesday 10:31  stronk7
9456         * mod/exercise/lib.php: 
9457         
9458         Function exercise_get_participants() included and working. :-)
9460 2003-10-14 Tuesday 10:26  stronk7
9462         * backup/: backup_check.html, backup_form.html, restore_check.html:
9463         
9464         
9465         Take out more notices in restore process. Undefined variables,
9466         mainly.
9468 2003-10-14 Tuesday 10:13  rkingdon
9470         * mod/exercise/: lib.php, submissions.php: 
9471         
9472         Minor re-ordering - Asssessments for teachers now ordered oldest
9473         first, youngest last (previously they were ordered by title).
9475 2003-10-14 Tuesday 10:06  stronk7
9477         * backup/: restore_check.html, restore_form.html: 
9478         
9479         Take out more notices in restore process. Undefined variables,
9480         mainly.
9482 2003-10-13 Monday 15:45  stronk7
9484         * backup/: backup_check.html, backup_form.html, restore_form.html: 
9485         
9486         Take out some notices !! :-)
9488 2003-10-13 Monday 15:44  stronk7
9490         * backup/lib.php: 
9491         
9492         Now, when copying files/folders, CFG->directorypermissions is
9493         forced (previously permissions were copied from original)
9495 2003-10-13 Monday 13:40  koenr
9497         * lang/nl/forum.php: 
9498         
9499         typo
9501 2003-10-13 Monday 13:15  koenr
9503         * lang/nl/moodle.php: 
9504         
9505         typo
9507 2003-10-13 Monday 10:19  giro123
9509         * lang/es/: help/attendance/mods.html, help/label/mods.html,
9510         docs/docstyles.css: 
9511         
9512         [no log message]
9514 2003-10-13 Monday 10:16  rkingdon
9516         * lang/en/help/workshop/managing.html: 
9517         
9518         Changes to help file, describes the new phase.
9520 2003-10-13 Monday 09:58  giro123
9522         * lang/es/: assignment.php, attendance.php, countries.php,
9523         forum.php, label.php, moodle.php, workshop.php: 
9524         
9525         [no log message]
9527 2003-10-13 Monday 09:16  rkingdon
9529         * lang/en/workshop.php: 
9530         
9531         Minor change to phase names.
9533 2003-10-13 Monday 08:23  rkingdon
9535         * mod/workshop/lib.php: 
9536         
9537         Change to workshop_grades - only return grades when in the final
9538         phase (phase 6).
9540 2003-10-13 Monday 07:56  rkingdon
9542         * mod/workshop/: index.php, lib.php, view.php: 
9543         
9544         Workshop now has 6 phases. The phase is show on the Workshops page
9545         (index.php).  Administration page now excludes "hot" assessments
9546         (peer assessments which have been allocated but not yet made).
9548 2003-10-13 Monday 07:52  rkingdon
9550         * lang/en/workshop.php: 
9551         
9552         Additional strings for 6 phases and showing the phase on the index
9553         page.
9555 2003-10-13 Monday 07:44  moodler
9557         * mod/glossary/dynalink.php: 
9558         
9559         Minor formatting change ... links were obtrusive in forums etc ...
9560         
9561         Will, what do you think?
9563 2003-10-13 Monday 07:11  moodler
9565         * config-dist.php, lib/weblib.php, mod/glossary/dynalink.php: 
9566         
9567         NEW EXPERIMENTAL FEATURE: text filters.
9568         
9569         This new feature allows arbitrary text filters to be added to any
9570         HTML that is printed (forum posts, resources etc) ... anything that
9571         uses the standard format_text function.
9572         
9573         The first one properly supported is the glossary dynamic linking
9574         feature.
9576 2003-10-13 Monday 07:03  moodler
9578         * course/format/: topics.php, weeks.php: 
9579         
9580         use format_text, not text_to_html
9582 2003-10-13 Monday 05:44  rkingdon
9584         * lang/en/help/dialogue/addsubject.html: 
9585         
9586         Additonal help file - addsubject.
9588 2003-10-13 Monday 05:42  rkingdon
9590         * mod/dialogue/: edit.html, edit.php: 
9591         
9592         Removing unused files.
9594 2003-10-13 Monday 05:41  rkingdon
9596         * mod/dialogue/: backuplib.php, dialogues.php, lib.php, mod.html,
9597         restorelib.php, version.php, db/mysql.php, db/mysql.sql: 
9598         
9599         Dialogue version 2003101300.
9601 2003-10-13 Monday 05:39  rkingdon
9603         * lang/en/dialogue.php: 
9604         
9605         Some additional strings for version 2003101300.
9607 2003-10-13 Monday 05:31  rkingdon
9609         * lang/en/help/dialogue/sendmail.html: 
9610         
9611         Addition help file - sendmail
9613 2003-10-13 Monday 03:47  martignoni
9615         * lang/fr/docs/install.html: 
9616         
9617         A little more translation, almost finished !
9619 2003-10-12 Sunday 20:16  moodler
9621         * lib/moodlelib.php: 
9622         
9623         get_real_size can now pick up 900k
9625 2003-10-12 Sunday 13:57  martignoni
9627         * lang/fr/docs/install.html: 
9628         
9629         More translation. Not yet finished.
9631 2003-10-12 Sunday 13:56  martignoni
9633         * lang/fr/docs/module_files.txt: 
9634         
9635         Title translation was omitted
9637 2003-10-12 Sunday 13:55  martignoni
9639         * lang/fr/docs/files.php: 
9640         
9641         Encoding corrected
9643 2003-10-12 Sunday 11:09  rkingdon
9645         * mod/dialogue/lib.php: 
9646         
9647         Removed trailing blank line.
9649 2003-10-12 Sunday 11:03  moodler
9651         * lib/defaults.php, admin/config.html, course/lib.php,
9652         course/unenrol.php, lang/en/moodle.php, user/view.php: 
9653         
9654         A new configuration parameter 'allowunenroll' will enable/disable
9655         the "unenrol me" buttons on user pages and course pages.
9657 2003-10-12 Sunday 10:32  moodler
9659         * version.php: 
9660         
9661         Bump to cover Richtext picture insertion
9663 2003-10-12 Sunday 10:24  moodler
9665         * lib/weblib.php: 
9666         
9667         FIxed bug when no courseid
9669 2003-10-12 Sunday 10:21  moodler
9671         * admin/site.php: 
9672         
9673         Fix richtext editing and inserting images
9675 2003-10-12 Sunday 10:21  rkingdon
9677         * mod/exercise/todo.txt: 
9678         
9679         Removing old todo.txt file.
9681 2003-10-12 Sunday 10:19  rkingdon
9683         * mod/exercise/: index.php, lib.php, view.php: 
9684         
9685         Additional information exercises page (index.php).
9687 2003-10-12 Sunday 10:17  rkingdon
9689         * lang/en/exercise.php: 
9690         
9691         Extra strings for index.php page.
9693 2003-10-12 Sunday 10:12  moodler
9695         * lib/weblib.php: 
9696         
9697         A new feature to allow teachers to browse course files to find
9698         images to insert into Richtext editor windows.
9699         
9700         This hack was started by Janne Mikkonen, and I further refined it
9701         to fit better into Moodle.
9702         
9703         See:  http://moodle.org/mod/forum/discuss.php?d=2126
9705 2003-10-12 Sunday 06:38  giro123
9707         * lang/es/countries.php: 
9708         
9709         [no log message]
9711 2003-10-10 Friday 16:04  koenr
9713         * lang/nl/moodle.php: 
9714         
9715         filling in the missing strings ...
9717 2003-10-10 Friday 15:54  koenr
9719         * lang/nl/docs/install.html: 
9720         
9721         translated till 8
9723 2003-10-10 Friday 14:26  koenr
9725         * lang/nl/docs/teacher.html: 
9726         
9727         deleted broken link
9729 2003-10-10 Friday 11:57  stronk7
9731         * mod/dialogue/lib.php: 
9732         
9733         Added the dialogue_get_participants() function to use it in
9734         backup/restore.
9736 2003-10-10 Friday 00:49  moodler
9738         * lang/af/: assignment.php, auth.php, chat.php, choice.php,
9739         forum.php, journal.php, moodle.php, quiz.php, resource.php,
9740         survey.php, workshop.php: 
9741         
9742         Latest updates for Moodle 1.1 by Riaan de Villiers
9744 2003-10-09 Thursday 23:02  moodler
9746         * mod/resource/view.php: 
9747         
9748         Smaller borders on frames
9750 2003-10-09 Thursday 20:15  moodler
9752         * lang/en/docs/faq.html: 
9753         
9754         Added information about Norton fireewalls
9756 2003-10-09 Thursday 18:54  mits
9758         * lang/ja/: help/courseshortname.html, README, moodle.php: 
9759         
9760         Polished.
9762 2003-10-09 Thursday 09:50  moodler
9764         * version.php: 
9765         
9766         Bump de bump
9768 2003-10-09 Thursday 09:47  moodler
9770         * course/lib.php: 
9771         
9772         Add an "unenrol" link for students on the course page
9774 2003-10-09 Thursday 09:36  moodler
9776         * mod/forum/lib.php: 
9777         
9778         Only print the ratings button if there are ratings to be made.
9780 2003-10-09 Thursday 07:44  mits
9782         * lang/ja/: README, moodle.php: 
9783         
9784         Polished.
9786 2003-10-09 Thursday 05:42  moodler
9788         * course/view.php: 
9789         
9790         Removed focus from course page - see Bug 825
9792 2003-10-09 Thursday 01:45  moodler
9794         * admin/module.php: 
9795         
9796         No need for focus
9798 2003-10-08 Wednesday 21:58  moodler
9800         * mod/forum/lib.php: 
9801         
9802         Some changes so that forum_cron is not fooled in case there is
9803         already a real $USER variable present (eg if cron.php was run
9804         manually) and so the timezones are not calculated incorrectly.
9806 2003-10-08 Wednesday 14:36  koenr
9808         * lang/nl/docs/install.html: 
9809         
9810         Section 1-5 translated by Koen Roggemans
9812 2003-10-08 Wednesday 14:18  koenr
9814         * lang/nl/docs/files.php: 
9815         
9816         translated by Koen Roggemans
9818 2003-10-08 Wednesday 14:14  martignoni
9820         * lang/fr/docs/: install.html, install.html: 
9821         
9822         Partial translation
9824 2003-10-08 Wednesday 13:05  koenr
9826         * lang/nl/help/workshop/overallocation.html: 
9827         
9828         translated by Koen Roggemans
9830 2003-10-08 Wednesday 13:03  koenr
9832         * lang/nl/help/workshop/index.html: 
9833         
9834         filling in missing links...
9836 2003-10-08 Wednesday 13:01  koenr
9838         * lang/nl/help/workshop/: includeteachersgrade.html,
9839         leaguetable.html: 
9840         
9841         translated by koen roggemans
9843 2003-10-08 Wednesday 12:09  jungwirr
9845         * mod/attendance/lib.php: 
9846         
9847         
9848         
9849         fix attempt for auto-attendance logging.  Set to use gmdate and
9850         gmmktime functions.
9852 2003-10-08 Wednesday 12:06  koenr
9854         * lang/nl/help/forum/maxattachmentsize.html: 
9855         
9856         translated by koen roggemans
9858 2003-10-08 Wednesday 12:04  koenr
9860         * lang/nl/help/: index.html, forum/index.html: 
9861         
9862         filling in missing links...
9864 2003-10-08 Wednesday 11:50  koenr
9866         * lang/nl/help/courseuploadsize.html: 
9867         
9868         translated by koen roggemans
9870 2003-10-08 Wednesday 11:21  koenr
9872         * lang/nl/label.php: 
9873         
9874         translated by koen roggemans
9876 2003-10-08 Wednesday 11:15  rkingdon
9878         * mod/workshop/: index.php, lib.php, upload.php, version.php,
9879         view.php, db/mysql.php, db/mysql.sql: 
9880         
9881         Cosmetic change to index.php list; Logging of phase changes in a
9882         workshop; tidy up of log_display entries - thus the new version;
9884 2003-10-08 Wednesday 11:02  jungwirr
9886         * mod/attendance/db/: postgres7.php, postgres7.sql: 
9887         
9888         
9889         
9890         added official support for postgres7
9892 2003-10-08 Wednesday 11:01  koenr
9894         * lang/nl/: assignment.php, forum.php, moodle.php, workshop.php: 
9895         
9896         filling in missing strings
9898 2003-10-08 Wednesday 10:51  stronk7
9900         * theme/cordoroyblue/pix/spacer.gif: 
9901         
9902         This image was missing in this theme and '?' images were showded. 
9903         See http://moodle.org/mod/forum/discuss.php?d=2882
9905 2003-10-08 Wednesday 09:48  martignoni
9907         * lang/fr/docs/: README.txt, files.php, install.html,
9908         module_files.txt: 
9909         
9910         New translated files
9912 2003-10-08 Wednesday 09:15  rkingdon
9914         * mod/dialogue/: backuplib.php, dialogues.php, edit.php, index.php,
9915         lib.php, restorelib.php, version.php, view.php, db/mysql.php: 
9916         
9917         Fix in Cron routine to delete closed dialogues; Remove No entries
9918         on the Closed Dialogues pane to make it consistent with the other
9919         panes.
9921 2003-10-08 Wednesday 08:57  koenr
9923         * lang/nl/help/workshop/elements.html: 
9924         
9925         translated by Koen Roggemans
9927 2003-10-08 Wednesday 08:56  koenr
9929         * lang/nl/help/workshop/index.html: 
9930         
9931         translated for version 1.1
9933 2003-10-08 Wednesday 08:54  koenr
9935         * lang/nl/help/: index.html, mods.html: 
9936         
9937         showing double help-files: fixed
9939 2003-10-08 Wednesday 08:53  koenr
9941         * lang/nl/workshop.php: 
9942         
9943         Fillling missing strings ...
9945 2003-10-08 Wednesday 08:53  koenr
9947         * lang/nl/: moodle.php, help/resource/index.html: 
9948         
9949         corrected typo
9951 2003-10-08 Wednesday 03:56  martignoni
9953         * lang/fr/countries.php: 
9954         
9955         Changed to proper encoding
9957 2003-10-08 Wednesday 03:45  martignoni
9959         * lang/fr/countries.php: 
9960         
9961         New translated file
9963 2003-10-08 Wednesday 00:35  stronk7
9965         * backup/backuplib.php: 
9966         
9967         Now scales users are in backup too. See bug 824.  Closing it in
9968         some hours.
9970 2003-10-07 Tuesday 22:53  moodler
9972         * admin/lang.php: 
9973         
9974         Improved the heading a little
9976 2003-10-07 Tuesday 22:44  moodler
9978         * admin/lang.php: 
9979         
9980         Split up the looooooooooooooong page into separate files, to make
9981         editing a little easier!
9983 2003-10-07 Tuesday 20:49  moodler
9985         * lang/en/glossary.php: 
9986         
9987         Tweak to add entry button
9989 2003-10-07 Tuesday 20:43  moodler
9991         * lang/en/glossary.php: 
9992         
9993         iTweak to english
9995 2003-10-07 Tuesday 20:13  moodler
9997         * lang/en/glossary.php, mod/glossary/lib.php,
9998         mod/glossary/view.php: 
9999         
10000         Started out reformatting the code a little and ended up simplifying
10001         the interface a bit ... hope you like it, Will!
10003 2003-10-07 Tuesday 18:24  moodler
10005         * help.php: 
10006         
10007         Only show visible modules in help
10009 2003-10-07 Tuesday 07:54  moodler
10011         * lang/en/exercise.php, lang/en/help/exercise/administration.html,
10012         lang/en/help/exercise/elements.html,
10013         lang/en/help/exercise/finalgrades.html,
10014         lang/en/help/exercise/grade.html,
10015         lang/en/help/exercise/grading.html,
10016         lang/en/help/exercise/gradinggrade.html,
10017         lang/en/help/exercise/gradingstrategy.html,
10018         lang/en/help/exercise/managing.html,
10019         lang/en/help/exercise/mods.html,
10020         lang/en/help/exercise/moreinfo.html,
10021         lang/en/help/exercise/nelements.html,
10022         lang/en/help/exercise/specimen.html,
10023         lang/en/help/exercise/submissionofdescriptions.html,
10024         lang/en/help/exercise/takeownership.html,
10025         lang/en/help/exercise/usemax.html, mod/exercise/assessments.php,
10026         mod/exercise/backuplib.php, mod/exercise/construction_icon.gif,
10027         mod/exercise/icon.gif, mod/exercise/icon.png,
10028         mod/exercise/icon2.gif, mod/exercise/icon2.png,
10029         mod/exercise/index.php, mod/exercise/lib.php,
10030         mod/exercise/mod.html, mod/exercise/restorelib.php,
10031         mod/exercise/submissions.php, mod/exercise/todo.txt,
10032         mod/exercise/upload.php, mod/exercise/version.php,
10033         mod/exercise/view.php, mod/exercise/db/mysql.php,
10034         mod/exercise/db/mysql.sql: 
10035         
10036         First main-tree version of the Exercise module (formerly in
10037         contrib) by Ray Kingdon.
10038         
10039         Works quite well, but it's not clear yet if this will be part of
10040         major releases (due to the overlap with assignments and workshops
10041         and the confusion this may cause).
10043 2003-10-07 Tuesday 07:26  martignoni
10045         * lang/fr/moodle.php: 
10046         
10047         Cleanup of file "moodle.php"
10049 2003-10-07 Tuesday 07:02  moodler
10051         * backup/restore_execute.html: 
10052         
10053         Don't throw an error if users aren't found - just print a notice.
10055 2003-10-07 Tuesday 07:01  moodler
10057         * backup/restorelib.php: 
10058         
10059         Not having any users in a backup is not necessarily an error.
10061 2003-10-07 Tuesday 07:00  moodler
10063         * backup/backuplib.php: 
10064         
10065         If there aren't any users, don't do anything.
10067 2003-10-07 Tuesday 06:59  moodler
10069         * backup/backup_execute.html: 
10070         
10071         Added notifications right through the backup when errors occur.
10073 2003-10-07 Tuesday 05:14  stronk7
10075         * mod/workshop/: backuplib.php, restorelib.php: 
10076         
10077         Now assessment->resubmission is in backup/restore too.
10079 2003-10-07 Tuesday 05:02  stronk7
10081         * mod/forum/: backuplib.php, restorelib.php: 
10082         
10083         Now forum->maxbytes is supported in backup/restore.
10085 2003-10-07 Tuesday 04:58  stronk7
10087         * backup/: backuplib.php, restorelib.php: 
10088         
10089         Now course->maxbytes is supported in backup/restore.
10091 2003-10-06 Monday 20:29  moodler
10093         * course/category.php: 
10094         
10095         Only print expanded course listing on the first page (ie short
10096         category)
10098 2003-10-06 Monday 12:30  rkingdon
10100         * mod/workshop/: assessments.php, lib.php: 
10101         
10102         Fixed links in email messages.
10104 2003-10-06 Monday 11:09  moodler
10106         * lib/weblib.php: 
10107         
10108         <acronym> is an allowed tag
10110 2003-10-06 Monday 11:02  moodler
10112         * version.php, lib/moodlelib.php, lib/db/mysql.php,
10113         lib/db/mysql.sql, lib/db/postgres7.php, lib/db/postgres7.sql,
10114         mod/forum/config.html, mod/forum/lib.php, user/edit.html,
10115         mod/forum/mod.html, mod/forum/post.html,
10116         mod/assignment/config.html, mod/assignment/lib.php,
10117         mod/assignment/mod.html, mod/forum/version.php,
10118         mod/forum/db/mysql.php, mod/forum/db/mysql.sql,
10119         mod/forum/db/oci8po.sql, mod/forum/db/postgres7.php,
10120         mod/forum/db/postgres7.sql, admin/config.html, admin/module.php,
10121         course/edit.html, course/scales.php: 
10122         
10123         These changes implement some better controls for controlling
10124         uploads.
10125         
10126         1) There is a new site-wide configuration variable called maxbytes,
10127            which provides an upper filesize limit for all (student)
10128         uploads.
10129         
10130         2) There is a new course-level variable called maxbytes, which
10131         further    limits uploads within a course.
10132         
10133         3) There is a new maxbytes field for forums, which further
10134         restricts    the size allowed in a particular forum.  There is also
10135         a new config    variable in the module configuration to specify a
10136         default size    to use when defining a new forum.
10137         
10138         4) Assignments already had a limit, but this is now aware of the
10139         other    limits, and like forums there is now a settable default
10140         value.
10141         
10142         5) Finally, the sizes of files (Gb, Mb, Kb, bytes) is now
10143         translatable    in the language packs.
10145 2003-10-06 Monday 10:44  moodler
10147         * lang/en/: assignment.php, forum.php, moodle.php,
10148         help/courseuploadsize.html, help/index.html, help/forum/index.html,
10149         help/forum/maxattachmentsize.html: 
10150         
10151         New strings and help pages for file upload restrictions
10153 2003-10-06 Monday 07:46  martignoni
10155         * lang/fr/: TERMS, attendance.php, help/forum/ratings.html: 
10156         
10157         New tranlated files added to repository
10159 2003-10-06 Monday 06:04  carlesbellver
10161         * lang/ca/moodle.php: 
10162         
10163         [no log message]
10165 2003-10-06 Monday 05:31  carlesbellver
10167         * lang/ca/: README, assignment.php, choice.php, forum.php,
10168         journal.php, moodle.php, reading.php, resource.php: 
10169         
10170         [no log message]
10172 2003-10-06 Monday 05:06  martignoni
10174         * lang/fr/README: 
10175         
10176         Changed README to proper encoding
10178 2003-10-06 Monday 05:00  moodler
10180         * lang/en/dialogue.php, lang/en/help/dialogue/closedialogue.html,
10181         lang/en/help/dialogue/deleteafter.html,
10182         lang/en/help/dialogue/dialoguetype.html,
10183         lang/en/help/dialogue/info.html,
10184         lang/en/help/dialogue/maildefault.html,
10185         lang/en/help/dialogue/mods.html,
10186         lang/en/help/dialogue/multiple.html,
10187         lang/en/help/dialogue/writing.html, mod/dialogue/README.txt,
10188         mod/dialogue/backuplib.php, mod/dialogue/dialogues.php,
10189         mod/dialogue/edit.html, mod/dialogue/edit.php,
10190         mod/dialogue/icon.gif, mod/dialogue/index.php,
10191         mod/dialogue/lib.php, mod/dialogue/mod.html,
10192         mod/dialogue/restorelib.php, mod/dialogue/version.php,
10193         mod/dialogue/view.php, mod/dialogue/db/mysql.php,
10194         mod/dialogue/db/mysql.sql: 
10195         
10196         Moving Dialogue into the main tree for convenience.
10198 2003-10-06 Monday 00:36  carlesbellver
10200         * lang/ca/moodle.php: 
10201         
10202         [no log message]
10204 2003-10-05 Sunday 23:48  koenr
10206         * lang/nl/: assignment.php, forum.php, journal.php, moodle.php,
10207         survey.php, workshop.php: 
10208         
10209         Deleted blank lines
10211 2003-10-05 Sunday 23:38  koenr
10213         * lang/nl/resource.php: 
10214         
10215         Deleted blank lines
10217 2003-10-05 Sunday 23:33  koenr
10219         * lang/nl/quiz.php: 
10220         
10221         Deleted blank lines
10223 2003-10-05 Sunday 14:16  koenr
10225         * lang/nl/docs/teacher.html: 
10226         
10227         link to index of helpfiles added
10229 2003-10-05 Sunday 14:16  koenr
10231         * lang/nl/help/quiz/import.html: 
10232         
10233         example for aon added
10235 2003-10-05 Sunday 14:15  koenr
10237         * lang/nl/help/quiz/index.html: 
10238         
10239         corrected some errors
10241 2003-10-05 Sunday 14:13  koenr
10243         * lang/nl/help/workshop/: numberofassessors.html,
10244         submissionofexamples.html, teachersgradings.html,
10245         ungradedassessments_student.html, ungradedassessments_teacher.html:
10246         
10247         
10248         translated by Koen Roggemans
10250 2003-10-05 Sunday 14:12  koenr
10252         * lang/nl/help/workshop/index.html: 
10253         
10254         some helpfiles translated
10256 2003-10-05 Sunday 12:02  rkingdon
10258         * lang/en/workshop.php: 
10259         
10260         New strings for improved resubmission handling.
10262 2003-10-05 Sunday 12:00  rkingdon
10264         * mod/workshop/: assessments.php, lib.php, upload.php, version.php,
10265         view.php, db/mysql.php, db/mysql.sql, db/oci8po.sql,
10266         db/postgres7.sql: 
10267         
10268         Version 2003100200: improved handling of resubmissions (new field
10269         added to workshop_assessments)
10271 2003-10-05 Sunday 07:05  moodler
10273         * admin/config.html, lib/defaults.php, lib/weblib.php: 
10274         
10275         Language direction is now set in the language file, rather than as
10276         a site-level setting.  This currently only affects Arabic but will
10277         affect Hebrew later and maybe others.
10279 2003-10-05 Sunday 06:44  moodler
10281         * lang/en/moodle.php: 
10282         
10283         Add default text direction for English (and most other languages)
10285 2003-10-05 Sunday 06:43  moodler
10287         * lang/ar/moodle.php: 
10288         
10289         Add direction for Arabic
10291 2003-10-03 Friday 12:03  giro123
10293         * lang/es/help/workshop/: includeteachersgrade.html,
10294         leaguetable.html, overallocation.html: 
10295         
10296         [no log message]
10298 2003-10-02 Thursday 09:52  giro123
10300         * lang/es/workshop.php: 
10301         
10302         No traslated yet
10304 2003-10-02 Thursday 09:28  giro123
10306         * lang/es/workshop.php: 
10307         
10308         No traslated yet
10310 2003-10-02 Thursday 01:15  carlesbellver
10312         * lang/ca/README: 
10313         
10314         [no log message]
10316 2003-10-01 Wednesday 23:45  carlesbellver
10318         * lang/ca/: README, forum.php, moodle.php, quiz.php, resource.php,
10319         survey.php, help/enrolmentkey.html: 
10320         
10321         [no log message]
10323 2003-10-01 Wednesday 12:03  moodler
10325         * lang/en/docs/philosophy.html: 
10326         
10327         Minor fix
10329 2003-10-01 Wednesday 11:01  moodler
10331         * doc/docstyles.css, lang/en/docs/docstyles.css: 
10332         
10333         Style sheet (main one is in /doc ... other one is just useful for
10334         editing)
10336 2003-10-01 Wednesday 11:00  moodler
10338         * lang/en/docs/background.html, lang/en/docs/coding.html,
10339         lang/en/docs/credits.html, lang/en/docs/cvs.html,
10340         lang/en/docs/developer.html, lang/en/docs/faq.html,
10341         lang/en/docs/features.html, lang/en/docs/files.php,
10342         lang/en/docs/future.html, lang/en/docs/glossary.html,
10343         lang/en/docs/install.html, lang/en/docs/installamp.html,
10344         doc/contents.php, lang/en/docs/intro.html,
10345         lang/en/docs/licence.html, lang/en/docs/other.html,
10346         lang/en/docs/philosophy.html, lang/en/docs/release.html,
10347         lang/en/docs/teacher.html, lang/en/docs/upgrade.html: 
10348         
10349         First round clean up of the docs
10350         
10351           - new Coding Guidelines
10352           - new Philosophy page
10353           - new dedicated styles sheet for all pages
10354           - better table of contents in left frame
10355           - source fixups all over
10356         
10357         The styles are very boring - I'll work on that next time! Also,
10358         we'll get David's optimisation page and a student manual in there.
10360 2003-10-01 Wednesday 09:54  rkingdon
10362         * lang/en/workshop.php: 
10363         
10364         Adding "weight", fixed bug #799
10366 2003-10-01 Wednesday 09:50  rkingdon
10368         * mod/workshop/lib.php: 
10369         
10370         Replace Literal string "Weight": fixes bug #799
10372 2003-10-01 Wednesday 09:11  carlesbellver
10374         * lang/ca/: README, assignment.php, choice.php, forum.php,
10375         journal.php, help/enrolmentkey.html: 
10376         
10377         [no log message]
10379 2003-09-30 Tuesday 18:35  willcast
10381         * lang/en/glossary.php, lang/es/glossary.php, mod/glossary/lib.php:
10382         
10383         
10384         - Exported entries with attachments are now properly shown
10385         everywhere.
10387 2003-09-30 Tuesday 15:18  giro123
10389         * lang/es/workshop.php: 
10390         
10391         No traslated yet
10393 2003-09-30 Tuesday 08:52  giro123
10395         * lang/es/countries.php: 
10396         
10397         No traslated yet
10399 2003-09-30 Tuesday 07:08  mits
10401         * lang/ja/: README, countries.php: 
10402         
10403         New translation.
10405 2003-09-30 Tuesday 06:36  moodler
10407         * lang/en/docs/credits.html: 
10408         
10409         Changed Excel library and a few names.
10411 2003-09-30 Tuesday 06:24  moodler
10413         * lib/psxlsgen.php: 
10414         
10415         Goodbye old library!   Replaced by moodle/lib/excel
10417 2003-09-30 Tuesday 06:23  moodler
10419         * mod/survey/download.php: 
10420         
10421         
10422         Excel report now uses the new library.   Conversion by Russell
10423         Jungwirth - thanks!
10425 2003-09-30 Tuesday 06:18  moodler
10427         * mod/quiz/report/simplestat/report.php: 
10428         
10429         Excel reports now use the new libraray ... code by Russell
10430         Jungwirth - thanks!
10432 2003-09-30 Tuesday 05:28  stronk7
10434         * course/mod.php: 
10435         
10436         Bug 801 reopened. Problem occur when adding a new activity to a
10437         hidden section, it's visibility defaults to 1.  Now, default
10438         visibility is "inherited" from the section visibility.
10440 2003-09-30 Tuesday 05:25  stronk7
10442         * course/format/topics.php: 
10443         
10444         Added to avoid one notice when no news exist !!
10446 2003-09-30 Tuesday 02:01  bobopinna
10448         * lang/it/countries.php: 
10449         
10450         New from Moodle1.2develop
10452 2003-09-30 Tuesday 01:57  bobopinna
10454         * lang/it/: attendance.php, forum.php, glossary.php, workshop.php: 
10455         
10456         Second step of general revision
10458 2003-09-29 Monday 21:13  willcast
10460         * mod/glossary/dynalink.php: 
10461         
10462         - Multiwords concepts are now shown as a single link when they are
10463         dinymically linked.
10464         
10465         KNOWN BUG: When a concept is contained inside another concept (i.e.
10466         HOUSE and DOLL HOUSE) only the smaller concept is shown. Any help
10467         would be appreciated.
10469 2003-09-29 Monday 21:01  willcast
10471         * mod/glossary/dynalink.php: 
10472         
10473         - Multiwords concepts are now shown as a single link when they are
10474         dinymically linked.
10475         
10476         KNOWN BUG: When a concept is contained inside another concept (i.e.
10477         HOUSE and DOLL HOUSE) only the smaller concept is shown. Any help
10478         would be appreciated.
10480 2003-09-29 Monday 21:00  les_kopari
10482         * mod/glossary/db/oci8po.sql: 
10483         
10484         Test inserts updated for new column.
10486 2003-09-29 Monday 20:55  les_kopari
10488         * mod/glossary/db/oci8po.sql: 
10489         
10490         Truncated names to < 30 chars for table, sequence and trigger.
10492 2003-09-29 Monday 19:17  willcast
10494         * mod/glossary/: dynalink.php, lib.php, showentry.php: 
10495         
10496         - Duplicated entries are now shown together when a dynamic link is
10497         clicked on.
10499 2003-09-29 Monday 14:37  stronk7
10501         * mod/glossary/formats/3.php: 
10502         
10503         Included new format for glossary display "Encyclopedia"
10505 2003-09-29 Monday 14:27  stronk7
10507         * lang/en/glossary.php: 
10508         
10509         Included new format for glossary display "Encyclopedia"
10511 2003-09-29 Monday 14:25  stronk7
10513         * lang/es/glossary.php: 
10514         
10515         Included new format for glossary display "Enciclopedia"
10517 2003-09-29 Monday 13:51  adamtpaw
10519         * lang/pl/moodle.php: 
10520         
10521         Time format changed to 24 hour.
10523 2003-09-29 Monday 12:14  willcast
10525         * mod/glossary/view.php: 
10526         
10527         [no log message]
10529 2003-09-29 Monday 11:14  stronk7
10531         * mod/newmodule_template.zip: 
10532         
10533         Now the module template includes the XXXX_get_participants()
10534         function too (in standard area). See bug 807 and 721.
10536 2003-09-29 Monday 10:45  willcast
10538         * mod/glossary/: dynalink.php, showentry.php, view.php: 
10539         
10540         - Implementing output text filters for glossary entries    
10541         dynalink.php::glossary_dynamic_link($courseid, $text, $glossaryid =
10542         NULL)
10544 2003-09-29 Monday 08:27  stronk7
10546         * mod/: assignment/lib.php, attendance/lib.php, chat/lib.php,
10547         choice/lib.php, forum/lib.php, glossary/lib.php, journal/lib.php,
10548         survey/lib.php, workshop/lib.php: 
10549         
10550         Simply, move the XXXX_get_participants() function from bottom to
10551         the common function area.  See bug 807
10553 2003-09-29 Monday 06:44  willcast
10555         * mod/glossary/: lib.php, view.php: 
10556         
10557         - Not Categorized is now the default view for category tab.
10559 2003-09-29 Monday 03:23  moodler
10561         * lang/fr/: README, assignment.php, auth.php, chat.php, choice.php,
10562         forum.php, journal.php, moodle.php, quiz.php, resource.php,
10563         survey.php, help/coursecategory.html, help/courseformats.html,
10564         help/coursefullname.html, help/coursenewsitems.html,
10565         help/coursenumsections.html, help/courseshortname.html,
10566         help/coursestartdate.html, help/enrolmentkey.html,
10567         help/guestaccess.html, help/picture.html, help/questions.html,
10568         help/text.html, help/assignment/assignmenttype.html,
10569         help/assignment/resubmit.html, help/forum/allowdiscussions.html,
10570         help/forum/attachment.html, help/forum/subscription.html,
10571         help/resource/resourcetype.html, help/resource/summary.html: 
10572         
10573         Updates to French from nicolas@martignoni.net
10575 2003-09-29 Monday 03:06  moodler
10577         * mod/glossary/db/mysql.sql: 
10578         
10579         Fixed typo on sourceglossaryid line
10581 2003-09-28 Sunday 20:06  willcast
10583         * lang/en/glossary.php, lang/en/help/glossary/mainglossary.html,
10584         lang/en/help/glossary/studentcanpost.html, lang/es/glossary.php,
10585         lang/es/help/glossary/mainglossary.html,
10586         lang/es/help/glossary/studentcanpost.html,
10587         mod/glossary/backuplib.php, mod/glossary/deleteentry.php,
10588         mod/glossary/edit.html, mod/glossary/edit.php,
10589         mod/glossary/editcategories.html, mod/glossary/editcategories.php,
10590         mod/glossary/exportentry.php, mod/glossary/lib.php,
10591         mod/glossary/minus.gif, mod/glossary/mod.html,
10592         mod/glossary/restorelib.php, mod/glossary/version.php,
10593         mod/glossary/view.php, mod/glossary/db/mysql.php,
10594         mod/glossary/db/mysql.sql, mod/glossary/db/oci8po.sql,
10595         mod/glossary/db/postgres7.sql: 
10596         
10597         - Exported entries are now linked instead of copied to the main
10598         glossary.  - Short tags are gone.  - Little changes in ES language.
10600 2003-09-28 Sunday 15:40  koenr
10602         * lang/nl/help/workshop/calculatingfinalgrade.html: 
10603         
10604         adjusted title to index.htm
10606 2003-09-28 Sunday 15:38  koenr
10608         * lang/nl/help/workshop/index.html: 
10609         
10610         updated
10612 2003-09-28 Sunday 15:35  koenr
10614         * lang/nl/workshop.php: 
10615         
10616         Corrected minor errors
10618 2003-09-28 Sunday 15:34  koenr
10620         * lang/nl/help/workshop/calculatingfinalgrade.html: 
10621         
10622         Translated by Koen Roggemans
10624 2003-09-28 Sunday 09:53  stronk7
10626         * mod/newmodule_template.zip: 
10627         
10628         Now the JumpMenu is showed when listing activities of this module. 
10629         See Bug 803
10631 2003-09-28 Sunday 09:49  stronk7
10633         * mod/: attendance/index.php, chat/index.php, glossary/index.php: 
10634         
10635         Now the JumpMenu is showed when listing activities of this module. 
10636         See Bug 803
10638 2003-09-28 Sunday 09:29  stronk7
10640         * mod/newmodule_template.zip: 
10641         
10642         Take out CR+LF is some files.  Now, when listing activities,
10643         entries are dimmed if they are hidden (teacher view). See bug 802.
10645 2003-09-28 Sunday 08:56  moodler
10647         * lang/en/docs/coding.html: 
10648         
10649         Getting there ... still working on it.
10651 2003-09-28 Sunday 07:57  moodler
10653         * mod/quiz/lib.php: 
10654         
10655         MOved quiz_get_participants from the bottom to the standard
10656         functions area
10658 2003-09-28 Sunday 03:55  stronk7
10660         * mod/: attendance/index.php, glossary/index.php,
10661         workshop/index.php: 
10662         
10663         Now, when listing activities, entries are dimmed if they are hidden
10664         (teacher view). See bug 802.
10666 2003-09-28 Sunday 03:17  stronk7
10668         * mod/chat/index.php: 
10669         
10670         Now, when listing activities, entries are dimmed if they are hidden
10671         (teacher view). See bug 802.
10673 2003-09-27 Saturday 13:40  jungwirr
10675         * mod/attendance/icon.gif: 
10676         
10677         
10678         changed icon per martin's suggestion
10680 2003-09-27 Saturday 09:56  giro123
10682         * lang/es/workshop.php: 
10683         
10684         [no log message]
10686 2003-09-27 Saturday 09:43  giro123
10688         * lang/es/glossary.php: 
10689         
10690         [no log message]
10692 2003-09-27 Saturday 07:50  moodler
10694         * user/lib.php: 
10695         
10696         Don't print city/country if there aren't any
10698 2003-09-27 Saturday 07:06  moodler
10700         * course/mod.php: 
10701         
10702         Changes from Mad Alex to allow better error reporting when adding
10703         or updating modules.
10704         
10705         See: http://moodle.org/mod/forum/discuss.php?d=2738
10706         
10707         If a moderr.html file exists in the module, it is shown.
10708         
10709         If a string is returned, it's shown.
10710         
10711         Otherwise it works as before.
10713 2003-09-27 Saturday 06:56  moodler
10715         * mod/forum/lib.php: 
10716         
10717         Add slahses to raw strings before insertion into database
10719 2003-09-26 Friday 23:25  moodler
10721         * mod/forum/lib.php: 
10722         
10723         More tiny modifications to forum post headers (they now can wrap)
10725 2003-09-26 Friday 23:18  moodler
10727         * mod/forum/lib.php: 
10728         
10729         Slightly smaller font on by line for forum posts
10731 2003-09-26 Friday 17:10  rkingdon
10733         * mod/workshop/: assessments.php, lib.php, db/mysql.sql: 
10734         
10735         Recent Activity fixed; Student names removed from emails.
10737 2003-09-26 Friday 17:07  rkingdon
10739         * lang/en/workshop.php: 
10740         
10741         Added strings for Recent Activity
10743 2003-09-26 Friday 11:24  giro123
10745         * lang/es/: attendance.php, workshop.php: 
10746         
10747         [no log message]
10749 2003-09-26 Friday 06:17  bobopinna
10751         * lang/it/: attendance.php, glossary.php, workshop.php: 
10752         
10753         
10754         Filled new fields
10756 2003-09-26 Friday 05:12  bobopinna
10758         * lang/it/: assignment.php, choice.php, forum.php, journal.php,
10759         moodle.php, quiz.php, survey.php: 
10760         
10761         
10762         First step of general revision
10764 2003-09-26 Friday 01:21  moodler
10766         * lib/moodlelib.php: 
10767         
10768         When getting a list of countries, check the parent language if
10769         necessary.
10771 2003-09-26 Friday 01:04  moodler
10773         * lang/en/countries.php, lib/countries.php, lib/moodlelib.php,
10774         login/signup.php, login/signup_form.html, user/edit.html,
10775         user/edit.php, user/index.php, admin/config.html, admin/config.php,
10776         admin/register.php, admin/user.php, user/lib.php, user/view.php: 
10777         
10778         The list of countries has finally been moved into the language
10779         packs so it can be translated.
10780         
10781         There is now a new function get_list_of_countries() which will
10782         return a sorted array of countries in the best current language.
10783         
10784         get_string("AU", "countries")   will also work if needed
10786 2003-09-25 Thursday 21:27  moodler
10788         * mod/attendance/: viewall.php, viewweek.php: 
10789         
10790         Attendance now uses the main Moodle version of the Excel library
10792 2003-09-25 Thursday 21:19  moodler
10794         * course/grades.php: 
10795         
10796         Upgraded gradebook to use the new Excel library.
10797         
10798         Most of these changes are from Russell Jungwirth - thanks!
10799         
10800         I also moved the download buttons to the top - better for BIG
10801         classes.
10803 2003-09-25 Thursday 21:18  moodler
10805         * lib/excel/: BIFFwriter.php, Format.php, OLEwriter.php,
10806         Parser.php, README.txt, Workbook.php, Worksheet.php, test.php: 
10807         
10808         Adding a new system for producing Excel documents that are a little
10809         more compatible with non-Excel spreadsheets.  It also has more
10810         features than the old system that we might take advantage of later.
10812 2003-09-25 Thursday 16:09  jungwirr
10814         * mod/attendance/view.php: 
10815         
10816         
10817         updated view to show extra information re: grading, dynamic
10818         section, automation based on logs.
10820 2003-09-25 Thursday 15:47  jungwirr
10822         * lang/en/attendance.php, mod/attendance/add.php,
10823         mod/attendance/config.html, mod/attendance/lib.php,
10824         mod/attendance/mod.html, mod/attendance/view.php,
10825         mod/attendance/viewall.php, mod/attendance/viewweek.php: 
10826         
10827         
10828         Added grading support for attendance - including settings and
10829         database fields.
10830         
10831         Cleaned up some function names in lib to proper naming conventions.
10833 2003-09-25 Thursday 12:40  stronk7
10835         * mod/workshop/backuplib.php: 
10836         
10837         Fixed small error in overallocation field !! :-)
10839 2003-09-25 Thursday 12:38  stronk7
10841         * mod/attendance/: backuplib.php, restorelib.php: 
10842         
10843         Now autoattend field is supported in backup/restore.  Ciao.
10845 2003-09-25 Thursday 12:14  rkingdon
10847         * mod/workshop/: backuplib.php, restorelib.php, db/oci8po.sql,
10848         db/postgres7.sql: 
10849         
10850         Addition of the overallocation field to the workshop table.
10852 2003-09-25 Thursday 11:54  jungwirr
10854         * lang/en/attendance.php, mod/attendance/lib.php,
10855         mod/attendance/version.php, mod/attendance/viewall.php,
10856         mod/attendance/viewweek.php, mod/attendance/db/mysql.php,
10857         mod/attendance/db/mysql.sql: 
10858         
10859         
10860         
10861         Added automatic attendance logging based on date and any activity
10862         by student on that day.  NOTE - cron must be running for this to
10863         work properly
10864         
10865         Modified multi-page views to use arrows instead of words, added a
10866         first page and last page link as well.  Cleaned up that nav menu a
10867         bit as well.
10869 2003-09-25 Thursday 10:32  rkingdon
10871         * mod/workshop/: lib.php, submissions.php, version.php, view.php,
10872         db/mysql.php, db/mysql.sql: 
10873         
10874         Changes to handling of peer assessments allocation; over allocation
10875         option added; new assessment phase added; options added to control
10876         the length of the league table and the display of name in the
10877         league table.
10879 2003-09-25 Thursday 10:28  rkingdon
10881         * lang/en/help/workshop/: includeteachersgrade.html,
10882         leaguetable.html, overallocation.html: 
10883         
10884         One missing help file added; two new help files added
10886 2003-09-25 Thursday 10:27  rkingdon
10888         * lang/en/help/workshop/managing.html: 
10889         
10890         New Assessment Phase added.
10892 2003-09-25 Thursday 10:25  rkingdon
10894         * lang/en/workshop.php: 
10895         
10896         Some new strings for over allocation; the new phase, hiding names
10897         and the league table.
10899 2003-09-25 Thursday 03:03  adamtpaw
10901         * lang/pl/: chat.php, quiz.php, workshop.php: 
10902         
10903         Fixed problems slash before vars
10905 2003-09-24 Wednesday 19:11  les_kopari
10907         * mod/workshop/db/oci8po.php: 
10908         
10909         Initial add for Oracle.
10911 2003-09-24 Wednesday 18:50  les_kopari
10913         * mod/survey/db/oci8po.php: 
10914         
10915         Initial add for Oracle.
10917 2003-09-24 Wednesday 18:47  les_kopari
10919         * mod/resource/db/oci8po.php: 
10920         
10921         Initial add for Oracle.
10923 2003-09-24 Wednesday 18:25  les_kopari
10925         * mod/quiz/db/oci8po.php: 
10926         
10927         Initial add for Oracle.
10929 2003-09-24 Wednesday 18:15  les_kopari
10931         * mod/forum/db/oci8po.php: 
10932         
10933         Initial add for Oracle.
10935 2003-09-24 Wednesday 18:11  les_kopari
10937         * mod/choice/db/oci8po.php: 
10938         
10939         Initial add for Oracle.
10941 2003-09-24 Wednesday 18:05  les_kopari
10943         * mod/chat/db/oci8po.php: 
10944         
10945         Initial add for Oracle.
10947 2003-09-24 Wednesday 17:44  les_kopari
10949         * mod/attendance/db/: oci8po.php, oci8po.sql: 
10950         
10951         Initial add for Oracle.
10953 2003-09-24 Wednesday 16:20  les_kopari
10955         * mod/assignment/db/oci8po.php: 
10956         
10957         Initial add for Oracle...does nothing.
10959 2003-09-24 Wednesday 16:15  les_kopari
10961         * mod/journal/db/oci8po.php: 
10962         
10963         Sorry...brainphart...corrected glossary to journal.
10965 2003-09-24 Wednesday 16:09  les_kopari
10967         * mod/journal/db/oci8po.php: 
10968         
10969         Initial add for Oracle...does nothing.
10971 2003-09-24 Wednesday 15:46  les_kopari
10973         * mod/glossary/db/oci8po.sql: 
10974         
10975         Added new columns and tables, but need resolution on table names >
10976         30 in length, including mdl_glossary_entries_categories.
10978 2003-09-24 Wednesday 14:28  giro123
10980         * lang/es/: attendance.php, glossary.php, moodle.php: 
10981         
10982         [no log message]
10984 2003-09-24 Wednesday 12:10  jungwirr
10986         * mod/attendance/: viewall.php, viewweek.php: 
10987         
10988         
10989         changed the excel writing library to a more fully-featured, less
10990         buggy one.
10992 2003-09-24 Wednesday 10:35  jungwirr
10994         * mod/attendance/: version.php, viewall.php, viewweek.php: 
10995         
10996         
10997         added export to excel and text feature for reports.  Still a bug
10998         with export full report to excel in viewweek.php
11000 2003-09-24 Wednesday 10:32  jungwirr
11002         * lang/en/attendance.php: 
11003         
11004         
11005         added strings for export to excel
11007 2003-09-24 Wednesday 09:51  giro123
11009         * lang/es/glossary.php: 
11010         
11011         [no log message]
11013 2003-09-24 Wednesday 09:49  paca70
11015         * lang/fi/: assignment.php, auth.php, chat.php, choice.php,
11016         forum.php, journal.php, moodle.php, pgassignment.php, quiz.php,
11017         resource.php, survey.php, docs/README.txt, docs/files.php,
11018         docs/install.html, docs/intro.html, help/coursecategory.html,
11019         help/courseformats.html, help/coursefullname.html,
11020         help/coursenewsitems.html, help/coursenumsections.html,
11021         help/courserecent.html, help/courseshortname.html,
11022         help/coursestartdate.html, help/enrolmentkey.html,
11023         help/guestaccess.html, help/html.html, help/langedit.html,
11024         help/mods.html, help/picture.html, help/questions.html,
11025         help/reading.html, help/richtext.html, help/surveys.html,
11026         help/teachers.html, help/text.html, help/textformat.html,
11027         help/writing.html, help/assignment/assignmenttype.html,
11028         help/assignment/resubmit.html, help/choice/options.html,
11029         help/forum/allowdiscussions.html, help/forum/attachment.html,
11030         help/forum/forumtype.html, help/forum/ratings.html,
11031         help/forum/subscription.html, help/pgassignment/anonymous.html,
11032         help/pgassignment/assignmenttype.html,
11033         help/pgassignment/breakdownoffinalgrade.html,
11034         help/pgassignment/calculatingfinalgrade.html,
11035         help/pgassignment/elements.html,
11036         help/pgassignment/finalgrades.html, help/pgassignment/graded.html,
11037         help/pgassignment/grading.html,
11038         help/pgassignment/gradingcomments.html,
11039         help/pgassignment/includeself.html,
11040         help/pgassignment/managing.html,
11041         help/pgassignment/numberofassessors.html,
11042         help/pgassignment/resubmit.html,
11043         help/pgassignment/showinggrades.html,
11044         help/pgassignment/specimen.html,
11045         help/pgassignment/teachersgradings.html, help/quiz/attempts.html,
11046         help/quiz/categories.html, help/quiz/correctanswers.html,
11047         help/quiz/feedback.html, help/quiz/grademethod.html,
11048         help/quiz/import.html, help/quiz/maxgrade.html,
11049         help/quiz/multichoice.html, help/quiz/questiontypes.html,
11050         help/quiz/randommatch.html, help/quiz/review.html,
11051         help/quiz/shortanswer.html, help/quiz/timeopen.html,
11052         help/quiz/truefalse.html, help/resource/resourcetype.html,
11053         help/resource/summary.html: 
11054         
11055         Converted files from iso-8859-1 to UTF-8
11057 2003-09-24 Wednesday 07:39  mits
11059         * lang/ja/: README, glossary.php: 
11060         
11061         New translation added.
11063 2003-09-23 Tuesday 19:06  les_kopari
11065         * lib/db/oci8po.sql: 
11066         
11067         Added columns indent, visible to create, inserts.
11069 2003-09-23 Tuesday 18:30  les_kopari
11071         * lib/db/oci8po.php: 
11072         
11073         Initial version for Oracle: does nothing.
11075 2003-09-23 Tuesday 09:51  stronk7
11077         * backup/version.php: 
11078         
11079         Up abit to solve one category issue.
11081 2003-09-23 Tuesday 09:40  stronk7
11083         * backup/restorelib.php: 
11084         
11085         Now, to restore course category do this: - Check if (category_id,
11086         category_name) exists.  - Check if (category_name) exists.  - Check
11087         if category_id = 1 exists.  - Create a new, initially invisible
11088         category withe the info in backup-file.
11089         
11090         This solves a issue when restoring to a new course and category_id
11091         1 had been removed !!
11093 2003-09-23 Tuesday 05:42  willcast
11095         * mod/glossary/edit.php: 
11096         
11097         [no log message]
11099 2003-09-23 Tuesday 05:34  willcast
11101         * lang/en/glossary.php,
11102         lang/en/help/glossary/allowduplicatedentries.html,
11103         lang/en/help/glossary/displayformat.html,
11104         lang/en/help/glossary/index.html,
11105         lang/en/help/glossary/mainglossary.html,
11106         lang/en/help/glossary/mods.html,
11107         lang/en/help/glossary/studentcanpost.html, lang/es/glossary.php,
11108         mod/glossary/edit.html, mod/glossary/edit.php,
11109         mod/glossary/lib.php, mod/glossary/view.php,
11110         mod/glossary/db/mysql.php: 
11111         
11112         - Corrections in EN language. Thanks to Przemek! - Added a "All
11113         categories" link to the category drop-down box in Category view.  -
11114         Better display of categorized entries (more organized).  -
11115         SelectLetter, Special and All captions are now properly showed when
11116         some of the their flags are not set.  - Properly use of course
11117         module visibility (in case someone directly access the URL)
11119 2003-09-23 Tuesday 05:18  moodler
11121         * lib/weblib.php: 
11122         
11123         Small fix to avoid warnings on empty tables
11125 2003-09-22 Monday 20:13  moodler
11127         * course/lib.php: 
11128         
11129         Whoops, silly typo
11131 2003-09-22 Monday 20:11  moodler
11133         * course/lib.php: 
11134         
11135         Trivial change to users listing to compress display a bit
11137 2003-09-22 Monday 17:00  stronk7
11139         * backup/version.php: 
11140         
11141         Updated a bit (only date)
11143 2003-09-22 Monday 14:45  adamtpaw
11145         * lang/pl/help/: quiz/description.html, quiz/formatblackboard.html,
11146         quiz/formatcustom.html, quiz/formatmissingword.html,
11147         quiz/index.html, quiz/mods.html, quiz/multianswer.html,
11148         quiz/numerical.html, quiz/repeatattempts.html,
11149         workshop/assessmentofexamples.html,
11150         workshop/gradingsubmissions.html, workshop/mods.html,
11151         workshop/ungradedassessments_student.html,
11152         workshop/ungradedassessments_teacher.html: 
11153         
11154         New file
11156 2003-09-22 Monday 11:01  villate
11158         * lang/pt/: chat.php, forum.php, moodle.php: 
11159         
11160         Included a few missing variables.
11162 2003-09-22 Monday 10:18  villate
11164         * lang/pt/: moodle.php, quiz.php: 
11165         
11166         Replace "Mova" by "Mude"
11168 2003-09-22 Monday 09:12  mits
11170         * lang/ja/: README, attendance.php, glossary.php: 
11171         
11172         Some new translations added.
11174 2003-09-22 Monday 09:03  moodler
11176         * mod/quiz/lib.php: 
11177         
11178         Fixed a NASTY little bug that sometimes occurred when re-grading
11179         quizzes with random questions in them.
11180         
11181         (everyone got set to zero)
11183 2003-09-22 Monday 07:58  stronk7
11185         * course/format/topics.php: 
11186         
11187         Take off one notice when there is no news in a course...
11189 2003-09-22 Monday 07:01  moodler
11191         * user/: edit.html, edit.php, view.php: 
11192         
11193         Use the new is_internal_auth function
11195 2003-09-22 Monday 06:58  moodler
11197         * lib/moodlelib.php: 
11198         
11199         Added is_internal_auth() function to quickly identify internal
11200         authentication
11202 2003-09-22 Monday 06:25  moodler
11204         * user/edit.html: 
11205         
11206         Fixed bug when main admin was editing externally-defined accounts
11207         (the username/password was editable)
11209 2003-09-22 Monday 05:35  willcast
11211         * mod/glossary/deleteentry.php: 
11212         
11213         [no log message]
11215 2003-09-22 Monday 03:06  bobopinna
11217         * lang/it/: attendance.php, chat.php, forum.php, glossary.php,
11218         label.php, moodle.php, quiz.php, resource.php, workshop.php: 
11219         
11220         
11221         Updated Moodle 1.2develop
11223 2003-09-22 Monday 01:30  stronk7
11225         * backup/restorelib.php: 
11226         
11227         Solved two possibe bugs:     - Restoring to courses without section
11228         0 (manually deleted).      - Restoring to sections without mods and
11229         null values in its sequence field.  Thanks to Janne Mikkonen...
11231 2003-09-21 Sunday 23:27  giro123
11233         * lang/es/moodle.php: 
11234         
11235         [no log message]
11237 2003-09-21 Sunday 17:06  stronk7
11239         * mod/glossary/: backuplib.php, restorelib.php: 
11240         
11241         Now glossary categories are inbackup/restore too !! Not tested !!
11243 2003-09-21 Sunday 16:40  stronk7
11245         * mod/glossary/backuplib.php: 
11246         
11247         Some cosmetical updates plus one error selecting
11248         glossary_categories_entries solved. No backup is working ok... I
11249         think.
11251 2003-09-21 Sunday 16:39  willcast
11253         * mod/glossary/: version.php, db/mysql.php, db/postgres7.sql,
11254         db/mysql.sql: 
11255         
11256         [no log message]
11258 2003-09-21 Sunday 16:32  willcast
11260         * mod/glossary/: version.php, db/mysql.php, db/mysql.sql,
11261         db/postgres7.sql: 
11262         
11263         [no log message]
11265 2003-09-21 Sunday 16:07  stronk7
11267         * mod/glossary/backuplib.php: 
11268         
11269         Fixed small error
11271 2003-09-21 Sunday 15:43  stronk7
11273         * mod/glossary/restorelib.php: 
11274         
11275         No restoring categories, but working again.
11277 2003-09-21 Sunday 13:45  stronk7
11279         * mod/attendance/: backuplib.php, restorelib.php: 
11280         
11281         Now, the "edited" field is included in backup/restore too.
11283 2003-09-21 Sunday 12:55  adamtpaw
11285         * lang/pl/README: 
11286         
11287         Info about maintener and contributors
11289 2003-09-21 Sunday 11:09  willcast
11291         * mod/glossary/: backuplib.php, restorelib.php: 
11292         
11293         - Backup of categories and its entries - Working on the restore
11294         process... Eloy will gives me a hand this (hopefully!)
11296 2003-09-21 Sunday 10:40  jungwirr
11298         * mod/attendance/db/mysql.sql: 
11299         
11300         
11301         added field I fergot about when creating the update code.  duhrrr.
11303 2003-09-21 Sunday 10:08  willcast
11305         * lang/en/glossary.php, lang/es/glossary.php,
11306         mod/glossary/deleteentry.html, mod/glossary/deleteentry.php,
11307         mod/glossary/edit.html, mod/glossary/edit.php,
11308         mod/glossary/editcategories.html, mod/glossary/editcategories.php,
11309         mod/glossary/exportentry.php, mod/glossary/lib.php,
11310         mod/glossary/version.php, mod/glossary/view.php,
11311         mod/glossary/db/mysql.php, mod/glossary/db/mysql.sql,
11312         mod/glossary/db/postgres7.php, mod/glossary/db/postgres7.sql,
11313         mod/glossary/formats/1.php, mod/glossary/formats/2.php: 
11314         
11315         - Now the entries could be categorized.  - Any entry could belongs
11316         to many categories - Improved main page and add entry look.  -
11317         Added PostgreSQL7 squema (Thanks Janne Mikkonen!) - Deleting
11318         entries also delete its attachments if any.
11320 2003-09-21 Sunday 09:35  moodler
11322         * lib/weblib.php: 
11323         
11324         Robustness on an optional variable
11326 2003-09-21 Sunday 08:45  moodler
11328         * lib/weblib.php: 
11329         
11330         Changes from Mad Alex and Gustav Delius:
11331         
11332           - make more of the HTML into XHTML
11333           - add a $usexml parameter to print_header that sets up the page
11334         as XML
11335             (in the first case, for MathML)
11337 2003-09-21 Sunday 08:32  moodler
11339         * theme/: standard/header.html, standard/styles.php,
11340         standardblue/header.html, standardgreen/header.html,
11341         standardlogo/header.html, standardred/header.html,
11342         standardwhite/header.html: 
11343         
11344         Some improved XHTML
11346 2003-09-21 Sunday 03:58  adamtpaw
11348         * lang/pl/help/survey/: index.html, mods.html: 
11349         
11350         Translation of Survey module
11352 2003-09-20 Saturday 13:02  adamtpaw
11354         * lang/pl/help/journal/: index.html, mods.html: 
11355         
11356         Translation of Journal
11358 2003-09-20 Saturday 12:58  adamtpaw
11360         * lang/pl/help/resource/: index.html, mods.html, program.html: 
11361         
11362         Traltaion of resource module
11364 2003-09-20 Saturday 10:33  stronk7
11366         * course/lib.php: 
11367         
11368         Changed !empty to isset to avoid warnings.
11370 2003-09-20 Saturday 10:08  stronk7
11372         * course/lib.php: 
11373         
11374         Added one check to avoid some notices in make_categories_list(). 
11375         Commented in Moodle's forum:
11376         http://moodle.org/mod/forum/discuss.php?d=2627
11378 2003-09-19 Friday 23:11  moodler
11380         * course/info.php, course/lib.php, pix/i/guest.gif,
11381         theme/cordoroyblue/pix/i/guest.gif: 
11382         
11383         Make the "guest allowed" icon separate from the user icon.
11385 2003-09-19 Friday 22:19  moodler
11387         * user/index.php: 
11388         
11389         Fixed user display with less than 20 students
11391 2003-09-19 Friday 20:27  moodler
11393         * lang/pl/: assignment.php, auth.php, chat.php, choice.php,
11394         forum.php, journal.php, moodle.php, quiz.php, resource.php,
11395         survey.php, help/questions.html, help/reading.html,
11396         help/richtext.html, help/writing.html, help/assignment/mods.html,
11397         help/chat/mods.html, help/choice/mods.html, help/quiz/import.html,
11398         help/quiz/questiontypes.html: 
11399         
11400         Fixed up Adam's tags again
11402 2003-09-19 Friday 16:29  jungwirr
11404         * lang/en/attendance.php: 
11405         
11406         
11407         fixed a default for the 'presentshort' string
11409 2003-09-19 Friday 12:27  adamtpaw
11411         * lang/pl/help/: assignment/index.html, assignment/mods.html,
11412         choice/index.html, choice/mods.html: 
11413         
11414         
11415         some new filesCVS:
11416         -------------------------------------------------------------------
11417         ---
11419 2003-09-19 Friday 12:23  adamtpaw
11421         * lang/pl/help/: cookies.html, courseavailability.html,
11422         coursegrades.html, crow_mods.txt, index.html, scales.html: 
11423         
11424         Few new files
11426 2003-09-19 Friday 12:18  adamtpaw
11428         * lang/pl/docs/: README.txt, coding.html, files.php, other.html,
11429         release.html: 
11430         
11431         Few new files
11433 2003-09-19 Friday 12:12  adamtpaw
11435         * lang/pl/: assignment.php, auth.php, chat.php, choice.php,
11436         forum.php, journal.php, moodle.php, quiz.php, resource.php,
11437         survey.php, docs/background.html, docs/credits.html,
11438         docs/future.html, docs/glossary.html, docs/index.html,
11439         docs/install.html, docs/installamp.html, docs/intro.html,
11440         docs/upgrade.html, help/questions.html, help/reading.html,
11441         help/richtext.html, help/writing.html, help/chat/mods.html,
11442         help/quiz/import.html, help/quiz/questiontypes.html: 
11443         
11444         "<? " => "<php?
11446 2003-09-19 Friday 08:43  jungwirr
11448         * mod/attendance/config.html: 
11449         
11450         
11451         added config.html
11453 2003-09-19 Friday 04:58  moodler
11455         * mod/attendance/: version.php, db/mysql.php: 
11456         
11457         Database needs prefix
11459 2003-09-19 Friday 01:33  moodler
11461         * lib/datalib.php: 
11462         
11463         When searching users don't use "LIKE" for all databases.
11465 2003-09-18 Thursday 21:24  jungwirr
11467         * mod/attendance/: add.php, index.php, lib.php, mod.html,
11468         version.php, view.php, viewall.php, viewweek.php, db/mysql.php,
11469         db/mysql.sql: 
11470         
11471         
11472         
11473         Added preference to allow for default attendance status for
11474         unedited rolls.  (it used to be just 'present' now it can be any of
11475         the three.
11477 2003-09-18 Thursday 21:22  jungwirr
11479         * lang/en/attendance.php: 
11480         
11481         
11482         added new strings for attendance status preference
11484 2003-09-18 Thursday 16:53  willcast
11486         * mod/glossary/view.php: 
11487         
11488         - Initial changes to categorize the entries..  - A new function in
11489         lib that perhaps could be used in other modules:   
11490         print_tabbed_table_start and print_tabbed_table_end
11492 2003-09-18 Thursday 16:36  willcast
11494         * mod/glossary/: edit.html, lib.php, version.php, view.php,
11495         db/mysql.php, db/mysql.sql, formats/1.php, formats/2.php: 
11496         
11497         - Initial changes to categorize the entries..  - A new function in
11498         lib that perhaps could be used in other modules:   
11499         print_tabbed_table_start and print_tabbed_table_end
11501 2003-09-18 Thursday 14:58  stronk7
11503         * course/category.php: 
11504         
11505         Now restore button is always showed here too !! Same behaviour than
11506         the restore link in main page.  (automatically creates backupdata
11507         dir) Closed bug #741
11509 2003-09-18 Thursday 14:25  jungwirr
11511         * lang/en/attendance.php: 
11512         
11513         
11514         updated to reflect changes in the module
11516 2003-09-18 Thursday 14:23  jungwirr
11518         * mod/attendance/: add.php, index.php, lib.php, view.php,
11519         viewall.php, viewweek.php: 
11520         
11521         
11522         viewweek.php: Added a report to view attendance rolls by week
11523         instead of all or one -
11524         
11525         Updated view.php and viewall.php to reflect these options as well.
11527 2003-09-18 Thursday 12:28  stronk7
11529         * backup/STATUS.txt: 
11530         
11531         Small typo :-)
11533 2003-09-18 Thursday 11:52  stronk7
11535         * backup/: STATUS.txt, version.php: 
11536         
11537         Labels, attendances and glosaries finished.  Updated a bit info in
11538         STATUS.txt
11540 2003-09-18 Thursday 11:41  stronk7
11542         * mod/attendance/: backuplib.php, restorelib.php: 
11543         
11544         Now attendance module is in backup/restore too !! Please test.
11546 2003-09-18 Thursday 11:08  stronk7
11548         * mod/attendance/lib.php: 
11549         
11550         Added attendace_get_participants(). Needed to implement backup &
11551         restore.
11553 2003-09-18 Thursday 10:57  willcast
11555         * lang/: en/glossary.php, es/glossary.php: 
11556         
11557         - When guest or students search entries, now they are correctly
11558         displayed.
11560 2003-09-18 Thursday 10:48  stronk7
11562         * backup/version.php: 
11563         
11564         Now glossaries are included too.  And backup filename is editable.
11566 2003-09-18 Thursday 10:43  stronk7
11568         * backup/backup_check.html: 
11569         
11570         Now more characters are replaced in the backup filename.  And it's
11571         editable in the backup proccess, too.  Bug #763 closed.
11573 2003-09-18 Thursday 10:03  moodler
11575         * mod/attendance/version.php: 
11576         
11577         Somehow the version went down ... bumping it up again!
11579 2003-09-18 Thursday 10:01  moodler
11581         * version.php: 
11582         
11583         Bump
11585 2003-09-18 Thursday 08:54  willcast
11587         * lang/en/glossary.php: 
11588         
11589         - When guest or students search entries, now they are correctly
11590         displayed.
11592 2003-09-18 Thursday 08:49  willcast
11594         * lang/: en/glossary.php, es/glossary.php: 
11595         
11596         - When guest or students search entries, now they are correctly
11597         displayed.
11599 2003-09-18 Thursday 08:36  willcast
11601         * lang/es/glossary.php: 
11602         
11603         - When guest or students search entries, now they are correctly
11604         displayed.
11606 2003-09-18 Thursday 07:41  moodler
11608         * lang/en/docs/future.html: 
11609         
11610         Updates to dates
11612 2003-09-18 Thursday 07:18  willcast
11614         * mod/glossary/lib.php: 
11615         
11616         - When guest or students search entries, now they are correctly
11617         displayed.
11619 2003-09-18 Thursday 06:59  giro123
11621         * lang/es/: appointment.php, attendance.php, forum.php,
11622         glossary.php: 
11623         
11624         [no log message]
11626 2003-09-18 Thursday 05:57  thepurpleblob
11628         * lang/en/help/wiki.html: 
11629         
11630         Updated to reflect change in quote handling, and to document inline
11631         file linking (which was in code but not in help)
11633 2003-09-18 Thursday 05:52  thepurpleblob
11635         * lib/wiki.php: 
11636         
11637         Changed replacement logic for quotes (") as some versions of
11638         Micro$oft's (so called) browser are buggy and sometimes ignore <p>
11639         tags.
11641 2003-09-18 Thursday 04:51  moodler
11643         * lib/datalib.php: 
11644         
11645         Don't grab unconfirmed users in user listing
11647 2003-09-17 Wednesday 21:50  moodler
11649         * lib/datalib.php: 
11650         
11651         Make get_course_students backward compatible
11653 2003-09-17 Wednesday 21:46  moodler
11655         * lib/datalib.php, user/index.php: 
11656         
11657         First attempt at proper paging for the user page.
11658         
11659         Still needs some work ...
11661 2003-09-17 Wednesday 20:35  moodler
11663         * lang/pt_br/: forum.php, moodle.php, resource.php: 
11664         
11665         Updates from Paula
11667 2003-09-17 Wednesday 16:46  jungwirr
11669         * lang/en/attendance.php, mod/attendance/add.php,
11670         mod/attendance/index.php, mod/attendance/lib.php,
11671         mod/attendance/mod.html, mod/attendance/version.php,
11672         mod/attendance/view.php, mod/attendance/viewall.php: 
11673         
11674         
11675         Finished first version of add.php - to add multiple attendance
11676         instances at the same time.
11678 2003-09-17 Wednesday 14:27  stronk7
11680         * mod/glossary/restorelib.php: 
11681         
11682         Now restoring glossaries is included too !! Please, test it !!
11684 2003-09-17 Wednesday 14:07  stronk7
11686         * mod/glossary/backuplib.php: 
11687         
11688         Some fields missing in backup. Fixed.
11690 2003-09-17 Wednesday 10:04  giro123
11692         * lang/es/: label.php, appointment.php, attendance.php,
11693         glossary.php: 
11694         
11695         [no log message]
11697 2003-09-17 Wednesday 09:50  giro123
11699         * lang/es/: appointment.php, attendance.php: 
11700         
11701         [no log message]
11703 2003-09-17 Wednesday 09:12  giro123
11705         * lang/es/forum.php: 
11706         
11707         [no log message]
11709 2003-09-17 Wednesday 07:40  jungwirr
11711         * lang/en/attendance.php: 
11712         
11713         
11714         just some more strings for new functionality.
11716 2003-09-17 Wednesday 07:37  jungwirr
11718         * mod/attendance/: add.php, index.php, lib.php, mod.html,
11719         version.php, view.php, viewall.php: 
11720         
11721         
11722         fixed bugs in view.php, mod.html, viewall.php added add.php for
11723         adding mutiple instances at once - not nearly done yet!
11725 2003-09-16 Tuesday 23:20  moodler
11727         * mod/forum/index.php: 
11728         
11729         Forums in section 0 (top section) now get combined in the "General
11730         Forums" listing on the Forums list
11732 2003-09-16 Tuesday 18:56  willcast
11734         * lang/en/glossary.php: 
11735         
11736         - Testing new permissions...
11738 2003-09-16 Tuesday 18:33  moodler
11740         * course/student.php: 
11741         
11742         Remove $PHP_SELF
11744 2003-09-16 Tuesday 17:21  willcast
11746         * mod/glossary/: icon.gif, icon1.gif: 
11747         
11748         [no log message]
11750 2003-09-16 Tuesday 14:45  stronk7
11752         * mod/glossary/backuplib.php: 
11753         
11754         Now entries attachments are in backup too. This module is slighty
11755         different because when "no user info" is selected, teacher entries
11756         are exported so, instead of copying all the moddata/glossary dir
11757         (as other modules), files are copied selectively !!
11759 2003-09-16 Tuesday 13:24  stronk7
11761         * lang/en/help/glossary/: allowduplicatedentries.html,
11762         displayformat.html, index.html, mainglossary.html, mods.html,
11763         studentcanpost.html: 
11764         
11765         Will is having problems, so I upload this...
11767 2003-09-16 Tuesday 12:34  stronk7
11769         * lang/en/glossary.php: 
11770         
11771         Will is having problems, so I upload this...
11773 2003-09-16 Tuesday 12:28  stronk7
11775         * lang/es/: glossary.php,
11776         help/glossary/allowduplicatedentries.html,
11777         help/glossary/displayformat.html, help/glossary/index.html,
11778         help/glossary/mainglossary.html, help/glossary/mods.html,
11779         help/glossary/studentcanpost.html: 
11780         
11781         Will is having problems, so I upload this...
11783 2003-09-16 Tuesday 11:51  willcast
11785         * mod/glossary/db/: mysql.php, mysql.sql: 
11786         
11787         - Display format of entries is now modular.  - Entries can have an
11788         optional file - English help files.  - Now the alphabet is a
11789         language string so it is now usable in other languages.
11790         
11791         KNOWN BUGS: - It does not backup nor restore the attached files of
11792         the entries.
11794 2003-09-16 Tuesday 11:24  mits
11796         * lang/ja/: README, attendance.php, forum.php, glossary.php,
11797         label.php, moodle.php: 
11798         
11799         New translation added.
11801 2003-09-16 Tuesday 11:04  willcast
11803         * mod/glossary/: README.txt, backuplib.php, deleteentry.php,
11804         edit.html, edit.php, exportentry.php, index.php, lib.php, mod.html,
11805         restorelib.php, version.php, view.php, formats/1.php,
11806         formats/2.php: 
11807         
11808         - Display format of entries is now modular.  - Entries can have an
11809         optional file - English help files.  - Now the alphabet is a
11810         language string so it is now usable in other languages.
11811         
11812         KNOWN BUGS: - It does not backup nor restore the attached files of
11813         the entries.
11815 2003-09-16 Tuesday 10:22  les_kopari
11817         * mod/glossary/db/: oci8po.sql, oci8po.php: 
11818         
11819         Oracle version
11821 2003-09-16 Tuesday 07:07  villate
11823         * lang/pt/forum.php: 
11824         
11825         Some language improvements
11827 2003-09-16 Tuesday 00:24  moodler
11829         * version.php: 
11830         
11831         Bump!
11833 2003-09-15 Monday 23:35  moodler
11835         * mod/forum/lib.php: 
11836         
11837         Err ... whose idea was it to cache the strings in
11838         forum_make_mail_post?  :-)
11840 2003-09-15 Monday 23:15  moodler
11842         * files/index.php: 
11843         
11844         Backupdata is now always created if it is needed.
11845         
11846         Navigation is a little neater (no longer puts a link on the current
11847         folder)
11849 2003-09-15 Monday 22:48  moodler
11851         * course/lib.php: 
11852         
11853         Move all the activity editing buttons back on the end of the
11854         activity name
11856 2003-09-15 Monday 22:33  moodler
11858         * mod/attendance/: README.txt, icon.gif, index.php, lib.php,
11859         mod.html, version.php, view.php, viewall.php, db/mysql.php,
11860         db/mysql.sql: 
11861         
11862         New module Attendance, by Russell Jungwirth.
11864 2003-09-15 Monday 22:32  moodler
11866         * lang/en/: attendance.php, help/attendance/mods.html: 
11867         
11868         Language file for new Attendance module, by Russell Jungwirth
11870 2003-09-15 Monday 20:07  moodler
11872         * mod/glossary/: README.txt, backuplib.php, deleteentry.html,
11873         deleteentry.php, edit.html, edit.php, export.gif, exportentry.php,
11874         icon.gif, index.php, lib.php, mod.html, restorelib.php,
11875         version.php, view.php, db/mysql.php, db/mysql.sql: 
11876         
11877         New Glossary module, version 0.1 - by Williams Castillo!
11879 2003-09-15 Monday 20:06  moodler
11881         * lang/es/: glossary.php,
11882         help/glossary/allowduplicatedentries.html,
11883         help/glossary/displayformat.html, help/glossary/index.html,
11884         help/glossary/mainglossary.html, help/glossary/mods.html,
11885         help/glossary/studentcanpost.html: 
11886         
11887         Spanish language files for new Glossary module
11889 2003-09-15 Monday 20:04  moodler
11891         * lang/en/: glossary.php,
11892         help/glossary/allowduplicatedentries.html,
11893         help/glossary/displayformat.html, help/glossary/index.html,
11894         help/glossary/mainglossary.html, help/glossary/mods.html,
11895         help/glossary/studentcanpost.html: 
11896         
11897         Language files for Glossary module - help files in Spanish still!
11899 2003-09-15 Monday 19:42  moodler
11901         * lang/en/forum.php, mod/forum/lib.php: 
11902         
11903         New feature: "Show Parent" on all posts will take you to to the
11904         parent of any given post.  Detects threaded mode and behaves a bit
11905         differently though intuitively.
11907 2003-09-15 Monday 04:59  moodler
11909         * lib/weblib.php: 
11910         
11911         Hide labels from nav menu
11913 2003-09-14 Sunday 19:29  moodler
11915         * lang/pl/: assignment.php, auth.php, chat.php, choice.php,
11916         forum.php, journal.php, moodle.php, quiz.php, resource.php,
11917         survey.php, workshop.php, help/questions.html, help/reading.html,
11918         help/richtext.html, help/writing.html, help/chat/mods.html,
11919         help/quiz/import.html, help/quiz/questiontypes.html: 
11920         
11921         FIxed some PHP tags and empty strings
11923 2003-09-14 Sunday 16:41  les_kopari
11925         * mod/label/db/oci8po.sql: 
11926         
11927         Oracle translation of mySQL module for label.
11929 2003-09-14 Sunday 14:43  stronk7
11931         * backup/: backup_check.html, backuplib.php, restore_execute.html,
11932         restorelib.php, version.php: 
11933         
11934         Now, "needed" users are included in backup/restore when "course
11935         users" are selected.  This uses the xxxx_get_participants()
11936         function in every module.  This solves an issue about info in
11937         modules belonging to unenrolled users (Bug #692 closed).  Mantain
11938         compatibility with old backups (1.1 and 1.1.1).  Updated version to
11939         "1.2 development".  Included support to "label" module (by Martin)
11941 2003-09-14 Sunday 14:27  koenr
11943         * lang/nl/help/quiz/review.html: 
11944         
11945         Some Englisch text was stil in it
11947 2003-09-14 Sunday 14:16  koenr
11949         * lang/nl/docs/teacher.html: 
11950         
11951         leraars replaced with leraren
11953 2003-09-14 Sunday 14:14  adamtpaw
11955         * lang/pl/workshop.php: 
11956         
11957         First translation of Workshop module
11959 2003-09-14 Sunday 11:56  moodler
11961         * admin/index.php: 
11962         
11963         Removed typo .php
11965 2003-09-14 Sunday 11:51  moodler
11967         * course/format/topics.php: 
11968         
11969         Hide labels on topic pages
11971 2003-09-14 Sunday 10:50  moodler
11973         * config-dist.php: 
11974         
11975         Some docs for PostgreSQL sockets users (see bug #749)
11977 2003-09-14 Sunday 10:39  moodler
11979         * lib/datalib.php: 
11980         
11981         When adding a new column, set all the default values manually
11983 2003-09-14 Sunday 10:20  moodler
11985         * course/lib.php: 
11986         
11987         Reduced size of table cells ... might need to work on editing
11988         buttons
11990 2003-09-14 Sunday 09:43  moodler
11992         * course/lib.php: 
11993         
11994         Some tidying up of the editing icons
11996 2003-09-14 Sunday 09:34  moodler
11998         * lang/en/moodle.php: 
11999         
12000         Strings to move activities left and right
12002 2003-09-14 Sunday 09:31  moodler
12004         * version.php, backup/backuplib.php, backup/restorelib.php,
12005         course/lib.php, course/mod.php, lib/db/mysql.php, lib/db/mysql.sql,
12006         lib/db/postgres7.php, lib/db/postgres7.sql: 
12007         
12008         New field on course_modules called "indent" ... this is an integer
12009         that tells us how far to indent the activity when it is displayed.
12010         
12011         This gives us some more flexibility on the course outline to
12012         arrange things as we might like them, into subtopics etc
12013         
12014         Backup/restore is updated as well.
12015         
12016         There is also a bit more robustness in course/mod.php
12018 2003-09-14 Sunday 08:47  stronk7
12020         * mod/label/: backuplib.php, lib.php, restorelib.php: 
12021         
12022         Added "graphical structure".  Added label_get_participants()
12023         function.
12025 2003-09-14 Sunday 08:20  moodler
12027         * mod/label/: backuplib.php, restorelib.php: 
12028         
12029         Backupo / Restore for labels (untested as yet)
12031 2003-09-14 Sunday 08:20  moodler
12033         * mod/label/: version.php, db/mysql.php, db/mysql.sql,
12034         db/postgres7.php, db/postgres7.sql: 
12035         
12036         Added a course field (whoops!) and edited backuplib.php and
12037         restorelib.php
12039 2003-09-14 Sunday 05:30  moodler
12041         * mod/label/: icon.gif, index.php, lib.php, mod.html, version.php,
12042         view.php, db/mysql.php, db/mysql.sql, db/postgres7.php,
12043         db/postgres7.sql: 
12044         
12045         New module:  Label.
12046         
12047         This is a sort of "dummy" activity that allows HTML to be placed
12048         anywhere in the course sections ...
12050 2003-09-14 Sunday 05:25  moodler
12052         * lib/setup.php, lib/weblib.php, course/lib.php, course/mod.php,
12053         course/recent.php, course/search.php, course/view.php,
12054         course/format/social.php, course/format/topics.php,
12055         course/format/weeks.php: 
12056         
12057         Two things are in this checkin:
12058         
12059         1) Support for the new "label" module has been added.  It's
12060         unfortunate    about having to make these exceptions but this was
12061         the overall cleanest    way I could think of.
12062         
12063         2) All local calculation of pixpath and modpixpath has been removed
12064         and    replaced with a single calculation which is done in
12065         setup.php and    stored in $CFG->pixpath and #CFG->modpixpath.  All
12066         graphics should    use these variables so that themes can easily
12067         override them.
12069 2003-09-14 Sunday 05:22  moodler
12071         * lib/db/postgres7.php: 
12072         
12073         Used the wrong function to display the message (Notify, not Notice)
12075 2003-09-14 Sunday 05:20  moodler
12077         * lang/en/: label.php, help/label/mods.html: 
12078         
12079         New help files for label module
12081 2003-09-14 Sunday 02:36  moodler
12083         * mod/forum/mod.html: 
12084         
12085         Put rating setup last because it's optional
12087 2003-09-13 Saturday 21:04  moodler
12089         * lib/datalib.php: 
12090         
12091         Some early phpdoc-style documentation (thanks to Russell
12092         Jungwirth!)
12093         
12094         Fixes for use of MySQL-only CONCAT function on other databases
12096 2003-09-13 Saturday 17:25  adamtpaw
12098         * lang/pl/: assignment.php, auth.php, chat.php, choice.php,
12099         forum.php, journal.php, moodle.php, quiz.php, resource.php,
12100         survey.php, docs/background.html, docs/credits.html, docs/faq.html,
12101         docs/future.html, docs/glossary.html, docs/index.html,
12102         docs/install.html, docs/installamp.html, docs/intro.html,
12103         docs/upgrade.html, help/coursecategory.html,
12104         help/enrolmentkey.html, help/questions.html, help/reading.html,
12105         help/richtext.html, help/writing.html, help/chat/mods.html,
12106         help/quiz/import.html, help/quiz/questiontypes.html: 
12107         
12108         update for Moodle 1.1
12110 2003-09-13 Saturday 05:59  moodler
12112         * course/lib.php: 
12113         
12114         Show restore icon all the time, even if there are no backups.
12116 2003-09-13 Saturday 04:59  moodler
12118         * version.php: 
12119         
12120         Time to move on!
12122 2003-09-13 Saturday 01:19  moodler
12124         * lib/moodlelib.php: 
12125         
12126         Frontpage directories to ignore are called _vti_cnf .. not vti_cnf
12128 2003-09-13 Saturday 01:03  les_kopari
12130         * mod/: resource/db/oci8po.sql, survey/db/oci8po.sql,
12131         workshop/db/oci8po.sql: 
12132         
12133         Oracle tables, etc converted from mysql, plus test transactions.
12135 2003-09-13 Saturday 01:00  les_kopari
12137         * mod/: choice/db/oci8po.sql, forum/db/oci8po.sql,
12138         journal/db/oci8po.sql, quiz/db/oci8po.sql: 
12139         
12140         Oracle tables, etc converted from mysql, plus test transactions.
12142 2003-09-13 Saturday 00:56  les_kopari
12144         * mod/chat/db/oci8po.sql: 
12145         
12146         Oracle tables, etc converted from mysql, plus test transactions.
12148 2003-09-13 Saturday 00:53  les_kopari
12150         * lib/db/oci8po.sql, mod/assignment/db/oci8po.sql: 
12151         
12152         Oracle tables, etc converted from mysql, plus test transactions.
12154 2003-09-13 Saturday 00:43  les_kopari
12156         * backup/db/oci8po.sql: 
12157         
12158         Oracle tables, etc converted from mysql.
12160 2003-09-13 Saturday 00:34  moodler
12162         * theme/: brightretro/header.html, cordoroyblue/header.html,
12163         garden/header.html, oceanblue/header.html, poweraid/header.html,
12164         standard/header.html, standardblue/header.html,
12165         standardgreen/header.html, standardlogo/header.html,
12166         standardred/header.html, standardwhite/header.html: 
12167         
12168         PLace included metadata lines above the <title>
12170 2003-09-12 Friday 03:33  mits
12172         * lang/ja/: README, moodle.php: 
12173         
12174         New translation added, and polished some.
12176 2003-09-11 Thursday 22:31  koenr
12178         * lang/nl/help/workshop/: nassessmentsofstudentsubmissions.html,
12179         nassessmentsofteachersexamples.html, nelements.html: 
12180         
12181         Translated by Koen Roggemans
12183 2003-09-11 Thursday 22:30  koenr
12185         * lang/nl/help/workshop/index.html: 
12186         
12187         Translated files in index; alphabetical order
12189 2003-09-11 Thursday 07:02  moodler
12191         * version.php: 
12192         
12193         1.1.1  - now with less short_tags!
12195 2003-09-11 Thursday 06:53  moodler
12197         * lib/ipatlas/: ip-atlas_prefs.php, plotimage.php: 
12198         
12199         Fixed some short tags
12201 2003-09-11 Thursday 06:51  moodler
12203         * lang/: pl/assignment.php, pl/auth.php, pl/chat.php,
12204         pl/choice.php, pl/forum.php, pl/journal.php, pl/moodle.php,
12205         pl/quiz.php, pl/resource.php, pl/survey.php, sk/help/mods.html,
12206         sk/help/questions.html, sk/help/reading.html,
12207         sk/help/richtext.html, sk/help/textformat.html,
12208         sk/help/writing.html, sk/help/quiz/questiontypes.html,
12209         sk/help/resource/resourcetype.html: 
12210         
12211         FIxed some short tags
12213 2003-09-11 Thursday 06:50  moodler
12215         * error/index.php: 
12216         
12217         Short tags
12219 2003-09-11 Thursday 06:24  moodler
12221         * theme/poweraid/: index.php, images/index.php: 
12222         
12223         Some short tags
12225 2003-09-11 Thursday 06:23  moodler
12227         * mod/newmodule_template.zip: 
12228         
12229         Removed short tags
12231 2003-09-11 Thursday 06:21  moodler
12233         * mod/: quiz/edit.php, quiz/numerical.html, resource/details.php,
12234         survey/view.php, workshop/mod.html: 
12235         
12236         More short tags
12238 2003-09-11 Thursday 06:05  moodler
12240         * backup/: backup_check.html, backup_form.html, restore_form.html: 
12241         
12242         More short tags
12244 2003-09-11 Thursday 05:43  moodler
12246         * course/edit.html: 
12247         
12248         More short tags not found by the script    :-(  :-(
12250 2003-09-11 Thursday 05:09  moodler
12252         * admin/index.php: 
12253         
12254         
12255         Doh!   No need to check for short_tags any more.