diff --git a/CHANGES b/CHANGES index b9de00a9f45..70bb0f78f5d 100644 --- a/CHANGES +++ b/CHANGES @@ -8,1757 +8,5176 @@ A more user-friendly version of this is in doc/release.html --------------------------------------------------------------- -2003-08-28 Thursday 19:58 moodler +2004-01-31 Saturday 01:00 moodler - * lang/fi/: chat.php, moodle.php: + * lang/en/docs/future.html: - Some tweaks from Teemu + Updated because of slippage -2003-08-28 Thursday 19:52 moodler +2004-01-31 Saturday 00:49 koenr - * lang/es/README.txt: + * lang/nl/moodle.php: - Version change :-) + translating on moodle-speed ;-) -2003-08-28 Thursday 19:42 moodler +2004-01-31 Saturday 00:43 moodler - * pix/i/admin.gif, pix/i/files.gif, pix/i/log.gif, - pix/i/scales.gif, theme/cordoroyblue/pix/i/admin.gif, - theme/cordoroyblue/pix/i/files.gif, - theme/cordoroyblue/pix/i/log.gif, - theme/cordoroyblue/pix/i/scales.gif: + * version.php: - Tidied up the images a little bit to make them a bit more - consistent + Bump -2003-08-28 Thursday 19:39 giro123 +2004-01-31 Saturday 00:42 moodler - * lang/es/docs/glossary.html: + * lang/en/moodle.php: - [no log message] + New string 'clicktochange' -2003-08-28 Thursday 19:31 giro123 +2004-01-31 Saturday 00:40 moodler - * lang/es/: docs/README.txt, docs/background.html, - docs/coding.html, docs/credits.html, docs/cvs.html, - docs/developer.html, docs/faq.html, docs/features.html, - docs/files.php, docs/future.html, docs/glossary.html, - docs/install.html, docs/installamp.html, docs/intro.html, - docs/licence.html, docs/module_files.txt, docs/other.html, - docs/release.html, docs/teacher.html, docs/upgrade.html, - README.txt: + * course/: lib.php, mod.php, format/social/format.php, + format/topics/format.php, format/weeks/format.php: - [no log message] - -2003-08-28 Thursday 18:40 moodler - - * lang/en/docs/: install.html, installamp.html: + Improvements to groups. - Some tweaks to mention that zlib is needed on Windows - -2003-08-28 Thursday 18:31 moodler - - * theme/UPGRADE.txt, theme/brightretro/styles.php, - theme/cordoroyblue/styles.php, theme/garden/styles.php, - theme/oceanblue/styles.php, theme/poweraid/styles.php, - course/lib.php, theme/standard/styles.php, - theme/standardblue/styles.php, theme/standardgreen/styles.php, - theme/standardlogo/styles.php, theme/standardred/styles.php, - theme/standardwhite/styles.php: + - you can now actually turn group modes on and off for each + activity. :-) + "Turn Editing On" to see the new icons. - Added some missing styles from the course listing, so that the - course and category names can be tweaked. + - Link to Groups page is now smarter about when it does and + doesn't appear -2003-08-28 Thursday 18:14 moodler +2004-01-31 Saturday 00:37 koenr - * mod/quiz/: editmultianswer.php, multiple.php: + * lang/nl/: error.php, error.php: - Questions were being created here without a stamp + missing strings -2003-08-28 Thursday 18:03 moodler +2004-01-31 Saturday 00:36 moodler - * course/loggraph.php: + * pix/t/groups.gif: - Fixed uniitialised variable + Slightly improved icon -2003-08-28 Thursday 13:01 giro123 +2004-01-30 Friday 23:44 moodler - * lang/es/help/workshop/: elements.html, includeself.html, - index.html: + * pix/t/: groupn.gif, groups.gif, groupv.gif: - [no log message] + New draft icons for defining groups per activity -2003-08-28 Thursday 11:24 paca70 +2004-01-30 Friday 21:55 moodler - * backup/db/postgres7.sql: + * mod/journal/report.php: - Quick (untested) fix to make table and index creation work. + Fixed some hard-coded strings + http://moodle.org/bugs/bug.php?op=show&bugid=1011 -2003-08-28 Thursday 11:19 rkingdon +2004-01-30 Friday 20:27 moodler - * mod/workshop/: assessments.php, lib.php: + * lang/en/error.php: - Addition of returnto parameter to workshop_print_assessment - function to allow return to original pages when making assessemnts; - clearing (trival) unassigned variable bug in the same function. + Missing string -2003-08-28 Thursday 11:15 anvergara +2004-01-30 Friday 20:08 moodler - * lang/es_es/workshop.php: + * user/index.php: - [no log message] + When separate groups are being used, only show teachers and + students who have access to that group -2003-08-28 Thursday 11:06 giro123 +2004-01-30 Friday 20:03 moodler - * lang/es/docs/coding.html: + * lib/datalib.php: - [no log message] + Putting in a placeholder when counting or gettig users in group 0 + (return nothing for now) -2003-08-28 Thursday 11:00 paca70 +2004-01-30 Friday 19:30 moodler - * lib/db/postgres7.sql: + * lib/datalib.php: - Fixed some typos pointed by Pasha. - -2003-08-28 Thursday 10:40 moodler - - * lang/en/help/workshop/index.html: + get_course_students can now look for groups as well (doesn't handle + group 0 yet) - Added an index to the Workshop files!! + get_course_users is more robust (fixes the journal report problem + etc) + +2004-01-30 Friday 15:50 koenr + + * lang/nl/: error.php, forum.php, moodle.php: - No translators seem to have said anything about it all this time! + missing strings -2003-08-28 Thursday 10:21 anvergara +2004-01-30 Friday 15:15 stronk7 - * lang/es_es/moodle.php: + * mod/forum/db/oci8po.sql: - [no log message] + Some strange line feeds in the latest version. Solved. -2003-08-28 Thursday 10:13 moodler +2004-01-30 Friday 13:44 gustav_delius + + * mod/forum/db/oci8po.sql: + + increase mailed to number(2) + +2004-01-30 Friday 13:40 gustav_delius + + * lib/db/mysql.php, lib/db/postgres7.php, mod/forum/version.php, + mod/forum/db/mysql.php, mod/forum/db/mysql.sql: + + moved the database update code to where it belongs + +2004-01-30 Friday 13:16 stronk7 + + * lang/en/moodle.php: + + Added str. creatinggroups + +2004-01-30 Friday 11:04 stronk7 + + * backup/: backuplib.php, lib.php: + + Now everything seems to work fine with the new insert_record() + function. + + Please, test :-) + +2004-01-30 Friday 10:21 gustav_delius + + * lib/datalib.php, lib/db/mysql.php, lib/db/postgres7.php, + version.php, mod/forum/lib.php: + + better logging of forum mail errors, see + http://moodle.org/mod/forum/discuss.php?d=4865. Required the + addition of an extra optional argument $user="" to add_to_log() + +2004-01-30 Friday 08:53 moodler + + * mod/assignment/: index.php, lib.php, view.php: + + Fixed the counting of submissions for a new function + assignment_count_real_submissions() + +2004-01-30 Friday 07:22 moodler + + * mod/quiz/report/overview/report.php: + + OK, much better. What was I thinking. :-) + +2004-01-30 Friday 07:16 moodler + + * mod/quiz/report/overview/report.php: + + On second thoughts, added hours + +2004-01-30 Friday 07:16 moodler + + * mod/quiz/report/overview/report.php: + + Fixed date format + +2004-01-30 Friday 06:50 gustav_delius + + * config-dist.php: + + got rid of bad line endings + +2004-01-30 Friday 01:55 moodler + + * lib/moodlelib.php, lang/en/error.php: + + Error message for restricted users + +2004-01-30 Friday 01:04 moodler + + * lib/datalib.php: + + New paratmeter to insert_record called primarykey (defaults to + "id") and removed insert_record_old + +2004-01-30 Friday 00:50 moodler + + * filter/texh/texh.php: + + Whoops ... forgot to check this in + +2004-01-30 Friday 00:45 moodler + + * mod/forum/view.php: + + Fix the mode handling for "single" forums + +2004-01-30 Friday 00:31 moodler + + * login/change_password.php: + + Check for restricted users and also removed some tabs + +2004-01-30 Friday 00:29 moodler + + * user/edit.php: + + Restrict certain users from changing profile + +2004-01-30 Friday 00:25 moodler + + * lib/moodlelib.php: + + New function to restrict defined users + +2004-01-29 Thursday 23:45 paca70 + + * lib/datalib.php: + + My php 4.3.4/postgres7.4 combination was thinking that returned + id-column was string and some modules were thingking that theres + insert error if return value is string. Right now all id-colums is + always integer so this should be ok. + +2004-01-29 Thursday 23:43 bobopinna + + * lang/it/moodle.php: + + Updated by Roberto -Bobo- Pinna + +2004-01-29 Thursday 23:36 bobopinna + + * lang/it/moodle.php: + + Updated by Roberto -Bobo- Pinna + +2004-01-29 Thursday 23:29 moodler + + * mod/glossary/showentry.php: + + No functional change, just me moodling + +2004-01-29 Thursday 23:26 moodler + + * course/groups.php: + + Use natural sorting on lists + +2004-01-29 Thursday 22:44 moodler + + * lib/moodlelib.php: + + When unenrolling students, remove them from groups too + +2004-01-29 Thursday 21:59 moodler + + * lib/moodlelib.php: + + When adding a teacher, remove them as a student. + +2004-01-29 Thursday 20:02 moodler + + * mod/journal/report.php: + + Simplified logic a bit + +2004-01-29 Thursday 20:01 moodler + + * mod/journal/lib.php: + + Fixed typo bug when getting users + +2004-01-29 Thursday 19:11 moodler + + * lib/adodb/: adodb-csvlib.inc.php, adodb-datadict.inc.php, + adodb-error.inc.php, adodb-errorhandler.inc.php, + adodb-errorpear.inc.php, adodb-exceptions.inc.php, + adodb-iterator.inc.php, adodb-lib.inc.php, adodb-pager.inc.php, + adodb-pear.inc.php, adodb-perf.inc.php, adodb-php4.inc.php, + adodb-time.inc.php, adodb-xmlschema.inc.php, adodb.inc.php, + docs-adodb.htm, docs-datadict.htm, docs-perf.htm, docs-session.htm, + license.txt, pivottable.inc.php, rsfilter.inc.php, server.php, + tips_portable_sql.htm, toexport.inc.php, tohtml.inc.php, tute.htm, + datadict/datadict-access.inc.php, datadict/datadict-db2.inc.php, + datadict/datadict-generic.inc.php, datadict/datadict-ibase.inc.php, + datadict/datadict-informix.inc.php, + datadict/datadict-mssql.inc.php, datadict/datadict-mysql.inc.php, + datadict/datadict-oci8.inc.php, datadict/datadict-postgres.inc.php, + datadict/datadict-sybase.inc.php, drivers/adodb-access.inc.php, + drivers/adodb-ado.inc.php, drivers/adodb-ado_access.inc.php, + drivers/adodb-ado_mssql.inc.php, + drivers/adodb-borland_ibase.inc.php, drivers/adodb-csv.inc.php, + drivers/adodb-db2.inc.php, drivers/adodb-fbsql.inc.php, + drivers/adodb-firebird.inc.php, drivers/adodb-ibase.inc.php, + drivers/adodb-informix.inc.php, drivers/adodb-informix72.inc.php, + drivers/adodb-mssql.inc.php, drivers/adodb-mssqlpo.inc.php, + drivers/adodb-mysql.inc.php, drivers/adodb-mysqli.inc.php, + drivers/adodb-mysqlt.inc.php, drivers/adodb-oci8.inc.php, + drivers/adodb-oci805.inc.php, drivers/adodb-oci8po.inc.php, + drivers/adodb-odbc.inc.php, drivers/adodb-odbc_mssql.inc.php, + drivers/adodb-odbc_oracle.inc.php, drivers/adodb-oracle.inc.php, + drivers/adodb-postgres.inc.php, drivers/adodb-postgres64.inc.php, + drivers/adodb-postgres7.inc.php, drivers/adodb-proxy.inc.php, + drivers/adodb-sapdb.inc.php, drivers/adodb-sqlanywhere.inc.php, + drivers/adodb-sqlite.inc.php, drivers/adodb-sybase.inc.php, + drivers/adodb-vfp.inc.php, lang/adodb-ca.inc.php, + lang/adodb-cn.inc.php, lang/adodb-de.inc.php, + lang/adodb-fr.inc.php, lang/adodb-it.inc.php, + perf/perf-db2.inc.php, perf/perf-informix.inc.php, + perf/perf-mssql.inc.php, perf/perf-mysql.inc.php, + perf/perf-oci8.inc.php, perf/perf-postgres.inc.php, + session/adodb-compress-bzip2.php, session/adodb-compress-gzip.php, + session/adodb-cryptsession.php, session/adodb-encrypt-mcrypt.php, + session/adodb-encrypt-md5.php, session/adodb-encrypt-secret.php, + session/adodb-sess.txt, session/adodb-session-clob.php, + session/adodb-session.php, session/adodb-sessions.mysql.sql, + session/adodb-sessions.oracle.clob.sql, + session/adodb-sessions.oracle.sql, session/crypt.inc.php, + tests/benchmark.php, tests/client.php, tests/test-datadict.php, + tests/test-pgblob.php, tests/test-php5.php, + tests/test-xmlschema.php, tests/test.php, tests/test2.php, + tests/test3.php, tests/test4.php, tests/test5.php, + tests/test_rs_array.php, tests/testcache.php, + tests/testdatabases.inc.php, tests/testgenid.php, + tests/testmssql.php, tests/testoci8.php, tests/testoci8cursor.php, + tests/testpaging.php, tests/testpear.php, tests/testsessions.php, + tests/tmssql.php: + + Upgrading ADOdb to 4.11 ... there were lots of little bug fixes + +2004-01-29 Thursday 18:25 moodler + + * lib/datalib.php: + + Fixed problem with magic quotes + +2004-01-29 Thursday 17:57 moodler + + * mod/journal/lib.php: + + Don't always use arraymerge in journal_get_users_done() - was + causing bad data sometimes ... + +2004-01-29 Thursday 07:27 moodler + + * lib/datalib.php: + + IMPORTANT! CRUCIAL CHANGE TO MAJOR FUNCTION! + + Petri Asikainen rewrote insert_record to use ADOdb functions. It + might be very slightly slower but it gets rid of all the horrible + not-quite-working PostgreSQL workarounds the old one contained. + + It worked for him on PostgreSQL 7.4 and for me on MySQL 3.23 and + 4.0.15, so I'm checking it in. + + Please test it thoroughly on your test systems. + + Since it writes data it has the potential to stuff things up, so be + careful on production systems for a few days. + +2004-01-29 Thursday 07:13 bobopinna + + * lang/it/docs/teacher.html: + + Updated by Roberto -Bobo- Pinna + +2004-01-29 Thursday 06:27 bobopinna + + * lang/it/help/: coursecategory.html, courseformats.html, + coursefullname.html, coursenumsections.html, courserecent.html, + courseshortname.html, coursestartdate.html, enrolmentkey.html, + guestaccess.html, html.html, langedit.html, choice/options.html: + + New version from Giorgio Borelli + +2004-01-28 Wednesday 21:59 moodler + + * mod/forum/index.php: + + Dont print learning forums table if there aren't any + +2004-01-28 Wednesday 20:58 moodler + + * mod/forum/index.php: + + Reduce intro text for general forums + +2004-01-28 Wednesday 20:13 moodler + + * version.php, lib/db/mysql.php, lib/db/mysql.sql, + lib/db/postgres7.php, lib/db/postgres7.sql: + + Change type of config->value to text (to allow longer info) + +2004-01-28 Wednesday 16:14 stronk7 + + * backup/version.php: + + - some debug info turned off. - scheduled backups now supports + groups info (need to centralize the code!!) - solved an important + issue when restoring users introduced in lib.php v1.44 + + Bump + +2004-01-28 Wednesday 16:12 stronk7 + + * backup/lib.php: + + Solved one important issue when restoring users due to a bug in + revision 1.44, when solving bug 946. Tons of thanks to Jacob Romeyn + detecting it. + +2004-01-28 Wednesday 16:08 stronk7 + + * backup/restorelib.php: + + Turn off some debug info. + +2004-01-28 Wednesday 16:07 stronk7 + + * backup/backup_scheduled.php: + + Now groups are included in scheduled backups. I think that we + should use the same exact code in backup_execute.php and + backup_scheduled.php to avoid duplicating it in two files !! + +2004-01-28 Wednesday 08:46 moodler * tags: Latest tags -2003-08-28 Thursday 10:07 moodler +2004-01-28 Wednesday 06:49 moodler - * mod/quiz/lib.php: + * mod/forum/: lib.php, version.php: - Default quiz category must have a stamp + Removed function, and updated versions -2003-08-28 Thursday 10:00 moodler +2004-01-28 Wednesday 06:48 moodler - * lang/en/docs/: background.html, coding.html, credits.html, - developer.html, faq.html, features.html, install.html, - installamp.html, intro.html, upgrade.html: + * mod/forum/discuss.php: - Various small fixes and improvements. Nothing too serious. - - Not even 1/4 of what I wanted to do today, though. I had a lot of - other work come in today and I've just run out of steam. :-( - - I'll tackle these docs again another time. + Yes, finally forum display preferences are preserved. :-) -2003-08-28 Thursday 09:20 giro123 +2004-01-28 Wednesday 06:47 moodler - * lang/es/forum.php: + * lib/moodlelib.php: - [no log message] + Bugfixes to set_user_preference -2003-08-28 Thursday 09:19 moodler +2004-01-28 Wednesday 06:14 moodler + + * version.php, lib/datalib.php, lib/moodlelib.php, + lib/db/mysql.php, lib/db/mysql.sql, lib/db/postgres7.php, + lib/db/postgres7.sql: + + Added new table called "user preferences" which can be used for + storing arbitrary preferences for each user. + + Thanks to Jon Papaioannou for the first draft of this code which I + modified. + +2004-01-28 Wednesday 03:03 moodler + + * mod/assignment/: index.php, view.php: + + FIxed counting of submissions + +2004-01-27 Tuesday 23:41 koenr + + * lang/nl/resource.php: + + missing strings + +2004-01-27 Tuesday 23:41 koenr + + * lang/nl/docs/install.html: + + found some typo's + +2004-01-27 Tuesday 20:42 moodler + + * lib/weblib.php: + + Added msup + +2004-01-27 Tuesday 20:27 moodler + + * mod/: assignment/version.php, attendance/version.php, + chat/version.php, choice/version.php, dialogue/version.php, + exercise/version.php, forum/version.php, glossary/version.php, + journal/version.php, label/version.php, quiz/version.php, + resource/version.php, survey/version.php, workshop/version.php: + + Define minimum required versions of Moodle + +2004-01-27 Tuesday 20:26 moodler + + * admin/index.php: + + Allow modules to define the version of Moodle they require, and + abort their installation if this requirement isn't met. + +2004-01-27 Tuesday 15:48 stronk7 + + * course/grades.php: + + Small typo preventing Excel Sheets to be named correctly. + +2004-01-27 Tuesday 03:57 moodler + + * backup/restorelib.php: + + Fixed tiny bug for courses without groups + +2004-01-26 Monday 19:43 moodler * version.php: - Not quite ready, but anyone trying the Beta at this stage will - probably not need to upgrade. + Bumpy bump - time moving too fast -2003-08-28 Thursday 08:35 giro123 +2004-01-26 Monday 19:30 moodler - * lang/es/forum.php: + * lib/weblib.php: - [no log message] + Allowing tag -2003-08-28 Thursday 08:00 giro123 +2004-01-26 Monday 15:23 stronk7 - * lang/es/help/: chat/chatting.html, forum/mods.html, - workshop/assessmentofexamples.html, - workshop/gradingsubmissions.html, - workshop/submissionofexamples.html, - workshop/ungradedassessments_student.html, - workshop/ungradedassessments_teacher.html: + * backup/config.html, admin/backup.php: - [no log message] + Now the destination directory in scheduled bakups have some checks: + - Trailing slashes. - Trailing backslashes. - Exists. -2003-08-28 Thursday 05:11 moodler +2004-01-26 Monday 10:22 moodler - * version.php: + * theme/standard/styles.php: - Bump - release in 12 hours + Check $themename to prevent warnings at high levels of debugging + ... -2003-08-28 Thursday 05:10 moodler +2004-01-26 Monday 09:46 moodler - * course/recent.php: + * backup/backuplib.php: - Unfinished and unlinked, but I'll check it in for hacking on + FIxed tiniest bug when trying to backup groups in courses that have + none -2003-08-28 Thursday 04:57 moodler +2004-01-26 Monday 09:32 moodler - * course/lib.php: + * lang/en/moodle.php: - Initialiase $totalcount to prevent warnings + Setting moodle.php back to default format (as created by + admin/lang.php) -2003-08-27 Wednesday 20:02 giro123 +2004-01-26 Monday 09:26 moodler - * lang/es/: chat.php, forum.php, moodle.php, quiz.php, - workshop.php, help/workshop/addingacomment.html, - help/workshop/agreeassessments.html, help/workshop/anonymous.html, - help/workshop/assignmenttype.html, - help/workshop/breakdownoffinalgrade.html, - help/workshop/calculatingfinalgrade.html, - help/workshop/editingacomment.html, help/workshop/elements.html, - help/workshop/finalgrades.html, help/workshop/graded.html, - help/workshop/grading.html, help/workshop/gradingassessments.html, - help/workshop/gradingstrategy.html, help/workshop/includeself.html, - help/workshop/index.html, help/workshop/managing.html, - help/workshop/mods.html, - help/workshop/nassessmentsofstudentsubmissions.html, - help/workshop/nassessmentsofteachersexamples.html, - help/workshop/nelements.html, help/workshop/numberofassessors.html, - help/workshop/resubmit.html, help/workshop/selfassessment.html, - help/workshop/showinggrades.html, help/workshop/specimen.html, - help/workshop/teachersgradings.html: + * lang/en/moodle.php: - [no log message] + Adding string for groups backup -2003-08-27 Wednesday 18:30 giro123 +2004-01-26 Monday 08:55 moodler - * lang/es/: docs/cvs.html, docs/features.html, moodle.php, - help/enrolmentkey.html, help/guestaccess.html: + * config-dist.php: - [no log message] + Undoing some wacko formatting ... What were you trying to do, + Gustav? -2003-08-27 Wednesday 17:50 stronk7 +2004-01-26 Monday 05:56 bobopinna - * mod/quiz/restorelib.php: + * lang/it/editor.php: - Take out two debugs !! + Updated by Roberto -Bobo- Pinna -2003-08-27 Wednesday 17:50 stronk7 +2004-01-26 Monday 04:29 moodler - * backup/version.php: + * mod/survey/index.php: - Ready !! :-) + Added dividers -2003-08-27 Wednesday 17:18 stronk7 +2004-01-26 Monday 04:27 moodler - * lang/es/docs/: faq.html, features.html, files.php, install.html, - installamp.html, intro.html, module_files.txt, teacher.html: + * mod/: assignment/mod.html, chat/index.php, choice/index.php: - Modificaciones de docs enviadas por David Delgado. No he guardado - en el CVS las versiones que enviadas de los siguientes ficheros: - - coding.html - release.html - upgrade.html ya que unas horas - antes habia una version de ellos guardada por Claudio y no he - querido machacar nada. Las versiones de estos documentos de David - Delgado se pueden encontrar en el curso "Moodle en Espanol" en el - foro de traduccion. Envio copia de esto a los dos interesados para - que se pongan de acuerdo. + Added dividers and improved display of section -2003-08-27 Wednesday 16:27 mits +2004-01-26 Monday 04:21 moodler - * lang/ja/: README, chat.php, forum.php, moodle.php, quiz.php, - workshop.php: + * mod/glossary/index.php: - New translation. + New dividers -2003-08-27 Wednesday 15:57 anvergara +2004-01-26 Monday 04:07 moodler - * lang/es_es/workshop.php: + * mod/: assignment/index.php, quiz/index.php, resource/index.php: - Updating to version 1.1 + Better dividers in the table -2003-08-27 Wednesday 15:22 anvergara +2004-01-26 Monday 03:51 moodler - * lang/es_es/: moodle.php, quiz.php, survey.php, workshop.php: + * mod/resource/index.php: - [no log message] + Use dividers on the resource page -2003-08-27 Wednesday 12:47 giro123 +2004-01-26 Monday 03:47 moodler - * lang/es/: moodle.php, assignment.php, chat.php, forum.php, - journal.php, quiz.php, workshop.php, docs/coding.html, - docs/release.html, docs/upgrade.html, help/coursestartdate.html, - help/enrolmentkey.html, help/guestaccess.html, help/index.html, - help/mods.html, help/surveys.html, help/teachers.html, - help/assignment/mods.html, help/choice/mods.html, - help/forum/ratings.html, help/journal/mods.html, - help/quiz/mods.html, help/resource/mods.html: + * lib/weblib.php: - [no log message] + Better for CSS -2003-08-27 Wednesday 11:21 rkingdon +2004-01-26 Monday 03:26 bobopinna - * lang/en/workshop.php: + * lang/it/editor.php: - Addition of strings needed for the scale end-ponts. + Updated by Roberto -Bobo- Pinna -2003-08-27 Wednesday 11:20 rkingdon +2004-01-26 Monday 02:38 bobopinna - * mod/workshop/lib.php: + * lang/it/: appointment.php, auth.php, chat.php, dialogue.php, + error.php, event.php, forum.php, moodle.php, pix.php, quiz.php, + resource.php, docs/licence.html, docs/teacher.html: - Removal of hard-wired strings in Scales. + Updated by Roberto -Bobo- Pinna -2003-08-27 Wednesday 10:13 rkingdon +2004-01-26 Monday 02:14 moodler - * mod/workshop/: lib.php, view.php: + * theme/: UPGRADE.txt, brightretro/styles.php, + cordoroyblue/styles.php, garden/styles.php, oceanblue/styles.php, + poweraid/config.php, poweraid/styles.php, standard/styles.php, + standardblue/styles.php, standardgreen/styles.php, + standardlogo/styles.php, standardred/styles.php, + standardwhite/styles.php: - Fixed unassigned variables in function - workshop_print_assignment_info + New style for tabledivider, and some fixups -2003-08-27 Wednesday 10:09 stronk7 +2004-01-26 Monday 01:54 moodler - * backup/version.php, mod/quiz/backuplib.php, - mod/quiz/restorelib.php: + * lib/weblib.php: - Now STAMP fiel is supported in backup & restore. If it exists in - backup-file used, else, old search-by-name is used. When inserting - new categories, stamp is filled it it doesn't exist. Updated - version to 1.1 Beta +++ !! + Er, much better wayto do dividiers -2003-08-27 Wednesday 08:48 rkingdon +2004-01-26 Monday 01:48 moodler - * lang/en/help/workshop/: assessmentofexamples.html, - gradingsubmissions.html, submissionofexamples.html, - ungradedassessments_student.html, ungradedassessments_teacher.html: + * mod/forum/index.php: + MOds to use dividers between sections + +2004-01-26 Monday 01:48 moodler + + * lib/weblib.php: - New help files for teacher admin page. + Mod to print_table to allow dividers between rows (used on forum + listing) -2003-08-27 Wednesday 08:43 rkingdon +2004-01-26 Monday 01:15 moodler - * lang/en/help/workshop/: elements.html, gradingassessments.html, - managing.html, nassessmentsofteachersexamples.html: + * lib/weblib.php: - Changes to the handling of example assessments; something on - Rubrics. + Adding more tags for matsh -2003-08-27 Wednesday 08:41 rkingdon - - * lang/en/workshop.php: - - Mail strings for cron. - -2003-08-27 Wednesday 08:39 rkingdon - - * mod/workshop/: assessments.php, lib.php, mod.html, view.php: - - Addition of Mail strings to cron routine; More help in admin page; - bug clearance. - -2003-08-27 Wednesday 07:49 anvergara - - * lang/es_es/: forum.php, moodle.php: - - Upgrading to version 1.1 - -2003-08-27 Wednesday 06:49 moodler - - * lang/: de/moodle.php, en/docs/credits.html, nl/moodle.php, - ru/moodle.php: - - SOme corrections - -2003-08-27 Wednesday 06:47 moodler - - * lang/fr_ca/: assignment.php, chat.php, forum.php, moodle.php, - quiz.php, resource.php, workshop.php: - - New French Canadian translation from Jean-François Nadeau - -2003-08-27 Wednesday 06:42 moodler - - * admin/: admin.php, creators.php: - - Tweaks when searching - -2003-08-27 Wednesday 06:40 moodler - - * course/: student.php, teacher.php: - - Little tweaks to messages - -2003-08-27 Wednesday 06:36 moodler +2004-01-26 Monday 01:13 moodler * lib/datalib.php: - Minor change to make user searches a bit better + Get groupmode when returning a list of instances + +2004-01-26 Monday 01:12 moodler + + * lib/moodlelib.php: - Next time I'll put proper paging in + Clarification to some group logic -2003-08-27 Wednesday 05:53 moodler +2004-01-26 Monday 00:57 moodler - * mod/quiz/: category.php, version.php, db/mysql.php, db/mysql.sql, - db/postgres7.php, db/postgres7.sql: + * mod/forum/index.php: - Quiz categories now also have a unique stamp in them. + Remove the forum links as well (for group forums when user not in + group) + +2004-01-26 Monday 00:05 moodler + + * mod/forum/index.php: - This is to make it easier when restoring backups, especially when - the questions are in a published category from another course that - still exists. - -2003-08-27 Wednesday 05:41 anvergara - - * lang/es_es/moodle.php: + Subscribe links accurately reflect what is possible according to + the user's group status. - [no log message] + Section numbers now printed once per section -2003-08-27 Wednesday 05:10 anvergara +2004-01-25 Sunday 20:34 moodler - * lang/es_es/: auth.php, moodle.php: + * theme/standard/styles.php: - [no log message] + Put $themename back again -2003-08-27 Wednesday 04:27 moodler +2004-01-25 Sunday 13:00 stronk7 + + * mod/forum/restorelib.php: + + Now userid and groupid fields are recoded correctly in the restore + process. This should make the backup utility group-compliant !! + (when talking about forums, of course) :-) + +2004-01-25 Sunday 12:57 stronk7 + + * backup/: STATUS.txt, restore_execute.html, restorelib.php, + version.php: + + Now groups and members are restored and recoded when restoring + courses. Existing courses are searched by name+description to add + members to existing groups (when restoring over another course). + +2004-01-25 Sunday 12:34 gustav_delius + + * mod/: choice/mod.html, exercise/submissions.php, forum/lib.php, + forum/post.html, glossary/edit.html, glossary/formats.php, + glossary/import.html, glossary/lib.php, glossary/mod.html, + glossary/print.php, journal/lib.php, journal/view.php, + quiz/description.html, quiz/editmultianswer.php, quiz/lib.php, + quiz/match.html, quiz/multichoice.html, quiz/numerical.html, + quiz/randomsamatch.html, quiz/shortanswer.html, + quiz/truefalse.html, resource/details.php, resource/mod.html, + survey/details.php, survey/lib.php: + + replaced incorrectly closed html tags, see bug 365 + +2004-01-25 Sunday 11:36 gustav_delius + + * course/edit.html, lib/datalib.php, theme/standard/styles.php, + user/edit.html: + + minor fixes, including bugs 997, 998 + +2004-01-25 Sunday 11:26 stronk7 + + * backup/: backup_execute.html, backuplib.php: + + Groups are now included in backup too. I start working in restore + now. + +2004-01-25 Sunday 11:04 gustav_delius + + * config-dist.php, lang/en/moodle.php: + + removed empty lines, which for example messed up the display of the + license terms + +2004-01-25 Sunday 09:04 gustav_delius * mod/forum/lib.php: - FIx for the display of the help window for the current scale + reset timelimit so that script does not get timed out when posting + to many users -2003-08-27 Wednesday 02:33 moodler +2004-01-25 Sunday 09:02 gustav_delius + + * theme/standard/footer.html: + + added missing + +2004-01-25 Sunday 09:00 gustav_delius + + * course/lib.php: + + added alt text to some icons + +2004-01-25 Sunday 08:49 gustav_delius + + * course/: lib.php, info.php: + + apply filter_text to course summary + +2004-01-25 Sunday 06:51 moodler + + * admin/cron.php: + + Run cron.php as admin user so timezones etc work + +2004-01-25 Sunday 05:50 moodler + + * lang/de/editor.php: + + Shorter string to help editor display + + http://moodle.org/mod/forum/discuss.php?d=4791 + +2004-01-25 Sunday 01:37 moodler + + * lib/setup.php: + + If $CFG->opentogoogle is defined then + + - google can get in as guest + + - visitiors referred from google get in as guest + +2004-01-25 Sunday 01:35 moodler + + * lib/moodlelib.php: + + New function guest_user to create a guest user record and return it + +2004-01-24 Saturday 20:05 willcast + + * mod/glossary/: dynalink.php, lib.php: + + - Solving bug 995: Blank aliases caused the autolinking feature + to mess the whole thing... + +2004-01-23 Friday 09:02 rkingdon + + * mod/exercise/: backuplib.php, lib.php, upload.php: + + Fixes to Backup and upload (now allows teachers multiple uploads in + a short period) + +2004-01-23 Friday 05:23 moodler + + * lang/en/: forum.php, moodle.php: + + New strings + +2004-01-23 Friday 05:21 moodler + + * mod/forum/subscribe.php: + + Prevent people from subscribing to group forums is they aren't in a + group + +2004-01-23 Friday 05:01 moodler + + * mod/forum/discuss.php: + + Always show correct current group in popup menu + +2004-01-23 Friday 04:48 moodler + + * mod/forum/lib.php: + + Fixes for recent_activity and cron to use the new groupid stuff + +2004-01-23 Friday 04:34 moodler + + * mod/resource/coursefiles.php: + + Zipping now works in the filemanager popup from resources. + +2004-01-23 Friday 04:06 moodler + + * mod/forum/: backuplib.php, discuss.php, lib.php, post.html, + post.php, restorelib.php, version.php, db/mysql.php, db/mysql.sql, + db/postgres7.php, db/postgres7.sql: + + Improvements to forum groups. + + New forum_discussions->groupid now stores the group ID for the + discussion. + +2004-01-23 Friday 00:51 moodler + + * lib/javascript.php: + + Load overlib.js as an external Javascript file, on all pages + +2004-01-23 Friday 00:40 moodler + + * lib/md5.js: + + MD5 library for home-made security + +2004-01-23 Friday 00:35 moodler + + * lib/overlib.js: + + Overlib function for slick popups + +2004-01-23 Friday 00:30 moodler + + * course/enrol.php: + + FIxes to cope with this case: + + - student authenticates + - teacher enrols the student manually + - student tries to enter course + + http://moodle.org/mod/forum/discuss.php?d=4529#20493 + +2004-01-22 Thursday 12:27 stronk7 + + * backup/: backuplib.php, restorelib.php, version.php: + + Now groupmode in course_modules is supported too. + +2004-01-21 Wednesday 09:13 moodler + + * mod/quiz/lib.php: + + For now just avoid public categories. + + It would be nice if instead a check was made to make sure that the + category wasn't being used by other courses, then even public + categories could be deleted. + +2004-01-21 Wednesday 08:44 moodler + + * mod/quiz/lib.php: + + New function quiz_delete_course() which deletes all the leftover + stuff while a course is being deleted + +2004-01-21 Wednesday 08:15 moodler + + * lib/moodlelib.php: + + In remove_course_contents() look for a module function called + module_delete_course and run it as well. This is mainly for + quizzes at the moment but basically it runs cleanup stuff whenever + a course is being emptied + +2004-01-21 Wednesday 08:04 moodler + + * mod/quiz/lib.php: + + Only list categories that belong to real courses + +2004-01-21 Wednesday 04:09 moodler + + * lang/fr_ca/moodle.php: + + Fixed buggy date string + +2004-01-20 Tuesday 21:02 andre_bln + + * lang/de/help/richtext.html: + + new german version richtext.html + +2004-01-20 Tuesday 19:22 moodler + + * mod/quiz/lib.php: + + Slight fix for null case (Add Choose item on popup menus) + +2004-01-20 Tuesday 09:25 rkingdon + + * mod/workshop/: lib.php, submissions.php, upload.php, view.php: + + Fix bug in Analysis of Assessments + +2004-01-20 Tuesday 05:58 moodler + + * lang/es_ar/: README.txt, assignment.php, auth.php, choice.php, + forum.php, journal.php, moodle.php, quiz.php, resource.php, + survey.php: + + Removing defunct language + +2004-01-20 Tuesday 05:54 moodler + + * admin/cron.php: + + Flush it + +2004-01-20 Tuesday 05:51 moodler + + * mod/forum/: discuss.php, lib.php: + + - Prevent users from replying in groups other then own. + + - groups menu at discussion level + +2004-01-20 Tuesday 05:50 moodler + + * lang/de_du/: assignment.php, moodle.php: + + Some fixes + +2004-01-20 Tuesday 05:49 moodler + + * lang/tr/moodle.php: + + Fixed locale + +2004-01-20 Tuesday 05:27 moodler + + * lib/weblib.php: + + Added lang and mathml tags to allowed tags + +2004-01-20 Tuesday 03:27 moodler + + * lang/pl/moodle.php: + + Corrected a string + +2004-01-20 Tuesday 03:22 moodler + + * lang/en/resource.php, files/mimetypes.php, mod/resource/view.php: + + + Support for auto embedding of WMV files + +2004-01-20 Tuesday 03:19 moodler + + * lang/fa/: README.txt, assignment.php, auth.php, chat.php, + choice.php, forum.php, journal.php, moodle.php, quiz.php, + resource.php, survey.php, workshop.php: + + New Farsi translation by Adel Ghazikhani + +2004-01-20 Tuesday 02:03 moodler + + * filter/multilang/multilang.php: + + Make sure XML is enabled + +2004-01-20 Tuesday 00:56 moodler + + * filter/multilang/: README.txt, multilang.php: + + Working code by Gaëtan Frenoy to allow texts to contain multiple + languages! + + See: http://moodle.org/mod/forum/discuss.php?d=2760 + +2004-01-20 Tuesday 00:51 moodler + + * lib/weblib.php: + + Added stripos function and allow filters to work even when courseid + isn't set. + +2004-01-20 Tuesday 00:50 moodler + + * index.php: + + Use format_text on the site-info + +2004-01-20 Tuesday 00:46 moodler + + * lib/gdlib.php: + + Ignore errors on chown + +2004-01-18 Sunday 13:34 koenr + + * lang/nl/exercise.php: + + trying to improve the translation by using the module + +2004-01-18 Sunday 01:52 trobb + + * mod/quiz/report/fullstat/report.php: + + + Further problems with the percentage displays fixed + +2004-01-18 Sunday 00:55 trobb + + * mod/quiz/report/fullstat/report.php: + + + Error in percentage calculations for T/F items fixed + (screen display only) + +2004-01-17 Saturday 22:17 moodler + + * mod/quiz/: index.php, lib.php: + + Some fixes for displaying empty grades in quizzes + + suggested by Marilyn Fleming + http://moodle.org/mod/forum/discuss.php?d=4636 + +2004-01-17 Saturday 18:05 koenr + + * lang/nl/: auth.php, chat.php: + + missing strings + +2004-01-17 Saturday 07:41 les_kopari + + * mod/exercise/db/oci8po.sql: + + Translated from MySQL. + +2004-01-17 Saturday 06:18 les_kopari + + * mod/attendance/db/oci8po.sql: + + Added one column and modified test cases. + +2004-01-17 Saturday 05:02 les_kopari + + * lib/db/schemaGroups_members.xml: + + Renamed. + +2004-01-17 Saturday 04:59 les_kopari + + * lib/db/schemaExecutionListing.html: + + Another test run. + +2004-01-17 Saturday 04:57 les_kopari + + * lib/db/schemaCourse_groups_members.xml: + + Renamed to schemaGroups_members.xml + +2004-01-17 Saturday 04:56 les_kopari + + * lib/db/schemaCourse_groups.xml: + + Renamed to schemaGroups.xml + +2004-01-17 Saturday 04:51 les_kopari + + * lib/db/: schemaEvent.xml, schemaGroups.xml: + + Renamed table. + +2004-01-17 Saturday 04:49 les_kopari + + * lib/db/schemaCourse_modules.xml: + + Test run with new columns and tables. + +2004-01-17 Saturday 04:42 les_kopari + + * lib/db/: schemaConfig.xml, schemaCourse.xml, + schemaCourse_display.xml: + + New columns. + +2004-01-17 Saturday 04:41 les_kopari + + * lib/db/schema.php: + + New columns and tables. + +2004-01-17 Saturday 02:27 trobb + + * mod/quiz/report/fullstat/report.php: + + + Report lines after a matching question in screen display and + Excel fixed. + +2004-01-17 Saturday 02:18 moodler + + * mod/glossary/showentry.php: + + A very quick and dirty try .... Williams? What do you think? + +2004-01-17 Saturday 01:47 moodler + + * version.php, lib/moodlelib.php, lib/db/mysql.php, + lib/db/mysql.sql, lib/db/postgres7.php, lib/db/postgres7.sql: + + EARLY SUPPORT FOR CALENDARS AND EVENTS + -------------------------------------- + + New functions and tables, based on work from Gustav Delius (see + http://moodle.org/mod/forum/discuss.php?d=4466) + + This forms the core of a new system to store, track and utilise + event information in all modules, as well as allowing external + calendars to be synchronised with new information. + +2004-01-17 Saturday 01:16 les_kopari + + * lib/db/schemaCourse_modules.xml: + + New field. + +2004-01-17 Saturday 01:06 les_kopari + + * lib/db/schemaCourse.xml: + + Correct defaults. + +2004-01-17 Saturday 00:55 les_kopari + + * lib/db/schemaCourse.xml: + + Added groupmode, groupmodeforce. + +2004-01-16 Friday 23:08 moodler + + * admin/users.php, course/lib.php: + + Use is_internal_email function (see bug 978) + +2004-01-16 Friday 22:49 moodler + + * mod/forum/view.php: + + Editing teachers can always get into forums + +2004-01-16 Friday 21:39 moodler + + * course/lib.php, files/index.php: + + Only editing teachers can see files + +2004-01-16 Friday 13:36 koenr + + * lang/nl/README.txt: + + Hans insisted + +2004-01-16 Friday 13:34 koenr + + * lang/nl/moodle.php: + + mising strings + +2004-01-16 Friday 10:32 giro123 + + * lang/es/: attendance.php, choice.php, dialogue.php, forum.php, + moodle.php, quiz.php, resource.php, workshop.php: + + [no log message] + +2004-01-16 Friday 05:14 moodler + + * lang/en/chat.php, mod/chat/report.php: + + + Chat sessions can now be deleted + +2004-01-16 Friday 04:16 moodler + + * mod/forum/lib.php: + + Links color = black + +2004-01-16 Friday 03:39 moodler + + * mod/glossary/showentry.php: + + Require user to login to see glossary entries (if a course is + specified) + +2004-01-16 Friday 03:32 moodler + + * mod/forum/lib.php: + + Add some styles in the posts so the autolinks look OK. + +2004-01-16 Friday 03:23 moodler + + * course/lib.php: + + Small improvement to log-gathering for activities - works better + with glossary logs + +2004-01-16 Friday 02:51 moodler + + * mod/forum/lib.php: + + Pass courseid to format_text explicitly + +2004-01-16 Friday 02:49 moodler + + * lib/weblib.php: + + Fixes so that $courseid can be passes to format_text (and this + filter_text) + +2004-01-16 Friday 02:23 moodler + + * admin/cron.php: + + Output the time in the cron output + +2004-01-16 Friday 01:17 moodler + + * auth/imap/config.html, auth/imap/lib.php, auth/nntp/config.html, + auth/nntp/lib.php, auth/pop3/config.html, auth/pop3/lib.php, + lang/en/auth.php: + + UNTESTED changes to allow multiple hosts to be used for + POP3/IMAP/NNTP authentication + + Please test them. + +2004-01-15 Thursday 22:42 moodler + + * mod/forum/post.html: + + When using the HTML editor, don't provide format options + +2004-01-15 Thursday 11:02 paca70 + + * lang/fi/: assignment.php, countries.php, forum.php, glossary.php: + + + Updates + +2004-01-15 Thursday 11:01 paca70 + + * lang/fi/webquest.php: + + Initial version + +2004-01-15 Thursday 10:57 paca70 + + * lang/fi/: quiz.php, resource.php: + + Updates + +2004-01-15 Thursday 10:50 giro123 + + * lang/es/: quiz.php, workshop.php, pix.php: + + [no log message] + +2004-01-15 Thursday 10:38 paca70 + + * lang/fi/: label.php, pix.php: + + Initial translation + +2004-01-15 Thursday 10:26 paca70 + + * lang/fi/exercise.php: + + Initial translation + +2004-01-15 Thursday 10:21 paca70 + + * lang/fi/error.php: + + Initial translation + +2004-01-15 Thursday 10:18 paca70 + + * lang/fi/editor.php: + + Updates + +2004-01-15 Thursday 10:17 paca70 + + * lang/fi/dialogue.php: + + Initial translation + +2004-01-15 Thursday 10:06 paca70 + + * lang/fi/: chat.php, choice.php: + + Updates + +2004-01-15 Thursday 10:05 paca70 + + * lang/fi/attendance.php: + + Initial translation + +2004-01-15 Thursday 09:56 villate + + * lang/pt/: dialogue.php, editor.php: + + New files from version 1.2 + +2004-01-15 Thursday 09:43 paca70 + + * lang/fi/moodle.php: + + Updates + +2004-01-15 Thursday 09:08 villate + + * lang/pt/: assignment.php, attendance.php, auth.php, chat.php, + countries.php: + + Updated to the 1.2 version + +2004-01-15 Thursday 07:26 moodler + + * mod/quiz/lib.php: + + Menus on quiz editing no longer need the submit buttons + +2004-01-15 Thursday 02:22 moodler + + * course/group.php: + + FIxed a small typo preventing group display + +2004-01-15 Thursday 00:44 moodler + + * mod/chat/lib.php: + + Don't show old chat users in recent activity + +2004-01-14 Wednesday 23:52 moodler + + * course/log.php: + + Double-check bad input data + +2004-01-14 Wednesday 23:26 moodler + + * mod/forum/view.php: + + Save forum log url in a more standard way + +2004-01-14 Wednesday 23:21 moodler + + * lang/en/moodle.php: + + Added "All activities" + +2004-01-14 Wednesday 23:17 moodler + + * lib/weblib.php: + + Added log links for teachers from each activity page + +2004-01-14 Wednesday 23:17 moodler + + * course/: lib.php, log.php: + + Logs can now be divided up by activity! + +2004-01-14 Wednesday 10:25 paca70 + + * backup/db/postgres7.sql: + + Added missing "(" + +2004-01-14 Wednesday 10:13 paca70 + + * lib/db/postgres7.php: + + FIXED: script was calling fix_course_sortorder() before courseorder + have been renamed to coursecount. + +2004-01-14 Wednesday 09:53 moodler + + * user/view.php: + + Extra parameter for robustness + +2004-01-14 Wednesday 08:56 moodler + + * mod/quiz/format/webct/: TODO.txt, format.php: + + Latest files from Denis + +2004-01-14 Wednesday 05:47 stigbjarne + + * lang/no/docs/faq.html: + + New file. For now, mostly headers and infotext translated. Answers: + Still in english. + +2004-01-14 Wednesday 05:33 moodler + + * user/view.php: + + Clean output for old entries + +2004-01-14 Wednesday 05:31 moodler + + * user/edit.php: + + Clean all data in user profile + +2004-01-14 Wednesday 05:07 moodler + + * user/view.php: + + User descriptions weren't being filtered! They are now. :-) + +2004-01-14 Wednesday 05:01 moodler + + * mod/forum/lib.php: + + Fixed two typos - seems to be working properly now + +2004-01-14 Wednesday 05:01 stigbjarne + + * lang/no/help/workshop/: gradingassessments.html, index.html: + + New file + +2004-01-14 Wednesday 04:16 stigbjarne + + * lang/no/help/workshop/submissionofexamples.html: + + New file + +2004-01-14 Wednesday 03:50 moodler + + * mod/forum/: backuplib.php, lib.php, restorelib.php, version.php, + db/mysql.php, db/mysql.sql, db/postgres7.php, db/postgres7.sql: + + Some improvements in efficiency of Recent Activity. + + There is now a new field in forum_discussions which has the userid + of the author in it. This saves a lookup every time to + forum_posts. + + There is also some caching and rearrangement of the logic. + + It seems to work OK, I'm about to do some speed tests on moodle.org + +2004-01-14 Wednesday 01:12 moodler + + * mod/forum/lib.php: + + Even in visible-groups mode, only show recent activity of one's own + group + + Not sure if this is right though + +2004-01-14 Wednesday 00:27 moodler + + * course/index.php: + + Obey "forcelogin" + +2004-01-14 Wednesday 00:27 moodler + + * index.php, admin/config.html, lang/en/moodle.php, + lib/defaults.php, login/index.php: + + A new configuration setting - "forcelogin". + + Default is false, everything is as it is now. + + If turned on, then users are forced to log in before being able to + see the front page or the course listings. + +2004-01-14 Wednesday 00:22 koenr + + * lang/nl/docs/teacher.html: + + added link to index of helpfiles + +2004-01-13 Tuesday 19:47 moodler + + * course/view.php: + + May avoid a cookie issue + +2004-01-13 Tuesday 19:25 moodler + + * mod/quiz/report/overview/report.php: + + Make it easier to click on attempts + +2004-01-13 Tuesday 19:10 moodler + + * lang/en/docs/teacher.html: + + Added links to the other help files + +2004-01-13 Tuesday 18:24 moodler + + * mod/journal/: backuplib.php, edit.php, lib.php, mod.html, + restorelib.php, version.php, view.php, db/mysql.php, db/mysql.sql, + db/postgres7.php, db/postgres7.sql: + + Journal questions can now use HTML editor, plus new field + 'introformat' + +2004-01-13 Tuesday 13:19 koenr + + * lang/nl/help/quiz/: formatgift.html, import.html: + + keeping track of the changes + +2004-01-13 Tuesday 06:32 thetrinity + + * lang/en/help/quiz/formatgift.html: + + Implemented Matching Questions. + +2004-01-13 Tuesday 06:27 thetrinity + + * mod/quiz/format/gift/: examples.txt, format.php: + + Implemented Matching Questions. + +2004-01-13 Tuesday 05:48 willcast + + * mod/glossary/edit.html: + + - Solving bug 971: Some default settings override db fields when + editing an entry. + +2004-01-13 Tuesday 02:16 stigbjarne + + * lang/no/help/workshop/: anonymous.html, finalgrades.html, + resubmit.html, ungradedassessments_teacher.html: + + New file + +2004-01-12 Monday 23:54 moodler + + * login/signup.php: + + Strip tags from new user's names and email. Thanks to Paul Shew. + +2004-01-12 Monday 18:32 moodler + + * theme/cordoroyblue/header.html: + + Fixes for buggy stuff + +2004-01-12 Monday 11:27 koenr + + * lang/nl/help/quiz/: formatgift.html, import.html: + + updated + +2004-01-12 Monday 09:35 koenr + + * lang/nl/help/: index.html, quiz/index.html: + + updated and put in (Dutch) alphabetical order. All indexfiles + should be alphabeticaly ordered now. + +2004-01-12 Monday 09:30 koenr + + * lang/nl/help/quiz/: formatblackboard.html, formatctm.html, + formatcustom.html, formatmissingword.html, import.html: + + changed title to fit logicaly in indexfile + +2004-01-12 Monday 09:20 moodler + + * course/group.php: + + Don't print description box if there is no description. + +2004-01-12 Monday 09:20 moodler + + * mod/forum/lib.php: + + This is a ridiculously complicated solution to showing only those + posts in recent activity that one should see. + + It's temporary. + + I have a more efficient solution in mind but it will take at least + one new database field - I'll tackle it later. + +2004-01-12 Monday 08:30 moodler + + * mod/quiz/attempt.php: + + Some fixes to clarify handling of the number of attempts + +2004-01-12 Monday 08:09 bobopinna + + * lang/it/: attendance.php, choice.php, forum.php, moodle.php, + quiz.php, resource.php, workshop.php: + + Updated by Bobo + +2004-01-12 Monday 06:51 moodler + + * course/group.php: + + And make sure the group is from this course! + +2004-01-12 Monday 06:48 moodler + + * course/group.php: + + Secure group viewing when in separate mode + +2004-01-12 Monday 05:11 moodler + + * lang/fr/moodle.php: + + Replaced missing string + +2004-01-12 Monday 05:06 moodler + + * lang/fr/moodle.php: + + A number of fixes (fixed by simply saving with admin/lang.php) + +2004-01-12 Monday 02:24 andre_bln + + * lang/de/help/: resource/index.html, resource/mods.html, + resource/program.html, resource/resourcetype.html, + resource/summary.html, workshop/Overview.html, + workshop/assessmentofexamples.html, workshop/elements.html, + workshop/mods.html, workshop/teachersgradings.html: + + german language files version 20.11.2003 + +2004-01-12 Monday 00:24 mits + + * lang/ja/: README, moodle.php: + + some new translation added. + +2004-01-11 Sunday 19:58 thetrinity + + * lang/en/help/quiz/: formatgift.html, import.html: + + Fixed typo and minor polishing for GIFT filter docs. + +2004-01-11 Sunday 19:54 thetrinity + + * mod/quiz/format/gift/: examples.txt, format.php: + + Fixed typo and minor polishing. + +2004-01-11 Sunday 18:36 moodler + + * mod/journal/lib.php: + + Bug #966 - journal_grades should return NULL if no grade + +2004-01-11 Sunday 14:19 koenr + + * lang/nl/quiz.php: + + filling in missing strings + +2004-01-11 Sunday 14:18 koenr + + * lang/nl/error.php: + + translated by koen Roggemans + +2004-01-11 Sunday 13:55 koenr + + * lang/nl/help/quiz/: formataiken.html, formatgift.html: + + translated by koen Roggemans + +2004-01-11 Sunday 10:44 koenr + + * lang/nl/: exercise.php, moodle.php, resource.php: + + corrected some typo's and ugly tranlations + +2004-01-11 Sunday 10:37 moodler + + * course/student.php: + + Bug 965 + +2004-01-11 Sunday 10:09 moodler + + * admin/user.php: + + No need to require this file + +2004-01-11 Sunday 10:08 moodler + + * admin/index.php: + + Use is_internal_auth function instead + +2004-01-11 Sunday 09:46 moodler + + * mod/forum/: discuss.php, lib.php, version.php, view.php: + + First version of support in groups in the forums. + + Still needs plenty of testing. There is no GUI yet for turning on + the groupmode just for the forum (this will be on the course page) + but you can put a 1 (visible) or 2 (separate) in the course_modules + table. + +2004-01-11 Sunday 09:44 moodler + + * lib/moodlelib.php: + + Work done on group functions + +2004-01-11 Sunday 09:44 moodler * version.php, lib/db/mysql.php, lib/db/mysql.sql, lib/db/postgres7.php, lib/db/postgres7.sql: - Added a log display for "course use reports" + Added groupmode setting to course_modules -2003-08-27 Wednesday 02:03 moodler +2004-01-10 Saturday 18:50 moodler - * mod/journal/: lib.php, view.php: + * lang/en/quiz.php, mod/quiz/format/webct/format.php: - More cleanups for teacher view in particular + Added strings for WebCT Import format -2003-08-27 Wednesday 01:29 moodler +2004-01-10 Saturday 18:43 moodler + + * mod/quiz/format/webct/format.php: + + WebCT Import format!! (untested) + + Contribution from Denis Rebaud! + +2004-01-10 Saturday 17:57 moodler + + * lang/en_us/moodle.php: + + Grammar fixes for "updating" and "editing" + +2004-01-10 Saturday 17:56 moodler * lang/en/moodle.php: - Replacing "view" ... what happened to it?? + Some grammar fixes (for modules named starting with vowels) -2003-08-27 Wednesday 01:28 moodler +2004-01-10 Saturday 08:52 moodler - * mod/journal/index.php: + * lib/datalib.php: - Slight tidy + Sort group members by last access by default -2003-08-27 Wednesday 01:13 moodler +2004-01-10 Saturday 08:49 moodler - * mod/journal/: index.php, lib.php: + * course/group.php: - Fairly radical improvement to the Journal index, putting all the - information on one page. + Use the new print_user function for the group -2003-08-27 Wednesday 00:22 hansdezwart - - * lang/nl/moodle.php: - - Two more missing strings translated - -2003-08-27 Wednesday 00:21 moodler - - * mod/resource/details.php: - - Keep defaults even when reediting web links that aren't using new - window - -2003-08-27 Wednesday 00:18 hansdezwart - - * lang/nl/help/: MFC5A.tmp, forum/MFC5C.tmp, forum/MFC5E.tmp, - journal/MFC62.tmp, quiz/MFC64.tmp, quiz/MFC66.tmp, quiz/MFC68.tmp, - quiz/MFC6A.tmp: - - Deleted the .tmp files - -2003-08-27 Wednesday 00:08 hansdezwart - - * lang/nl/: workshop.php, help/MFC5A.tmp, help/coursegrades.html, - help/forum/MFC5C.tmp, help/forum/MFC5E.tmp, help/forum/index.html, - help/forum/mods.html, help/journal/MFC62.tmp, - help/journal/index.html, help/journal/mods.html, - help/quiz/MFC64.tmp, help/quiz/MFC66.tmp, help/quiz/MFC68.tmp, - help/quiz/MFC6A.tmp, help/quiz/description.html, - help/quiz/formatblackboard.html, help/quiz/formatcustom.html, - help/quiz/formatmissingword.html, help/quiz/index.html, - help/quiz/mods.html: - - First translation of a couple of the new help files - -2003-08-26 Tuesday 23:18 moodler - - * lang/ru/: assignment.php, auth.php, chat.php, choice.php, - forum.php, journal.php, moodle.php, quiz.php, resource.php, - survey.php: - - Russian update - -2003-08-26 Tuesday 23:15 moodler - - * lang/en/docs/release.html: - - Added mention of Library and fixed a typo - -2003-08-26 Tuesday 23:08 moodler +2004-01-10 Saturday 08:47 moodler * lib/weblib.php: - Move Library parsing code into text_to_html + Links in print_user are absolute -2003-08-26 Tuesday 21:19 moodler +2004-01-10 Saturday 08:41 moodler - * version.php, lang/en/docs/release.html: + * lib/weblib.php, user/edit.php, user/index.php, user/lib.php, + user/view.php: - Bump de bump.... wooo do the bump! - -2003-08-26 Tuesday 17:40 stronk7 - - * backup/version.php: - - Now existing categories are used only if their publish field is set - to yes. Else, a new "local" category is created. Added some lines - of code to mantain old compatibility when detecting existing - questions (do it by name if the stamp is not found) and insert the - stamp too !! Please, test. - -2003-08-26 Tuesday 17:17 stronk7 - - * mod/quiz/restorelib.php: - - Now existing categories are used only if their publish field is set - to yes. Else, a new "local" category is created. Added some lines - of code to mantain old compatibility when detecting existing - questions (do it by name if the stamp is not found) and insert the - stamp too !! Please, test. - -2003-08-26 Tuesday 16:55 anvergara - - * lang/es_es/: forum.php, moodle.php, quiz.php, resource.php, - workshop.php: - - Updating to 1.1 version - -2003-08-26 Tuesday 11:45 moodler - - * course/lib.php: - - Added a hook when printing recent activity. If the Library module - is activated, then a Library function is called to print a list of - recently added pages in the library. - -2003-08-26 Tuesday 11:44 moodler - - * lib/weblib.php: - - Added a hook to the text formatting, so that if the library module - is activated, then all Moodle text is parsed by it to have links - added to words. - -2003-08-26 Tuesday 10:51 moodler - - * mod/workshop/lib.php: - - Deleted error_reporting(15)! Just turn debugging on, Ray! :-) - -2003-08-26 Tuesday 08:55 moodler - - * course/lib.php: - - Make sure that the Site never shows up in My Courses - -2003-08-26 Tuesday 08:52 moodler - - * admin/config.html, lang/en/moodle.php, lib/defaults.php: - - Added controls for the invisible variable teacherassignteachers - which decides whether teachers can edit teachers in their own - courses. - -2003-08-26 Tuesday 07:57 thepurpleblob - - * lib/wiki.php: - - Removed stupid Q. and A. formatting that just confused people. - -2003-08-26 Tuesday 07:27 stronk7 - - * lang/es/moodle.php: - - Small typo :-) - -2003-08-26 Tuesday 06:47 moodler - - * lib/datalib.php, mod/resource/index.php: - - 'Extras' in cached course modinfo activities is now returned. - - This means that Resources can now employ them on the index listing. - - Specifically, Resources that are popup now popup from there too. - -2003-08-26 Tuesday 06:18 moodler - - * lib/weblib.php: - - Plain text emails now include URLs in a nice way. Thanks to - Russell Jungwirth for the code. - - Also a few docs tweaks - -2003-08-26 Tuesday 06:04 hansdezwart - - * lang/nl/: chat.php, forum.php, moodle.php, workshop.php: - - Filling in the missing strings - -2003-08-26 Tuesday 05:54 moodler - - * lib/weblib.php: - - Removed useless function - -2003-08-26 Tuesday 05:30 moodler - - * course/teacher.php: - - typo in variable name for teachersassignteachers - -2003-08-26 Tuesday 05:28 moodler - - * course/editsection.html: - - "Source" button available on Section texts - -2003-08-26 Tuesday 05:18 moodler - - * mod/forum/lib.php: - - For students, don't search invisible forums! - -2003-08-26 Tuesday 04:59 thepurpleblob - - * lib/wiki.php: - - Do not allow HTML in wiki text pages. (It causes problems) - -2003-08-26 Tuesday 04:11 hansdezwart - - * lang/nl/README: - - This was an old version that has been translated to readme.txt - -2003-08-26 Tuesday 02:40 moodler - - * userpix/index.php: - - Some clean up and documentation for userpix, as well as a default - restriction for admins only. - -2003-08-26 Tuesday 02:30 moodler - - * lang/en/docs/release.html: - - Some updates and a projected release date of August 28. - -2003-08-26 Tuesday 02:03 moodler - - * lang/en/docs/faq.html: - - New FAQ and some cleanups - -2003-08-26 Tuesday 00:09 moodler - - * lib/db/oci8po.sql, mod/quiz/db/oci8po.sql: - - Remove half-finished oracle files - -2003-08-26 Tuesday 00:00 moodler - - * version.php: - - Bump - looks pretty good now - -2003-08-25 Monday 23:28 moodler - - * lang/pt_br/: forum.php, moodle.php: - - More language updates for pt_br - -2003-08-25 Monday 23:01 moodler - - * lib/weblib.php, mod/resource/view.php: - - Some fixes so that navmenus don't jump out of frames any more. - - The navmenu function now takes a third parameter that specifies the - window to change location of (default 'self', but could be "parent" - or "top") - -2003-08-25 Monday 20:22 moodler - - * admin/index.php: - - Don't bother checking for magic quotes any more - -2003-08-25 Monday 20:14 mits - - * lang/ja/help/forum/: index.html, mods.html: - - New translation. - -2003-08-25 Monday 19:58 mits - - * lang/ja/README: - - [no log message] - -2003-08-25 Monday 19:57 mits - - * lang/ja/help/: cookies.html, coursegrades.html, scales.html: - - New translation. - -2003-08-25 Monday 15:39 stronk7 - - * backup/STATUS.txt, backup/version.php, backup/db/mysql.php, - mod/workshop/restorelib.php: - - Now restoring workshops are working too !! Now all is ready to be - 1.1 Beta 1. Congratulations everybody !! Anyway, some polish must - be done, friends... - -2003-08-25 Monday 12:58 stronk7 - - * mod/workshop/backuplib.php: - - Now workshops backup are included too !! Only one step to Beta !! - (workshop restore) Tomorrow, I hope.. :-) - -2003-08-25 Monday 12:56 stronk7 - - * backup/: STATUS.txt, version.php: - - Now workshops backup are included too !! Only one step to Beta !! - (workshop restore) - -2003-08-25 Monday 12:42 hansdezwart - - * lang/nl/README.txt: - - Readme is now translated with information about the Dutch - translation and the translators. - -2003-08-25 Monday 10:57 moodler - - * mod/quiz/multichoice.html: - - Maxlength fields - -2003-08-25 Monday 10:53 moodler - - * course/lib.php: - - Students now see a Change Password link under admin. - - Guests see *nothing* now - -2003-08-25 Monday 10:42 moodler - - * user/view.php: - - Sometimes changepassword is 0 or 1 ... so deal with that - -2003-08-25 Monday 10:30 moodler - - * lib/psxlsgen.php: - - Fixed an uninitialised variable - -2003-08-25 Monday 10:30 moodler - - * admin/config.php: - - Fixed locale problem (being overwritten by current locale) - -2003-08-25 Monday 10:24 stronk7 - - * mod/forum/restorelib.php: - - Changed comment, sorry - -2003-08-25 Monday 10:23 stronk7 - - * mod/forum/restorelib.php: - - Changed to support "negative" values in scale field. - -2003-08-25 Monday 09:53 moodler - - * lang/en/moodle.php: - - Very slight change to "welcometocoursetext" ... added "if you have - not done so already" ... so it makes sense with multiple courses. - -2003-08-25 Monday 09:41 moodler - - * lang/: es_ar/moodle.php, es_cb/moodle.php, es_es/moodle.php: - - More time formatting fixups - -2003-08-25 Monday 09:39 moodler - - * lang/es/moodle.php: - - FIxing up the 24 hr dates again - -2003-08-25 Monday 09:31 moodler - - * mod/forum/mod.html: - - Removed a wrong help link - -2003-08-25 Monday 08:59 moodler - - * mod/forum/report.php: - - Fixed reports using the new scales (numerical etc) - -2003-08-25 Monday 08:47 moodler - - * backup/restorelib.php: - - Undoing one of the less then brilliant changes I did earlier today - to Eloy's code - -2003-08-25 Monday 07:56 moodler - - * lang/en/moodle.php, admin/index.php, admin/phpinfo.php: - - Added a link to the PHP info page from the admin page, and cleaned - up the PHP info page a bit by using a frame. - -2003-08-25 Monday 06:48 moodler - - * lang/en/moodle.php: - - Fixed a typo - -2003-08-25 Monday 05:47 moodler - - * mod/forum/lib.php, lib/weblib.php, mod/forum/mod.html, - mod/forum/version.php, mod/forum/db/mysql.php, - mod/forum/db/mysql.sql, mod/forum/db/postgres7.php: - - Forum grades can now be numerical as well (like the other modules). - - If so, grades in the gradebook are printed as proper numbers and - contribute to the total of the course. - -2003-08-25 Monday 01:04 moodler - - * lang/en/forum.php, mod/forum/lib.php, mod/forum/mod.html: - - Some improvements to the forum editing interface to make the - buttons hide/show appropriately - -2003-08-25 Monday 00:39 moodler - - * lang/en/forum.php, mod/forum/backuplib.php, mod/forum/lib.php, - mod/forum/mod.html, mod/forum/restorelib.php, - mod/forum/version.php, mod/forum/db/mysql.php, - mod/forum/db/mysql.sql, mod/forum/db/postgres7.php, - mod/forum/db/postgres7.sql: - - New mini-feature. When choosing ratings in a forum, one can now - specify a range of dates. Only posts within this range can be - rated. If the range isn't specified then all posts can be rated. - -2003-08-24 Sunday 21:43 moodler - - * lang/en/docs/future.html: - - A bit more info - -2003-08-24 Sunday 21:38 moodler - - * lang/en/docs/future.html: - - Some updates on the future roadmap - -2003-08-24 Sunday 20:48 moodler - - * lib/rte/richedit.html: - - Put "Source" label after checkbox ... just in case text pushes the - box off screen - -2003-08-24 Sunday 19:52 moodler - - * mod/quiz/restorelib.php: - - Sometimes there are no answers, so check existence first - -2003-08-24 Sunday 19:48 moodler - - * mod/: assignment/restorelib.php, chat/restorelib.php, - choice/restorelib.php, forum/restorelib.php, - journal/restorelib.php, quiz/restorelib.php, survey/restorelib.php: - - - Fixed some array indices - -2003-08-24 Sunday 19:41 moodler - - * mod/forum/lib.php: - - FIxed display of ratings when they are literally "0" - - Also fixed default discussion display mode - -2003-08-24 Sunday 19:32 moodler - - * lib/weblib.php: - - Fixed a bug when displaying menus with a zero in them - -2003-08-24 Sunday 19:22 moodler - - * mod/forum/lib.php: - - Final ratings are now calculated using rounded mean rather than - median. - - 0.5 scores go UP. - -2003-08-24 Sunday 18:44 moodler - - * backup/: restore_execute.html, restorelib.php: - - Some fixes for robustness (make sure variables exist before using - them because it flags errors when in debug mode). - - Also, when specifying array values by name use quotes around the - name - - eg $array['value'] instead of $array[value] - - Finally, I changed the way user restoring works (slightly). - Before, if a restored user was found to be a course creator or an - admin, then this status was restored. I don't think this is a good - idea - it could lead to security problems when copying a backup - from one site to another, or if that person's status has changed - since the backup was made. I think it's best to only restore what - is actually part of the course, ie teacher or student. - - If this broke anything else let me know! - -2003-08-24 Sunday 18:04 moodler - - * course/category.php: - - No need to always show the resort button - -2003-08-24 Sunday 17:56 moodler - - * course/lib.php: - - Slight fix for displaying logs for courses starting in the future - -2003-08-24 Sunday 15:35 stronk7 - - * lib/pclzip/pclzip.lib.php: - - Solved one condition that caused some errors in Win32 when - extracting. - -2003-08-24 Sunday 07:46 stronk7 - - * backup/: backup.php, restore.php: + Completely got rid of user/lib.php - Added some optional_variables to avoid some NOTICES - -2003-08-23 Saturday 11:37 stronk7 - - * theme/cordoroyblue/pix/i/scales.gif: + - print_user() went to weblib.php and got tidied up - Added new scales icon to theme - -2003-08-23 Saturday 11:01 stronk7 - - * lang/es/moodle.php: - - Cambiadas un par de cadenas a gerundio. - -2003-08-23 Saturday 10:40 stronk7 - - * backup/: backuplib.php, restore_execute.html, restorelib.php: - - Ooops I commited some debug source code in previous versions. Going - back. Sorry. - -2003-08-23 Saturday 10:33 stronk7 - - * backup/: backuplib.php, lib.php, restore_execute.html, - restorelib.php: - - Solved one problem when copying empty directories. - -2003-08-23 Saturday 10:02 stronk7 - - * backup/restore_execute.html: - - Changed one notify - -2003-08-23 Saturday 09:32 selliott - - * mod/assignment/submissions.php: - - selliott - fixed some code to allow proper sorting of assignments - based on name, lastmodified, and feedback - -2003-08-23 Saturday 09:31 moodler - - * version.php: - - Bump! - -2003-08-23 Saturday 08:57 rkingdon - - * mod/workshop/: lib.php, submissions.php, view.php: - - Fixing Bug #653. - -2003-08-23 Saturday 08:47 moodler - - * files/index.php, lang/en/moodle.php: - - - Some extra explanation so that hitting "yes" on the restore screen - isn't so scary! :-) - -2003-08-23 Saturday 08:37 moodler - - * lang/en/docs/release.html: - - A few things added - -2003-08-23 Saturday 08:26 moodler - - * mod/quiz/: question.php, format/aon.php, format/default.php: - - New questions created via GUI or imported are now given a unique - stamp, and a default version of 1. - - When questions are updated, the version number is incremented. - -2003-08-23 Saturday 08:21 stronk7 - - * mod/quiz/backuplib.php, mod/quiz/restorelib.php, - backup/version.php: - - Now stamp and version are fully supported in backup/restore. The - process look for category, stamp and version to calculate when to - create a question or use a existing one. This avoid duplicates in - RANDOM and RANDOMSAMATCH qtypes. - -2003-08-23 Saturday 07:18 moodler - - * lib/moodlelib.php, mod/quiz/version.php, mod/quiz/db/mysql.php, - mod/quiz/db/mysql.sql, mod/quiz/db/postgres7.php, - mod/quiz/db/postgres7.sql: - - Corrected the stamp I just added and added a separate version field - instead - -2003-08-23 Saturday 07:03 moodler - - * lang/en/chat.php, mod/chat/config.html, mod/chat/lib.php, - mod/chat/users.php, mod/chat/gui_header_js/jsupdate.php: - - COnfiguration variables can now be edited via GUI - -2003-08-23 Saturday 06:28 moodler - - * mod/quiz/: version.php, db/mysql.php, db/mysql.sql, - db/postgres7.php, db/postgres7.sql: - - New "stamp" field on quiz questions with a unique identifier, as - well as some PostgreSQL fixes (Multianswer stuff had not been done - on Postgres yet) - -2003-08-23 Saturday 05:25 moodler - - * lib/moodlelib.php: - - Use gmdate instead - -2003-08-23 Saturday 05:22 moodler - - * lib/moodlelib.php: - - Added a new function to make a unique ID code, to be used in quiz - questions and elsewhere - - It's based on the hostname, time, random string and a supplied - version string. These are packed using '+ separators so they can - easily be unpacked if necessary. - - function make_unique_id_code($version=1) - -2003-08-23 Saturday 00:26 moodler - - * course/edit.php: - - If the language is the same as the site, then default to using the - same terminology as the site does - -2003-08-22 Friday 23:19 moodler - - * course/lib.php, course/log.php, lib/datalib.php: - - Improvements to logs when looking at site logs. - - Also, improvements to get_site_users (slower but it works now!) - -2003-08-22 Friday 21:39 moodler - - * admin/creators.php: - - Fixed missing "search results" string - -2003-08-22 Friday 17:36 stronk7 - - * backup/version.php: - - Up to 0.8.9 alpha. Now multianswer questions are working too. Too - complicated !! - -2003-08-22 Friday 17:35 stronk7 - - * mod/quiz/: backuplib.php, restorelib.php: - - Now multianswer questions are working too. Too complicated !! - -2003-08-22 Friday 11:58 giro123 - - * lang/es/README.txt: - - Se suma Benito Arias :-) - -2003-08-22 Friday 11:55 giro123 - - * lang/es/help/quiz/: match.html, randomsamatch.html, - repeatattempts.html, shuffleanswers.html, shufflequestions.html: - - Moodle 1.1 beta 1 - -2003-08-22 Friday 11:25 rkingdon - - * lang/en/workshop.php: - - A few addition strings for League Tables and Rubrics. - -2003-08-22 Friday 11:20 kaipe - - * lang/sv/quiz.php: - - Correction - -2003-08-22 Friday 11:15 kaipe - - * lang/sv/help/quiz/: questiontypes.html, description.html, - match.html, multianswer.html, numerical.html, randomsamatch.html: - - All question types now have help texts in Swedish - -2003-08-22 Friday 10:31 rkingdon - - * mod/workshop/: assessments.php, lib.php, submissions.php, - version.php, view.php, db/mysql.php, db/mysql.sql: - - Added League Table of Submissions (Final Phase); Rubric Assessment - Strategy; Grace time for new submissions; changed elementid to - elementno in rubrics table. - -2003-08-22 Friday 09:35 moodler - - * course/lib.php: - - Teacher forum name in the list is in fact the name of the teacher - forum. - -2003-08-22 Friday 09:20 moodler - - * course/view.php: - - After rebuilding cache - get the course record again - -2003-08-22 Friday 08:58 kaipe - - * lang/en/help/quiz/: numerical.html, questiontypes.html: - - Corrected the help text for numerical.html and also included - Numerical in questiontypes.html - -2003-08-22 Friday 08:46 stronk7 - - * mod/quiz/: backuplib.php, restorelib.php: - - Changed the "graphical" representation of the mod to include - multianswer table. I start working with it now !! - -2003-08-22 Friday 08:04 moodler - - * lang/: en/moodle.php, en_us/moodle.php: - - English spelling for enrol - -2003-08-22 Friday 07:55 moodler - - * course/lib.php: - - - Activities can now be drag-and-dropped within side blocks! - -2003-08-22 Friday 07:03 moodler - - * lang/en/moodle.php, admin/index.php: - - More asjustments to the display of the admin screen - -2003-08-22 Friday 06:46 moodler - - * admin/: index.php, users.php: - - more tweaks to admin menu displays - -2003-08-22 Friday 06:44 kaipe - - * lang/sv/quiz.php: - - Corrected translation - -2003-08-22 Friday 06:42 moodler - - * admin/index.php, lang/en/moodle.php: - - Add link on admin page about students, for completeness. In the - next version this link will link to the new enrolment subsystem. - - Also reduced font size to make the admin page a bit nicer on small - screens. - -2003-08-22 Friday 06:34 kaipe - - * lang/sv/help/quiz/: questiontypes.html, random.html: - - [no log message] - -2003-08-22 Friday 06:29 kaipe - - * lang/sv/quiz.php: - - [no log message] - -2003-08-22 Friday 06:20 moodler - - * backup/restore_execute.html: - - Added some more error messages when restoring - -2003-08-22 Friday 06:10 moodler - - * lang/nl/: assignment.php, chat.php, forum.php, moodle.php, - quiz.php, resource.php, workshop.php, help/cookies.html, - help/courseavailability.html, help/assignment/index.html, - help/assignment/mods.html, help/chat/chatting.html, - help/chat/index.html, help/chat/mods.html, help/choice/index.html, - help/choice/mods.html: - - New files and fixes from Hans De Zwart - thanks! - -2003-08-22 Friday 05:49 moodler - - * lib/datalib.php, course/index.php: - - Some small fixes when deleting a category - -2003-08-22 Friday 05:35 moodler - - * lib/pclzip/: pclzip.lib.php, readme.txt: - - pclzip 2.0 RC2 - hopefully better! - -2003-08-22 Friday 05:26 moodler - - * course/category.php, lib/weblib.php: - - More tweaks to fix on/off button for admins o ncourse listings - -2003-08-22 Friday 05:15 moodler - - * course/: category.php, edit.php, index.php: - - Put in buttons so that course creators can create courses! :-I - - Also, category fix_sorting is done better now when a course is - added. - -2003-08-22 Friday 01:42 moodler - - * course/loglive.php: - - Upgraded the live log to use the new print_log - -2003-08-22 Friday 01:08 rkingdon - - * mod/workshop/: lib.php, view.php: - - Fix bug in Workshops with no teacher submissions. - -2003-08-21 Thursday 23:07 moodler - - * course/lib.php, course/log.php, course/user.php, lib/datalib.php, - lib/weblib.php: - - - Added full paging to all displays of logs! :-) - -2003-08-21 Thursday 15:54 stronk7 - - * backup/lib.php: - - XML support - -2003-08-21 Thursday 13:06 giro123 - - * lang/es/help/: coursegrades.html, scales.html, - quiz/formatblackboard.html, quiz/formatcustom.html, - quiz/formatmissingword.html, quiz/repeatattempts.html, - survey/index.html, survey/mods.html: - - Moodle 1.1 beta 1 - -2003-08-21 Thursday 11:03 moodler - - * version.php: + - The graphics functions went to lib/gdlib.php - Bump! + See Bug 922 -2003-08-21 Thursday 10:30 moodler +2004-01-10 Saturday 08:38 moodler - * course/lib.php: + * lib/gdlib.php: - Hidden courses are displayed hidden + New library for collecting routines related to GD -2003-08-21 Thursday 10:28 moodler +2004-01-10 Saturday 06:25 moodler * course/loginas.php: - Allow the admin to login as teachers from within courses + When logging in as a user, take on their "current group" setting + too, then afterwards return teacher to their old setting -2003-08-21 Thursday 10:24 moodler +2004-01-10 Saturday 01:50 thetrinity + + * mod/quiz/format/gift/: examples.txt, format.php: + + Converted to UNIX file type. + +2004-01-10 Saturday 01:39 thetrinity + + * mod/quiz/format/gift/: docs.html, examples.txt, format.php: + + Fixed typo + +2004-01-10 Saturday 01:24 thetrinity + + * lang/en/help/quiz/: formatgift.html, import.html: + + Updated docs to latest revisions of GIFT import filter + +2004-01-09 Friday 23:39 moodler + + * mod/quiz/: lib.php, multichoice.html, shortanswer.html: + + Increased QUIZ_MAX_NUMBER_ANSWERS to 10, and actually made it apply + to everythin + +2004-01-09 Friday 19:39 thetrinity + + * mod/quiz/format/gift/examples.txt: + + examples.txt added + +2004-01-09 Friday 19:35 thetrinity + + * mod/quiz/format/gift/: docs.html, format.php: + + Integrated Multiple Answers and inline comments options. Made + examples.txt. Documentation now moved. + +2004-01-09 Friday 14:04 gniske + + * lang/da/: choice.php, error.php, forum.php, moodle.php, + resource.php: + + Adding missing strings Made som few corrections in existing + translation + +2004-01-09 Friday 08:54 moodler + + * course/index.php: + + Don't move courses from delete categories to the "zero" category + + (Make sure the grandparents are home before sending the kids + there!) + +2004-01-09 Friday 08:49 martignoni + + * lang/fr/docs/intro.html: + + One sentence corrected + +2004-01-09 Friday 08:15 martignoni + + * lang/fr/: assignment.php, attendance.php, auth.php, choice.php, + quiz.php, resource.php, survey.php, workshop.php: + + Changed to single quoted strings + +2004-01-09 Friday 06:31 martignoni + + * lang/fr/forum.php: + + Changed to single quoted strings + +2004-01-09 Friday 04:57 moodler + + * mod/quiz/edit.php: + + Fixed a small bug introduced yesterday + +2004-01-09 Friday 00:47 moodler + + * mod/resource/view.php: + + Updated with the new location of the Flash script + +2004-01-09 Friday 00:46 moodler + + * lib/: mp3player.swf, mp3player/mp3player.fla.zip, + mp3player/mp3player.swf: + + Including the MP3 player source along with it. + +2004-01-08 Thursday 23:16 moodler + + * mod/resource/details.php: + + Old settings weren't being remembered - fixed now. + +2004-01-08 Thursday 22:52 moodler + + * mod/resource/view.php: + + More tweaks when displaying embedded resources + +2004-01-08 Thursday 22:36 moodler + + * mod/resource/view.php: + + Some tidying up of the recent layout + +2004-01-08 Thursday 19:31 moodler + + * mod/resource/view.php: + + Some cleaning up and native support for streaming MP3! (using + Flash) + +2004-01-08 Thursday 19:30 moodler + + * lib/mp3player.swf: + + A general-purpose MP3 player in Flash + +2004-01-08 Thursday 11:02 martignoni + + * lang/fr/moodle.php: + + Converted to single quote strings + +2004-01-08 Thursday 07:05 martignoni + + * lang/fr/: chat.php, countries.php, journal.php, moodle.php: + + Converted to single quoted strings + +2004-01-08 Thursday 05:19 moodler + + * lang/en/help/uploadusers.html: + + Add fixes from Zig + +2004-01-08 Thursday 04:37 moodler + + * version.php: + + Bumping the version + +2004-01-08 Thursday 04:20 moodler + + * lang/en/resource.php, mod/resource/view.php: + + Fixed long-standing problem with popup windows. + + Now when you go to the using the navbar, they popup and leave some + navigation behind. + + Also fixed a recent bug with embedded images + +2004-01-08 Thursday 03:00 fiedorow + + * admin/uploaduser.php: + + Apply addslashes to adminuser data + +2004-01-07 Wednesday 20:50 moodler * lib/datalib.php: - Fixed up get_my_courses(). + Fix for case calling get_courses("all") when there is no user + +2004-01-07 Wednesday 19:51 fiedorow + + * admin/uploaduser.php: - It's not a tidy SQL statement any more but it's MUCH MUCH faster - with large data sets. + Apply addslashes to data -2003-08-21 Thursday 09:24 moodler +2004-01-07 Wednesday 19:10 moodler - * course/: category.php, lib.php: + * lang/en/docs/coding.html: - Course category listings now have a search box in the navbar for - students and non-users + Add info about addslashes() -2003-08-21 Thursday 09:15 moodler +2004-01-07 Wednesday 05:41 moodler - * course/lib.php: + * lang/en/help/quiz/: formataiken.html, formatgift.html, + import.html, index.html: - FIxed a missing quote + Improved documentation for Quiz filters -2003-08-21 Thursday 08:06 moodler +2004-01-07 Wednesday 05:23 stigbjarne - * course/: lib.php, view.php: + * lang/no/help/workshop/assignmenttype.html: - Fixed bug when moving sections with apostrophes in the summary (bug - 641) + New file -2003-08-21 Thursday 07:37 moodler +2004-01-07 Wednesday 05:16 moodler + + * mod/quiz/edit.php: + + Fixed header + +2004-01-07 Wednesday 05:10 moodler + + * mod/quiz/edit.php: + + Some cleaning up of the edit screen (especially in non-quiz mode) + +2004-01-07 Wednesday 04:59 stigbjarne + + * lang/no/help/workshop/breakdownoffinalgrade.html: + + New file + +2004-01-07 Wednesday 04:41 stigbjarne + + * lang/no/help/workshop/: graded.html, leaguetable.html, + nassessmentsofteachersexamples.html, showinggrades.html: + + New file + +2004-01-07 Wednesday 04:37 moodler + + * lang/no/: assignment.php, attendance.php, auth.php, chat.php, + choice.php, countries.php, dialogue.php, editor.php, exercise.php, + forum.php, glossary.php, journal.php, label.php, moodle.php, + pix.php, quiz.php, resource.php, survey.php, workshop.php: + + Massive fix-up job on Norwegian ... I'm not sure what Stig was + thinking checking in those older files ... + +2004-01-07 Wednesday 04:25 martignoni + + * lang/fr/: choice.php, forum.php: + + More strings translated + +2004-01-07 Wednesday 04:22 martignoni + + * lang/fr/attendance.php: + + More strings translated + +2004-01-07 Wednesday 04:18 stigbjarne + + * lang/no/help/workshop/managing.html: + + New file + +2004-01-07 Wednesday 00:15 andre_bln + + * lang/de/help/: groupmode.html, groupmodeforce.html: + + german language files 05012004 + +2004-01-07 Wednesday 00:14 koenr + + * lang/nl/help/uploadusers.html: + + followed change in Englisch version + +2004-01-07 Wednesday 00:12 andre_bln + + * lang/de/: choice.php, dialogue.php, exercise.php, forum.php, + moodle.php, quiz.php, docs/files.php, help/mods.html: + + german language files 05012004 + +2004-01-06 Tuesday 22:55 moodler + + * admin/uploaduser.php: + + SOme fixes to use the notify function all the way through + +2004-01-06 Tuesday 22:54 moodler + + * lang/en/: error.php, moodle.php: + + New strings and fixed strings, rewritten by lang.php + +2004-01-06 Tuesday 19:13 moodler + + * lang/en/help/uploadusers.html: + + Info about commas added + +2004-01-06 Tuesday 12:25 fiedorow + + * admin/uploaduser.php: + + Fixed bug in setting optionalDefaults outside the main loop + +2004-01-06 Tuesday 11:42 koenr + + * lang/nl/help/uploadusers.html: + + translated by Koen Roggemans + +2004-01-06 Tuesday 11:41 koenr + + * lang/nl/moodle.php: + + filling in missing strings + +2004-01-06 Tuesday 11:24 fiedorow + + * admin/uploaduser.php: + + optionalDefaults are now set using settings from Admin account + +2004-01-06 Tuesday 10:55 koenr + + * lang/nl/moodle.php: + + Changing little errors and ugly translations + +2004-01-06 Tuesday 09:33 fiedorow + + * admin/uploaduser.php: + + Restored feedback messages, added multilingual support, added + decoding of encoded commas in the data + +2004-01-06 Tuesday 08:37 martignoni + + * lang/fr/moodle.php: + + Some typos corrected + +2004-01-06 Tuesday 06:00 moodler + + * lang/en/help/uploadusers.html: + + Fixed a bug - thanks Zig! + +2004-01-06 Tuesday 02:35 martignoni + + * lang/fr/moodle.php: + + 'fullnamedisplay' had missing escape chars ('\') before the '$' + char (thanks Eloy !) + +2004-01-06 Tuesday 02:29 stigbjarne + + * lang/no/help/workshop/: includeself.html, selfassessment.html, + ungradedassessments_student.html: + + New file + +2004-01-05 Monday 22:15 moodler + + * admin/uploaduser.php: + + Added a field that was missing + +2004-01-05 Monday 19:32 moodler + + * lang/en/help/index.html: + + Add new help file to index + +2004-01-05 Monday 19:30 moodler + + * lang/en/help/uploadusers.html: + + Added a course to the example + +2004-01-05 Monday 19:29 moodler + + * lang/en/help/uploadusers.html: + + Help file for user uploads + +2004-01-05 Monday 18:48 moodler + + * admin/uploaduser.php: + + Some formatting tweaks + +2004-01-05 Monday 18:35 moodler + + * admin/: index.php, users.php: + + Add a link to the upload user script in the admin menus + +2004-01-05 Monday 18:33 moodler * lang/en/moodle.php: - Removed unused string + Some new strings related to user importing -2003-08-21 Thursday 07:23 moodler +2004-01-05 Monday 18:32 moodler + + * admin/uploaduser.php: + + Cleaned up the script to fit coding guidelines better. + + I haven't tested this yet, or touched the main parsing routine + +2004-01-05 Monday 18:19 thetrinity + + * mod/quiz/format/gift/docs.html: + + Changed to UNIX file type and removed tabs for documentation. o U + +2004-01-05 Monday 17:49 thetrinity + + * mod/quiz/format/gift/docs.html: + + Brings documentation up to date with rev.1.2 of gift/format.php + +2004-01-05 Monday 10:21 stronk7 + + * mod/workshop/: backuplib.php, restorelib.php: + + Added support to teacherloading, assessmentstodrop and donotuse + fields in workshop module. + +2004-01-04 Sunday 23:50 andre_bln + + * lang/de/: README.txt, appointment.php, assignment.php, + attendance.php, auth.php, chat.php, chatarea.php, choice.php, + countries.php, dialogue.php, editor.php, event.php, exercise.php, + forum.php, glossary.php, journal.php, label.php, moodle.php, + pix.php, quiz.php, resource.php, scheduler.php, survey.php, + text.html, webquest.php, workshop.php: + + german language files 29.12.2003 + +2004-01-04 Sunday 16:57 stronk7 + + * backup/: backuplib.php, restorelib.php: + + Now groupmode and groupmodeforce (course table) are in backup and + restore too. + +2004-01-04 Sunday 16:27 stronk7 + + * backup/backup_scheduled.php: + + Now, when the status is RUNNING, the function checks how much old + is that status in backup_logs table. If there is no activity in + that period, then the script status is unlocked automatically. + This prevents to become RUNNING for ever !!! + +2004-01-04 Sunday 14:58 stronk7 + + * backup/restorelib.php: + + Added addslashes() to check for existing users, because some + characters can break the query (old users containing ', for + example). + +2004-01-04 Sunday 04:48 stronk7 + + * backup/lib.php: + + Changed code to use the insert_record() function in the + backup/restore backup_putid() function. To solve bug 946 + (http://moodle.org/bugs/bug.php?op=show&bugid=946). + +2004-01-04 Sunday 03:51 stronk7 + + * lib/db/mysql.sql: + + Removed duplicate showreports field in course table!! That + (yy)yanked and (pp)pasted lines!! :-) Thanks to Juan Pablo, from + Bolivia. + +2004-01-03 Saturday 21:04 moodler + + * login/index.php: + + Fix appearance of Guest User's name. + +2004-01-03 Saturday 18:07 moodler + + * admin/uploaduser.php: + + New version of the uploaduser script from Zbigniew Fiedorowicz and + Steve Zeidner + + http://moodle.org/mod/forum/discuss.php?d=2367#19283 + +2004-01-03 Saturday 14:24 koenr + + * lang/nl/survey.php: + + updated some ugly translations + +2004-01-03 Saturday 12:53 stronk7 + + * lib/moodlelib.php: + + Add one more eregi_replace, because the 'alnum' allows the comma + char and it can cause some problems in filenames. + + Off-topic: This is my 1st commit with my new eMac !! My old iMac + screen died two days ago... :-( but I've recovered everything :-) + +2004-01-03 Saturday 07:41 moodler + + * user/edit.php: + + Fixed missing bracket + +2004-01-02 Friday 22:31 moodler + + * login/index.php: + + Better fix + +2004-01-02 Friday 22:20 moodler + + * login/index.php: + + Don't carry description around in USER session variable ... can be + big + +2004-01-02 Friday 10:12 les_kopari + + * lib/db/schema.php: + + Adding remaining schema.xml files, one per table...still more to + come. + + See execution listing for test results thus far. + +2004-01-02 Friday 10:06 les_kopari + + * lib/db/: schemaUser_admins.xml, schemaExecutionListing.html: + + Initial. + +2004-01-02 Friday 10:02 les_kopari + + * lib/db/: schemaModules.xml, schemaScale.xml, schemaUser.xml: + + Initial. + +2004-01-02 Friday 09:59 les_kopari + + * lib/db/: schemaCourse_sections.xml, schemaLog.xml, + schemaLog_display.xml: + + Initial. + +2004-01-02 Friday 09:56 les_kopari + + * lib/db/: schemaCourse_groups.xml, + schemaCourse_groups_members.xml, schemaCourse_modules.xml: + + Initial. + +2004-01-02 Friday 09:54 les_kopari + + * lib/db/: schemaCourse_categories.xml, schemaCourse_display.xml: + + Initial add. + +2004-01-02 Friday 06:11 moodler + + * user/edit.php: + + Added an error message to catch some cases of sessions not working + +2004-01-02 Friday 02:25 villate + + * lang/pt/moodle.php: + + It now uses "backup" for the name of the backup files. + +2004-01-01 Thursday 11:41 les_kopari + + * lib/db/: schemaCourse.xml, schemaConfig.xml: + + Initial add...separate .xml file for each table. + +2004-01-01 Thursday 11:38 les_kopari + + * lib/db/schema.php: + + Initial add...just the first two tables, config and course. + +2004-01-01 Thursday 10:45 koenr + + * lang/nl/help/: groupmode.html, groupmodeforce.html: + + translated by Koen Roggemans + +2004-01-01 Thursday 10:44 koenr + + * lang/nl/: choice.php, forum.php, moodle.php: + + filling in missing strings + +2004-01-01 Thursday 07:12 kaipe + + * mod/quiz/editmultianswer.php: + + As this page uses the multianswer import format, the require_once + statements have been updated to fit the new plug-in paths for the + import formats. + +2004-01-01 Thursday 07:01 kaipe + + * mod/quiz/lib.php: + + Short-answer fixes: As the wild card feature makes it possible for + a response to match more than one answer alternative, I made sure + that the alternative with the highest grade would count. I also + fixed bug #945 for the short answer case. + +2004-01-01 Thursday 04:47 kaipe + + * mod/quiz/attempt.php: + + Fixed bug that could cause duplication of attempt numbers. This + bug came to the surface when the possibility to delete attempts was + introduced in report/overview/report.php + +2004-01-01 Thursday 00:36 moodler * lib/weblib.php: - Ellipsis at start as well + On group images use description in the title ... -2003-08-21 Thursday 07:22 moodler +2003-12-31 Wednesday 22:35 moodler + + * lang/en/choice.php: + + Strings for new setting + +2003-12-31 Wednesday 22:35 moodler + + * mod/choice/: backuplib.php, mod.html, restorelib.php, + version.php, view.php, db/mysql.php, db/mysql.sql, + db/postgres7.php, db/postgres7.sql: + + New setting makes it optional to show column of people who didn't + answer + +2003-12-31 Wednesday 20:52 moodler + + * lang/en/forum.php: + + New strings for forum settings (allow students to view ratings of + others) + +2003-12-31 Wednesday 20:48 moodler + + * mod/forum/: backuplib.php, lib.php, mod.html, restorelib.php, + version.php, db/mysql.php, db/mysql.sql, db/postgres7.php, + db/postgres7.sql: + + New option to allow students to see aggregate ratings on other + posts (anonymous) + +2003-12-31 Wednesday 11:22 kaipe + + * mod/quiz/lib.php: + + Fixed a single/double quote issue (again) + +2003-12-31 Wednesday 07:22 moodler + + * lang/en/docs/philosophy.html: + + Shapes not shape + +2003-12-31 Wednesday 06:16 moodler + + * lib/datalib.php: + + Temporary sorting order on group members + +2003-12-31 Wednesday 05:40 moodler + + * mod/forum/lib.php: + + Display group icon in forum is a group is defined + +2003-12-31 Wednesday 05:39 moodler + + * course/: group.php, groups-summary.html, groups.php: + + Changes to improve group images + +2003-12-31 Wednesday 05:39 moodler * lib/weblib.php: - Put an ellipsis in paging + Some improvements when displaying PNGs -2003-08-21 Thursday 07:16 moodler +2003-12-31 Wednesday 01:29 martignoni - * course/category.php: + * lang/fr/workshop.php: - Fixed a typo + Tweeking again (still needs work!) -2003-08-21 Thursday 07:04 moodler +2003-12-31 Wednesday 00:07 moodler - * course/category.php, course/search.php, lib/datalib.php: + * lang/en/moodle.php: - Split get-courses_page from get-courses so they can specialise + Small fixes -2003-08-21 Thursday 06:47 moodler +2003-12-31 Wednesday 00:05 moodler - * lib/weblib.php: + * lang/en/moodle.php: - Some better paging that now works with any number of pages + Some re-wording of English backup strings -2003-08-21 Thursday 05:24 moodler +2003-12-30 Tuesday 22:44 moodler - * course/category.php: + * mod/forum/index.php: - Tweaks to account for teacher editors + Don't try to display forums if there aren't any -2003-08-21 Thursday 05:19 moodler +2003-12-30 Tuesday 13:32 martignoni + + * lang/fr/: workshop.php, help/workshop/finalgrades.html: + + More translation + +2003-12-30 Tuesday 11:06 moodler * lib/datalib.php: - Fixed the SQL for teachers and students + Fix when storing group memberships in USER session -2003-08-21 Thursday 05:12 moodler +2003-12-30 Tuesday 10:57 martignoni - * mod/workshop/assessments.php: + * lang/fr/workshop.php: - Initialising $navigation. Again. :-) + Small modifications -2003-08-21 Thursday 02:39 moodler +2003-12-30 Tuesday 10:42 moodler + + * course/format/: social/format.php, topics/format.php, + weeks/format.php: + + Fix up group icon display in certain situations + +2003-12-30 Tuesday 10:39 moodler + + * course/groups.php: + + Improvements to timekeeping etc + +2003-12-30 Tuesday 10:24 moodler + + * course/groups.php: + + Fixed up references to old tables names + +2003-12-30 Tuesday 10:19 moodler * lib/datalib.php: - Fix for non-logged-in person + Slight fix for MySQL 4 -2003-08-21 Thursday 02:33 moodler +2003-12-30 Tuesday 10:09 moodler - * lib/datalib.php, course/category.php, course/lib.php, - course/search.php, lib/weblib.php: + * course/group.php: - Some fixes to handle very very big categories. + Fix reference to new table name + +2003-12-30 Tuesday 10:07 moodler + + * lib/: datalib.php, moodlelib.php, db/mysql.php, db/mysql.sql, + db/postgres7.php, db/postgres7.sql: - - paging - - more efficient SQL + Need to change table name! It was tougher than I thought to work + around the reserved word "group" -2003-08-21 Thursday 01:22 moodler +2003-12-30 Tuesday 09:36 moodler - * version.php: + * lang/en/moodle.php: - New number to trigger database upgrade + New strings for groups -2003-08-21 Thursday 01:20 moodler +2003-12-30 Tuesday 09:35 moodler - * lib/datalib.php: + * lang/en/help/: groupmode.html, groupmodeforce.html: - Slightly better + Some help files -2003-08-21 Thursday 01:19 moodler +2003-12-30 Tuesday 09:18 moodler - * lib/datalib.php: + * version.php, course/category.php, course/edit.html, + course/edit.php, course/group.php, course/groups-edit.html, + course/groups-summary.html, course/groups.php, course/index.php, + course/format/social/format.php, course/format/topics/format.php, + course/format/weeks/format.php, lib/datalib.php, lib/moodlelib.php, + lib/weblib.php, lib/db/mysql.php, lib/db/mysql.sql, + lib/db/postgres7.php, lib/db/postgres7.sql, pix/g/f1.png, + pix/g/f2.png, user/pixgroup.php: - Course search shouldn't find the "site" course. - -2003-08-21 Thursday 01:14 moodler - - * lib/db/: mysql.php, mysql.sql, postgres7.php, postgres7.sql: - Added an index on courses for the category - -2003-08-20 Wednesday 23:55 mits - - * lang/ja/moodle.php: + This is the first check-in of support for groups. - Polished. - -2003-08-20 Wednesday 23:43 mits - - * lang/ja/: README, chat.php, forum.php, moodle.php, resource.php, - workshop.php: + It's very early (it doesn't actually do anything yet!) but you can + define groups and get an idea of how the interface is shaping up. + I also wanted to show that I have actually done something on this! + :-) - New translation. - -2003-08-20 Wednesday 20:16 moodler - - * mod/chat/lib.php: + From here my plan is to add group support to the modules, one by + one (forums first), then go back and clean up some of the central + interfaces, graphics etc. - No need for grades with chat + Finally, test, test, test and get 1.2 out well before the end of + February. -2003-08-20 Wednesday 20:05 moodler +2003-12-30 Tuesday 08:17 martignoni - * course/grades.php: + * lang/fr/workshop.php: - Strip tags from Excel and Text dumps + Some tweeks again -2003-08-20 Wednesday 19:58 moodler +2003-12-29 Monday 23:28 moodler - * course/category.php: + * mod/quiz/lib.php: - Put links on the course icons + Fixed some single/double quote issues -2003-08-20 Wednesday 19:56 moodler +2003-12-29 Monday 23:04 moodler - * lang/en/docs/release.html: + * mod/quiz/lib.php: - Forgot a feature - -2003-08-20 Wednesday 19:55 moodler - - * version.php: + Bodgy HTML converted to nice clean XHTML fragments. - FOr the regular upgraders + Thanks to Jonathan Moore and all his work! -2003-08-20 Wednesday 19:29 moodler +2003-12-29 Monday 22:54 moodler - * admin/module.php: + * mod/resource/details.php: - Typo when including config.html ... not sure how it was working - before! + Improved navigation info in header -2003-08-20 Wednesday 19:05 giro123 +2003-12-29 Monday 22:53 moodler - * lang/es/: chat.php, forum.php, moodle.php, resource.php, - survey.php, workshop.php, help/workshop/finalgrades.html: + * mod/resource/view.php: - Moodle 1.1 beta 1 + Big cleanup for logic in handling uploaded files, now shorter and + clearer -2003-08-20 Wednesday 08:01 moodler +2003-12-29 Monday 19:56 moodler - * mod/journal/lib.php: + * backup/: backup_scheduled.php, config.html: - More robust when a journal is unused - -2003-08-20 Wednesday 06:44 moodler - - * course/lib.php: + Change default value for backup_sche_keep to be one day. - Invisible courses are now properly dimmed + (As the path of least impact on server resources) -2003-08-20 Wednesday 06:41 moodler +2003-12-29 Monday 12:24 stronk7 - * course/lib.php: + * backup/: backup_scheduled.php, config.html, version.php: - OUCH! usegrades should be showgrades + A new parameter (backup_sche_keep) is included. Oldest backup files + will be deleted automatically. Try it !! -2003-08-20 Wednesday 06:06 moodler +2003-12-29 Monday 12:22 stronk7 - * mod/resource/: version.php, db/mysql.php, db/mysql.sql: + * lang/: en/moodle.php, es/moodle.php: - Fixed a typo in the MySQL database definition that only shows up - when adding resources to courses with IDs higher than 255 + Included some strings about the "Keep Backup Files" option. -2003-08-20 Wednesday 05:09 moodler +2003-12-29 Monday 12:20 stronk7 - * backup/db/postgres7.sql: + * backup/restorelib.php: - Fixed some bad Postgres SQL that I made! :-) + Little change in the form that duplicated course shortnames are + handled. This should help when detecting copies of backup files. -2003-08-20 Wednesday 05:04 moodler +2003-12-29 Monday 12:15 stronk7 - * admin/module.php: + * backup/backup_check.html: - The warning should be printed on this page + Changed to use clean_filename() function when calculating backup + file name. Thanks Martin !! :-) -2003-08-20 Wednesday 05:03 moodler +2003-12-29 Monday 10:28 martignoni - * mod/journal/mod.html: - - Forgot to check this slight fix in to fix the default days - -2003-08-20 Wednesday 04:54 moodler - - * files/mimetypes.php: - - Changed from DOS to Unix format - -2003-08-20 Wednesday 01:25 moodler - - * lang/en/docs/release.html: - - Some mods - -2003-08-20 Wednesday 00:32 moodler - - * version.php, lib/db/mysql.php, backup/backuplib.php, - backup/restorelib.php, course/edit.html, course/lib.php, - lang/en/moodle.php, lang/en/help/coursegrades.html, - lang/en/help/index.html, lib/db/mysql.sql, lib/db/postgres7.php, - lib/db/postgres7.sql: - - A new course field called "showgrades" which allows the teacher to - turn the display of the grade book on and off. - -2003-08-19 Tuesday 19:07 moodler - - * lang/es/help/forum/ratings.html: - - FIxed up formatting a little - -2003-08-19 Tuesday 19:04 moodler - - * lang/en/docs/release.html: - - Accidentally had an extra heading - -2003-08-19 Tuesday 10:48 moodler - - * version.php: - - Pretty much Beta, I'd say - -2003-08-19 Tuesday 10:46 moodler - - * lang/en/docs/release.html: - - More info about the release - -2003-08-19 Tuesday 10:34 moodler - - * lang/pt_br/help/forum/ratings.html: - - Moodle format version - -2003-08-19 Tuesday 10:31 moodler - - * lang/pt_br/: forum.php, moodle.php, quiz.php, survey.php: - - Latest changes for pt_br - -2003-08-19 Tuesday 08:07 giro123 - - * lang/es/: docs/background.html, docs/coding.html, - docs/credits.html, docs/cvs.html, docs/developer.html, - docs/faq.html, docs/features.html, docs/files.php, - docs/future.html, docs/glossary.html, docs/install.html, - docs/installamp.html, docs/intro.html, docs/licence.html, - docs/other.html, docs/release.html, docs/teacher.html, - docs/upgrade.html, help/assignment/mods.html, help/chat/index.html, - help/coursecategory.html, help/emoticons.html, help/index.html, - help/richtext.html, help/summaries.html, help/text.html, - help/chat/mods.html, help/choice/mods.html, - help/forum/ratings.html, help/journal/mods.html, - help/quiz/description.html, - help/quiz/eachattemptbuildsonthelast.html, help/quiz/import.html, - help/quiz/mods.html, help/quiz/numerical.html, - help/resource/index.html, help/resource/program.html, - help/resource/resourcetype.html, help/resource/summary.html, + * lang/fr/: moodle.php, workshop.php, docs/release.html, help/workshop/addingacomment.html, help/workshop/agreeassessments.html, help/workshop/anonymous.html, help/workshop/assignmenttype.html, help/workshop/breakdownoffinalgrade.html, help/workshop/calculatingfinalgrade.html, + help/workshop/editingacomment.html: + + More translations + +2003-12-29 Monday 08:36 gniske + + * lang/da/: assignment.php, attendance.php, dialogue.php, + exercise.php, glossary.php, moodle.php, quiz.php, resource.php, + workshop.php, editor.php, pix.php: + + Adding missing strings Made som few corrections in existing + translation + +2003-12-29 Monday 08:28 martignoni + + * lang/fr/workshop.php: + + Some more tweeks + +2003-12-29 Monday 03:17 martignoni + + * lang/fr/help/workshop/analysisofassessments.html: + + Some tweaks and typos corrected + +2003-12-29 Monday 01:41 martignoni + + * lang/fr/workshop.php: + + Update to last version, with some modifications + +2003-12-29 Monday 01:40 moodler + + * mod/quiz/lib.php: + + Some preliminary code to allow wildcards in short answers. Based + on code sent by Thomas Robb + +2003-12-29 Monday 01:28 moodler + + * mod/quiz/index.php: + + Better info about quizzes + +2003-12-29 Monday 01:24 moodler + + * mod/quiz/report.php: + + Edit button on quiz reports + +2003-12-28 Sunday 03:15 stronk7 + + * backup/backup_scheduled.php: + + Solve more bugs in set_field("backup_courses"... calls. + +2003-12-27 Saturday 21:56 moodler + + * theme/: UPGRADE.txt, standard/styles.php, + standardblue/styles.php, standardgreen/styles.php, + standardlogo/styles.php, standardred/styles.php, + standardwhite/styles.php: + + Added two new styles for smallinfo displays on the side + +2003-12-27 Saturday 21:49 moodler + + * mod/forum/lib.php: + + Added new styles for latest news listings smallinfo and + smallinfohead + +2003-12-27 Saturday 14:57 martignoni + + * lang/fr/help/workshop/analysisofassessments.html: + + Translation complete + +2003-12-27 Saturday 08:36 martignoni + + * lang/fr/help/workshop/analysisofassessments.html: + + A little bit more translated + +2003-12-27 Saturday 05:05 koenr + + * lang/nl/: dialogue.php, exercise.php, moodle.php: + + filling in missing strings + +2003-12-27 Saturday 02:42 koenr + + * lang/nl/attendance.php: + + Adapting translation to users fro Holland + +2003-12-27 Saturday 00:33 moodler + + * pix/i/group.gif: + + New group icon + +2003-12-26 Friday 20:08 moodler + + * backup/backup_scheduled.php: + + Add the site's shortname to the email subject + +2003-12-26 Friday 19:14 moodler + + * backup/backup_scheduled.php: + + FIxed a small bug when updating the next time + +2003-12-26 Friday 19:13 moodler + + * lang/en/moodle.php: + + Added a missing string + +2003-12-26 Friday 15:11 martignoni + + * lang/fr/help/workshop/: addingacomment.html, + agreeassessments.html, analysisofassessments.html, anonymous.html, + assessmentofexamples.html: + + Beginning of translation of folder Workshop + +2003-12-26 Friday 12:59 martignoni + + * lang/fr/help/choice/: index.html, options.html: + + Typos corrected + +2003-12-26 Friday 12:52 martignoni + + * lang/fr/help/survey/: index.html, mods.html: + + Survey folder translation complete + +2003-12-25 Thursday 19:50 trobb + + * mod/quiz/report/fullstat/report.php: + + + Null data caused errors so placed an IF statement around + SWITCH + at line 920 + +2003-12-24 Wednesday 09:33 les_kopari + + * mod/attendance/db/schema.xml: + + Inserts for MySQL and PostGRES. + +2003-12-24 Wednesday 09:28 les_kopari + + * mod/attendance/db/: schema.xml, schema.php: + + Initial add. + +2003-12-24 Wednesday 06:49 rkingdon + + * mod/workshop/restorelib.php: + + Fixes to restore. + +2003-12-24 Wednesday 06:47 rkingdon + + * lang/en/help/exercise/: administration.html, finalgrades.html, + grade.html, managing.html, moreinfo.html: + + Modified help files for late submissions and reduction of the + number of phases. + +2003-12-24 Wednesday 06:45 rkingdon + + * lang/en/exercise.php: + + New strings for the handling of late submissions. + +2003-12-24 Wednesday 06:43 rkingdon + + * mod/exercise/: backuplib.php, index.php, lib.php, restorelib.php, + submissions.php, upload.php, version.php, view.php, db/mysql.php, + db/mysql.sql: + + A new version (2003121000). Fixes to backup/restore. Addition of + "late" work and the reduction of the number of phases to 3 (from + 4). + +2003-12-24 Wednesday 06:38 rkingdon + + * lang/en/dialogue.php: + + One string for open dialogue list. + +2003-12-24 Wednesday 06:36 rkingdon + + * mod/dialogue/: backuplib.php, lib.php, restorelib.php: + + Bugs fixed in backup and restore. Dialogue now notifies if there + are any open dialogues. + +2003-12-24 Wednesday 04:10 stronk7 + + * backup/config.html, backup/version.php, lang/es/moodle.php: + + Now admin/configuration/backup strings are included. Happy + Christmas :-) + +2003-12-24 Wednesday 04:03 stronk7 + + * lang/: es/moodle.php, en/moodle.php: + + Now admin/configuration/backup strings are included. Happy + Christmas :-) + +2003-12-24 Wednesday 01:06 martignoni + + * lang/fr/docs/future.html: + + Update to new roadmap + +2003-12-23 Tuesday 21:52 moodler + + * lang/en/docs/future.html: + + Updated + +2003-12-23 Tuesday 14:21 martignoni + + * lang/fr/help/chat/index.html: + + Typo corrected + +2003-12-23 Tuesday 14:19 martignoni + + * lang/fr/help/quiz/index.html: + + Typos corrected + +2003-12-23 Tuesday 14:12 martignoni + + * lang/fr/help/quiz/: index.html, questiontypes.html, random.html, + randomsamatch.html, repeatattempts.html, review.html, + shortanswer.html, shuffleanswers.html, shufflequestions.html, + timeopen.html, truefalse.html: + + Help folder translation complete + +2003-12-23 Tuesday 12:21 koenr + + * lang/nl/attendance.php: + + modifications by evelien roos + +2003-12-23 Tuesday 05:41 trobb + + * mod/quiz/report/fullstat/report.php: + + + Possible division by 0 fixed with if branch line 132 + +2003-12-23 Tuesday 03:58 moodler + + * lang/en/moodle.php, login/signup.php, login/signup_form.html: + + Ask for email address again to help avoid typos + +2003-12-23 Tuesday 01:08 koenr + + * lang/nl/docs/docstyles.css: + + necessary for styles + +2003-12-23 Tuesday 01:07 koenr + + * lang/nl/docs/teacher.html: + + updated css-file location + +2003-12-23 Tuesday 01:05 koenr + + * lang/nl/attendance.php: + + translated by Koen Roggemans + +2003-12-22 Monday 12:52 andersbe + + * lang/sv/: LAESMIG.txt, assignment.php, attendance.php, auth.php, + chat.php, choice.php, countries.php, dialogue.php, editor.php, + exercise.php, forum.php, glossary.php, journal.php, label.php, + moodle.php, quiz.php, resource.php, survey.php, webquest.php, + workshop.php, help/cookies.html, help/courseavailability.html, + help/coursecategory.html, help/courseformats.html, + help/coursefullname.html, help/coursegrades.html, + help/coursenewsitems.html, help/coursenumsections.html, + help/courserecent.html, help/coursereports.html, + help/courseshortname.html, help/coursestartdate.html, + help/courseuploadsize.html, help/emoticons.html, + help/enrolmentkey.html, help/guestaccess.html, help/html.html, + help/index.html, help/langedit.html, help/mods.html, + help/picture.html, help/questions.html, help/reading.html, + help/richtext.html, help/scales.html, help/summaries.html, + help/surveys.html, help/teachers.html, help/text.html, + help/textformat.html, help/wiki.html, help/writing.html, + help/assignment/assignmenttype.html, help/assignment/index.html, + help/assignment/mods.html, help/assignment/resubmit.html, + help/attendance/index.html, help/attendance/mods.html, + help/chat/chatting.html, help/chat/index.html, help/chat/mods.html, + help/choice/index.html, help/choice/mods.html, + help/choice/options.html, help/dialogue/addsubject.html, + help/dialogue/closedialogue.html, help/dialogue/deleteafter.html, + help/dialogue/dialoguetype.html, help/dialogue/index.html, + help/dialogue/info.html, help/dialogue/maildefault.html, + help/dialogue/mods.html, help/dialogue/multiple.html, + help/dialogue/sendmail.html, help/dialogue/writing.html, + help/exercise/administration.html, help/exercise/elements.html, + help/exercise/finalgrades.html, help/exercise/grade.html, + help/exercise/grading.html, help/exercise/gradinggrade.html, + help/exercise/gradingstrategy.html, help/exercise/managing.html, + help/exercise/mods.html, help/exercise/moreinfo.html, + help/exercise/nelements.html, help/exercise/specimen.html, + help/exercise/submissionofdescriptions.html, + help/exercise/takeownership.html, help/exercise/usemax.html, + help/forum/allowdiscussions.html, help/forum/attachment.html, + help/forum/forumtype.html, help/forum/index.html, + help/forum/maxattachmentsize.html, help/forum/mods.html, + help/forum/ratings.html, help/forum/subscription.html, + help/glossary/allowcomments.html, + help/glossary/allowduplicatedentries.html, + help/glossary/casesensitive.html, + help/glossary/defaultapproval.html, help/glossary/description.html, + help/glossary/displayformat.html, help/glossary/fullmatch.html, + help/glossary/globalglossary.html, help/glossary/index.html, + help/glossary/mainglossary.html, help/glossary/mods.html, + help/glossary/shows.html, help/glossary/studentcanpost.html, + help/glossary/usedynalink.html, help/journal/index.html, + help/journal/mods.html, help/label/mods.html, + help/quiz/attempts.html, help/quiz/categories.html, + help/quiz/correctanswers.html, help/quiz/createmultiple.html, + help/quiz/description.html, + help/quiz/eachattemptbuildsonthelast.html, help/quiz/feedback.html, + help/quiz/formatblackboard.html, help/quiz/formatctm.html, + help/quiz/formatcustom.html, help/quiz/formatmissingword.html, + help/quiz/grademethod.html, help/quiz/import.html, + help/quiz/index.html, help/quiz/match.html, + help/quiz/maxgrade.html, help/quiz/mods.html, + help/quiz/multianswer.html, help/quiz/multichoice.html, + help/quiz/numerical.html, help/quiz/questiontypes.html, + help/quiz/random.html, help/quiz/randommatch.html, + help/quiz/randomsamatch.html, help/quiz/repeatattempts.html, + help/quiz/review.html, help/quiz/shortanswer.html, + help/quiz/shuffleanswers.html, help/quiz/shufflequestions.html, + help/quiz/timeopen.html, help/quiz/truefalse.html, + help/resource/index.html, help/resource/mods.html, + help/resource/program.html, help/resource/resourcetype.html, + help/resource/summary.html, help/survey/index.html, + help/survey/mods.html, help/workshop/addingacomment.html, + help/workshop/agreeassessments.html, help/workshop/anonymous.html, + help/workshop/assessmentofexamples.html, + help/workshop/assignmenttype.html, + help/workshop/breakdownoffinalgrade.html, + help/workshop/calculatingfinalgrade.html, help/workshop/editingacomment.html, help/workshop/elements.html, help/workshop/finalgrades.html, help/workshop/graded.html, help/workshop/grading.html, help/workshop/gradingassessments.html, - help/workshop/gradingstrategy.html, help/workshop/includeself.html, - help/workshop/managing.html, + help/workshop/gradingstrategy.html, + help/workshop/gradingsubmissions.html, + help/workshop/includeself.html, + help/workshop/includeteachersgrade.html, help/workshop/index.html, + help/workshop/leaguetable.html, help/workshop/managing.html, + help/workshop/mods.html, help/workshop/nassessmentsofstudentsubmissions.html, help/workshop/nassessmentsofteachersexamples.html, help/workshop/nelements.html, help/workshop/numberofassessors.html, - help/workshop/resubmit.html, help/workshop/selfassessment.html, + help/workshop/overallocation.html, help/workshop/resubmit.html, + help/workshop/selfassessment.html, help/workshop/showinggrades.html, help/workshop/specimen.html, - help/workshop/teachersgradings.html: + help/workshop/submissionofexamples.html, + help/workshop/teachersgradings.html, + help/workshop/ungradedassessments_student.html, + help/workshop/ungradedassessments_teacher.html: + + All the strings in the php-files and all the help-files are + translated as of 2003-12-22 All standard and all development + modules are included. Some php-files required for Moodle 1.2 are + also included. + + Alla strängar i php-filerna och alla hjälpfiler är översatta t o m + 2003-12-22 Det gäller alla standard- och utvecklingsmoduler. NÃ¥gra + programfiler för Moodle 1.2 finns ocksÃ¥ med. + +2003-12-22 Monday 12:11 koenr + + * lang/nl/help/attendance/mods.html: + + translated by Koen Roggemans + +2003-12-22 Monday 11:22 koenr + + * lang/nl/webquest.php: + + initial translation + +2003-12-22 Monday 11:15 koenr + + * lang/nl/: dialogue.php, dialogue.php: + + minor changes in translation + +2003-12-22 Monday 11:03 koenr + + * lang/nl/help/dialogue/: addsubject.html, closedialogue.html, + deleteafter.html, dialoguetype.html, info.html, maildefault.html, + mods.html, multiple.html, sendmail.html, writing.html: + + translated by Koen Roggemans + +2003-12-22 Monday 07:55 koenr + + * lang/nl/dialogue.php: + + translated by Koen Roggemans + +2003-12-22 Monday 07:09 moodler + + * mod/quiz/format/gift/format.php: + + Latest version from Paul Shew + +2003-12-21 Sunday 18:43 moodler + + * lib/weblib.php: + + Some improvements to style_sheet_setup based on this from John Dell + + http://moodle.org/mod/forum/discuss.php?d=4171 + +2003-12-21 Sunday 18:11 moodler + + * lang/ar/: assignment.php, chat.php, choice.php, countries.php, + forum.php, label.php, moodle.php, quiz.php: + + SOme formatting fixes using new language editor + +2003-12-21 Sunday 13:27 andre_bln + + * lang/de/: README, assignment.php, attendance.php, auth.php, + dialogue.php, editor.php, exercise.php, forum.php, glossary.php, + journal.php, moodle.php, quiz.php, resource.php, webquest.php, + workshop.php, docs/cvs.html, docs/developer.html, docs/faq.html, + docs/other.html: + + German language files 21.12.03 + +2003-12-21 Sunday 10:03 martignoni + + * lang/fr/: docs/features.html, help/quiz/index.html, + help/quiz/match.html, help/quiz/maxgrade.html, help/quiz/mods.html, + help/quiz/multianswer.html, help/quiz/multichoice.html, + help/quiz/numerical.html: + + Some more files of help folder integrated + +2003-12-21 Sunday 06:23 martignoni + + * lang/fr/: quiz.php, docs/features.html, docs/release.html: + + Modification: "mise en correspondance" -> "appariement" + +2003-12-21 Sunday 06:14 martignoni + + * lang/fr/help/quiz/: attempts.html, formatblackboard.html, + formatcustom.html, formatmissingword.html: + + Some typos corrected + +2003-12-21 Sunday 05:56 trobb + + * mod/quiz/report/fullstat/report.php: + + + Bug in percentage calculation for on-screen display fixed + +2003-12-20 Saturday 21:10 moodler + + * course/index.php: + + When deleting a category, send children courses to live with + grandma + +2003-12-20 Saturday 20:52 moodler + + * course/: edit.php, view.php, format/README.txt, + format/social.php, format/topics.php, format/weeks.php, + format/social/format.php, format/topics/format.php, + format/weeks/format.php: + + + Modification of the course format plugin structures so that it fits + in with other plugin formats in Moodle. + +2003-12-19 Friday 18:47 moodler + + * index.php: + + Shorter search box to help smaller screens + +2003-12-19 Friday 07:12 martignoni + + * lang/fr/help/quiz/: attempts.html, categories.html, + correctanswers.html, createmultiple.html, description.html, + feedback.html, formatblackboard.html, formatcustom.html, + formatmissingword.html, grademethod.html, import.html: + + Some more help files translated + +2003-12-18 Thursday 23:37 moodler + + * lang/de/pgassignment.php: + + Remove pgassignment + +2003-12-18 Thursday 23:22 koenr + + * lang/nl/help/exercise/nelements.html: + + translated by Koen Roggemans + +2003-12-18 Thursday 23:21 koenr + + * lang/nl/help/exercise/elements.html: + + typo + +2003-12-18 Thursday 15:36 koenr + + * lang/nl/: moodle.php, quiz.php, resource.php: + + filling in missing strings + +2003-12-18 Thursday 14:52 koenr + + * lang/nl/help/exercise/managing.html: + + Translated by Koen Roggemans + +2003-12-18 Thursday 14:49 martignoni + + * lang/fr/help/resource/: index.html, program.html, + resourcetype.html: + + Some typos corrected + +2003-12-18 Thursday 14:34 martignoni + + * lang/fr/help/wiki.html: + + File translation complete + +2003-12-18 Thursday 11:14 martignoni + + * lang/fr/help/journal/mods.html: + + Journal help folder translated + +2003-12-18 Thursday 11:03 martignoni + + * lang/fr/: README, TERMS, docs/teacher.html: + + Some terms added + +2003-12-18 Thursday 09:59 martignoni + + * lang/fr/moodle.php: + + Small corrections + +2003-12-18 Thursday 08:58 martignoni + + * lang/fr/docs/teacher.html: + + Some typos corrected + +2003-12-18 Thursday 08:46 moodler + + * admin/config.php: + + Clean sessioncookie variable + +2003-12-18 Thursday 08:23 martignoni + + * lang/fr/: README, docs/philosophy.html: + + Translation of "connected" and "separate" (thanks to JF Nadeau) + +2003-12-18 Thursday 08:07 martignoni + + * lang/fr/help/choice/: index.html, mods.html, options.html: + + Choice folder translation complete + +2003-12-18 Thursday 07:40 martignoni + + * lang/fr/help/resource/resourcetype.html: + + Modification of "Fichier" + +2003-12-18 Thursday 07:38 martignoni + + * lang/fr/resource.php: + + Small typo corrected + +2003-12-18 Thursday 07:35 martignoni + + * lang/fr/help/resource/resourcetype.html: + + Re-order alphabetically the different items + +2003-12-18 Thursday 07:32 martignoni + + * lang/fr/resource.php: + + Typo corrected + +2003-12-18 Thursday 07:30 martignoni + + * lang/fr/: resource.php, help/resource/resourcetype.html: + + Change name of resources "Page Web" and "Lien vers une page Web" to + resp. "Page web (interne)" and "Page web (externe)" + +2003-12-17 Wednesday 14:37 koenr + + * lang/nl/help/exercise/: gradinggrade.html, gradingstrategy.html, + mods.html: + + Translated by Koen Roggemans + +2003-12-17 Wednesday 14:02 martignoni + + * lang/fr/docs/: features.html, release.html: + + Small correction: fils de discussion -> discussion + +2003-12-17 Wednesday 13:58 martignoni + + * lang/fr/help/chat/: chatting.html, index.html, mods.html: + + Chat directory completely translated + +2003-12-17 Wednesday 12:33 martignoni + + * lang/fr/help/resource/: index.html, mods.html, program.html: + + Folder ressource translation complete + +2003-12-17 Wednesday 12:26 martignoni + + * lang/fr/help/forum/: index.html, mods.html: + + Forum folder translation complete + +2003-12-17 Wednesday 12:21 martignoni + + * lang/fr/help/assignment/: assignmenttype.html, index.html, + mods.html: + + Assignment translation complete + +2003-12-17 Wednesday 12:07 martignoni + + * lang/fr/help/: surveys.html, forum/allowdiscussions.html: + + More updates of help folder + +2003-12-17 Wednesday 11:53 martignoni + + * lang/fr/: TERMS, help/cookies.html, help/courseavailability.html, + help/coursecategory.html, help/courseformats.html, + help/coursegrades.html, help/coursenewsitems.html, + help/coursenumsections.html, help/courserecent.html, + help/courseshortname.html, help/coursestartdate.html, + help/emoticons.html, help/enrolmentkey.html, help/guestaccess.html, + help/html.html, help/index.html, help/langedit.html, + help/mods.html, help/picture.html, help/questions.html, + help/richtext.html, help/scales.html, help/summaries.html, + help/surveys.html, help/assignment/assignmenttype.html, + help/assignment/resubmit.html, help/forum/allowdiscussions.html, + help/forum/attachment.html, help/forum/forumtype.html, + help/forum/ratings.html, help/forum/subscription.html, + help/resource/resourcetype.html, help/resource/summary.html: + + Update of help files (help directory) + +2003-12-17 Wednesday 07:32 moodler + + * mod/quiz/format/: aiken.php, aon.php, blackboard.php, + coursetestmanager.php, missingword.php, multianswer.php, qti.php, + webct.php: + + Removed old versions of quiz format plugins + +2003-12-17 Wednesday 05:49 moodler + + * mod/quiz/view.php: + + More accurate info on link to reports + +2003-12-17 Wednesday 05:35 moodler + + * mod/quiz/quizfile.php: + + A small fix for showing pictures in randomly-selected questions + +2003-12-17 Wednesday 05:04 moodler + + * mod/quiz/report/overview/report.php: + + Improved overview, now allows deleting and shows more info. + + Thanks very much for Thomas Robb for submitting the original + modification with the new functionality ... I ended up doing a lot + of cleaning up and reworking of it but it wouldn't have been done + without Thom's work. + +2003-12-17 Wednesday 05:02 trobb + + * mod/quiz/report/fullstat/report.php: + + + Percentages displayed as numbers rather than strings in Excel + +2003-12-17 Wednesday 04:53 moodler + + * lang/en/: moodle.php, quiz.php: + + Some new strings (related to quiz reports) + +2003-12-17 Wednesday 04:08 koenr + + * lang/nl/help/workshop/elements.html: + + misspell corrected + +2003-12-17 Wednesday 04:03 koenr + + * lang/nl/help/exercise/: grading.html, moreinfo.html, + specimen.html, submissionofdescriptions.html: + + translated by Koen Roggemans + +2003-12-17 Wednesday 00:57 trobb + + * mod/quiz/report/fullstat/report.php: [no log message] -2003-08-19 Tuesday 08:02 moodler +2003-12-16 Tuesday 19:36 moodler - * lang/en/help/quiz/: index.html, questiontypes.html: + * course/format/: topics.php, weeks.php: - More fixes and help additions + Strip tags from activity name when moving -2003-08-19 Tuesday 07:57 moodler +2003-12-16 Tuesday 19:32 moodler - * lang/en/help/quiz/: index.html, multianswer.html: + * course/lib.php: - A help file for Embedded Answers (Cloze) + Strip tags from activity names when moving -2003-08-19 Tuesday 07:27 moodler +2003-12-16 Tuesday 19:22 moodler - * mod/quiz/editmultianswer.php: + * lang/no/moodle.php: - FIxed line feeds + Emergency fix for this file ... it had lots of bad strings in it -2003-08-19 Tuesday 02:26 moodler +2003-12-16 Tuesday 05:53 stigbjarne - * version.php, course/index.php, course/lib.php, lib/datalib.php, - lib/db/mysql.php, lib/db/mysql.sql, lib/db/postgres7.php, - lib/db/postgres7.sql: + * lang/no/: attendance.php, auth.php, chat.php, countries.php, + dialogue.php, editor.php, exercise.php, glossary.php, label.php, + pix.php, workshop.php: - The number of courses in the categories is now cached in the the - category, and only updated when courses are moved/added/deleted etc - or the admin looks at the category listing + New file -2003-08-19 Tuesday 01:08 adamtpaw +2003-12-16 Tuesday 05:51 stigbjarne - * lang/pl/docs/module_files.txt: + * lang/no/: docs/files.php, assignment.php, choice.php, forum.php, + journal.php, moodle.php, quiz.php, resource.php, survey.php: - Moodle v.1.0.9 + Improved and extended -2003-08-19 Tuesday 01:05 adamtpaw +2003-12-16 Tuesday 04:01 paca70 - * lang/pl/: help/choice/options.html, - help/assignment/assignmenttype.html, help/assignment/resubmit.html, - docs/background.html, docs/credits.html, docs/cvs.html, - docs/developer.html, docs/faq.html, docs/features.html, - docs/future.html, docs/glossary.html, docs/index.html, - docs/install.html, docs/installamp.html, docs/intro.html, - docs/teacher.html, docs/upgrade.html: + * lang/fi/moodle.php: - Moodle v.1.0.9 + More updates by Joni Rosenberg -2003-08-19 Tuesday 01:02 adamtpaw +2003-12-16 Tuesday 00:54 bobopinna - * lang/pl/help/: workshop/addingacomment.html, - workshop/agreeassessments.html, workshop/anonymous.html, - workshop/assignmenttype.html, workshop/breakdownoffinalgrade.html, - workshop/calculatingfinalgrade.html, workshop/editingacomment.html, - workshop/elements.html, workshop/finalgrades.html, - workshop/graded.html, workshop/grading.html, - workshop/gradingassessments.html, workshop/gradingstrategy.html, - workshop/includeself.html, workshop/managing.html, - workshop/nassessmentsofstudentsubmissions.html, - workshop/nassessmentsofteachersexamples.html, - workshop/nelements.html, workshop/numberofassessors.html, - workshop/resubmit.html, workshop/selfassessment.html, - workshop/showinggrades.html, workshop/specimen.html, - workshop/teachersgradings.html, resource/resourcetype.html, - resource/summary.html, quiz/attempts.html, quiz/categories.html, - quiz/correctanswers.html, quiz/createmultiple.html, - quiz/feedback.html, quiz/grademethod.html, quiz/import.html, - quiz/match.html, quiz/maxgrade.html, quiz/multichoice.html, - quiz/questiontypes.html, quiz/random.html, quiz/randomsamatch.html, - quiz/review.html, quiz/shortanswer.html, quiz/shuffleanswers.html, - quiz/shufflequestions.html, quiz/timeopen.html, - quiz/truefalse.html, forum/allowdiscussions.html, - forum/attachment.html, forum/forumtype.html, forum/ratings.html, - forum/subscription.html: + * lang/it/: assignment.php, forum.php, glossary.php, moodle.php, + quiz.php, resource.php, survey.php, workshop.php: - Moodle v.1.0.9 + A revision by Bobo. -2003-08-19 Tuesday 01:01 adamtpaw +2003-12-15 Monday 21:31 moodler - * lang/pl/help/: coursecategory.html, courseformats.html, + * user/edit.php: + + Fixed a typo (not using $CFG->admin) + +2003-12-15 Monday 04:13 martignoni + + * lang/fr/README: + + Updated to last changes (docs folder translation completed) + +2003-12-14 Sunday 19:58 moodler + + * version.php: + + Bump. It's unbelievable how fast time is going. The last update + from a week ago literally seems like yesterday. + +2003-12-14 Sunday 16:56 stronk7 + + * admin/cron.php: + + max_execution_time and memory_limit to allow backup of large + installations. (I've executed it with 50 courses) + +2003-12-14 Sunday 16:54 stronk7 + + * backup/: STATUS.txt, backup_scheduled.php, version.php: + + Now an email is sent to the admin when some course backup is + excecuted. TODO: - View logs - Language strings + +2003-12-14 Sunday 11:27 martignoni + + * lang/fr/docs/coding.html: + + Translation completed + +2003-12-14 Sunday 08:59 martignoni + + * lang/fr/docs/other.html: + + Translation completed + +2003-12-14 Sunday 07:03 moodler + + * lib/weblib.php: + + FIxed some faulty form 'target's that weren't using $CFG->framename + +2003-12-14 Sunday 07:01 martignoni + + * lang/fr/docs/philosophy.html: + + Translation completed + +2003-12-14 Sunday 06:57 julmis + + * lib/editor/htmlarea.php: + + added wordClean function and new table operations - column sizes + are calculated automatically from table width + +2003-12-14 Sunday 05:26 martignoni + + * lang/fr/docs/philosophy.html: + + First bit of translation + +2003-12-13 Saturday 19:27 moodler + + * admin/cron.php: + + No functional change, just me being a fussy Moodler + +2003-12-13 Saturday 18:54 moodler + + * user/view.php: + + Align rows to top + +2003-12-13 Saturday 16:00 stronk7 + + * backup/: STATUS.txt, backup_scheduled.php, version.php: + + Now scheduled backups seem to be fully functional. Please, test it + !! TODO: - Insert info about process in backup_log - Be able + to see that info from admin/backup.php - Email to the admin with + the execution progress - Create all languaje strings Bye :-) + +2003-12-13 Saturday 15:57 stronk7 + + * admin/cron.php: + + Little change to inform in standard output. + +2003-12-13 Saturday 15:02 martignoni + + * lang/fr/docs/background.html: + + Translation completed + +2003-12-13 Saturday 13:40 martignoni + + * lang/fr/docs/background.html: + + First part of translation + +2003-12-13 Saturday 12:00 martignoni + + * lang/fr/docs/licence.html: + + Translation complete + +2003-12-13 Saturday 10:51 martignoni + + * lang/fr/docs/future.html: + + Translation complete + +2003-12-13 Saturday 10:10 martignoni + + * lang/fr/docs/cvs.html: + + Translation terminated + +2003-12-12 Friday 22:27 moodler + + * lib/weblib.php: + + Prevent funny-looking text when trying to highlight a null string + +2003-12-12 Friday 18:30 moodler + + * mod/quiz/view.php: + + Improved description of interim final grade + +2003-12-12 Friday 18:09 moodler + + * mod/quiz/report/overview/report.php: + + Name of final grade column makes more sense now + +2003-12-12 Friday 13:52 martignoni + + * lang/fr/docs/cvs.html: + + Initial bit of translation + +2003-12-12 Friday 12:29 martignoni + + * lang/fr/docs/developer.html: + + Small correction (entities not correctly coded) + +2003-12-12 Friday 12:19 martignoni + + * lang/fr/docs/developer.html: + + Finally terminated! + +2003-12-12 Friday 11:36 stronk7 + + * backup/backup_scheduled.php: + + Included backup's cron function (not implemented) + +2003-12-12 Friday 11:35 stronk7 + + * admin/cron.php: + + Included call to backup's cron function (not implemented). + +2003-12-12 Friday 06:54 moodler + + * admin/auth.php: + + Fixed a buglet when changing pages via menu inside a frameset + +2003-12-12 Friday 03:41 martignoni + + * lang/fr/docs/developer.html: + + A bit more again! + +2003-12-12 Friday 00:46 moodler + + * mod/forum/post.php: + + Don't show replies when re-editing a post. + +2003-12-12 Friday 00:21 martignoni + + * lang/fr/docs/developer.html: + + A bit more translation + +2003-12-12 Friday 00:20 moodler + + * mod/forum/post.php: + + This has been annoying me for ages, and the fix is so simple. + + When replying to a post that already has replies - the replies are + listed in threaded form. + +2003-12-11 Thursday 23:50 moodler + + * mod/quiz/format/gift/docs.html: + + Put docs here temporarily until the format settles down + +2003-12-11 Thursday 23:35 moodler + + * mod/quiz/: format.php, import.php, lib.php, format/README, + format/README.txt, format/custom.php, format/default.php, + format/aiken/format.php, format/aon/format.php, + format/blackboard/format.php, format/coursetestmanager/format.php, + format/gift/format.php, format/missingword/format.php, + format/multianswer/format.php, format/qti/format.php, + format/webct/format.php: + + Reworking of the plug-in format for import/export files. + + Each format is now in it's own subdirectory, which allows the + format to have as many files as it likes. The formats are now + detected automatically (no need to edit lib.php anymore) and the + parent class is now in mod/quiz/format.php + + Lastly, I added Paul Shew's new GIFT format. + +2003-12-11 Thursday 23:22 moodler + + * lang/en/quiz.php: + + Name some of the newer formats + +2003-12-11 Thursday 21:26 paca70 + + * lang/fi/dialogue.php: + + Translation from Janne Mikkonen + +2003-12-11 Thursday 21:24 paca70 + + * lang/fi/: dialogue.php, help/dialogue/addsubject.html, + help/dialogue/closedialogue.html, help/dialogue/deleteafter.html, + help/dialogue/dialoguetype.html, help/dialogue/info.html, + help/dialogue/maildefault.html, help/dialogue/mods.html, + help/dialogue/multiple.html, help/dialogue/sendmail.html, + help/dialogue/writing.html: + + initial translation and helpfiles for dialogue module. Thanks to + Janne Mikkonen. + +2003-12-11 Thursday 15:53 trobb + + * mod/quiz/report/fullstat/report.php: + + [no log message] + +2003-12-11 Thursday 04:59 moodler + + * user/edit.html: + + Added a little option to disable user image upload + +2003-12-10 Wednesday 23:22 moodler + + * course/: editsection.html, editsection.php: + + Cleaned up this form a little to make it more consistent + +2003-12-10 Wednesday 14:03 martignoni + + * lang/fr/resource.php: + + Update to last mods of 'en' language + +2003-12-10 Wednesday 13:25 martignoni + + * lang/fr/quiz.php: + + Update to the last mods of 'en' language + +2003-12-10 Wednesday 13:12 martignoni + + * lang/fr/moodle.php: + + Update to the last changes of 'en' language + +2003-12-10 Wednesday 12:03 kaipe + + * mod/quiz/category.php, mod/quiz/edit.php, mod/quiz/import.php, + mod/quiz/index.php, mod/quiz/lib.php, mod/quiz/multiple.php, + mod/quiz/question.php, lang/en/quiz.php: + + The Quizzes page is given an "Edit questions" button that links to + a possibility to edit questions without opening a quiz. + +2003-12-10 Wednesday 08:47 stronk7 + + * backup/STATUS.txt: + + Start the cron integration task for scheduled backups... + +2003-12-10 Wednesday 08:36 moodler + + * mod/glossary/view.php: + + A little spacing on the display + +2003-12-10 Wednesday 08:29 moodler + + * mod/glossary/: comment.html, comment.php, comments.php: + + Hope you don't mind, Will, but I had to do some cleaning up of the + comments pages + + - comments look more like forums + - glossary entry is displayed consistently + - workflow makes more sense to me at least (more like forums) + - code is shorter :-) + +2003-12-10 Wednesday 08:06 moodler + + * mod/glossary/: comments.php, lib.php: + + Simplification of the comments page and more forum-like comments + +2003-12-10 Wednesday 03:26 stigbjarne + + * lang/no/help/workshop/mods.html: + + New file + +2003-12-10 Wednesday 03:20 stigbjarne + + * lang/no/help/workshop/calculatingfinalgrade.html: + + New file + +2003-12-10 Wednesday 01:43 stigbjarne + + * lang/no/help/exercise/gradinggrade.html: + + New file + +2003-12-10 Wednesday 01:37 stigbjarne + + * lang/no/help/workshop/editingacomment.html: + + Minor changes + +2003-12-10 Wednesday 01:19 stigbjarne + + * lang/no/help/workshop/: gradingsubmissions.html, + includeteachersgrade.html: + + New file + +2003-12-10 Wednesday 00:47 moodler + + * mod/glossary/lib.php: + + FIxed size of comment icon + +2003-12-10 Wednesday 00:44 moodler + + * mod/glossary/edit.html: + + Whoops left a typo + +2003-12-10 Wednesday 00:43 moodler + + * mod/glossary/edit.html: + + Changed some font size + +2003-12-09 Tuesday 23:49 moodler + + * lang/en_us/: assignment.php, attendance.php, auth.php, chat.php, + choice.php, countries.php, editor.php, forum.php, glossary.php, + journal.php, label.php, moodle.php, quiz.php, resource.php, + survey.php, workshop.php: + + FIxed up quotes (double -> single) and some ommissions + +2003-12-09 Tuesday 23:38 moodler + + * lang/en_us/: moodle.php, help/enrolmentkey.html, + help/guestaccess.html: + + Fixed some enrol -> enroll + +2003-12-09 Tuesday 23:30 moodler + + * lang/en/glossary.php: + + Some English fixes + +2003-12-09 Tuesday 23:29 moodler + + * lang/en/help/glossary/: defaultapproval.html, destination.html, + filetoimport.html, globalglossary.html, importcategories.html, + linkcategory.html, shows.html: + + Some cleanups in the English + +2003-12-09 Tuesday 23:21 martignoni + + * lang/fr/auth.php: + + Fixing missing quotes + +2003-12-09 Tuesday 23:17 moodler + + * lang/en/help/glossary/aliases.html: + + Clean up + +2003-12-09 Tuesday 23:15 martignoni + + * lang/fr/moodle.php: + + Added feminine form e.g. for "Modifier un(e)" + +2003-12-09 Tuesday 23:15 moodler + + * lang/en/help/glossary/entbypage.html: + + Some cleanup of English version + +2003-12-09 Tuesday 23:03 martignoni + + * lang/fr/moodle.php: + + Added feminine form for e.g. "ajouté un(e)" + +2003-12-09 Tuesday 22:58 martignoni + + * lang/fr/: moodle.php, resource.php, survey.php, docs/faq.html, + docs/features.html, docs/release.html, docs/teacher.html: + + Change "texte pur" to better "texte" everywhere + +2003-12-09 Tuesday 14:56 giro123 + + * lang/es/docs/credits.html: + + [no log message] + +2003-12-09 Tuesday 08:16 stronk7 + + * backup/STATUS.txt: + + Included (TODO) a new feature to select manually the desired + activities to backup (an Przemyslaw Stencel idea). See + http://moodle.org/mod/forum/discuss.php?d=3964 + +2003-12-09 Tuesday 08:14 andre_bln + + * lang/de/docs/: future.html, install.html: + + new version german translation + +2003-12-09 Tuesday 01:07 stigbjarne + + * lang/no/help/workshop/: addingacomment.html, + assessmentofexamples.html: + + New file + +2003-12-09 Tuesday 00:15 moodler + + * files/index.php: + + Fixed bug 812 about editing text files with backslashes in them. + +2003-12-08 Monday 22:07 moodler + + * lang/en/docs/coding.html: + + Fixed up some ommissions about database structure + +2003-12-08 Monday 20:00 moodler + + * mod/resource/: config.html, details.php, lib.php: + + New defaults for popup window settings, which is window off, but + all sub-settings on. + + These default defaults can be defined on the page + + Admin -> Config -> Modules -> Resource -> Settings + +2003-12-08 Monday 19:55 moodler + + * lang/en/resource.php: + + New strings for resource setting screen + +2003-12-08 Monday 18:00 moodler + + * mod/quiz/format/default.php: + + Fix to allow quiz import to deal with Macintosh OS files (from Paul + Shew) + +2003-12-08 Monday 14:50 stronk7 + + * backup/: db/mysql.php, db/mysql.sql, db/oci8po.sql, + db/postgres7.sql, version.php: + + Creation of needed DB structures (prefix_backup_courses and + prefix_backup_log) to store info about scheduled backups. + + NOTE: PostreSQL and Oracle not tested !! + +2003-12-08 Monday 09:42 stronk7 + + * lang/es/moodle.php: + + Included the 'firstdayofweek' entry to show week days ordered. + +2003-12-08 Monday 09:20 moodler + + * lib/weblib.php: + + Larger steps on minutes when printing times - see bug 912 + +2003-12-08 Monday 07:10 stigbjarne + + * lang/no/README: + + Minor changes + +2003-12-08 Monday 07:01 stigbjarne + + * lang/no/help/quiz/index.html: + + New file + +2003-12-08 Monday 06:49 stigbjarne + + * lang/no/help/quiz/questiontypes.html: + + Improved and extended + +2003-12-08 Monday 05:32 moodler + + * lib/editor/courseimages.php: + + Use filemtime instead of filectime + +2003-12-08 Monday 05:31 moodler + + * files/index.php: + + Use filemtime not filectime + +2003-12-08 Monday 05:15 moodler + + * version.php: + + Bumping it + +2003-12-08 Monday 05:05 stigbjarne + + * lang/no/help/exercise/finalgrades.html: + + New file + +2003-12-08 Monday 05:03 moodler + + * mod/workshop/lib.php: + + Fixing a typo I spotted in the CVS diffs. :-) + +2003-12-08 Monday 03:49 stigbjarne + + * lang/no/help/exercise/moreinfo.html: + + New file + +2003-12-08 Monday 03:43 stigbjarne + + * lang/no/help/exercise/: nelements.html, takeownership.html: + + New file + +2003-12-08 Monday 02:41 stigbjarne + + * lang/no/help/quiz/multianswer.html: + + New file + +2003-12-08 Monday 02:20 stigbjarne + + * lang/no/help/quiz/: eachattemptbuildsonthelast.html, mods.html, + numerical.html: + + New file + +2003-12-08 Monday 01:58 stigbjarne + + * lang/no/help/workshop/: nassessmentsofstudentsubmissions.html, + nelements.html, specimen.html, teachersgradings.html: + + New file + +2003-12-08 Monday 01:22 rkingdon + + * mod/workshop/lib.php: + + Fixed bug #863. + +2003-12-08 Monday 00:31 stigbjarne + + * lang/no/help/exercise/specimen.html: + + New file + +2003-12-07 Sunday 22:58 moodler + + * lang/es/: appointment.php, assignment.php, attendance.php, + auth.php, chat.php, choice.php, countries.php, dialogue.php, + editor.php, forum.php, glossary.php, journal.php, label.php, + moodle.php, quiz.php, resource.php, survey.php, webquest.php, + workshop.php: + + Converted to new format using 'single quotes' + +2003-12-07 Sunday 22:11 moodler + + * admin/index.php: + + Turn off time limits on all upgrades + +2003-12-07 Sunday 14:24 koenr + + * lang/nl/help/exercise/grade.html: + + translated by Koen Roggemans + +2003-12-07 Sunday 14:20 koenr + + * lang/nl/help/exercise/finalgrades.html: + + translated by Koen Roggemans + +2003-12-07 Sunday 09:27 koenr + + * lang/nl/help/exercise/: elements.html, takeownership.html: + + translated by Koen Roggemans + +2003-12-07 Sunday 05:49 moodler + + * config-dist.php: + + Fixed up some examples + +2003-12-07 Sunday 04:52 koenr + + * lang/nl/help/exercise/usemax.html: + + translated by Koen Roggemans + +2003-12-07 Sunday 04:26 koenr + + * lang/nl/help/exercise/administration.html: + + translated by Koen Roggemans + +2003-12-07 Sunday 03:55 koenr + + * lang/nl/workshop.php: + + filling in missing string + +2003-12-07 Sunday 02:00 koenr + + * lang/nl/help/workshop/analysisofassessments.html: + + translated by Koen Roggemans + +2003-12-07 Sunday 01:59 koenr + + * lang/nl/help/workshop/index.html: + + filling in missing links + +2003-12-06 Saturday 21:57 moodler + + * mod/glossary/: comment.gif, comments.php: + + New, smaller comment icon + +2003-12-06 Saturday 05:15 koenr + + * lang/nl/help/glossary/index.html: + + missing closing tag + +2003-12-05 Friday 23:34 moodler + + * mod/resource/view.php: + + Fix for image display - see Bug 695 Thanks, Gustav + +2003-12-05 Friday 22:47 moodler + + * lib/compatible.php: + + Add a check for GD library + +2003-12-05 Friday 22:43 moodler + + * lib/compatible.php: + + A little script to quickly check compatibility on servers. + +2003-12-05 Friday 09:55 rkingdon + + * mod/workshop/: lib.php, submissions.php: + + Added the setting of League Table options to the Administration + page. + +2003-12-05 Friday 09:53 rkingdon + + * lang/en/workshop.php: + + Minor change to League table options. + +2003-12-05 Friday 05:34 stigbjarne + + * lang/no/README.txt: + + Minor changes + +2003-12-05 Friday 05:33 stigbjarne + + * lang/no/README: + + Fixed error + +2003-12-05 Friday 05:17 stigbjarne + + * lang/no/help/glossary/casesensitive.html: + + Minor changes + +2003-12-05 Friday 05:17 stigbjarne + + * lang/no/help/glossary/: displayformat.html, entbypage.html, + filetoimport.html, importcategories.html, index.html, + linkcategory.html, usedynalink.html: + + New file + +2003-12-05 Friday 04:36 stigbjarne + + * lang/no/help/glossary/: destination.html, shows.html: + + New file + +2003-12-04 Thursday 19:22 moodler + + * auth/pop3/: config.html, lib.php: + + Fixes for POP3 and TLS (new option) + +2003-12-04 Thursday 19:10 moodler + + * admin/index.php: + + Slight change to make packaging easier on Debian. :-) + +2003-12-04 Thursday 10:47 rkingdon + + * mod/exercise/index.php: + + Minor change to student listing in index.php. + +2003-12-04 Thursday 10:45 rkingdon + + * mod/workshop/submissions.php: + + Correction to Final Grades. + +2003-12-04 Thursday 09:12 giro123 + + * lang/es/: docs/credits.html, editor.php, glossary.php, + moodle.php, quiz.php, resource.php, workshop.php, help/text.html, + help/textformat.html: + + [no log message] + +2003-12-04 Thursday 01:22 stigbjarne + + * lang/no/help/: glossary/allowcomments.html, + glossary/allowduplicatedentries.html, glossary/casesensitive.html, + glossary/defaultapproval.html, glossary/description.html, + glossary/fullmatch.html, glossary/globalglossary.html, + glossary/mainglossary.html, glossary/mods.html, + glossary/studentcanpost.html, exercise/grade.html, + exercise/mods.html, exercise/submissionofdescriptions.html, + quiz/repeatattempts.html: + + New file + +2003-12-03 Wednesday 15:54 koenr + + * lang/nl/help/glossary/index.html: + + corrected little html-error + +2003-12-03 Wednesday 15:51 koenr + + * lang/nl/help/glossary/: destination.html, entbypage.html, + filetoimport.html, importcategories.html, linkcategory.html: + + translated by koen roggemans + +2003-12-03 Wednesday 15:50 koenr + + * lang/nl/help/glossary/index.html: + + filling in missing links + +2003-12-03 Wednesday 14:56 koenr + + * lang/nl/glossary.php: + + filling in missing strings + +2003-12-03 Wednesday 10:33 willcast + + * mod/glossary/lib.php: + + - First step towards Tom Murdock's suggestions on a global search + feature (if it is ever implented)... + + Added a new funtion: module_search( $course, $searchterms, + $extended, $glossary = NULL) + + It returns all entries that matches the specified criteria in any + glossaries within a given $course. It performs an $extended search + if necessary. + + It restrict the search to only one $glossary if specified + (currently used by the internal search function of the module). + +2003-12-03 Wednesday 09:38 rkingdon + + * mod/exercise/lib.php: + + Tidy up return of grades in exercise_grades routine. + +2003-12-03 Wednesday 09:34 julmis + + * lib/editor/htmlarea.php: + + Improvement to table editing. If table border is set to zero you'll + still see the dotted border. + +2003-12-03 Wednesday 07:33 moodler + + * lang/fr_ca/: assignment.php, chat.php, choice.php, forum.php, + moodle.php, quiz.php, resource.php, workshop.php, docs/README.txt, + docs/docstyles.css, docs/faq.html, docs/features.html, + docs/files.php, docs/install.html, docs/installamp.html, + docs/intro.html, docs/module_files.txt, docs/teacher.html, + docs/upgrade.html, help/cookies.html, help/courseavailability.html, + help/coursecategory.html, help/coursegrades.html, + help/courserecent.html, help/coursestartdate.html, + help/emoticons.html, help/html.html, help/index.html, + help/langedit.html, help/mods.html, help/questions.html, + help/reading.html, help/richtext.html, help/scales.html, + help/summaries.html, help/surveys.html, help/text.html, + help/assignment/assignmenttype.html, help/assignment/index.html, + help/assignment/mods.html, help/assignment/resubmit.html, + help/chat/chatting.html, help/chat/index.html, help/chat/mods.html, + help/choice/index.html, help/choice/mods.html, + help/choice/options.html, help/forum/allowdiscussions.html, + help/forum/attachment.html, help/forum/forumtype.html, + help/forum/index.html, help/forum/mods.html, + help/forum/ratings.html, help/forum/subscription.html, + help/journal/index.html, help/journal/mods.html, + help/quiz/attempts.html, help/quiz/categories.html, + help/quiz/correctanswers.html, help/quiz/createmultiple.html, + help/quiz/description.html, help/quiz/feedback.html, + help/quiz/formatblackboard.html, help/quiz/formatcustom.html, + help/quiz/formatmissingword.html, help/quiz/grademethod.html, + help/quiz/import.html, help/quiz/index.html, help/quiz/match.html, + help/quiz/maxgrade.html, help/quiz/mods.html, + help/quiz/multianswer.html, help/quiz/multichoice.html, + help/quiz/numerical.html, help/quiz/questiontypes.html, + help/quiz/random.html, help/quiz/randomsamatch.html, + help/quiz/repeatattempts.html, help/quiz/review.html, + help/quiz/shortanswer.html, help/quiz/shuffleanswers.html, + help/quiz/shufflequestions.html, help/quiz/timeopen.html, + help/quiz/truefalse.html, help/resource/index.html, + help/resource/mods.html, help/resource/program.html, + help/resource/resourcetype.html, help/resource/summary.html, + help/survey/index.html, help/survey/mods.html, + help/workshop/addingacomment.html, + help/workshop/agreeassessments.html, help/workshop/anonymous.html, + help/workshop/assessmentofexamples.html, + help/workshop/assignmenttype.html, + help/workshop/breakdownoffinalgrade.html, + help/workshop/calculatingfinalgrade.html, + help/workshop/editingacomment.html, help/workshop/elements.html, + help/workshop/finalgrades.html, help/workshop/graded.html, + help/workshop/grading.html, help/workshop/gradingassessments.html, + help/workshop/gradingstrategy.html, + help/workshop/gradingsubmissions.html, + help/workshop/includeself.html, + help/workshop/includeteachersgrade.html, help/workshop/index.html, + help/workshop/leaguetable.html, help/workshop/managing.html, + help/workshop/mods.html, + help/workshop/nassessmentsofstudentsubmissions.html, + help/workshop/nassessmentsofteachersexamples.html, + help/workshop/nelements.html, help/workshop/numberofassessors.html, + help/workshop/overallocation.html, help/workshop/resubmit.html, + help/workshop/selfassessment.html, + help/workshop/showinggrades.html, help/workshop/specimen.html, + help/workshop/submissionofexamples.html, + help/workshop/teachersgradings.html, + help/workshop/ungradedassessments_student.html, + help/workshop/ungradedassessments_teacher.html: + + Latest version from Jean-François Nadeau + +2003-12-03 Wednesday 06:22 koenr + + * lang/nl/help/quiz/index.html: + + updating links + +2003-12-03 Wednesday 06:19 koenr + + * lang/nl/help/quiz/discrimination.html: + + translated by Koen Roggemans + +2003-12-03 Wednesday 05:51 koenr + + * lang/nl/workshop.php: + + filling in missing strings + +2003-12-03 Wednesday 05:30 koenr + + * lang/nl/: moodle.php, quiz.php, resource.php: + + filling in missing strings + +2003-12-02 Tuesday 23:29 moodler + + * lang/en/moodle.php: + + FIxed names for names + +2003-12-02 Tuesday 23:28 moodler + + * lang/en_us/moodle.php: + + Fixed up names for names + +2003-12-02 Tuesday 10:53 willcast + + * mod/glossary/edit.html: + + - Bringing order to chaos (thanks Martin) + +2003-12-02 Tuesday 08:58 paca70 + + * mod/: exercise/db/postgres7.php, exercise/db/postgres7.sql, + dialogue/db/postgres7.php, dialogue/db/postgres7.sql: + + Initial version for postgresql. + +2003-12-02 Tuesday 08:21 moodler + + * lib/datalib.php: + + Undoing that last checkin while I examine the consequences for + other database types + +2003-12-02 Tuesday 07:42 paca70 + + * lib/datalib.php: + + To fix postgresql 7.4 default values. Starting with v. 7.4 + postgres is returning default-values with datatype in form: + 'default value'::data type This cannot be inserted back to database + so DEFAULT keyword must be used. + +2003-12-02 Tuesday 07:24 moodler + + * lang/en/docs/credits.html: + + Add credits for Snoopy + +2003-12-02 Tuesday 06:43 willcast + + * mod/glossary/lib.php: + + - Missing a $firstname $lastname... :( Changed to fullname + +2003-12-02 Tuesday 06:35 willcast + + * lang/en/glossary.php: + + - Some fixes when deleting entries and glossaries. - Changing the + way the comments are shown - Saving a couple of lines in the Add + Entry screen. + +2003-12-02 Tuesday 06:34 moodler + + * lib/moodlelib.php: + + Take post_max_size into account when calculating maximum sizes. + +2003-12-02 Tuesday 06:32 willcast + + * mod/glossary/: deleteentry.php, edit.html, lib.php: + + - Some fixes when deleting entries and glossaries. - Changing the + way the comments are shown - Saving a couple of lines in the Add + Entry screen. + +2003-12-02 Tuesday 01:08 mudrd8mz + + * lang/cz/docs/: docstyles.css, files.php, install.html: + + Just updated due to changes in documentation structure. + +2003-12-02 Tuesday 01:06 mudrd8mz + + * lang/cz/help/index.html: + + Initial czech version + +2003-12-02 Tuesday 01:04 mudrd8mz + + * lang/cz/quiz.php: + + A lot of changes made here! Question names and other strings are + now transalted according to czech educational terminology. Some + meaningless transaltions fixed. + +2003-12-02 Tuesday 01:00 mudrd8mz + + * lang/cz/pix.php: + + Initial czech version + +2003-12-02 Tuesday 00:58 mudrd8mz + + * lang/cz/: moodle.php, resource.php, workshop.php: + + Filled missing strings + +2003-12-02 Tuesday 00:56 mudrd8mz + + * lang/cz/: glossary.php, label.php: + + Initial czech version + +2003-12-02 Tuesday 00:55 mudrd8mz + + * lang/cz/forum.php: + + Filled missing strings. + +2003-12-02 Tuesday 00:54 mudrd8mz + + * lang/cz/countries.php: + + 'Czech Republic' and 'Slovak Republic' translated into Czech, the + rest left in English + +2003-12-02 Tuesday 00:52 mudrd8mz + + * lang/cz/assignment.php: + + Filled missing strings + +2003-12-02 Tuesday 00:51 mudrd8mz + + * lang/cz/README: + + Some transaltion notes added. + +2003-12-01 Monday 19:53 moodler + + * lang/en/auth.php: + + FIxed missing quotes + +2003-12-01 Monday 15:24 koenr + + * lang/nl/glossary.php: + + filling in missing strings changed item to invoer + +2003-12-01 Monday 14:58 paca70 + + * backup/db/postgres7.sql: + + Now backuptables gets created. (Still untested) + +2003-12-01 Monday 14:57 koenr + + * lang/nl/exercise.php: + + initial translation + +2003-12-01 Monday 14:28 paca70 + + * lib/datalib.php: + + To fix postgres column renaming. + +2003-12-01 Monday 14:00 stronk7 + + * backup/: backup_scheduled.php, try.php: + + Wow !! Now backup of one course is ENTIRELY encapsulated inside + backup_scheduled.php. And a backup of EVERY course can be executed + invoking try.php. Backing up to a custom directory is working too + !! They are preliminary versions, of course, but seem to work fine + :-) Now I'm going to make all the necessay structures to support + the cron system and to be able to inform the admin about every + scheduled backup process. Ciao :-) + +2003-12-01 Monday 13:39 stronk7 + + * backup/backuplib.php: + + Take out another notice in backup. + +2003-12-01 Monday 12:38 stronk7 + + * backup/lib.php: + + Take out one notice... + +2003-12-01 Monday 12:25 stronk7 + + * backup/: backuplib.php, lib.php: + + Added support in copy_zip_to_course_dir() to save course backup + file in a custom directory (via $preferences->backup_destination). + Needed in scheduled backups. + +2003-12-01 Monday 12:24 jungwirr + + * lang/en/attendance.php: + + + added missing strings dynsectionshort autoattendshort gradeshort + +2003-12-01 Monday 09:18 rkingdon + + * mod/exercise/: assessments.php, lib.php: + + Fix minor bug in Administration page. + +2003-12-01 Monday 05:50 rkingdon + + * lang/en/workshop.php: + + Extra strings for analysis of assessments. + +2003-12-01 Monday 04:21 moodler + + * mod/quiz/format/aiken.php: + + Allow A. B. C. in addition to A) B) C) + +2003-12-01 Monday 04:19 rkingdon + + * mod/workshop/: lib.php, submissions.php, version.php, view.php, + db/mysql.php, db/mysql.sql: + + New version (2003113000), Analysis of Assessments added. + +2003-12-01 Monday 04:16 rkingdon + + * lang/en/help/workshop/analysisofassessments.html: + + New Workshop help file for the analysis of assessments. + +2003-12-01 Monday 00:15 andre_bln + + * lang/de/docs/: README.txt, background.html, credits.html, + cvs.html, developer.html, faq.html, features.html, future.html, + install.html, intro.html, licence.html, module_files.txt, + other.html, philosophy.html, release.html, teacher.html: + + new version german translation *.html-files + +2003-12-01 Monday 00:01 moodler + + * admin/cron.php: + + If a file called cronextra.php exists in the dataroot then cron + will run that too. This allows sites to have "special" + maintenance. + +2003-11-30 Sunday 22:47 moodler + + * lang/en/moodle.php: + + Fixed missing string adminhelpbackup + +2003-11-30 Sunday 22:37 moodler + + * mod/quiz/: lib.php, format/aiken.php: + + New format called "Aiken format" by Thomas Robb (and Art Lader) to + allow import of questions like this: + + Every seriously injured person is likely to go into A) shock. B) + infection. C) hemorrhage. D) respiratory pain. ANSWER: A + +2003-11-30 Sunday 18:12 mits + + * lang/ja/: README, moodle.php: + + new translation and polished few. + +2003-11-30 Sunday 13:57 stronk7 + + * backup/: STATUS.txt, version.php: + + Going to "Create the script". Bump. + +2003-11-30 Sunday 13:56 stronk7 + + * backup/config.html: + + Destination folder is included too. + +2003-11-30 Sunday 13:37 stronk7 + + * backup/config.html: + + Now weekdays, active and execution time are included, too. + +2003-11-30 Sunday 10:58 stronk7 + + * admin/backup.php: + + Scheduled weekdays are now stored in DB + +2003-11-30 Sunday 06:57 moodler + + * lang/: zh_cn/moodle.php, zh_tw/moodle.php: + + Switch firstname with lastname + +2003-11-30 Sunday 06:44 moodler + + * lang/en/moodle.php: + + Plural "Given name(s)" looks silly in English and isn't needed. + Might be for Spanish or Arabic though. + +2003-11-30 Sunday 06:40 moodler + + * lang/: zh_cn/moodle.php, zh_tw/moodle.php: + + Display FAMILY names first + +2003-11-30 Sunday 06:38 moodler + + * lang/ja/moodle.php: + + Display family names FIRST + +2003-11-30 Sunday 06:15 moodler + + * lang/hu/moodle.php: + + Reverse the names ... + +2003-11-30 Sunday 06:02 moodler + + * version.php: + + Bump + +2003-11-30 Sunday 06:02 moodler + + * lang/en/moodle.php, lib/defaults.php, admin/config.html, + lib/moodlelib.php: + + Final pieces to allow site-wide configuration of name display. + + Site variable can override order of "firstname lastname" or it can + leave it up to the language packs. + +2003-11-30 Sunday 00:41 moodler + + * lang/en/docs/coding.html: + + Tweaks + +2003-11-30 Sunday 00:40 moodler + + * lang/en/docs/coding.html: + + Style fixes + +2003-11-30 Sunday 00:31 moodler + + * lang/en/docs/coding.html: + + Added information about databases + +2003-11-29 Saturday 19:43 giro123 + + * lang/es/README.txt: + + [no log message] + +2003-11-29 Saturday 16:35 moodler + + * lib/editor/htmlarea.php: + + Bugfix - don't use control keys if alt key is also down (to fix + Polish) + +2003-11-29 Saturday 06:26 moodler + + * admin/user.php: + + Fixed typo from last night + +2003-11-28 Friday 18:27 moodler + + * lib/weblib.php: + + Fix navigation buttons for hidden buttons + +2003-11-28 Friday 18:19 moodler + + * lang/en/resource.php: + + Fixed notefile string + +2003-11-28 Friday 08:16 moodler + + * user/index.php: + + Use fullname display for actual name in list + +2003-11-28 Friday 07:47 moodler + + * mod/survey/lib.php: + + Use fullname function for names + +2003-11-28 Friday 07:45 moodler + + * mod/journal/lib.php: + + Use fullname function for displaying names + +2003-11-28 Friday 07:42 moodler + + * mod/dialogue/dialogues.php: + + Use fullname for displaying names + +2003-11-28 Friday 07:41 moodler + + * mod/choice/: report.php, view.php: + + Display names using fullname function + +2003-11-28 Friday 07:37 moodler + + * mod/chat/report.php: + + Make sure teacher override is there + +2003-11-28 Friday 07:35 moodler + + * mod/chat/: lib.php, report.php, users.php: + + DIsplay names using the fullname function + +2003-11-28 Friday 05:59 stigbjarne + + * lang/no/help/: glossary/aliases.html, exercise/usemax.html: + + New file + +2003-11-28 Friday 05:53 stigbjarne + + * lang/no/help/workshop/editingacomment.html: + + New file + +2003-11-28 Friday 05:43 stigbjarne + + * lang/no/help/quiz/description.html: + + New file + +2003-11-28 Friday 05:40 stigbjarne + + * lang/no/help/quiz/import.html: + + Minor changes + +2003-11-28 Friday 05:25 stigbjarne + + * lang/no/help/quiz/: shufflequestions.html, timeopen.html, + truefalse.html: + + Minor changes + +2003-11-28 Friday 05:21 stigbjarne + + * lang/no/help/quiz/grademethod.html: + + Minor changes + +2003-11-28 Friday 05:15 stigbjarne + + * lang/no/help/quiz/attempts.html: + + Minor changes + +2003-11-28 Friday 05:08 stigbjarne + + * lang/no/: LES_MEG.txt, README, docs/README.txt: + + Minor changes + +2003-11-28 Friday 05:04 stigbjarne + + * lang/no/README.txt: + + Minor changes + +2003-11-28 Friday 04:56 stigbjarne + + * lang/no/README.txt: + + Minor changes + +2003-11-28 Friday 04:48 stigbjarne + + * lang/no/: README.txt, README.txt: + + Minor changes + +2003-11-28 Friday 03:06 moodler + + * mod/assignment/lib.php: + + Use fullname function + +2003-11-28 Friday 03:02 moodler + + * login/change_password.php: + + Use fullname function for names + +2003-11-28 Friday 03:00 moodler + + * lib/weblib.php: + + Use fullname function for name in login string + +2003-11-28 Friday 02:57 moodler + + * lib/moodlelib.php: + + Tiny hack for Qmail - I've come across one system which REQUIRED + the IsQmail method of phpmailer to be used. + + This is now possible just by specifying "qmail" in the smtphosts + field. + +2003-11-28 Friday 02:53 moodler + + * lib/moodlelib.php: + + Some changes to use fullname function for names + +2003-11-28 Friday 02:47 moodler + + * lib/ipatlas/plot.php: + + Use fullname() function for name + +2003-11-28 Friday 02:43 moodler + + * course/user.php: + + Use fullname function + +2003-11-28 Friday 02:41 moodler + + * course/unenrol.php: + + Use fullname function to display names + +2003-11-28 Friday 02:37 moodler + + * course/: student.php, teacher.php: + + Use fullname function. Sorting is still wrong though and the + selection mechanism sucks. + +2003-11-28 Friday 02:35 moodler + + * course/loginas.php: + + Use fullname function for names + +2003-11-28 Friday 02:33 moodler + + * course/loggraph.php: + + Use fullname() function for names + +2003-11-28 Friday 02:32 moodler + + * course/lib.php: + + Use fullname for Guest name + +2003-11-28 Friday 02:31 moodler + + * admin/: creators.php, register.php, user.php: + + Implemented more fullname() calls + +2003-11-28 Friday 02:06 stigbjarne + + * lang/no/help/: dialogue/addsubject.html, + dialogue/closedialogue.html, dialogue/deleteafter.html, + dialogue/dialoguetype.html, dialogue/index.html, + dialogue/info.html, dialogue/maildefault.html, dialogue/mods.html, + dialogue/multiple.html, dialogue/sendmail.html, + dialogue/writing.html, journal/index.html, journal/mods.html, + label/mods.html, resource/index.html, resource/mods.html, + resource/program.html, survey/index.html, survey/mods.html: + + New file + +2003-11-28 Friday 01:18 stigbjarne + + * lang/no/help/chat/: chatting.html, index.html, mods.html: + + New file + +2003-11-28 Friday 01:08 stigbjarne + + * lang/no/help/: choice/index.html, choice/mods.html, + forum/index.html, forum/maxattachmentsize.html, forum/mods.html, + forum/ratings.html, attendance/index.html, attendance/mods.html: + + New file + +2003-11-28 Friday 01:04 stigbjarne + + * lang/no/help/: cookies.html, courseavailability.html, + coursegrades.html, coursereports.html, courseuploadsize.html, + index.html, scales.html, assignment/index.html, + assignment/mods.html: + + New file + +2003-11-28 Friday 01:01 stigbjarne + + * lang/no/LES_MEG.txt: + + New file + +2003-11-28 Friday 00:58 stigbjarne + + * lang/no/docs/features.html: + + Improved and extended + +2003-11-28 Friday 00:52 stigbjarne + + * lang/no/help/: assignment/assignmenttype.html, + assignment/resubmit.html, choice/options.html, + forum/allowdiscussions.html, forum/attachment.html, + forum/forumtype.html, forum/subscription.html, + resource/resourcetype.html, resource/summary.html: + + Improved and extended + +2003-11-28 Friday 00:47 stigbjarne + + * lang/no/help/: coursecategory.html, courseformats.html, coursefullname.html, coursenewsitems.html, coursenumsections.html, courserecent.html, courseshortname.html, coursestartdate.html, emoticons.html, enrolmentkey.html, guestaccess.html, html.html, @@ -1767,3973 +5186,3209 @@ A more user-friendly version of this is in doc/release.html teachers.html, text.html, textformat.html, wiki.html, writing.html: - Moodle v 1.0.9 + Improved and extended -2003-08-18 Monday 22:32 moodler +2003-11-28 Friday 00:45 stigbjarne - * course/lib.php, course/search.php, lib/datalib.php: + * lang/no/docs/: README.txt, install.html, intro.html, + module_files.txt, teacher.html, upgrade.html: - Improvements to course searching + Minor changes + +2003-11-27 Thursday 20:02 moodler + + * lang/en/resource.php: - - can search for full words or non words with +word -word - - no longer groups by category, sorts by full name - - prints paging as well as total number - - search help + Fixing a broken line -2003-08-18 Monday 21:45 moodler +2003-11-27 Thursday 20:01 moodler - * mod/forum/search.php: + * lang/en/resource.php: - Even nicer interface with help + Editing as necessary :) Can't have all that HTML formatting in the + strings ... -2003-08-18 Monday 21:40 moodler +2003-11-27 Thursday 19:27 willcast - * mod/forum/search.php: + * lang/en/resource.php, mod/resource/lib.php: - tweak - -2003-08-18 Monday 21:39 moodler - - * mod/forum/search.php: + - Adding error trapping to the fetching function and giving error + messages accordandly. - Adding Moodle as the web agent!!! :) - Slightly neater help + PLEASE, edit the new language strings if necessary. -2003-08-18 Monday 21:37 moodler +2003-11-27 Thursday 18:19 moodler - * lib/weblib.php: + * mod/resource/lib.php: - Limit pages to something sensible + Removed some tabs -2003-08-18 Monday 20:35 moodler +2003-11-27 Thursday 18:18 willcast - * lang/en/moodle.php, lib/weblib.php, mod/forum/lib.php, - mod/forum/search.php: + * mod/resource/view.php: - Searching forums now has proper paging. - -2003-08-18 Monday 11:05 giro123 - - * lang/es/help/: cookies.html, workshop/mods.html: + - Fixing bug that was preveting uploaded files to be shown... - [no log message] + Uploaded files parsing is not ready so it's desabled by code... -2003-08-18 Monday 11:01 giro123 - - * lang/es/: moodle.php, help/courseavailability.html, - help/coursecategory.html: - - [no log message] - -2003-08-18 Monday 10:50 moodler - - * lang/en/moodle.php: - - A warning for the settings on the module variables pages - -2003-08-18 Monday 10:47 moodler - - * lang/en/forum.php: - - New strings for the configuration screen - -2003-08-18 Monday 10:46 moodler +2003-11-27 Thursday 18:11 moodler * lang/en/resource.php, mod/resource/config.html, - mod/resource/lib.php, mod/resource/view.php: + mod/resource/fetch.php, mod/resource/lib.php, + mod/resource/view.php: - New configuration screen for the resources module + A few rearrangments in the new code for filtered external pages -2003-08-18 Monday 10:41 moodler +2003-11-27 Thursday 15:50 stronk7 - * lib/moodlelib.php: + * backup/config.html: - Better set_config (give immediate results) + Small change to save scheduled days always in + 0=Sunday....6=Saturday format, independent from the visual display + of the week. :-) It uses the "firstdayofweek" string in every + languaje pack (defaults to 0-Sunday) -2003-08-18 Monday 10:33 moodler +2003-11-27 Thursday 15:42 stronk7 - * mod/forum/: config.html, lib.php, view.php: + * backup/config.html: - Switch to using global variables instead of defined values, - controlled using the button on the "Modules" configuration page. + Comment some debug. I forgot it, sorry. :-( -2003-08-18 Monday 10:27 stronk7 +2003-11-27 Thursday 15:38 stronk7 - * pix/i/scales.gif: + * backup/config.html: - New icon for scales (I'm an artist !!) :-) + Changed empty->isset !! Arghh -2003-08-18 Monday 10:22 moodler +2003-11-27 Thursday 15:33 stronk7 - * admin/configure.php: + * backup/lib.php: - Forgot this file earlier + Return backup_config records as an object instead of an array. -2003-08-18 Monday 10:21 moodler +2003-11-27 Thursday 15:27 stronk7 - * admin/: module.php, modules.php: + * admin/backup.php, admin/configure.php, admin/index.php, + backup/config.html, backup/lib.php, backup/version.php: - Code to enable config.html files in the modules. + Initial release of the configure backup. It now uses backup_config + instead of config. Not finished !! -2003-08-18 Monday 09:43 rkingdon +2003-11-27 Thursday 14:57 stronk7 - * mod/workshop/: assessments.php, lib.php, submissions.php, - view.php: + * backup/db/mysql.php: - Minor bug fixes; additions to teachers admin screen; minor changes - to operation of pre-submission assessments. + Solved one small typo with prefix.. :-) -2003-08-18 Monday 09:41 moodler +2003-11-27 Thursday 14:53 stronk7 - * lang/en/moodle.php: + * backup/db/: mysql.php, mysql.sql, oci8po.sql, postgres7.sql: - - A few minor changes - -2003-08-18 Monday 09:40 moodler - - * admin/config.php, admin/index.php, admin/lang.php, - admin/modules.php, admin/site.php, course/lib.php, lib/weblib.php, - theme/index.php: - - Trying something different with the admin links ... even I was - starting to get a bit lost occasionally. - -2003-08-18 Monday 09:34 rkingdon - - * lang/en/workshop.php: - - A few extra strings. - -2003-08-18 Monday 08:17 moodler - - * mod/workshop/assessments.php: - - Just an uninitialised variable. - -2003-08-18 Monday 06:38 bobopinna - - * lang/it/: assignment.php, forum.php, moodle.php, quiz.php, - resource.php, workshop.php, chat.php: - - Updated to Moodle 1.1 - -2003-08-18 Monday 06:07 stronk7 - - * backup/restorelib.php: - - Some minor changes to restore scales in existing course (avoid some - duplications) - -2003-08-18 Monday 05:58 moodler - - * version.php: - - Getting much better now. - -2003-08-18 Monday 04:58 moodler - - * lib/weblib.php: - - FIxed bug that was not showing custom scales - -2003-08-18 Monday 03:41 stronk7 - - * mod/journal/restorelib.php: - - Now scales are restored in journals too !! - -2003-08-18 Monday 01:12 paca70 - - * auth/ldap/lib.php: - - Corrected some typos - -2003-08-18 Monday 00:45 moodler - - * mod/quiz/lib.php: - - Bug fix: On building attempts after the first one, display question - images - -2003-08-18 Monday 00:39 moodler - - * lang/en/help/quiz/eachattemptbuildsonthelast.html, - lang/en/help/quiz/index.html, - lang/en/help/quiz/repeatattempts.html, mod/quiz/mod.html: - - Changing that help file name to something shorter - -2003-08-18 Monday 00:24 moodler - - * lang/en/help/writing.html: - - Removed link to ratings - -2003-08-18 Monday 00:10 moodler + Included support for new backup_config table. (postgresql and + oracle versions not tested !!) - * course/mod.php: - - Added help button to headings when adding/editing activities. Doh! - :-) - -2003-08-17 Sunday 22:47 moodler - - * mod/journal/: lib.php, mod.html, report.php, version.php, - view.php, db/mysql.php, db/mysql.sql, db/postgres7.php, - db/postgres7.sql: - - Journal grading is now also all converted over to use scales as - well as numerical grades - -2003-08-17 Sunday 22:33 moodler - - * mod/assignment/lib.php: - - Removed unnecessary database access - -2003-08-17 Sunday 22:28 moodler - - * lib/moodlelib.php, lib/weblib.php, mod/assignment/mod.html, - mod/forum/lib.php, mod/forum/mod.html: - - More cleanups and separation of printing the grades menu into a new - function - -2003-08-17 Sunday 22:10 moodler - - * lib/datalib.php, lib/moodlelib.php, lib/weblib.php, - mod/assignment/submissions.php, mod/assignment/view.php: - - New function make_grades_menu() for easily making an array of - grades - -2003-08-17 Sunday 21:24 moodler - - * mod/assignment/: lib.php, mod.html, submissions.php, view.php: - - Some polishing for the case when grades are set to zero (no - grades). - - Also, if the date is set further than on year into the future then - the due date is not shown. - -2003-08-17 Sunday 20:47 moodler - - * admin/: admin.php, creators.php, users.php: - - Some tidy-ups - -2003-08-17 Sunday 17:04 stronk7 - - * backup/STATUS.txt: - - Forgot to change one line !! :-) - -2003-08-17 Sunday 17:03 stronk7 +2003-11-27 Thursday 11:19 paca70 - * mod/forum/: backuplib.php, restorelib.php: + * lang/fi/: assignment.php, auth.php, chat.php, choice.php, + forum.php, journal.php, moodle.php, pgassignment.php, quiz.php, + resource.php, survey.php, workshop.php: - Scales are now supported in forums backup and restore + More Finnish translation from Teemu Sumi. -2003-08-17 Sunday 17:02 stronk7 +2003-11-27 Thursday 11:09 willcast - * mod/assignment/restorelib.php: + * mod/resource/: fetch.php, lib.php: - Scales are now supported in assignments restore (when grade <0, I - suppose). + - External webpage resources now are parsed and automatic links are + added to the glossary terms... Only if $CFG->filterexternalpages is + enabled. -2003-08-17 Sunday 17:00 stronk7 - - * backup/: STATUS.txt, backup_execute.html, backuplib.php, - restore_execute.html, restorelib.php, version.php: - - Scales are now supported in backup/restore. Updated version to - 0.8.8 alpha. Please test. - -2003-08-17 Sunday 16:58 stronk7 - - * lang/en/moodle.php: - - Strings to support scales in backup/restore - -2003-08-17 Sunday 15:09 adamtpaw - - * lang/pl/: assignment.php, auth.php, choice.php, forum.php, - journal.php, moodle.php, quiz.php, resource.php, survey.php: - - Full translation of Moodle 1.0.9 - -2003-08-17 Sunday 14:46 johncaptain - - * lang/en/docs/faq.html: - - Added: Info re: Firewalls - -2003-08-17 Sunday 13:17 stronk7 - - * backup/STATUS.txt: - - Started work with scales !! +2003-11-27 Thursday 11:08 paca70 -2003-08-17 Sunday 10:00 moodler - - * version.php: - - Bump the number for debuggers. - -2003-08-17 Sunday 07:53 moodler - - * lang/en/help/quiz/eachattemptbuildsonthelast.html: - - Just some rewording ... (I'm fussy!) - -2003-08-17 Sunday 07:46 moodler - - * mod/forum/: discuss.php, lib.php: - - Fixes bug #619 -- moving discussions wasn't moving attachments - -2003-08-17 Sunday 07:37 mudrd8mz - - * lang/cz/help/wiki.html: - - based on 08/07/2003 English version - -2003-08-17 Sunday 07:16 moodler - - * lib/moodlelib.php: - - Check for existence of directory as well to avoid PHP warnings - -2003-08-17 Sunday 07:14 moodler - - * lib/moodlelib.php: - - There's no point in printing the notice - if there's no directory - there's no files ... pretty simple. - -2003-08-17 Sunday 06:14 moodler - - * course/lib.php: - - Cutting and pasting too quick - -2003-08-17 Sunday 06:06 moodler - - * course/: lib.php, teacher.php: - - Slight regression in policy (to bring it back to exactly how it all - is in 1.0.9). - - Only course creators can assign teacher to courses UNLESS the - config variable teacherassignteachers is true (by default it will - be off). - -2003-08-17 Sunday 05:45 moodler - - * mod/assignment/lib.php: - - Fixed display of assignment results when using a scale - -2003-08-17 Sunday 05:35 moodler - - * lib/pclzip/: pclzip.lib.php, readme.txt: - - Upgrading to version 2.0 RC1 - hoping it will fix some Windows - problems in the older version. - -2003-08-17 Sunday 03:23 moodler - - * mod/assignment/: mod.html, submissions.php, view.php: - - Assignment module can now use scales for grading. - -2003-08-17 Sunday 03:17 moodler - - * admin/admin.php: - - More robust adding/removing of admins - -2003-08-17 Sunday 01:58 moodler - - * admin/creators.php: - - More robust creator adding/removing, using new functions in - moodlelib.php - -2003-08-17 Sunday 01:51 moodler - - * course/teacher.php, lib/moodlelib.php: - - More robust teacher adding/removing - -2003-08-17 Sunday 00:30 moodler - - * course/student.php: - - Ordinary teachers can assign students - -2003-08-17 Sunday 00:29 moodler - - * course/: lib.php, student.php: - - Tweaking student page, and also making it available to ordinary - teachers - -2003-08-17 Sunday 00:20 moodler - - * course/student.php: - - More tweaks ... sorts etc - -2003-08-17 Sunday 00:14 moodler - - * course/student.php, lang/en/moodle.php: - - Some tidy-ups for the students page - -2003-08-16 Saturday 23:47 moodler - - * course/scales.php: - - Don't need a red notification if it isn't bad - -2003-08-16 Saturday 23:44 moodler - - * tags: - - New tags file - -2003-08-16 Saturday 23:07 moodler - - * theme/cordoroyblue/pix/i/log.gif, pix/i/log.gif: - - Make the logs icon look slightly less stupid - -2003-08-16 Saturday 23:06 moodler - - * course/lib.php: - - Put user images on teacher and student links - -2003-08-16 Saturday 22:50 moodler - - * lib/moodlelib.php: - - Exclude vti_cnf directories if they are found - -2003-08-16 Saturday 22:48 moodler - - * lib/moodlelib.php: - - Don't enrol student if they are already enrolled. - -2003-08-16 Saturday 22:46 moodler - - * lang/en/moodle.php, course/lib.php, course/student.php: - + * lang/fi/docs/teacher.html: - Simple interface to manually add students to a course. + One small correction. -2003-08-16 Saturday 22:09 moodler +2003-11-27 Thursday 11:04 willcast - * admin/students.php: + * mod/resource/: fetch.php, lib.php, view.php: - Removing the students script from here + - External webpage resources now are parsed and automatic links are + added to the glossary terms... Only if $CFG->filterexternalpages is + enabled. -2003-08-16 Saturday 22:08 moodler +2003-11-27 Thursday 11:02 willcast - * lang/en/moodle.php: + * lib/snoopy/Snoopy.class.inc: - Changing this string back again + - Adding a new class to fetch remote files through PHP. -2003-08-16 Saturday 21:53 moodler +2003-11-27 Thursday 11:01 paca70 - * course/enrol.php, lang/en/moodle.php: + * lang/fi/docs/teacher.html: - New confirmation step when self-enrolling + Finnish teachers manual. Thanks to Lasse Utti. -2003-08-16 Saturday 19:34 moodler +2003-11-27 Thursday 09:52 moodler - * course/scales.php: + * lang/en/docs/credits.html: - Rearranged help button + Eloy's "war name" :-) -2003-08-16 Saturday 19:32 moodler +2003-11-27 Thursday 09:23 moodler - * course/scales.php: + * file.php: - Help buttons fixed + Decode pathinfo in case it has encoded spaces etc in it -2003-08-16 Saturday 19:31 moodler +2003-11-27 Thursday 06:52 moodler - * lang/en/help/: index.html, scales.html: + * mod/quiz/report/simplestat/report.php: - New help file for Scales + Different format on headers for text downloads to improve + performance on more browsers -2003-08-16 Saturday 18:55 moodler +2003-11-27 Thursday 05:32 willcast - * lib/datalib.php: + * mod/glossary/: db/mysql.php, version.php: - Don't show feedback when running SQL + - Deleting inconsistent records on glossary_alias due to the last + fixed bug. -2003-08-16 Saturday 18:49 moodler +2003-11-27 Thursday 00:26 andre_bln - * lib/datalib.php: + * lang/de/: assignment.php, attendance.php, auth.php, chat.php, + choice.php, countries.php, dialogue.php, editor.php, exercise.php, + forum.php, glossary.php, journal.php, label.php, moodle.php, + pgassignment.php, pix.php, quiz.php, resource.php, survey.php, + webquest.php, workshop.php: - Make sure it's THIS course that the student is currently enrolled - in + new version completed php-files CVS + ------------------------------------------------------------------- + --- -2003-08-16 Saturday 18:46 moodler +2003-11-26 Wednesday 23:10 moodler - * course/lib.php: + * mod/survey/download.php: - Use the new get_recent_enrolments() function in datalib to find - users in recent_activity + Worksheet name can't be longer than 31 characters -2003-08-16 Saturday 18:45 moodler +2003-11-26 Wednesday 21:25 willcast - * lib/datalib.php: + * mod/glossary/edit.php: - New function get_recent_enrolments() to more efficiently get recent - enrolments + - Fixing bug regarding the aliases (pointed out by Sho Fukamachi + also) -2003-08-16 Saturday 10:55 danielfetzer +2003-11-26 Wednesday 14:21 trobb - * lang/de/moodle.php: + * mod/quiz/report/fullstat/report.php: [no log message] -2003-08-16 Saturday 10:36 johncaptain +2003-11-26 Wednesday 08:07 moodler - * lang/en/docs/faq.html: + * lang/en/docs/credits.html: - Fixed typo. + Peter Taylor got upgraded :-) -2003-08-16 Saturday 10:28 danielfetzer +2003-11-26 Wednesday 06:42 willcast - * lang/de/: chat.php, forum.php, moodle.php, quiz.php: + * mod/glossary/view.php: - [no log message] + - Fixing typo (pointed out by Sho Fukamachi) -2003-08-16 Saturday 10:09 mits +2003-11-26 Wednesday 06:38 willcast - * lang/ja/help/choice/: index.html, mods.html: + * mod/glossary/: export.php, lib.php: - New translation. + - Removing tags from glossary name when exporting the entries. -2003-08-16 Saturday 09:56 mits +2003-11-26 Wednesday 05:10 paca70 - * lang/ja/help/courseavailability.html: - - New translation. - -2003-08-16 Saturday 09:51 mits - - * lang/ja/help/assignment/: index.html, mods.html: - - New translation. - -2003-08-16 Saturday 09:46 mits - - * lang/ja/: README, forum.php, moodle.php, quiz.php: - - New translation. - -2003-08-16 Saturday 09:14 moodler - - * files/index.php: - - No need to call isteacher and isteacheredit, just isteacheredit - will do. :-) - -2003-08-16 Saturday 08:29 stronk7 - - * lang/: en/help/quiz/index.html, es/help/quiz/index.html: - - Updated the index to show the eachattemptbuildsonthelast.html page - -2003-08-16 Saturday 08:23 stronk7 - - * lang/es/help/quiz/eachattemptbuildsonthelast.html: - - Help for "eachattemptbuildsonthelast" setting. Spanish version. - -2003-08-16 Saturday 08:11 stronk7 - - * lang/en/help/quiz/eachattemptbuildsonthelast.html: - - Help for the 'Each Attempt Builds On The Last' feature. My English - is far to be perfect, so edit it at your needs. Bug 816 closed. - -2003-08-16 Saturday 04:46 stronk7 - - * files/index.php: - - Now the "restore" option is showed to isteacheredit() teachers. - -2003-08-16 Saturday 04:44 stronk7 - - * course/lib.php: - - Show more admin links to isteacheredit() users - -2003-08-16 Saturday 04:31 stronk7 - - * backup/: backuplib.php, restorelib.php: - - Now editall and timemodified are in backup/restore process - -2003-08-15 Friday 23:45 johncaptain - - * lang/en/docs/faq.html: - - Added: Windows specific language and region settings info to FAQ - -2003-08-15 Friday 23:44 moodler - - * lib/weblib.php: - - Only editing teachers see controls and things - -2003-08-15 Friday 23:40 moodler - - * course/mod.php: - - Only editing teachers can edit activities - -2003-08-15 Friday 23:37 moodler - - * backup/: backup.php, backup_check.html, backup_execute.html, - backup_form.html, restore.php, restore_check.html, - restore_execute.html, restore_form.html, restore_precheck.html: - - Use isteacheredit instead of isteacher - -2003-08-15 Friday 23:20 moodler - - * mod/forum/discuss.php: - - Show default mode again - -2003-08-15 Friday 22:44 moodler - - * course/scales.php: - - Allow teacher editors to modify scales - -2003-08-15 Friday 22:43 moodler - - * lib/defaults.php, admin/config.html, lang/en/moodle.php: - - Backed out the new configuration variable "creatornewcourses" as it - is no longer wanted or needed - -2003-08-15 Friday 22:40 moodler - - * course/edit.php: - - Teacher editors can edit courses, and course creators get added as - teacher-editors when they create a course - -2003-08-15 Friday 22:35 moodler - - * course/teacher.php: - - Must be an editing teacher to be able to assign teachers - -2003-08-15 Friday 22:29 moodler - - * course/teacher.php: - - FIxed the search - -2003-08-15 Friday 22:19 moodler - - * version.php, course/teacher.php, course/view.php, - lib/datalib.php, lib/moodlelib.php, lib/db/mysql.php, - lib/db/mysql.sql, lib/db/postgres7.php, lib/db/postgres7.sql: - - OK, this is a new scheme to allow some teachers to edit and others - to not that is much better than the proposal to change the role of - course creators. - - There is a new field in user_teachers called "editall", which is ON - BY DEFAULT, and allows teachers to edit courses. It can be - modified on the teacher editing screen (formerly assign teachers). - - The value is cached in the session. - - To test for it, there is a new function isteacheredit($course->id) - which works much like isteacher did. - - I'm going through now and applying this new function wherever it is - needed. - -2003-08-15 Friday 21:33 moodler - - * files/mimetypes.php: - - Many more mime types added - thanks to D Hawes - -2003-08-15 Friday 21:28 moodler - - * files/pix/: video.gif, xml.gif: - - New icons from dhawes@mac.com - -2003-08-15 Friday 20:28 moodler - - * lib/db/mysql.php: - - Hold the presses ... I hate doing this but after going into detail - changing the course creator account like this is the wrong way to - do this. - - Instead, I'm going to be adding new fields to user_teachers - - Stay tuned - -2003-08-15 Friday 19:48 moodler - - * files/index.php: - - Only creators can restore courses - -2003-08-15 Friday 19:45 moodler - - * course/search.php, course/view.php, lib/weblib.php: - - [no log message] - -2003-08-15 Friday 19:30 moodler - - * lib/db/mysql.php, lib/db/postgres7.php, mod/forum/db/mysql.php, - mod/forum/db/postgres7.php: - - Fixed database upgrade so that forum->scale is created before the - get_scale_menu tries to use it. - -2003-08-15 Friday 19:11 giro123 - - * lang/es/: chat.php, forum.php, moodle.php, quiz.php, - resource.php, survey.php, workshop.php, docs/release.html: - - [no log message] - -2003-08-15 Friday 16:41 anvergara - - * lang/es_es/: assignment.php, forum.php, moodle.php, quiz.php, - resource.php, workshop.php: - - updating to new version - -2003-08-15 Friday 12:11 stronk7 - - * mod/quiz/restorelib.php: - - Solved one bug when restoring MATCH(5) questions if the question is - an existing one. Some mapping are done to use after them in - responses. - -2003-08-15 Friday 11:10 stronk7 - - * mod/quiz/restorelib.php: - - Solved one bug when restoring RANDOMSAMATCH(6) questions if they - haven't been responsed in the quiz. The answer field in - quiz_responses must have X-0,Y-0 format instead of null. Curiosly, - MATCH(5) questions must have null if they aren'r responsed. - -2003-08-15 Friday 07:30 moodler - - * version.php, lib/db/mysql.php, lib/db/postgres7.php: - - Do a check to create the default scale if it isn't already - -2003-08-15 Friday 07:19 moodler - - * theme/index.php: - - Fixed an admin link - -2003-08-15 Friday 07:17 moodler - - * version.php, lib/db/postgres7.php, lib/db/postgres7.sql: - - New scale table for PostgreSQL - -2003-08-15 Friday 07:12 moodler - - * version.php, lib/db/mysql.php, lib/db/mysql.sql: - - WHoops - you'll need this table. :-) - -2003-08-15 Friday 07:03 moodler - - * course/scales.php: - - New scales editing page - -2003-08-15 Friday 07:02 moodler - - * version.php, lang/en/chat.php, lang/en/forum.php, - lang/en/moodle.php: - - A few more files... - -2003-08-15 Friday 06:59 moodler - - * mod/forum/discuss.php, mod/forum/lib.php, mod/forum/mod.html, - mod/forum/rate.php, mod/forum/report.php, mod/forum/version.php, - admin/config.html, admin/teacher.php, course/category.php, - course/edit.php, course/lib.php, course/teacher.php, - course/teachers.php, lib/datalib.php, lib/defaults.php, - lib/moodlelib.php, lib/weblib.php, lib/db/mysql.php, - mod/forum/db/mysql.php, mod/forum/db/mysql.sql, - mod/forum/db/postgres7.php, mod/forum/db/postgres7.sql: - - - WARNING: BIG CHANGES! - - OK, this is a big check-in with some big changes, and needs work - still. - - It seems relatively stable, but I need help identifying the rough - patches. - - 1) First grading scales support. There is a now a new table called - "scale" that contains grading scales. There can be site scales - (course=0) and custom course scales. These can be used in - modules - I've only done forums for now but that was the hard - one. Scales can be edited via the new item in the course admin - menu. - - There is one default scale - the connected/separate knowing one - that used - to be in forum. To build this I pull data from the language - packs - to create one during the upgrade, or anytime a scales menu is - called - and no scales are found. - - 2) New roles for course creator and teachers. I've fixed up the - course menus and some other things but there's a lot left to do - on this to make it all smooth. The idea is that teachers no - longer can edit courses unless they are also course creators. - The interface for this needs to be smoothed out a fair bit and I - need help with this. - - The upgrade will upgrade all teachers to be creators, but will - default - the new site config "creatornewcourses" to "no", so that - effectively - these new teachers have the same privileges. - - 3) Simplified teacher management. There is no longer an "assign - teachers" and a "teacher roles" page - it's all on one page in - course/teacher.html. - - Phew ... time for a shower and then back into it. - -2003-08-15 Friday 06:46 moodler - - * pix/i/scales.gif, theme/cordoroyblue/pix/i/scales.gif: - - Temporary scales icon - -2003-08-15 Friday 06:43 moodler - - * lang/: el/help/forum/ratings.html, en/help/forum/ratings.html, - es/help/forum/ratings.html, es_ar/help/forum/ratings.html, - es_es/help/forum/ratings.html, fi/help/forum/ratings.html, - id/help/forum/ratings.html, ja/help/forum/ratings.html, - nl/help/forum/ratings.html, pt/help/forum/ratings.html, - ru/help/forum/ratings.html, sk/help/forum/ratings.html, - sv/help/forum/ratings.html, th/help/forum/ratings.html: - - I had to reformat this help file. It is no longer HTML but plain - Moodle format. - - I"ve done this for all good translations. - -2003-08-15 Friday 06:15 moodler - - * lang/pl/moodle.php: - - 24 hour time - -2003-08-15 Friday 06:09 moodler - - * lang/es/moodle.php: - - Use 24 hour time - -2003-08-15 Friday 06:00 moodler - - * lang/: pl/moodle.php, pt/moodle.php, ru/moodle.php, - it/moodle.php: - - Some fixes for time display (24 hours) - -2003-08-15 Friday 04:23 stronk7 - - * lang/en/moodle.php: - - Small typo !! :-) - -2003-08-15 Friday 04:07 stronk7 - - * mod/quiz/restorelib.php, backup/version.php: - - Solved one important bug in RANDOM(4) and RANDOMSAMATCH(6) question - types. And modified some of the quiz_answers restore system to - allow remapping answers with existing questions. //Detected by - scott dot elliott at mchsi dot com in Bug 84 - -2003-08-15 Friday 04:03 stronk7 - - * backup/backuplib.php: - - Included and commented one new debug - -2003-08-15 Friday 03:56 moodler - - * lang/ca/: assignment.php, choice.php, forum.php, moodle.php, - quiz.php, resource.php, survey.php: - - Fixed up quotes, ordering etc - -2003-08-15 Friday 03:11 stronk7 - - * course/category.php: - - Added some spacer.gif to align up and down buttons... - -2003-08-15 Friday 01:50 stronk7 - - * course/category.php: - - Added the 'Restore' option near the 'Backup' one to course list. - See bug 616. Closed. It needs Martin confirmation. - -2003-08-15 Friday 01:16 moodler - - * mod/forum/lib.php: - - Better compatibility for POstgreSQL (old regexps were case - sensitive) - -2003-08-15 Friday 01:04 moodler - - * mod/forum/lib.php: - - Improved search. - - Default is now back to subwords, but words can be used with +word - and -word - -2003-08-14 Thursday 04:49 moodler - - * lib/datalib.php: - - Added get_courses_search() etc - -2003-08-14 Thursday 03:32 moodler - - * course/view.php: - - Force rebuild of course cache - just in case! - -2003-08-14 Thursday 03:16 moodler - - * lang/: tr/help/forum/ratings.html, zh_cn/help/forum/ratings.html, - zh_tw/help/forum/ratings.html, ca/help/forum/ratings.html, - fr/help/forum/ratings.html, fr_ca/help/forum/ratings.html, - it/help/forum/ratings.html, no/help/forum/ratings.html, - pt_br/help/forum/ratings.html, ro/help/forum/ratings.html: - - Removing untranslated versions or incomplete versions of this help - file in preparation for new grading scheme - -2003-08-13 Wednesday 23:34 moodler - - * mod/forum/lib.php: - - Added (default) option to search for whole words with forums. - - (SQL regular expressions from David Delgado - thanks!) - -2003-08-13 Wednesday 06:08 mits - - * lang/ja/moodle.php: - - New translation. - -2003-08-13 Wednesday 05:40 mits - - * lang/ja/: README, chat.php, forum.php, moodle.php, quiz.php, - workshop.php: - - New translation. - -2003-08-13 Wednesday 00:37 moodler - - * lang/pt_br/help/: courseavailability.html, emoticons.html, - index.html, summaries.html, wiki.html, writing.html, - assignment/index.html, assignment/mods.html, chat/index.html, - chat/mods.html, choice/index.html, choice/mods.html, - forum/index.html, forum/mods.html, journal/index.html, - journal/mods.html, quiz/createmultiple.html, quiz/description.html, - quiz/import.html, quiz/index.html, quiz/match.html, quiz/mods.html, - quiz/numerical.html, quiz/randommatch.html, - quiz/randomsamatch.html, quiz/review.html, - quiz/shuffleanswers.html, quiz/shufflequestions.html, - resource/index.html, resource/mods.html, resource/program.html, - survey/index.html, survey/mods.html, workshop/addingacomment.html, - workshop/agreeassessments.html, workshop/anonymous.html, - workshop/assignmenttype.html, workshop/breakdownoffinalgrade.html, - workshop/calculatingfinalgrade.html, workshop/editingacomment.html, - workshop/elements.html, workshop/finalgrades.html, - workshop/graded.html, workshop/grading.html, - workshop/gradingassessments.html, workshop/gradingstrategy.html, - workshop/includeself.html, workshop/index.html, - workshop/managing.html, workshop/mods.html, - workshop/nassessmentsofstudentsubmissions.html, - workshop/nassessmentsofteachersexamples.html, - workshop/nelements.html, workshop/numberofassessors.html, - workshop/resubmit.html, workshop/selfassessment.html, - workshop/showinggrades.html, workshop/specimen.html, - workshop/teachersgradings.html: - - Significant improvements to Brazilian - -2003-08-13 Wednesday 00:17 moodler - - * lang/pt_br/: README, assignment.php, forum.php, moodle.php, - quiz.php, resource.php, survey.php, help/coursecategory.html, - help/courseformats.html, help/coursefullname.html, - help/coursenewsitems.html, help/coursenumsections.html, - help/courserecent.html, help/courseshortname.html, - help/coursestartdate.html, help/enrolmentkey.html, - help/guestaccess.html, help/html.html, help/langedit.html, - help/mods.html, help/picture.html, help/questions.html, - help/reading.html, help/richtext.html, help/teachers.html, - help/text.html, help/textformat.html, + * lang/fi/: assignment.php, auth.php, chat.php, choice.php, + editor.php, forum.php, journal.php, moodle.php, pgassignment.php, + quiz.php, resource.php, survey.php, docs/README.txt, + docs/files.php, docs/install.html, docs/intro.html, + help/coursecategory.html, help/courseformats.html, + help/coursefullname.html, help/coursenewsitems.html, + help/coursenumsections.html, help/courserecent.html, + help/courseshortname.html, help/coursestartdate.html, + help/enrolmentkey.html, help/guestaccess.html, help/html.html, + help/langedit.html, help/mods.html, help/picture.html, + help/questions.html, help/reading.html, help/richtext.html, + help/surveys.html, help/teachers.html, help/text.html, + help/textformat.html, help/writing.html, help/assignment/assignmenttype.html, help/assignment/resubmit.html, help/choice/options.html, help/forum/allowdiscussions.html, help/forum/attachment.html, help/forum/forumtype.html, help/forum/ratings.html, help/forum/subscription.html, - help/quiz/attempts.html, help/quiz/categories.html, - help/quiz/correctanswers.html, help/quiz/feedback.html, - help/quiz/grademethod.html, help/quiz/maxgrade.html, + help/pgassignment/anonymous.html, + help/pgassignment/assignmenttype.html, + help/pgassignment/breakdownoffinalgrade.html, + help/pgassignment/calculatingfinalgrade.html, + help/pgassignment/elements.html, + help/pgassignment/finalgrades.html, help/pgassignment/graded.html, + help/pgassignment/grading.html, + help/pgassignment/gradingcomments.html, + help/pgassignment/includeself.html, + help/pgassignment/managing.html, + help/pgassignment/numberofassessors.html, + help/pgassignment/resubmit.html, + help/pgassignment/showinggrades.html, + help/pgassignment/specimen.html, + help/pgassignment/teachersgradings.html, help/quiz/attempts.html, + help/quiz/categories.html, help/quiz/correctanswers.html, + help/quiz/feedback.html, help/quiz/grademethod.html, + help/quiz/import.html, help/quiz/maxgrade.html, help/quiz/multichoice.html, help/quiz/questiontypes.html, - help/quiz/random.html, help/quiz/shortanswer.html, - help/quiz/timeopen.html, help/quiz/truefalse.html, - help/resource/resourcetype.html, help/resource/summary.html: + help/quiz/randommatch.html, help/quiz/review.html, + help/quiz/shortanswer.html, help/quiz/timeopen.html, + help/quiz/truefalse.html, help/resource/resourcetype.html, + help/resource/summary.html: - Significant updates for pt_br + Converting back to iso-8859-1. Sorry for this mess... -2003-08-13 Wednesday 00:09 moodler +2003-11-26 Wednesday 03:47 moodler - * version.php: + * lang/en/resource.php, mod/resource/config.html, + mod/resource/details.php, mod/resource/lib.php: - Bump + Another setting to allow a default URL in webpage and weblink -2003-08-12 Tuesday 23:55 moodler - - * course/lib.php: - - FIxed some links to all courses - -2003-08-12 Tuesday 10:01 moodler - - * admin/site.html: - - Don't interfere if news is selected - -2003-08-12 Tuesday 09:52 moodler - - * admin/site.html: - - No point in offering the option for really big sites to have all - the courses on the front page. - -2003-08-12 Tuesday 09:44 moodler - - * index.php: - - Never checked this in with the course search - -2003-08-12 Tuesday 09:37 moodler - - * mod/forum/view.php: - - Some refinements to the display of forums - - - don't show intro box for teacher forum (because it can't be - edited) - - don't show intro box when the text is empty anyway - -2003-08-12 Tuesday 01:29 moodler - - * lib/weblib.php: - - Tweak - -2003-08-12 Tuesday 00:52 moodler - - * lib/weblib.php, theme/brightretro/styles.php, - theme/cordoroyblue/styles.php, theme/garden/styles.php, - theme/oceanblue/styles.php, theme/poweraid/styles.php, - theme/standard/styles.php, theme/standardblue/styles.php, - theme/standardgreen/styles.php, theme/standardlogo/styles.php, - theme/standardred/styles.php, theme/standardwhite/styles.php: - - New, shorter intro to styles files that calls a function. - - This function sets header information to improve caching (default 5 - minutes) - - Cookies are also prevented to improve cacheability. - -2003-08-12 Tuesday 00:02 moodler - - * lib/setup.php, user/pix.php: - - Little tweak to fix a caching problem. - - User images were not being cached properly because Moodle was - sending a session cookie. I've turned this off now for user - images. - -2003-08-11 Monday 17:27 giro123 - - * lang/es/: chat.php, forum.php, moodle.php, quiz.php, - resource.php, workshop.php: - - [no log message] - -2003-08-11 Monday 09:56 moodler - - * mod/forum/lib.php: - - Missing picture data in forum_get_recent_posts - -2003-08-11 Monday 08:20 moodler - - * lang/en/help/chat/chatting.html: - - Slight editing - -2003-08-11 Monday 08:06 moodler - - * mod/chat/: README.txt, gui_header_js/chatinput.php: - - Added a simple help popup for chat - -2003-08-11 Monday 08:06 moodler - - * lang/en/help/chat/: chatting.html, index.html: - - New help file for chatting - -2003-08-11 Monday 06:47 moodler - - * mod/chat/README.txt: - - Updated status and plans for chat module - -2003-08-11 Monday 06:31 moodler - - * theme/cordoroyblue/pix/i/info.gif: - - This icon was missing from the template - -2003-08-11 Monday 06:02 moodler - - * course/category.php: - - Added a box to display subcategories - -2003-08-11 Monday 06:02 moodler - - * lang/en/moodle.php: - - Slight re-phrasing - -2003-08-11 Monday 05:37 kaipe - - * mod/quiz/attempt.php: - - Debug This fix rids warnings that used to come when a student for - the first time attempts a quiz with the option "Each attempt builds - on the last" = Yes (attemptonlast). Now the option is not in - effect when a student attempts a quiz for the first time, i.e. when - there is no last attempt to build on. - -2003-08-11 Monday 04:51 moodler - - * course/: lib.php, search.php: - - Little fixes for the course_sideblock - -2003-08-11 Monday 04:47 kaipe - - * lang/en/quiz.php: - - quiz option - "Each attempt builds on the last" - -2003-08-11 Monday 02:45 moodler - - * course/index.php, course/lib.php, course/search.php, - lang/en/moodle.php: - - Search engine for courses - -2003-08-11 Monday 00:48 moodler - - * course/: category.php, info.php: - - Added new info popup page when courses are in listing format - -2003-08-11 Monday 00:09 moodler - - * pix/i/info.gif: - - Smaller - -2003-08-11 Monday 00:00 moodler - - * pix/i/info.gif: - - New "info" icon - -2003-08-10 Sunday 22:38 moodler - - * course/category.php, lang/en/moodle.php: - - Show course access (guest, password etc) on non-editing screens - -2003-08-10 Sunday 22:24 moodler - - * lang/en/moodle.php, course/category.php: - - new resort function for courses in a category - -2003-08-10 Sunday 19:07 moodler - - * course/category.php: - - Bugfix when renaming - -2003-08-10 Sunday 07:38 moodler - - * lib/datalib.php: - - get rid of signed parameter when upgrading columns to varchar or - text - -2003-08-10 Sunday 07:37 moodler - - * theme/index.php: - - Some name changes - -2003-08-10 Sunday 07:36 moodler - - * version.php, lib/db/mysql.php, lib/db/mysql.sql, - lib/db/postgres7.php, lib/db/postgres7.sql: - - Get rid of the enumerated type on the course formats, so that we - can think about adding custom course formats into course/format - -2003-08-10 Sunday 05:09 kaipe - - * mod/quiz/lib.php: - - Fixed bug that was pointed out by Tom Cat: The reuse of old - quiz_answers records for question type multianswer/embedded did not - work properly. - -2003-08-10 Sunday 04:56 danielfetzer - - * lang/de/: forum.php, moodle.php: - - [no log message] - -2003-08-10 Sunday 02:28 moodler - - * admin/site.html: - - Emoticons don't make sense. - -2003-08-10 Sunday 02:26 moodler - - * admin/: site.html, site.php: - - Added richtext editor to site front page - -2003-08-10 Sunday 02:12 moodler - - * admin/index.php: - - Tidy up the copyright notice and added a warning. - -2003-08-10 Sunday 01:39 moodler - - * admin/index.php, admin/users.php, course/lib.php, - lang/en/moodle.php: - - More clean ups - -2003-08-10 Sunday 01:17 moodler - - * admin/site.php, lib/weblib.php: - - A little timing issue - -2003-08-10 Sunday 01:01 moodler - - * user/edit.php, admin/admin.php, admin/auth.php, course/lib.php, - files/index.php, user/index.php, admin/creators.php, - admin/index.php, admin/lang.php, admin/user.php, admin/users.php, - lang/en/moodle.php, lib/weblib.php: - - Some cleanups of the admin page to make it - - - more explanatory - - more expandable - - Apologies for the lost muscle memories, but I think this will work - better in the long run. - -2003-08-09 Saturday 23:53 moodler - - * pix/i/admin.gif, theme/cordoroyblue/pix/i/admin.gif: - - New admin icon - -2003-08-09 Saturday 23:47 moodler - - * lang/en/docs/faq.html: - - Can ue more than one keyword now. :-) - -2003-08-09 Saturday 22:00 selliott - - * theme/cordoroyblue/pix/mod/chat/icon.gif: - - added icon.gif - -2003-08-09 Saturday 21:59 selliott - - * theme/cordoroyblue/pix/i/backup.gif: - - added backup.gif - -2003-08-09 Saturday 21:58 selliott - - * theme/cordoroyblue/pix/i/restore.gif: - - added restore.gif - -2003-08-09 Saturday 19:53 moodler - - * course/category.php: - - Use direct menu - -2003-08-09 Saturday 12:21 johncaptain - - * lang/en/docs/faq.html: - - Added link to Redhat Linux info in the "Blank Pages" question - -2003-08-09 Saturday 10:31 moodler - - * course/category.php: - - To avoid moving to same category - -2003-08-09 Saturday 10:17 moodler - - * course/: lib.php, format/social.php, format/topics.php, - format/weeks.php: - - My Courses is now shown in the course side block if the user is not - an admin. - - Also, this block now appears on course main pages (under admin). - -2003-08-09 Saturday 09:58 moodler - - * version.php: - - Just to remind myself how fast time is passing - -2003-08-09 Saturday 09:53 moodler - - * admin/index.php, lang/en/moodle.php, course/category.php, - course/delete.php, course/edit.php, course/index.php, - course/lib.php: - - More moodling on the course categories, improving performance for - large categories and making it easier to move large numbers of - courses around. - - Also cleaned up some of the navigation bars - -2003-08-09 Saturday 05:40 moodler - - * lang/en/moodle.php, backup/restorelib.php: - - Missing string, bug in call to get_string - -2003-08-09 Saturday 03:11 moodler - - * mod/chat/index.php: - - Minor formatting fixes - -2003-08-09 Saturday 01:37 moodler - - * userpix/index.php: - - Displays all user pictures on one page. - - This has been on moodle.org for ages, but it might as well be in - the distribution too. It's not linked from anywhere in Moodle - currently. - -2003-08-09 Saturday 00:59 moodler - - * mod/forum/search.php: - - Looks better when nothing is found - -2003-08-08 Friday 23:02 moodler - - * mod/forum/search.php: - - Better button behaviour - -2003-08-08 Friday 22:35 moodler - - * lang/en/forum.php, mod/forum/lib.php, mod/forum/search.php: - - Much improved forum searching, with independent words and paging - -2003-08-08 Friday 20:57 moodler - - * lib/weblib.php, mod/forum/lib.php, mod/forum/search.php: - - New highlighting function that is able to cope with HTML. - - It's a bit slower, but links in forums no longer cause problems. - - See bug #589 - -2003-08-08 Friday 19:24 moodler - - * course/category.php: - - Improved interface for course creators - -2003-08-08 Friday 19:10 moodler - - * course/delete.php: - - Better links - -2003-08-08 Friday 19:00 moodler - - * mod/forum/lib.php: - - Robust variable for attchments - -2003-08-08 Friday 18:54 moodler - - * course/lib.php: - - Better way of specifying backupdata name - -2003-08-08 Friday 11:06 selliott - - * mod/quiz/format/blackboard.php: - - selliott - Fixed mixup in feedback for true/false questions - -2003-08-08 Friday 10:38 moodler - - * mod/workshop/lib.php: - - Some fixes to make report work at least ... complete mode needs - work - -2003-08-08 Friday 10:01 moodler - - * mod/workshop/lib.php: - - Fix for the bug causing an error on the user activity page - made a - new function workshop_get_student_submission() based on the version - in 'assignment' ... haven't looked at the functionality yet. - -2003-08-08 Friday 09:46 moodler - - * course/mod.php: - - Fixed up cancel button on module editing page to avoid error when - returning to course page. - - Fix by Scott Elliott. - -2003-08-08 Friday 04:29 moodler - - * lib/moodlelib.php: - - Some declarations just in case (for the included files). - -2003-08-07 Thursday 20:39 moodler - - * lib/: moodlelib.php, phpmailer/class.phpmailer.php: - - Use the "correct" way of encoding HTML (quoted-printable) instead - of warapping it like text (which was working, but...). - -2003-08-07 Thursday 20:38 moodler - - * mod/forum/lib.php: - - Language of receiver was not being set correctly - -2003-08-07 Thursday 10:37 moodler - - * lang/en/docs/release.html: - - SOme updates - -2003-08-07 Thursday 10:09 moodler - - * pix/i/: backup.gif, restore.gif: - - Sometimes we are blind to the obvious right way of doing things - -2003-08-07 Thursday 10:06 moodler - - * pix/i/restore.gif: - - Slightly nicer icon - -2003-08-07 Thursday 10:00 moodler - - * course/: edit.php, lib.php: - - Little display tweaks - -2003-08-07 Thursday 09:49 moodler - - * course/: index.php, lib.php: - - Tweaks - -2003-08-07 Thursday 09:41 moodler - - * course/lib.php: - - Fixed up My Moodle - -2003-08-07 Thursday 09:31 moodler - - * lang/en/moodle.php: - - Some upper/lower case consistency - -2003-08-07 Thursday 09:20 moodler - - * course/lib.php: - - No margins on bottom or top - -2003-08-07 Thursday 09:17 moodler - - * course/lib.php: - - Remove margins on UL tag - -2003-08-07 Thursday 09:15 moodler - - * index.php: - - There's always one, isn't there? - -2003-08-07 Thursday 09:07 moodler - - * pix/i/backup.gif, pix/i/restore.gif, pix/t/backup.gif, - pix/t/restore.gif, pix/t/user.gif, - theme/cordoroyblue/pix/t/backup.gif, - theme/cordoroyblue/pix/t/restore.gif, - theme/cordoroyblue/pix/t/user.gif: - - New and updated images - -2003-08-07 Thursday 09:04 moodler - - * backup/restore_execute.html: - - Changed function name - -2003-08-07 Thursday 09:01 moodler - - * version.php, course/categories.php, course/category.php, - course/edit.html, course/edit.php, course/index.php, - course/lib.php, admin/config.php, lib/datalib.php, lib/weblib.php, - lib/db/mysql.php, lib/db/mysql.sql, lib/db/postgres7.php, - lib/db/postgres7.sql, admin/index.php, admin/site.html, - admin/site.php, admin/teacher.php, lang/en/forum.php, - lang/en/moodle.php, lang/en/docs/release.html, user/edit.php: - - Another big checkin. - - This includes some significant cleanups to the new course - categories system. The basic idea is that the categories/course - browser is now unified under one system, and admin features related - to that have all been moved into the browser (as little icons). - - I'm much happier with this as a foundation that can scale and be - built upon. - - Still to go: - - - searching - - paging - - polishing - - Also in here are a lot of little cleanups around the place, such as - the initial setup process. - -2003-08-07 Thursday 08:23 moodler - - * lib/countries.php: - - Full name of Macedonia - -2003-08-07 Thursday 08:17 moodler - - * lib/countries.php: - - Yugoslavia --> Serbia and Kosovo - -2003-08-07 Thursday 04:42 moodler - - * lib/phpmailer/class.phpmailer.php: - - A small fix for mail boundary headers that may have been breaking - some mail programs (notably Exchange). - -2003-08-06 Wednesday 23:56 moodler - - * backup/lib.php: - - Remove login link on first install - -2003-08-06 Wednesday 08:32 moodler - - * course/format/weeks.php: - - Add two hours to avoid possible daylight savings time problems - -2003-08-05 Tuesday 09:50 danielfetzer - - * lang/de/: moodle.php, quiz.php: - - [no log message] - -2003-08-05 Tuesday 04:45 moodler - - * login/index_form.html: - - Craziness. - -2003-08-05 Tuesday 04:39 kaipe - - * lang/en/quiz.php: - - The message "Recently added question!" is shown for questions that - have been added since the reviewed attempt was finished. Closing - bug #576 - -2003-08-05 Tuesday 04:36 moodler - - * login/index_form.html: - - Added help button about cookies - -2003-08-05 Tuesday 04:35 moodler - - * lang/en/help/index.html: - - Added Cookies to index - -2003-08-05 Tuesday 04:34 moodler - - * lang/en/help/cookies.html: - - New help file about cookies for login page - -2003-08-04 Monday 22:11 moodler - - * mod/quiz/db/mysql.sql: - - Fixed a typo on the multianswer table definition - -2003-08-04 Monday 20:25 moodler - - * files/index.php, lang/en/moodle.php: - - More missing strings - -2003-08-04 Monday 12:34 paca70 - - * auth/ldap/lib.php: - - To fix authentication issue when same ldap-attribute is used - multiple fields in Moodle. - -2003-08-04 Monday 11:39 stronk7 - - * mod/quiz/version.php: - - Changed "eachattemptbuildsonthelast" column name to - "attemptonlast". Seems to work. - -2003-08-04 Monday 09:07 moodler - - * files/index.php, lang/en/moodle.php: - - Fixed some missing strings that no-one picked up before! - -2003-08-04 Monday 09:01 moodler - - * pix/i/: backup.gif, restore.gif: - - Quick icons - -2003-08-04 Monday 03:38 stronk7 - - * mod/quiz/: backuplib.php, restorelib.php: - - ATTEMPTONLAST are included in backup/restore too !! - -2003-08-04 Monday 03:31 stronk7 - - * mod/quiz/: attempt.php, mod.html, db/mysql.php, db/mysql.sql: - - Changed "eachattemptbuildsonthelast" column name to - "attemptonlast". Seems to work. - -2003-08-04 Monday 01:28 danielfetzer - - * lang/de/: chat.php, moodle.php: - - [no log message] - -2003-08-03 Sunday 22:48 moodler - - * lib/datalib.php: - - Added mailformat to user data returned in class listings. - - This fixes a bug where students were getting plain mail only on - forums that were force-subscribed. - -2003-08-03 Sunday 22:02 moodler - - * admin/site.html: - - Allow site course to have custom words for student and teachers - -2003-08-03 Sunday 16:00 kaipe - - * mod/quiz/: attempt.php, lib.php, mod.html, review.php, - version.php: - - New quiz option - "Each attempt builds on the last" This makes it - possible for students to take a tedious quiz, save it half-way and - have it graded. The student can then, at a later point, get back to - the quiz and have the previous answers already filled in and - graded. The student can then continue with the remaining questions - as well as redo all the answers that got wrong at the previous - attempt. It seems to work fine with one little twisted exception: - Say that the student attempts the quiz first and that the teacher - thereafter edits the quiz and removes or adds a few questions. This - will work out fine for as long as the teacher do not get the idea - of adding a question with question type RANDOM. The quiz will be - fully functional again after removing that RANDOM question or - resetting the option 'Each attempt builds on the last" to NO. Not - a very serious problem but it takes someone with greater insight in - question type RANDOM to resolve it. - - As always, I can not commit lang/en/quiz.php. --- As I was using - the function quiz_get_attempt_responses I had it refactored - removing the obsolete argument $quiz. I also changed the call from - review.php - -2003-08-03 Sunday 15:55 stronk7 - - * lang/en/chat.php: - - Added string necessary to backup/restore - -2003-08-03 Sunday 15:54 kaipe - - * mod/quiz/db/: mysql.php, mysql.sql: - - New quiz option - "Each attempt builds on the last" This makes it - possible for students to take a tedious quiz, save it half-way and - have it graded. The student can then, at a later point, get back to - the quiz and have the previous answers already filled in and - graded. The student can then continue with the remaining questions - as well as redo all the answers that got wrong at the previous - attempt. It seems to work fine with one little twisted exception: - Say that the student attempts the quiz first and that the teacher - thereafter edits the quiz and removes or adds a few questions. This - will work out fine for as long as the teacher do not get the idea - of adding a question with question type RANDOM. The quiz will be - fully functional again after removing that RANDOM question or - resetting the option 'Each attempt builds on the last" to NO. Not - a very serious problem but it takes someone with greater insight in - question type RANDOM to resolve it. - - As always, I can not commit lang/en/quiz.php. - -2003-08-03 Sunday 15:48 stronk7 - - * backup/: STATUS.txt, version.php: - - Updated. Now chat modules are included in backup and restore - -2003-08-03 Sunday 15:46 stronk7 - - * mod/chat/restorelib.php: - - Now chats are restored too !! :-) - -2003-08-03 Sunday 15:24 stronk7 - - * mod/chat/backuplib.php: - - Now chats are backuped too !! :-) - -2003-08-03 Sunday 14:49 stronk7 - - * lib/datalib.php: - - LIMIT is now working properly. - -2003-08-03 Sunday 14:39 kaipe - - * mod/quiz/lib.php: - - Resolving bug #576. This solution shows the message "Recently - added question!" and the question text for each question that has - been added since the reviewed attempt. The advantage with the - chosen solution is that it will work fine for the (soon to come) - "Each attempt builds on the last" quiz option. - - As I don't have the karma needed for updating in lang/en/, the - message does not yet look quite as I described it above. - -2003-08-03 Sunday 13:02 kaipe - - * mod/quiz/lib.php: - - Debugged question types NUMERICAL and MULTIANSWER (known as - embedded answers) as these did not do things right whenever a - student had not given any response (was treated as zero etc). For - numerical there was also a need to allow typical shortanswer - responses whenever there could be answers like n/a, inf, -inf, nan - etc. Further more about numerical, there can be more than one - answer alternative defined (just like for shortanswer). This is not - supported by numerical.html but everywhere else. MULTIANSWER - included, it is up to any taker to update numerical.html. This is - more than likely to lead to overlappings between numerical ranges - if more than one is defined. Think of the case where the highest - grade answer ranges between 0 and 2 and the half grade answer - ranges between 2 and 4. How should we grade 2? We should pick the - highest grade! - -2003-08-03 Sunday 10:33 mits - - * lang/ja/: README, chat.php: - - New translation. - -2003-08-03 Sunday 09:41 stronk7 - - * mod/quiz/restorelib.php: - - Forget delete some debug, sorry. :-) - -2003-08-03 Sunday 09:36 stronk7 - - * mod/quiz/restorelib.php: - - Now, when a category exists, if we are restoring to a different - course, set utomatically the publish field to 1. If a question - exists in DB (by category, questiontext and qtype) it isn't - duplicated. This produce some problems restoring answes, but avoid - duplicates. - -2003-08-03 Sunday 08:15 stronk7 - - * backup/restore_execute.html: - - Reuse an existing string. - -2003-08-03 Sunday 08:14 stronk7 - - * lang/en/moodle.php: - - More backup related strings... - -2003-08-03 Sunday 02:39 stronk7 - - * backup/backuplib.php: - - Solved bug. Now user files are checked againt users to backup. - Before this every thir under users was in backup. - -2003-08-03 Sunday 02:20 paca70 - - * auth/ldap/lib.php: - - Ask only naminattribute when searching for user. - -2003-08-03 Sunday 02:07 paca70 - - * auth/ldap/lib.php: - - Fix from Martin Wwellard to fix PHPs case issue with attribute - names. - -2003-08-02 Saturday 18:05 stronk7 - - * backup/version.php: - - Updated: - Teachers can backup/restore their courses. - New option - "restore to existing, deleting old". - backupdata dirname - harcoded. - backup and restore buttons in main course page. - -2003-08-02 Saturday 17:42 stronk7 - - * backup/: restore_check.html, restore_execute.html, - restore_form.html: - - Teacher restoring and admin restoring finished. Allow restore into - new course (only admins), restore into existing course - deleting old and restore into existing course adding to old - Teachers are limited to "current course" while admins ca select any - course. :-) - -2003-08-02 Saturday 17:40 stronk7 - - * backup/lib.php: - - delete_dir_contents function now allows excluding a dir - -2003-08-02 Saturday 16:37 stronk7 - - * backup/restorelib.php: - - Added suport to new restoreto options - -2003-08-02 Saturday 16:36 stronk7 - - * lang/en/moodle.php: - - Take out backupdir string due to some backup detected problems - related to it. - -2003-08-02 Saturday 12:44 giro123 - - * lang/es/: moodle.php, quiz.php, workshop.php: - - [no log message] - -2003-08-02 Saturday 11:23 stronk7 - - * course/lib.php: - - The restore option in course page is only showed if th "backupdata" - dir exists - -2003-08-02 Saturday 09:13 stronk7 - - * course/lib.php: - - Now "backupdir" string is hardcoded in backup process. - -2003-08-02 Saturday 09:06 stronk7 - - * backup/: restore.php, restore_form.html, restore_precheck.html: - - Added preliminary support to teachers. Not working yet. - -2003-08-02 Saturday 09:03 stronk7 - - * backup/backup_execute.html: - - Now "backupdir" string is hardcoded in backup process. - -2003-08-02 Saturday 09:03 stronk7 - - * backup/backuplib.php: - - Now "backupdir" string is hardcoded in backup process. Backup of - logs in chunks is included, but the limit clause doesn't seem to - work. I'll test it later. - -2003-08-02 Saturday 04:32 moodler - - * course/delete.php, lib/moodlelib.php: - - Move the code for clearing out a course into a new function: - - remove_course_contents() - -2003-08-02 Saturday 03:32 stronk7 - - * backup/backup.php: - - Minor change to allow continue after upgrade_backup - -2003-08-02 Saturday 03:08 stronk7 - - * files/index.php: - - Restore option allowed to teachers too. The course_id is passed to - restore.php as a parameter - -2003-08-02 Saturday 02:39 danielfetzer - - * lang/de/help/index.html: - - [no log message] - -2003-08-02 Saturday 02:30 danielfetzer - - * lang/de/quiz.php: - - [no log message] - -2003-08-02 Saturday 02:00 danielfetzer - - * lang/de/quiz.php: - - [no log message] - -2003-08-01 Friday 22:09 moodler - - * lang/en/quiz.php: - - Adding missing strings. - - Instead of Multi Answers, how about "Embedded Answers" ..? - -2003-08-01 Friday 22:05 moodler - - * mod/quiz/pix/mu.gif: - - Less fiddly looking icon - -2003-08-01 Friday 22:01 moodler - - * mod/quiz/pix/mu.gif: - - Quick icon for multiple answers - -2003-08-01 Friday 17:40 danielfetzer - - * lang/de/pgassignment.php: - - [no log message] - -2003-08-01 Friday 16:46 stronk7 - - * backup/lib.php: - - backup_release is now saved to config too. It was losed in lastest - changes to update module facility !! - -2003-08-01 Friday 16:36 stronk7 - - * backup/restorelib.php: - - Chanfed to locate the pclzip properly. - -2003-08-01 Friday 15:21 danielfetzer - - * lang/de/forum.php: - - [no log message] - -2003-08-01 Friday 14:06 danielfetzer - - * lang/de/workshop.php: - - [no log message] - -2003-08-01 Friday 14:00 danielfetzer - - * lang/de/: moodle.php, pgassignment.php: - - [no log message] - -2003-08-01 Friday 08:30 moodler - - * lang/en/help/quiz/: formatblackboard.html, formatcustom.html, - formatmissingword.html: - - Detailed howto needs to be here ... - -2003-08-01 Friday 08:28 moodler - - * lang/en/help/: index.html, quiz/index.html: - - More links - -2003-08-01 Friday 08:28 moodler - - * lang/en/moodle.php: - - Backup stuff - -2003-08-01 Friday 08:26 moodler - - * lang/en/help/courseavailability.html: - - Added a missing help file! - -2003-08-01 Friday 08:19 moodler - - * course/lib.php: - - Backup and restore buttons on home page - -2003-08-01 Friday 08:14 moodler - - * course/lib.php: - - Some tidying up - -2003-08-01 Friday 08:09 moodler - - * admin/index.php, files/index.php: - - New restore link for admins so they can restore courses ... - -2003-08-01 Friday 07:51 moodler - - * pix/i/backup.gif: - - A quick backup icon - -2003-08-01 Friday 07:42 moodler - - * backup/: backup.php, backup_check.html, backup_execute.html, - backup_form.html: - - Completed mods to allow teachers to make backups - -2003-08-01 Friday 07:34 moodler - - * backup/: backup.php, backup_check.html, backup_execute.html, - backup_form.html, backuplib.php, restore.php, restore_check.html, - restore_execute.html, restore_form.html, restore_precheck.html, - restorelib.php: - - Removed $moodle_home and $mods_home references. - - Also removed direct references to $backup_version and - $backup_release - - backup.php now accepts teachers of their own course - -2003-08-01 Friday 06:59 moodler - - * admin/index.php, backup/backup.php, backup/lib.php, - backup/restore.php, backup/db/backup_mysql.php, - backup/db/mysql.php, backup/db/mysql.sql, backup/db/postgres7.php, - backup/db/postgres7.sql: - - Further integration of backup into main Moodle. - - The database checks/upgrades are now done on the main admin page - like the other modules. - - The database files are now standard format .sql and .php files - - PostgreSQL support was added - BUT HAS NOT BEEN TESTED YET!! - -2003-08-01 Friday 06:24 kaipe - - * mod/quiz/question.php: - - Added the choice of 16.666% for multichoice fraction - -2003-08-01 Friday 01:37 kaipe - - * mod/quiz/: attempt.php, editmultianswer.php, lib.php, - question.php, version.php: - - New question type - multianswer - -2003-08-01 Friday 01:32 kaipe - - * mod/quiz/: db/mysql.php, db/mysql.sql, format/multianswer.php: - - New question type - multianswer - -2003-07-31 Thursday 19:32 moodler - - * lang/en/docs/faq.html: - - More details on backups - -2003-07-31 Thursday 18:02 danielfetzer - - * lang/de/pgassignment.php: - - [no log message] - -2003-07-31 Thursday 11:01 stronk7 - - * backup/restore_execute.html: - - Included fix_category_courses() to adjust the new category - structure - -2003-07-31 Thursday 10:18 johncaptain - - * lang/en/docs/faq.html: - - added: backup Q&A - -2003-07-31 Thursday 09:56 stronk7 - - * backup/backup_version.php: - - Changed to version.php (to be more consistent with the rest of the - modules) - -2003-07-31 Thursday 09:55 stronk7 - - * backup/version.php: - - Copied from old backup_version.php (to be more consistent with the - rest of the modules) - -2003-07-31 Thursday 09:54 stronk7 - - * backup/: backup.php, lib.php, restore.php: - - Changed calls to backup_version.php to version.php (to be more - consistent with the rest of the modules) - -2003-07-31 Thursday 09:44 stronk7 - - * backup/: restore_execute.html, restorelib.php: - - Variables passed by reference warning is out !! - -2003-07-31 Thursday 06:27 danielfetzer - - * lang/de/help/assignment/: assignmenttype.html, index.html, - mods.html, resubmit.html: - - [no log message] - -2003-07-31 Thursday 05:23 moodler - - * course/lib.php: - - Removed needless pass-by-reference to avoid warnings BUG 573 - Thanks Eloy! - -2003-07-31 Thursday 05:18 moodler - - * lib/datalib.php: - - Extended get_records so it can deal with LIMITs now - -2003-07-31 Thursday 05:09 moodler - - * course/lib.php, lib/datalib.php: - - Moved fix_category_courses to datalib.php so it's more accessible - -2003-07-30 Wednesday 19:03 moodler - - * lang/de/fonts/default.ttf: - - Removing duplicate - -2003-07-30 Wednesday 15:35 danielfetzer - - * lang/de/help/survey/: index.html, mods.html: - - [no log message] - -2003-07-30 Wednesday 15:22 danielfetzer - - * lang/de/: fonts/README.txt, fonts/default.ttf, - help/journal/index.html, help/journal/mods.html: - - [no log message] - -2003-07-30 Wednesday 15:00 danielfetzer - - * lang/de/help/chat/: index.html, mods.html: - - [no log message] - -2003-07-30 Wednesday 14:26 danielfetzer - - * lang/de/moodle.php: - - [no log message] - -2003-07-30 Wednesday 12:36 danielfetzer - - * lang/de/moodle.php: - - [no log message] - -2003-07-30 Wednesday 11:02 danielfetzer - - * lang/de/: chat.php, moodle.php, quiz.php, workshop.php: - - [no log message] - -2003-07-30 Wednesday 10:34 danielfetzer - - * lang/de/moodle.php: - - [no log message] - -2003-07-30 Wednesday 10:12 danielfetzer - - * lang/de/moodle.php: - - [no log message] - -2003-07-30 Wednesday 10:10 stronk7 - - * lang/en/moodle.php: - - Two more backup related strings - -2003-07-30 Wednesday 09:44 danielfetzer - - * lang/de/survey.php: - - [no log message] - -2003-07-30 Wednesday 09:29 stronk7 - - * backup/restore_execute.html: - - Uncommented clean_temp_data. I forgot it in lastest tests... - -2003-07-30 Wednesday 09:18 danielfetzer - - * lang/de/workshop.php: - - [no log message] - -2003-07-30 Wednesday 08:33 danielfetzer - - * lang/de/: forum.php, docs/upgrade.html: - - [no log message] - -2003-07-30 Wednesday 08:28 danielfetzer - - * lang/de/moodle.php: - - [no log message] - -2003-07-30 Wednesday 08:11 moodler - - * admin/students.php: - - Put here just temporarily for those who might need it. Will be - replaced by the new enrolment code soon anyway. - -2003-07-30 Wednesday 06:57 moodler - - * course/lib.php: - - Slightly prettier display - -2003-07-30 Wednesday 06:56 moodler - - * course/lib.php: - - Fixes for course ordering in one category - -2003-07-30 Wednesday 06:35 moodler - - * course/edit.html: - - Missing parameter - -2003-07-30 Wednesday 06:17 moodler - - * version.php: - - Bit more current now - -2003-07-30 Wednesday 06:05 moodler - - * admin/: site.html, site.php: - - More files related to recent course display changes - -2003-07-30 Wednesday 06:02 moodler - - * index.php, version.php, course/categories.php, - course/category.php, course/edit.html, course/edit.php, - course/index.php, course/lib.php, course/unenrol.php, - lang/en/moodle.php, lib/datalib.php, lib/weblib.php, - lib/db/mysql.php, lib/db/mysql.sql, lib/db/postgres7.php, - lib/db/postgres7.sql: - - COURSE DISPLAY REVAMP - - OK, some big changes here to the front end, particularly in course - categories and course display. - - Course categories can now be nested (to any level). - - Courses and course categories can now be manually sorted any way - required. - - There is a groovy front end for managing these, and a better range - of options for formatting the front page. - - It all still needs some polishing, which I'll be doing over the - next couple of days, including better auto-sorting. - - I would not use this on production systems just yet. - -2003-07-30 Wednesday 03:58 moodler - - * lang/en/help/forum/mods.html: - - Fixed it up (accidentally set it to the journal mods.html before) - -2003-07-29 Tuesday 22:21 moodler - - * user/edit.php: - - Fixed missing slashes - -2003-07-29 Tuesday 22:20 moodler - - * login/: change_password.php, confirm.php, forgot_password.php, - index.php, logout.php, signup.php: - - Fixed some missing slashes - -2003-07-29 Tuesday 22:11 moodler - - * lang/en/docs/faq.html: - - Slight addition - -2003-07-29 Tuesday 22:10 moodler - - * lang/en/docs/faq.html: - - Added FAQ about secureforms - -2003-07-29 Tuesday 21:59 moodler - - * lib/defaults.php: - - Secureforms now default to OFF - -2003-07-29 Tuesday 21:02 moodler - - * lang/de/: assignment.php, auth.php: - - More fixes from Daniel Fetzer daniel.fetzer@freenet.de - -2003-07-29 Tuesday 20:25 moodler - - * lang/es_mx/: README.txt, assignment.php, auth.php, choice.php, - forum.php, journal.php, moodle.php, pgassignment.php, quiz.php, - resource.php, survey.php, workshop.php: - - Deleting the bulk of es_mx (Replaced by "es") - -2003-07-29 Tuesday 12:48 stronk7 - - * backup/backup_version.php: - - Solved two importat bugs. Numerical Questions now working. - Included support to Moodle's language system. - -2003-07-29 Tuesday 12:33 stronk7 - - * lang/en/moodle.php: - - Restore strings are included now !! - -2003-07-29 Tuesday 08:38 stronk7 - - * backup/restore_precheck.html: - - Included language support. - -2003-07-29 Tuesday 08:37 stronk7 - - * backup/backuplib.php: - - Added and commented some debug lines. - -2003-07-29 Tuesday 04:02 moodler - - * lang/de/: survey.php, workshop.php: - - Changes from Daniel Fetzer daniel.fetzer@freenet.de - -2003-07-29 Tuesday 03:53 moodler - - * lang/de/: moodle.php, quiz.php, workshop.php: - - Changes from Ursula Raab - -2003-07-29 Tuesday 02:11 kaipe - - * mod/quiz/lib.php: - - Refactoring only, no new features - Modified methods are - quiz_get_answers and quiz_grade_attempt_results. For - quiz_grade_attempt_results, the switch statement has been separated - out into method quiz_grade_attempt_question_result. - -2003-07-29 Tuesday 00:12 moodler - - * auth/pop3/lib.php: - - Fix for POP3 by disabling TLS explicitly. - - based on this: http://moodle.org/mod/forum/discuss.php?d=1884 - -2003-07-28 Monday 21:18 moodler - - * mod/quiz/format/missingword.php: - - Latest fixes from Thomas Robb - thanks Thomas! - -2003-07-28 Monday 18:54 moodler - - * lib/setup.php: - - Improved magic_quotes routine (deals with arrays now, too) - -2003-07-28 Monday 15:31 stronk7 - - * mod/: assignment/restorelib.php, forum/restorelib.php: - - Fixed important bug when recovering assignments or forums with - files and the moddata/courseid didn't exist. Now force the - creation of the courseid dir from the restorelib in each module. - -2003-07-28 Monday 12:37 stronk7 - - * backup/restore_execute.html: - - Prepared to insert string in langs. Tomorrow. - -2003-07-28 Monday 12:35 stronk7 +2003-11-26 Wednesday 02:54 stronk7 * backup/STATUS.txt: - Added chat status + Updated to include scheduled backup status. -2003-07-28 Monday 12:32 stronk7 +2003-11-26 Wednesday 01:42 andre_bln - * mod/: assignment/restorelib.php, choice/restorelib.php, - forum/restorelib.php, journal/restorelib.php, quiz/restorelib.php, - resource/restorelib.php, survey/restorelib.php: + * lang/de/help/glossary/: destination.html, entbypage.html, + filetoimport.html, importcategories.html, linkcategory.html: - Added language support + add new german translation html-files -2003-07-28 Monday 12:24 stronk7 +2003-11-26 Wednesday 01:39 andre_bln - * mod/quiz/restorelib.php: + * lang/de/help/label/mods.html: - Added language suport + add new german translation html-file -2003-07-28 Monday 10:42 stronk7 - - * lang/en/moodle.php: - - Included every backup string (I think) :-) - -2003-07-28 Monday 10:37 rkingdon - - * mod/workshop/: assessments.php, lib.php, submissions.php, - todo.txt, view.php: - - Minor errors fixed; Student can delete submissions and assessments; - Teachers see student names; Tabbed Admin screen. - -2003-07-28 Monday 10:33 rkingdon - - * lang/en/: moodle.php, workshop.php: - - Some missing strings added. - -2003-07-28 Monday 09:37 moodler - - * lib/setup.php: - - A hack to get around magic_quotes_gpc being turned off - -2003-07-28 Monday 05:08 moodler - - * admin/user.php: - - Avoid problems with quotes and so on in user records when updating - users - -2003-07-28 Monday 04:53 moodler - - * pix/madewithmoodle.gif: - - Updated madewithmoodle file (same logo) - -2003-07-28 Monday 04:47 moodler - - * user/default/: README.txt, f1.jpg, f2.jpg: - - We need to keep these old images here because old stuff may refer - to them. - -2003-07-28 Monday 04:42 moodler - - * lib/weblib.php, pix/madewithmoodle2.gif, pix/madewithmoodle3.gif, - pix/u/f1.png, pix/u/f2.png, user/pix.php, user/default/f1.jpg, - user/default/f2.jpg, theme/cordoroyblue/pix/u/f1.png, - theme/cordoroyblue/pix/u/f2.png: - - Cleaned up the remaining images: - - - moved user images to /pix/u folder, and changed format to .png - to allow - transparent images etc. These can now be customised in themes. - - - removed legacy madewithmoodle logos - -2003-07-28 Monday 01:58 moodler - - * lang/en/quiz.php, mod/quiz/attempt.php, mod/quiz/jsclock.php: - - When a quiz is closing within the next 24 hours, a small countdown - is shown in the titlebar (drawn with javascript). - - An alert is shown at ten minutes, and zero minutes. - - This doesn't prevent students from doing anything, but it serves as - a reminder and just looks cool. ;-) - -2003-07-27 Sunday 22:53 moodler - - * lib/phpmailer/class.phpmailer.php: - - I'm hopeful this is a fix for the wrapping problem ... - -2003-07-27 Sunday 20:28 moodler - - * lib/db/: mysql.php, postgres7.php: - - Added some flushes in case the indexes take too long ... - -2003-07-27 Sunday 20:26 moodler - - * mod/quiz/report/simplestat/report.php: - - Fixes for file names - -2003-07-27 Sunday 19:51 moodler - - * version.php, lib/db/mysql.php, lib/db/mysql.sql, - lib/db/postgres7.php, lib/db/postgres7.sql: - - - Improved indexing for improved performance on the course page, when - viewing logs and when viewing lists of users ... thanks to Eloy for - the one on the log file. - -2003-07-27 Sunday 19:04 moodler - - * mod/quiz/: report.php, report/simplestat/report.php: - - Improvements to simplestat (more info in HTML display plus - downloads XLS an TXT) - -2003-07-27 Sunday 18:38 moodler - - * backup/restore_check.html, lang/en/moodle.php: - - Small changes to the restore "continue" button and some missing - strings - -2003-07-27 Sunday 14:30 stronk7 - - * backup/backup_execute.html: - - Prepared to insert string in langs. Tomorrow. - -2003-07-27 Sunday 14:29 stronk7 - - * backup/restorelib.php: - - Typo in course STARTDATE - -2003-07-27 Sunday 14:27 stronk7 - - * backup/backuplib.php: - - Small typo in course STARTDATE. - -2003-07-27 Sunday 14:26 stronk7 - - * backup/lib.php: - - //Added some debug (commented in production) - -2003-07-27 Sunday 06:26 moodler - - * lib/phpmailer/: ChangeLog.txt, README, class.phpmailer.php, - class.smtp.php, language/phpmailer.lang-br.php, - language/phpmailer.lang-en.php: - - Upgraded phpmailer to 1.70 - -2003-07-27 Sunday 06:14 moodler - - * lib/moodlelib.php: - - Use the admin user as the envelope sender (to catch bounces etc) - -2003-07-27 Sunday 05:22 moodler - - * admin/cron.php: - - Add a message to help debugging - -2003-07-27 Sunday 05:20 moodler - - * admin/cron.php: - - Improved cron jobs for central clean up tasks. - - - there is now a randomiser so that these jobs are only run 20% of - the time - - - duplicate enrolments are now cleaned up. - -2003-07-26 Saturday 22:28 giro123 - - * lang/es/: chat.php, moodle.php, quiz.php, resource.php, - workshop.php: - - [no log message] - -2003-07-26 Saturday 20:02 giro123 - - * lang/es/help/: assignment/index.html, assignment/mods.html, - chat/mods.html, choice/index.html, choice/mods.html, - forum/index.html, journal/mods.html, resource/index.html, - resource/mods.html, resource/program.html, - workshop/addingacomment.html, workshop/index.html, - workshop/mods.html, quiz/description.html, quiz/index.html, - quiz/mods.html, quiz/numerical.html: - - [no log message] - -2003-07-26 Saturday 19:07 giro123 - - * lang/es/help/: chat/index.html, chat/mods.html, - journal/index.html, journal/mods.html: - - [no log message] - -2003-07-26 Saturday 18:35 giro123 - - * lang/es/: docs/installamp.html, docs/other.html, - help/installamp.html, help/other.html, help/program.html, - help/resource/program.html, pgassignment.php: - - [no log message] - -2003-07-26 Saturday 18:16 giro123 - - * lang/es/help/: index.html, installamp.html, other.html, - program.html: - - [no log message] - -2003-07-25 Friday 09:39 moodler - - * lib/countries.php: - - Fix for Herzogovina - -2003-07-25 Friday 07:28 selliott - - * mod/assignment/upload.php: - - Replaced call to function assignment_get_submission with call to - get_record. This should clean up duplicate rows in - assignment_submissions table. -- selliott - -2003-07-25 Friday 06:23 moodler - - * course/loggraph.php, lib/datalib.php: - - Fixed user graphs for site-level, all logs - -2003-07-25 Friday 06:13 moodler - - * login/index_form.html: - - Manual method should just use the standard 'forgot password" button - -2003-07-25 Friday 02:01 moodler - - * mod/chat/lib.php: - - A better way of doing chat_get_latest_message() that doesn't - conflict with the debugging in get_record_sql - -2003-07-25 Friday 01:19 moodler - - * mod/chat/lib.php: - - FIxed the LIMIT bug I just made ... need to find a better way as - this sets off get_record alarms - -2003-07-25 Friday 01:18 moodler - - * mod/chat/gui_header_js/jsupdate.php: - - No need for body colour - -2003-07-24 Thursday 23:47 moodler - - * lang/en/chat.php, mod/chat/lib.php, mod/chat/mod.html, - mod/chat/version.php, mod/chat/view.php, mod/chat/db/mysql.php, - mod/chat/db/mysql.sql, mod/chat/gui_header_js/index.php: - - New feature - chat scheduling. Can now set a time for the next - chat, as well as rotating weekly or daily period. - - Also some small fixes. - -2003-07-24 Thursday 09:59 moodler - - * mod/quiz/report/simplestat/report.php: - - Better averages when students are missing - -2003-07-24 Thursday 09:48 moodler - - * mod/quiz/: lib.php, report.php, view.php: - - Further changes to tidy up reports - -2003-07-24 Thursday 09:44 moodler +2003-11-25 Tuesday 17:37 moodler * lang/en/quiz.php: - New string for simple stats + Grade is in the main file already -2003-07-24 Thursday 09:43 moodler +2003-11-25 Tuesday 17:37 moodler - * mod/quiz/report/simplestat/report.php: + * mod/quiz/report/fullstat/report.php: + + Use "grade" string from the main language pack + +2003-11-25 Tuesday 15:38 trobb + + * lang/en/quiz.php, mod/quiz/report/fullstat/report.php: + + [no log message] + +2003-11-25 Tuesday 14:53 andre_bln + + * lang/de/help/: cookies.html, courseavailability.html, + coursegrades.html, coursereports.html, courseuploadsize.html: + + german translation new html-files + +2003-11-25 Tuesday 09:44 willcast + + * mod/glossary/: dynalink.php, edit.php, lib.php, view.php: + + - Fixed two bugs: Teacher's modified or added entries were being + set as not approved if the default approval status is off. - Fixed + bug when trying to display entries with ? in the definitions or + aliases. + +2003-11-25 Tuesday 08:37 willcast + + * mod/glossary/lib.php: + + - Student can't edit their own entries solved. + +2003-11-25 Tuesday 06:08 andre_bln + + * lang/de/: assignment.php, attendance.php, auth.php, chat.php, + choice.php, countries.php, dialogue.php, editor.php, exercise.php, + forum.php, glossary.php, journal.php, label.php, moodle.php, + pgassignment.php, pix.php, quiz.php, resource.php, survey.php, + text.html, webquest.php, workshop.php: + + new version german php-files ( jetzt vollständig ?? + +2003-11-25 Tuesday 05:31 moodler + + * lang/en/help/quiz/discrimination.html: + + A little tidy + +2003-11-25 Tuesday 05:30 moodler + + * lang/en/help/quiz/discrimination.html: + + New file from Tom Robb + +2003-11-25 Tuesday 04:35 trobb + + * lang/en/quiz.php: + + [no log message] + +2003-11-25 Tuesday 04:30 trobb + + * mod/quiz/report/fullstat/report.php: + + [no log message] + +2003-11-25 Tuesday 04:15 moodler + + * lang/en/moodle.php: + + Removed some bogus Control-M's + +2003-11-25 Tuesday 00:01 moodler + + * mod/resource/: config.html, details.php, lib.php: + + Added a new setting called "resource_websearch" ... it is simply a + URL that is offered to users as a place to to find URLs. By + default it's google.com, but could easily be a local repository of + files. + +2003-11-25 Tuesday 00:00 moodler + + * lang/en/resource.php: + + Added a new help string + +2003-11-24 Monday 20:19 moodler + + * lib/weblib.php: + + Added new navmenu function that now prints next/previous buttons - + it's based on code from Gustav Delius. Thanks, Gustav! + +2003-11-24 Monday 16:07 trobb + + * lang/en/quiz.php: + + [no log message] + +2003-11-24 Monday 07:15 andre_bln + + * lang/de/help/: attendance/mods.html, dialogue/addsubject.html, + dialogue/closedialogue.html, dialogue/deleteafter.html, + dialogue/dialoguetype.html, dialogue/info.html, + dialogue/maildefault.html, dialogue/mods.html, + dialogue/multiple.html, dialogue/sendmail.html, + dialogue/writing.html: + + add german translation help-files + +2003-11-23 Sunday 23:50 andre_bln + + * lang/de/help/: choice/index.html, choice/mods.html, + choice/options.html, chat/chatting.html: + + new version german translation + +2003-11-23 Sunday 23:46 andre_bln + + * lang/de/help/: coursecategory.html, courseformats.html, + coursefullname.html, coursenewsitems.html, coursenumsections.html, + courserecent.html, courseshortname.html, coursestartdate.html, + emoticons.html, enrolmentkey.html, guestaccess.html, html.html, + langedit.html, mods.html, picture.html, questions.html, + reading.html, richtext.html, summaries.html, surveys.html, + teachers.html, text.html, textformat.html, wiki.html, writing.html: - New simplestat report module. + new version german translation *.html-files + +2003-11-23 Sunday 23:09 andre_bln + + * lang/de/: attendance.php, countries.php, dialogue.php, + editor.php, exercise.php, glossary.php, label.php, pix.php, + webquest.php: - This is very simple so far just to do some tests on larger - datasets. + new german translation php-files + +2003-11-23 Sunday 17:48 moodler + + * mod/exercise/mod.html: - Soon it will have XLS and text download, as well as more question - information. + No need for HTML editor stuff -2003-07-24 Thursday 07:52 moodler +2003-11-23 Sunday 17:23 moodler - * admin/user.php: + * course/mod.php: - Further fixes to the last fix ... the same thing was happening - further down. + Some logic for focussing cursor -2003-07-24 Thursday 05:57 moodler +2003-11-23 Sunday 17:16 moodler - * lang/en/help/: index.html, mods.html, assignment/index.html, - assignment/mods.html, chat/index.html, chat/mods.html, - choice/index.html, choice/mods.html, forum/index.html, - forum/mods.html, journal/index.html, journal/mods.html, - quiz/index.html, quiz/mods.html, resource/index.html, - resource/mods.html, survey/index.html, survey/mods.html, - workshop/index.html, workshop/mods.html: + * mod/label/mod.html: - Split up the index.html and mods.html to take advantage of the new - /help.php + Use the new method for calling html editor + +2003-11-23 Sunday 14:28 andre_bln + + * lang/de/help/exercise/: administration.html, elements.html, + finalgrades.html, grade.html, grading.html, gradinggrade.html, + gradingstrategy.html, managing.html, mods.html, moreinfo.html, + nelements.html, specimen.html, submissionofdescriptions.html, + takeownership.html, usemax.html: - Some of these are still empty and will be fixed with text soon. + add german translation exercise help-files -2003-07-24 Thursday 05:56 moodler +2003-11-23 Sunday 14:27 andre_bln - * help.php: + * lang/de/help/glossary/: aliases.html, allowcomments.html, + allowduplicatedentries.html, casesensitive.html, + defaultapproval.html, description.html, displayformat.html, + fullmatch.html, globalglossary.html, index.html, mainglossary.html, + mods.html, shows.html, studentcanpost.html, usedynalink.html: - New version of help.php that automatically constructs the - index.html and mods.html files. + add glossary help-files + +2003-11-23 Sunday 14:21 andre_bln + + * lang/de/help/forum/: allowdiscussions.html, attachment.html, + forumtype.html, index.html, maxattachmentsize.html, mods.html, + ratings.html, subscription.html: - Direct from Mad Alex + new version german translation *.html-files -2003-07-24 Thursday 05:09 moodler +2003-11-23 Sunday 14:11 andre_bln - * admin/modules.php: + * lang/de/help/quiz/: attempts.html, categories.html, + correctanswers.html, createmultiple.html, description.html, + feedback.html, formatblackboard.html, formatctm.html, + formatcustom.html, formatmissingword.html, grademethod.html, + import.html, index.html, match.html, maxgrade.html, mods.html, + multianswer.html, multichoice.html, numerical.html, + questiontypes.html, random.html, randomsamatch.html, + repeatattempts.html, review.html, shortanswer.html, + shuffleanswers.html, shufflequestions.html, timeopen.html, + truefalse.html: - If modules have a config.php file in them then a link to this is - printed in the modules screen. + new version german translation *.html-files + +2003-11-23 Sunday 14:07 andre_bln + + * lang/de/help/workshop/: leaguetable.html, managing.html, + nassessmentsofstudentsubmissions.html, + nassessmentsofteachersexamples.html, nelements.html, + numberofassessors.html, overallocation.html, resubmit.html, + selfassessment.html, showinggrades.html, specimen.html, + submissionofexamples.html, ungradedassessments_student.html, + ungradedassessments_teacher.html: - These config.php screens presumably allow the setting of site-wide - parameters for modules. + new version german translation *.html-files + +2003-11-23 Sunday 13:54 andre_bln + + * lang/de/help/workshop/: addingacomment.html, + agreeassessments.html, anonymous.html, assignmenttype.html, + breakdownoffinalgrade.html, calculatingfinalgrade.html, + editingacomment.html, finalgrades.html, graded.html, grading.html, + gradingassessments.html, gradingstrategy.html, + gradingsubmissions.html, includeself.html, + includeteachersgrade.html: - Thanks to Mad Alex. :-) + new version german translation *.html-files -2003-07-24 Thursday 01:53 moodler +2003-11-23 Sunday 13:40 koenr - * lang/en/docs/faq.html: + * lang/nl/: glossary.php, quiz.php: - New FAQ about the admin account + filling in missing strings -2003-07-24 Thursday 01:36 moodler +2003-11-23 Sunday 13:37 andre_bln - * admin/user.php: + * lang/de/help/workshop/index.html: - YES!!! FINALLY fixed that damn bug that was causing the admin user - to be skipped during installation! - - Bug 565 has the details, but basically it was caused by not - initialising the variable $user before using it. Some people - probably had a cookie called "user" that was polluting the - variable. - - YAY! + new version german translation *.html-files -2003-07-23 Wednesday 23:43 moodler +2003-11-23 Sunday 10:41 andre_bln - * tags: - - Latest tags file - -2003-07-23 Wednesday 23:21 moodler - - * lang/en/quiz.php, mod/quiz/view.php: - - Better string for teacher reports - -2003-07-23 Wednesday 22:18 moodler - - * lang/en/quiz.php, mod/quiz/lib.php, mod/quiz/report.php, - mod/quiz/review.php, mod/quiz/version.php, mod/quiz/view.php, - mod/quiz/db/mysql.php, mod/quiz/db/mysql.sql, - mod/quiz/db/postgres7.php, mod/quiz/db/postgres7.sql, - mod/quiz/report/default.php, mod/quiz/report/overview/report.php, - mod/quiz/report/regrade/report.php: - - New modular plugin structure for quiz reports. - - The code for reviewing an existing attempt is now separate in - review.php and now has a log entry of it's own. - - The overview and regrade reports are now in separate subdirectories - under the "report" directory. Each has a primary "report.php" file - which implements the report as a class. - - These existing reports are very simple, but now more complex ones - can easily be written. (I am about to do one). - -2003-07-23 Wednesday 21:55 moodler - - * course/user.php: - - Fixed a missing translation string - -2003-07-23 Wednesday 19:29 moodler - - * course/user.php: - - Change default logs to be "today's logs" - -2003-07-23 Wednesday 19:25 moodler - - * mod/chat/: lib.php, report.php, users.php, view.php: - - Some improved popup windows / links for user pictures - -2003-07-23 Wednesday 19:04 moodler - - * mod/quiz/attempt.php: + * lang/de/: forum.php, moodle.php, resource.php, workshop.php: - Better layout of gathering quiz results, which mkes it easier for - developers at the cost of perhaps a little efficiency ... some more - testing on this i should be done. Thanks to Henrick Kaipe for - this. + new version german translation *.html- Files -2003-07-23 Wednesday 18:54 moodler +2003-11-23 Sunday 03:15 stronk7 - * course/loggraph.php, lib/datalib.php: + * course/outline_rep.php: - When displaying a user's logs for the current day, make the graph - display ALL courses (ie to match the logs printed below). + Search for any 'view%' string in the module log, instead of exact + matching. -2003-07-23 Wednesday 07:26 mits +2003-11-22 Saturday 18:46 willcast - * lang/ja/: README, chat.php, moodle.php, resource.php, - workshop.php: + * mod/glossary/lib.php: - New translation added. + - Properly deleting attached files when a glossary is deleted. -2003-07-23 Wednesday 07:03 moodler +2003-11-22 Saturday 17:01 willcast - * index.php: + * mod/glossary/: lib.php, view.php: - Slight improvement for implementing styles ... since nested styles - don't seem to work as advertised + - Minor fix (locating the send ratings button correctely when the + mode is entry.) -2003-07-23 Wednesday 06:35 moodler +2003-11-22 Saturday 16:31 willcast - * index.php: + * lang/en/help/glossary/: aliases.html, index.html: - A missing style + - Minor change (aliases by Keywords, more intuitive, I think) -2003-07-23 Wednesday 00:03 moodler +2003-11-22 Saturday 14:01 giro123 - * lang/en/docs/credits.html: + * lang/es/editor.php: - New entries + Trad. Sergio Alfaro -2003-07-22 Tuesday 23:35 moodler +2003-11-22 Saturday 12:21 stronk7 - * lang/el/: README.txt, assignment.php, auth.php, choice.php, - forum.php, journal.php, moodle.php, quiz.php, resource.php, - survey.php, workshop.php, docs/README.txt, docs/background.html, - docs/credits.html, docs/cvs.html, docs/developer.html, - docs/features.html, docs/files.php, docs/future.html, - docs/glossary.html, docs/install.html, docs/intro.html, - docs/module_files.txt, docs/release.html, docs/teacher.html, - docs/upgrade.html, help/coursecategory.html, + * backup/version.php: + + Bump !! Some important changes incoming next days !! + +2003-11-22 Saturday 12:02 stronk7 + + * mod/glossary/: backuplib.php, restorelib.php: + + Now glossary_ratings are in backup/restore too. !! Solved one + errors with glossary_alias. Updated "graphical structure" of the + module. + +2003-11-22 Saturday 01:00 moodler + + * admin/timezone.php: + + Quick script to slam timezones + +2003-11-21 Friday 19:14 moodler + + * mod/assignment/view.php: + + Fixed bug 902 when displaying scale grades for offline assignments + +2003-11-21 Friday 18:45 moodler + + * lang/en/quiz.php: + + Converted back to single quotes, and removed "grade", "grades" + strings + +2003-11-21 Friday 18:43 moodler + + * mod/quiz/report/fullstat/report.php: + + Use main translation for grade + +2003-11-21 Friday 18:42 moodler + + * mod/quiz/backuplib.php: + + Use main translation for "grades" + +2003-11-21 Friday 15:56 trobb + + * lang/en/quiz.php: + + [no log message] + +2003-11-21 Friday 15:53 trobb + + * lang/en/quiz.php: + + [no log message] + +2003-11-21 Friday 14:51 stronk7 + + * mod/glossary/restorelib.php: + + Some needed scales recoding previous to ratings... :-) + +2003-11-21 Friday 14:24 andre_bln + + * lang/de/: forum.php, moodle.php, resource.php, workshop.php: + + new version help-files in german + +2003-11-21 Friday 14:20 trobb + + * lang/en/quiz.php, mod/quiz/report/fullstat/report.php: + + [no log message] + +2003-11-21 Friday 13:35 trobb + + * mod/quiz/report/fullstat/report.php: + + [no log message] + +2003-11-21 Friday 13:31 trobb + + * lang/en/quiz.php: + + [no log message] + +2003-11-21 Friday 11:04 willcast + + * mod/glossary/config.html: + + - Minor fix (removing a notice) + +2003-11-21 Friday 11:00 willcast + + * mod/glossary/db/mysql.php: + + - Compatibility issue. (Eloy, try this one). + +2003-11-21 Friday 10:42 willcast + + * mod/glossary/: backuplib.php, restorelib.php: + + - Grading enabled.... finally. + +2003-11-21 Friday 10:34 willcast + + * lang/en/glossary.php: + + - Grading enabled.... finally. + +2003-11-21 Friday 10:29 willcast + + * mod/glossary/: TODO.txt, lib.php, mod.html, version.php, + view.php, db/mysql.php, db/mysql.sql, formats/2.php, formats/3.php, + formats/4.php, formats/5.php, formats/6.php, rate.php, report.php: + + - Grading enabled.... finally. + +2003-11-21 Friday 06:08 trobb + + * mod/quiz/report/fullstat/report.php: + + [no log message] + +2003-11-21 Friday 06:03 moodler + + * mod/label/lib.php: + + Removed unnecessary functions + +2003-11-21 Friday 04:54 moodler + + * course/lib.php: + + Whoops forgot a debugging statement + +2003-11-21 Friday 04:54 moodler + + * course/lib.php: + + For recent activity, only parse modules that are enabled + +2003-11-21 Friday 04:30 moodler + + * lang/gl/: README.txt, assignment.php, auth.php, chat.php, + choice.php, forum.php, journal.php, moodle.php, quiz.php, + resource.php, survey.php, workshop.php, docs/background.html, + docs/coding.html, docs/credits.html, docs/cvs.html, + docs/developer.html, docs/faq.html, docs/features.html, + docs/files.php, docs/future.html, docs/glossary.html, + docs/install.html, docs/installamp.html, docs/intro.html, + docs/licence.html, docs/other.html, docs/release.html, + docs/teacher.html, docs/upgrade.html, help/cookies.html, + help/courseavailability.html, help/coursecategory.html, help/courseformats.html, help/coursefullname.html, - help/coursenewsitems.html, help/coursenumsections.html, - help/courserecent.html, help/courseshortname.html, - help/coursestartdate.html, help/emoticons.html, - help/enrolmentkey.html, help/guestaccess.html, help/html.html, - help/langedit.html, help/mods.html, help/picture.html, - help/questions.html, help/reading.html, help/richtext.html, + help/coursegrades.html, help/coursenewsitems.html, + help/coursenumsections.html, help/courserecent.html, + help/courseshortname.html, help/coursestartdate.html, + help/emoticons.html, help/enrolmentkey.html, help/guestaccess.html, + help/html.html, help/index.html, help/langedit.html, + help/mods.html, help/picture.html, help/questions.html, + help/reading.html, help/richtext.html, help/scales.html, help/summaries.html, help/surveys.html, help/teachers.html, help/text.html, help/textformat.html, help/wiki.html, help/writing.html, help/assignment/assignmenttype.html, - help/assignment/resubmit.html, help/choice/options.html, + help/assignment/index.html, help/assignment/mods.html, + help/assignment/resubmit.html, help/chat/chatting.html, + help/chat/index.html, help/chat/mods.html, help/choice/index.html, + help/choice/mods.html, help/choice/options.html, help/forum/allowdiscussions.html, help/forum/attachment.html, - help/forum/forumtype.html, help/forum/ratings.html, - help/forum/subscription.html, help/quiz/attempts.html, + help/forum/forumtype.html, help/forum/index.html, + help/forum/mods.html, help/forum/ratings.html, + help/forum/subscription.html, help/journal/index.html, + help/journal/mods.html, help/quiz/attempts.html, help/quiz/categories.html, help/quiz/correctanswers.html, - help/quiz/createmultiple.html, help/quiz/feedback.html, - help/quiz/grademethod.html, help/quiz/import.html, - help/quiz/match.html, help/quiz/maxgrade.html, - help/quiz/multichoice.html, help/quiz/questiontypes.html, + help/quiz/createmultiple.html, help/quiz/description.html, + help/quiz/eachattemptbuildsonthelast.html, help/quiz/feedback.html, + help/quiz/formatblackboard.html, help/quiz/formatcustom.html, + help/quiz/formatmissingword.html, help/quiz/grademethod.html, + help/quiz/import.html, help/quiz/index.html, help/quiz/match.html, + help/quiz/maxgrade.html, help/quiz/mods.html, + help/quiz/multianswer.html, help/quiz/multichoice.html, + help/quiz/numerical.html, help/quiz/questiontypes.html, help/quiz/random.html, help/quiz/randomsamatch.html, - help/quiz/review.html, help/quiz/shortanswer.html, - help/quiz/shuffleanswers.html, help/quiz/shufflequestions.html, - help/quiz/timeopen.html, help/quiz/truefalse.html, + help/quiz/repeatattempts.html, help/quiz/review.html, + help/quiz/shortanswer.html, help/quiz/shuffleanswers.html, + help/quiz/shufflequestions.html, help/quiz/timeopen.html, + help/quiz/truefalse.html, help/resource/index.html, + help/resource/mods.html, help/resource/program.html, help/resource/resourcetype.html, help/resource/summary.html, + help/survey/index.html, help/survey/mods.html, help/workshop/addingacomment.html, help/workshop/agreeassessments.html, help/workshop/anonymous.html, + help/workshop/assessmentofexamples.html, help/workshop/assignmenttype.html, help/workshop/breakdownoffinalgrade.html, help/workshop/calculatingfinalgrade.html, help/workshop/editingacomment.html, help/workshop/elements.html, help/workshop/finalgrades.html, help/workshop/graded.html, help/workshop/grading.html, help/workshop/gradingassessments.html, - help/workshop/gradingstrategy.html, help/workshop/includeself.html, - help/workshop/managing.html, + help/workshop/gradingstrategy.html, + help/workshop/gradingsubmissions.html, + help/workshop/includeself.html, help/workshop/index.html, + help/workshop/managing.html, help/workshop/mods.html, help/workshop/nassessmentsofstudentsubmissions.html, help/workshop/nassessmentsofteachersexamples.html, help/workshop/nelements.html, help/workshop/numberofassessors.html, help/workshop/resubmit.html, help/workshop/selfassessment.html, help/workshop/showinggrades.html, help/workshop/specimen.html, - help/workshop/teachersgradings.html: + help/workshop/submissionofexamples.html, + help/workshop/teachersgradings.html, + help/workshop/ungradedassessments_student.html, + help/workshop/ungradedassessments_teacher.html: - - New language: Greek! - -2003-07-22 Tuesday 23:30 moodler - - * lib/datalib.php: - - More debugging/checking on get_record_sql - -2003-07-22 Tuesday 21:33 moodler - - * lib/datalib.php: - - Added some additional error checking of get_record_sql when in - debug mode - -2003-07-22 Tuesday 18:44 moodler - - * course/enrol.php: - - Slight fix when adding log - -2003-07-22 Tuesday 03:11 thepurpleblob - - * lib/wiki.php: - - Yet more minor problems fixed for hyperlink/mailto: conversion - difficulties - -2003-07-22 Tuesday 01:09 moodler - - * lang/en/workshop.php: - - Fixed missing string - -2003-07-21 Monday 22:32 moodler - - * lang/en/workshop.php: - - Added a missing string - -2003-07-21 Monday 19:00 moodler - - * mod/chat/users.php: - - Fixed a typo - -2003-07-21 Monday 18:58 moodler - - * lang/en/chat.php, mod/chat/users.php: - - Slightly more robust in case it can't find users. See bug 562. - -2003-07-21 Monday 10:25 stronk7 - - * mod/quiz/lib.php: - - Reviewing an attempt now works fine with NUMERICAL and SHORTANSWERS - containing the "," character. Bug #561 closed. - -2003-07-21 Monday 08:20 moodler - - * admin/auth.php, user/view.php: - - - When using the "manual" method, I've disabled the external method - of changing passwords, and enabled the internal "change password" - button just like "email" and "none". - - Thanks to Danilo Massa for pointing out the inconsistency. - -2003-07-21 Monday 07:58 moodler - - * lang/en/chat.php: - - Added missing string nomessages - -2003-07-21 Monday 07:28 moodler - - * version.php, lib/db/mysql.php, lib/db/mysql.sql, - lib/db/postgres7.php, lib/db/postgres7.sql: - - Increase the size of the field to store sequences in - course_sections - -2003-07-21 Monday 06:22 johncaptain - - * lang/en/docs/faq.html: - - Added question: Resource1 - -2003-07-21 Monday 02:18 compuproggy - - * lang/de/: auth.php, chat.php, moodle.php, quiz.php, resource.php: - - - [no log message] - -2003-07-21 Monday 00:50 moodler - - * lib/moodlelib.php: - - Close loophole for invisible courses by re-enrolment - -2003-07-21 Monday 00:43 moodler - - * lang/en/: moodle.php, docs/release.html: - - New strings for hiding courses - -2003-07-21 Monday 00:35 moodler - - * backup/: backuplib.php, restorelib.php: - - Backup the new course->visible field - -2003-07-21 Monday 00:31 moodler - - * version.php, lib/datalib.php, lib/db/mysql.php, course/edit.html, - course/edit.php, lib/db/mysql.sql, lib/db/postgres7.php, - lib/db/postgres7.sql: - - New course parameter "visible" which makes the course available to - students. Defaults to 1 (on). Teacher can control this from - settings page. - -2003-07-20 Sunday 22:31 moodler - - * mod/chat/report.php: - - Better formatting on IE - -2003-07-20 Sunday 22:13 moodler - - * mod/chat/view.php: - - Spacers look funny on IE - -2003-07-20 Sunday 22:08 moodler - - * mod/chat/report.php: - - Was cropping first/last message - fixed now - -2003-07-20 Sunday 22:05 moodler - - * mod/chat/view.php: - - Put link at the top - -2003-07-20 Sunday 22:03 moodler - - * lang/en/chat.php, mod/chat/view.php: - - Add a display of current users on the view page - -2003-07-20 Sunday 21:53 moodler - - * course/lib.php, lib/weblib.php: - - Moved print_headline() to weblib.php - -2003-07-20 Sunday 21:20 moodler - - * lang/en/chat.php, mod/chat/report.php: - - Make session link translatable - -2003-07-20 Sunday 21:10 moodler - - * lang/en/chat.php: - - Some rewording - -2003-07-20 Sunday 21:08 moodler - - * mod/chat/report.php: - - Ah! Now we're getting somewhere - chat reports look quite nice - now! - -2003-07-20 Sunday 20:37 moodler - - * mod/chat/report.php: - - A bit more usable now - -2003-07-20 Sunday 20:16 moodler - - * lang/en/chat.php, mod/chat/insert.php, mod/chat/lib.php, - mod/chat/mod.html, mod/chat/report.php, mod/chat/version.php, - mod/chat/view.php, mod/chat/db/mysql.php, mod/chat/db/mysql.sql: - - Some new code related to the new reports - uploading for testing on - other server - still very early - -2003-07-20 Sunday 18:35 moodler - - * mod/chat/lib.php: - - Only show "recent activity" for chats in the current course. - -2003-07-20 Sunday 17:59 moodler - - * lib/rte/rte_lang.js: - - Fixed translation - -2003-07-20 Sunday 07:19 moodler - - * lang/en/resource.php: - - Slight change to string - -2003-07-20 Sunday 07:07 moodler - - * lang/en/: resource.php, help/resource/resourcetype.html: - - - Changes related to new popup capabilities for "Web Links". - - TRANSLATORS PLEASE NOTE: help/resource/resourcetype.html has - changed slightly. - -2003-07-20 Sunday 07:02 moodler - - * course/lib.php: - - Added target again for non-Javascript users (I'd taken it out while - testing) - -2003-07-20 Sunday 06:58 moodler - - * course/lib.php: - - Give each popup a resource a unique window - -2003-07-20 Sunday 06:56 moodler - - * course/lib.php: - - Popup windows now work on side links too - -2003-07-20 Sunday 06:53 moodler - - * lib/javascript.php, lib/weblib.php, course/lib.php, - mod/resource/details.php, mod/resource/lib.php, - mod/resource/version.php: - - New feature - "Web link" resources can now specify a popup window - - fullscreen is currently the only feature left out of this .. I had - trouble getting it to work consistently so I've left it out as - being more troubles than it's worth. - -2003-07-20 Sunday 00:56 moodler - - * mod/forum/lib.php: - - Rebuild course cache using the function for it. - -2003-07-19 Saturday 11:02 stronk7 - - * backup/backup_version.php: - - Numerical questions included in backup/restore. Up a bit. - -2003-07-19 Saturday 11:01 stronk7 - - * mod/quiz/: backuplib.php, restorelib.php: - - Now numerical questions are included in backup and restore too !! - -2003-07-19 Saturday 06:37 moodler - - * version.php, lang/en/docs/release.html: - - I'm about to start on some big jobs ... + New translation - Galego (Sonia Ãlvarez López - sonial@uvigo.es) + +2003-11-21 Friday 01:40 moodler -2003-07-19 Saturday 04:59 moodler - - * theme/cordoroyblue/pix/t/move.gif: - - For completeness - -2003-07-17 Thursday 15:11 stronk7 - - * mod/quiz/numerical.html: - - Modified a bit the form to avoid bug 556. Seems to work fine now - (render-html bug) - -2003-07-16 Wednesday 18:35 moodler - - * mod/newmodule_template.zip: - - Fixed call to get_all_instances_in_course() - -2003-07-16 Wednesday 15:09 palojacko - - * lang/sk/: assignment.php, auth.php, choice.php, forum.php, - journal.php, moodle.php, quiz.php, resource.php, survey.php: - - update for moodle 1.0.9 - -2003-07-16 Wednesday 12:47 rkingdon - - * mod/workshop/lib.php: - - Removal of debugging code; fixed bug in _get_student_submissions - routine - -2003-07-16 Wednesday 00:57 stronk7 - - * backup/lib.php: - - Little modification to use $CFG->directorypermissions in mkdir - -2003-07-15 Tuesday 11:20 giro123 - - * lang/es/quiz.php: - - en 1.35 - -2003-07-15 Tuesday 11:19 giro123 - - * lang/es/moodle.php: - - en 1.156 - -2003-07-15 Tuesday 11:17 giro123 - - * lang/es/chat.php: - - en 1.5 - -2003-07-15 Tuesday 11:16 giro123 - - * lang/es/assignment.php: - - en 1.18 - -2003-07-15 Tuesday 11:12 stronk7 - - * backup/: backup_check.html, backup_execute.html, - backup_form.html: - - Changed backup logs default to NO. - -2003-07-15 Tuesday 11:10 stronk7 - - * backup/backuplib.php: - - Added some flushes to avoid some browsers timeouts when calculating - what to backup (check phase). - -2003-07-15 Tuesday 08:42 moodler - - * lang/pt_br/: assignment.php, auth.php, choice.php, forum.php, - journal.php, moodle.php, quiz.php, resource.php, survey.php: - - UPdates from Paula Magri - -2003-07-15 Tuesday 08:24 rkingdon - - * mod/workshop/: assessments.php, lib.php, submissions.php, - todo.txt, upload.php, version.php, view.php, db/mysql.php, - db/mysql.sql: - - Minor corrections, addition of rubics table - July 2003 - -2003-07-14 Monday 19:19 moodler - - * lib/weblib.php: - - Don't convert URLs into links for the plain text format because it - can mess up code sometimes - -2003-07-14 Monday 19:06 moodler - - * lib/weblib.php: - - Text emails now have html entities translated properly - - Thanks to Gustav Delius for the patch - -2003-07-14 Monday 16:45 mits - - * lang/ja/: help/quiz/description.html, help/quiz/numerical.html, - README, chat.php, quiz.php: - - New translation. - -2003-07-14 Monday 09:22 moodler - - * course/lib.php: - - Removed redundant up/down arrows ... let's see how everyone feels - about it - -2003-07-14 Monday 06:08 moodler - - * course/lib.php, course/mod.php, course/format/topics.php, - course/format/weeks.php, lang/en/moodle.php, lib/moodlelib.php, - pix/t/move.gif: - - Arbitrary moving of activities (aka cut and paste) - - Some of this code was sent by Howard Miller, but I rewrote most of - it to make it shorter and to fit in better with current code. - -2003-07-13 Sunday 07:03 moodler - - * lang/: de/chatarea.php, en/chatarea.php, es/chatarea.php, - es_mx/chatarea.php, ja/chatarea.php: - - Removing Chatarea completely from Moodle. - - If anyone still wants it, I've made an archive here: - - http://moodle.org/download/modules/chatarea.zip - -2003-07-12 Saturday 09:24 moodler - - * mod/quiz/lib.php: + * lang/ar/moodle.php: - Print images correctly on questions included from categories in - other courses. + Wrong case for rtl -2003-07-11 Friday 23:52 moodler +2003-11-21 Friday 01:39 moodler - * index.php, course/lib.php, course/format/social.php: + * lang/ar/moodle.php: - Some slight cleanup (optimisation) of print_section and - print_section_block + Added direction again -2003-07-11 Friday 22:19 moodler +2003-11-21 Friday 01:37 moodler - * lib/datalib.php, mod/assignment/index.php, mod/chat/index.php, - mod/choice/index.php, mod/forum/index.php, mod/forum/discuss.php, - mod/journal/index.php, mod/quiz/index.php, mod/resource/index.php, - mod/resource/lib.php, mod/survey/index.php, mod/workshop/index.php: + * lang/ar/: chat.php, choice.php, forum.php, journal.php, + moodle.php, resource.php, survey.php, + help/assignment/assignmenttype.html, help/assignment/index.html, + help/assignment/mods.html, help/assignment/resubmit.html, + help/attendance/mods.html: - - When displaying index lists of a particular module's activities, - ensure that the order they are displayed in is always the same as - the order they have been defined in. See bug 553. - - This involved API changes to the function - get_all_instances_in_course() - -2003-07-11 Friday 01:38 moodler - - * lib/weblib.php, user/view.php: - - Email addresses are now well and truly obfuscated on public profile - pages + Latest translation from Dr Ali -2003-07-10 Thursday 11:21 stronk7 +2003-11-20 Thursday 23:06 moodler - * backup/lib.php: + * user/edit.html: - Small typo when creating structures in a fresh installation (no - previous backup installed) - -2003-07-10 Thursday 07:09 moodler - - * mod/quiz/: lib.php, version.php, db/mysql.php, db/mysql.sql, - db/postgres7.php, db/postgres7.sql: - - Added a question field to numerical table for completeness - -2003-07-10 Thursday 06:25 moodler - - * lang/en/quiz.php, lang/en/help/index.html, - lang/en/help/quiz/numerical.html, mod/quiz/lib.php, - mod/quiz/numerical.html, mod/quiz/question.php, - mod/quiz/version.php, mod/quiz/db/mysql.php, mod/quiz/db/mysql.sql, - mod/quiz/pix/de.gif, mod/quiz/pix/nu.gif: - - New question type: Numerical questions. - - Mostly coded by Henrik Kaipe - I changed a few things on the way - in. - -2003-07-10 Thursday 01:12 moodler - - * mod/forum/: backuplib.php, restorelib.php: - - Whoops forgot to check these babies in - -2003-07-10 Thursday 01:11 moodler - - * mod/forum/lib.php: + Show current user image on editing page ... - Just some comments + Bit of a hack ... not sure about the location . -2003-07-10 Thursday 01:06 moodler +2003-11-20 Thursday 21:24 moodler - * mod/newmodule_template.zip: + * mod/glossary/: config.html, lib.php, view.php: - Updated a few glaring problems (old style code) + Remove evil styles ;-) -2003-07-09 Wednesday 23:42 moodler +2003-11-20 Thursday 21:18 moodler - * mod/chat/lib.php: + * lang/en/glossary.php: - Force unique entries in list + Added some missing strings -2003-07-09 Wednesday 23:38 moodler +2003-11-20 Thursday 20:55 willcast - * mod/chat/gui_header_js/jsupdate.php: + * mod/glossary/: lib.php, view.php: - Need to escape slashes here - -2003-07-09 Wednesday 21:49 moodler - - * mod/chat/lib.php: - - Minor formatting fix - -2003-07-09 Wednesday 21:46 moodler - - * lang/en/chat.php, mod/chat/lib.php: - - Chat now prints something useful under recent activity - -2003-07-09 Wednesday 19:20 mits - - * lang/ja/: README, chat.php: - - New translationd added. - -2003-07-09 Wednesday 06:09 moodler - - * mod/chat/users.php: - - Right ping now - -2003-07-09 Wednesday 06:07 moodler - - * mod/chat/users.php: - - A beep is a ping. ;-) - -2003-07-09 Wednesday 05:55 moodler - - * mod/chat/view.php: - - Slightly better window name - -2003-07-09 Wednesday 05:53 moodler - - * lang/en/chat.php, mod/chat/lib.php, mod/chat/users.php, - mod/chat/gui_header_js/jsupdate.php: - - Simple beeping is now added ... users can now beep each other and - also beep everyone using "beep all" - - There are no controls as yet to disable beeping on a per-user basis - but this would come next - -2003-07-09 Wednesday 05:37 moodler - - * mod/chat/beep.wav: - - A default beep - -2003-07-08 Tuesday 23:32 compuproggy - - * lang/de/: chat.php, chatarea.php: - - [no log message] - -2003-07-08 Tuesday 23:23 compuproggy - - * lang/de/: assignment.php, forum.php, moodle.php, quiz.php: - - - - A fresh translation - -2003-07-08 Tuesday 21:56 moodler - - * files/index.php: - - Updated this link too - -2003-07-08 Tuesday 21:55 moodler - - * admin/index.php: - - Updated backup link (in future perhaps it should link to a generic - page from which backup file management and restores can be done - too) - -2003-07-08 Tuesday 21:43 moodler - - * backup/: backup.php, restore.php: - - Updated paths for new location (that was easy!) - -2003-07-08 Tuesday 21:40 moodler - - * mod/: assignment/backuplib.php, assignment/restorelib.php, - choice/backuplib.php, choice/restorelib.php, journal/backuplib.php, - journal/restorelib.php, quiz/backuplib.php, quiz/restorelib.php, - resource/backuplib.php, resource/restorelib.php, - survey/backuplib.php, survey/restorelib.php: - - Moving the backup libraries for each module into their new homes. - - There's some beer and pies in the fridge, guys, settle in. - -2003-07-08 Tuesday 21:27 moodler - - * lang/en/chat.php, mod/chat/users.php, mod/chat/view.php: + - Removing my nice black lines around the tabs.. sniff... sniff - Add a notification when people have left + 8D -2003-07-08 Tuesday 21:17 moodler +2003-11-20 Thursday 19:33 willcast - * mod/chat/lib.php: + * mod/glossary/: dynalink.php, lib.php, sql.php, tabs.html, + view.php: - Added emoting (both the MOO style with a : and the IRC style /me ) + - Removing some Notices.. Thanks to Eloy for leting me know! -2003-07-08 Tuesday 02:09 thepurpleblob +2003-11-20 Thursday 19:00 willcast - * lang/en/help/wiki.html, lib/wiki.php: + * mod/glossary/lib.php: - Added support for mailto links + - Found the bug with the Edit Categories button. Fixed. -2003-07-07 Monday 23:47 moodler +2003-11-20 Thursday 18:50 willcast - * mod/forum/lib.php: + * mod/glossary/: lib.php, print.php, sql.php, view.php: - Timezone included in user listing, plus new recent activity stuff + - Fixing minor bugs... Nothing related with the problems the + glossary is presenting right now in moodle.org... :( -2003-07-07 Monday 13:52 mits +2003-11-20 Thursday 15:37 willcast - * lang/ja/chat.php: + * mod/glossary/: dynalink.php, tabs.html: - character check. + - Adding slashes to [,] and other characters to allow autolinking. -2003-07-07 Monday 13:51 mits +2003-11-20 Thursday 11:38 kaipe - * lang/ja/: README, assignment.php, chat.php, chatarea.php, - moodle.php, quiz.php: + * mod/quiz/: lib.php, format/multianswer.php: - New translation strings and new file chat.php added. + Made it possble to give negative grades for single multichoice + answers in a question with embedded answers, as suggested by Koen + Roggemans. The total score of the whole question must still be + greater than or equeal to zero. -2003-07-07 Monday 13:39 giro123 +2003-11-20 Thursday 10:45 stronk7 - * lang/es/: assignment.php, docs/background.html, docs/coding.html, - docs/credits.html, docs/developer.html, docs/glossary.html, - docs/install.html, docs/licence.html, docs/release.html, - docs/teacher.html: + * course/outline_rep.php: - [no log message] + This report shows the total number of views for each activity in a + course. It is based in the "Outline User Activity Report". I + commit it here, but you (Martin, of course) decide if you want to + link to it from the "logs" page. -2003-07-07 Monday 12:22 stronk7 +2003-11-20 Thursday 10:39 kaipe - * backup/backup_version.php: + * mod/quiz/format/multianswer.php: - Some minor cleanings + Added simplified aliases for answer types, as proposed by Thomas + Robb. It is now possible to use these aliases: SHORTANSWER = SA = + MW ; NUMERICAL = NM ; MULTICHOICE = MC -2003-07-07 Monday 12:20 stronk7 +2003-11-20 Thursday 08:02 moodler - * backup/: backuplib.php, restorelib.php: + * mod/quiz/report/fullstat/report.php: - Some debug info commented + New report from Thomas Robb - provides detailed statistics. Needs + some work. -2003-07-07 Monday 11:46 stronk7 +2003-11-20 Thursday 08:01 moodler - * backup/restore_execute.html: + * mod/quiz/report.php: - Added some flush + Show standard reports first -2003-07-07 Monday 11:42 stronk7 +2003-11-20 Thursday 07:51 moodler - * backup/backup_execute.html: + * lang/en/quiz.php: - Changed end + Added "Detailed statistics" -2003-07-07 Monday 11:26 stronk7 +2003-11-20 Thursday 03:47 moodler - * backup/backuplib.php: + * admin/lang.php: - Added some flush() to the backup process (in users, questions and - logs) + Escape double quotes too -2003-07-07 Monday 08:08 moodler +2003-11-20 Thursday 03:23 moodler * mod/quiz/question.php: - Small bugfix to allow question categories to be changed + Fixed authentication a little -2003-07-07 Monday 06:23 moodler +2003-11-19 Wednesday 18:26 willcast - * mod/chat/lib.php: + * mod/glossary/tabs.html: - Added parsing of links + - fixed little bug on url called by the alphabet tab. -2003-07-07 Monday 05:45 moodler +2003-11-19 Wednesday 09:54 rkingdon - * lang/en/assignment.php, mod/assignment/lib.php: + * mod/workshop/assessments.php: - Fixes for "wierd assignment error" - Bug #549, from Scott Elliott + Bug fixed in assesssubmission code. -2003-07-07 Monday 05:12 moodler +2003-11-19 Wednesday 09:47 willcast - * mod/chat/view.php: + * mod/glossary/view.php: - Stuff + - Case sensitive search when click on a letter, fixed. - Adding a + display format manager. It controls the behavior of the display + format when the user enter the glossary and when an auto-link is + shown. - Adding support to the new fullname function. -2003-07-07 Monday 05:11 moodler +2003-11-19 Wednesday 09:35 willcast - * mod/chat/view.php: + * lang/en/glossary.php, mod/glossary/TODO.txt, + mod/glossary/config.html, mod/glossary/dynalink.php, + mod/glossary/edit.php, mod/glossary/formats.php, + mod/glossary/lib.php, mod/glossary/mod.html, + mod/glossary/print.php, mod/glossary/sql.php, + mod/glossary/version.php, mod/glossary/view.php, + mod/glossary/db/mysql.php, mod/glossary/db/mysql.sql, + mod/glossary/formats/2.php, mod/glossary/formats/3.php, + mod/glossary/formats/6.php: - Show the intro text now + - Case sensitive search when click on a letter, fixed. - Adding a + display format manager. It controls the behavior of the display + format when the user enter the glossary and when an auto-link is + shown. - Adding support to the new fullname function. -2003-07-07 Monday 04:52 moodler - - * mod/choice/: report.php, view.php: - - Fixed some accidental lowercasing - -2003-07-07 Monday 02:46 moodler - - * lang/en/chat.php: - - Strings - -2003-07-07 Monday 02:45 moodler - - * mod/chat/: insert.php, lib.php, users.php, - gui_header_js/chatinput.php, gui_header_js/index.php, - gui_header_js/jsupdate.php: - - Some minor improvements - -2003-07-06 Sunday 23:44 moodler - - * lang/en/chat.php, mod/chat/README.txt, mod/chat/drawboard.php, - mod/chat/empty.php, mod/chat/icon.gif, mod/chat/index.php, - mod/chat/insert.php, mod/chat/lib.php, mod/chat/mod.html, - mod/chat/users.php, mod/chat/version.php, mod/chat/view.php, - mod/chat/db/mysql.php, mod/chat/db/mysql.sql, - mod/chat/gui_header/chatinput.php, mod/chat/gui_header/chatmsg.php, - mod/chat/gui_header/index.php, - mod/chat/gui_header_js/chatinput.php, - mod/chat/gui_header_js/chatmsg.php, - mod/chat/gui_header_js/index.php, - mod/chat/gui_header_js/jsupdate.php, - mod/chat/gui_java/MainFrameGui.java, - mod/chat/gui_java/TextDialog.java, mod/chat/gui_java/arsc.java, - mod/chat/gui_push_js/chatinput.php, - mod/chat/gui_push_js/chatmsg.php, mod/chat/gui_push_js/index.php, - mod/chat/gui_sockets/arscd.php, mod/chat/gui_sockets/chatinput.php, - mod/chat/gui_sockets/index.php, mod/chat/gui_text/index.php: - - Very early version of new chat module, made by Martin using ARSC as - an inspiration. - - Works OK already on most newish browsers .. see mod/chat/README.txt - for details. - -2003-07-05 Saturday 21:19 moodler - - * mod/quiz/lib.php: - - Don't allow grades to ever be set for description questions - -2003-07-05 Saturday 21:08 moodler - - * mod/quiz/mod.html: - - Don't shuffle quiz questions by default (confusing to newcomers) - -2003-07-05 Saturday 21:08 moodler - - * mod/quiz/lib.php: - - Description questions should not be selected randomly - -2003-07-05 Saturday 21:02 moodler - - * lang/en/help/quiz/questiontypes.html: - - Added Description question to overall list of question types - -2003-07-05 Saturday 21:00 moodler - - * lang/en/moodle.php, lang/en/quiz.php, - lang/en/help/quiz/description.html, mod/quiz/description.html, - mod/quiz/edit.php, mod/quiz/lib.php, mod/quiz/question.php, - mod/quiz/pix/de.gif: - - New question type called "Description". All it does is print some - text and/or an image, without requiring an answer. Can be used to - provide text for a following group of questions, or to insert a - joke in the quiz etc ... - - This code is based on code sent in by Ursula Raab. Thanks! - - See: http://moodle.org/mod/forum/discuss.php?d=508 - -2003-07-05 Saturday 16:14 stronk7 - - * backup/: backup_version.php, backuplib.php: - - Changed the backup output to convert every "\r\n\" and "\r" - (Windows and Mac line-break sequences) to "\n" (Unix line-break - sequence) to be treated apropiately by nl2br function. Updated to - 0.8.1 alpha - -2003-07-05 Saturday 15:44 stronk7 - - * backup/restorelib.php: - - Now xmlize is invoked with XML_OPTION_SKIP_WHITE = 0 to avoid \n - skipping. - -2003-07-05 Saturday 04:52 moodler +2003-11-19 Wednesday 08:45 moodler * mod/forum/lib.php: - Recommitting because of CVS wierdness + Changes to use the new fullname function -2003-07-04 Friday 23:23 moodler +2003-11-19 Wednesday 08:30 moodler - * lib/adodb/: adodb-connection.inc.php, adodb-cryptsession.php, - adodb-csvlib.inc.php, adodb-datadict.inc.php, adodb-error.inc.php, + * course/lib.php: + + Names now use the new fullname function + +2003-11-19 Wednesday 08:15 moodler + + * course/format/: social.php, topics.php, weeks.php: + + Use the new fullname function + +2003-11-19 Wednesday 08:12 moodler + + * user/edit.php, user/lib.php, user/view.php, admin/admin.php, + admin/creators.php, admin/cron.php, admin/user.php: + + Use the new fullname function + +2003-11-19 Wednesday 07:59 moodler + + * lib/moodlelib.php: + + This function is just a stub to stand in for a while until I have + more time ... Following this I'll be converting all the other files + around the place to use this function. + +2003-11-19 Wednesday 00:15 moodler + + * admin/dbperformance.php: + + Script to look at database performanceusing ADOdb tools + +2003-11-18 Tuesday 23:55 moodler + + * user/view.php: + + Show enrolled courses on user page to teachers + + See http://moodle.org/mod/forum/discuss.php?d=3562 + +2003-11-18 Tuesday 23:34 moodler + + * tags: + + Latest tags + +2003-11-18 Tuesday 18:55 moodler + + * theme/: UPGRADE.txt, standard/styles.php: + + Mention new style + +2003-11-18 Tuesday 18:52 moodler + + * course/lib.php: + + Changed a style -> categoryname --> categorynumber + +2003-11-18 Tuesday 06:29 willcast + + * mod/glossary/lib.php: + + - Messing of A and IMG tags because of auto-linking fixed + +2003-11-18 Tuesday 05:49 willcast + + * mod/glossary/: print.php, sql.php, view.php: + + - Improved printer-friendly version - Cosmetic change in the main + view of a glossary. + +2003-11-18 Tuesday 00:01 julmis + + * lib/editor/popups/: dlg_ins_smile.php, insert_image.php, + insert_table.php: + + Increase size to popups for translations. So buttons or text would + fit into popups. + +2003-11-17 Monday 23:41 moodler + + * admin/lang.php: + + Add a little language-changing menu here to make it easier + +2003-11-17 Monday 23:28 moodler + + * lang/en/: assignment.php, attendance.php, auth.php, chat.php, + choice.php, countries.php, dialogue.php, editor.php, exercise.php, + forum.php, glossary.php, journal.php, label.php, moodle.php, + pix.php, quiz.php, resource.php, survey.php, webquest.php, + workshop.php: + + New, speedier English translation. All files and every line has + changed. + + This is working OK in my testing, but please contact me immediately + if you find any errors. + +2003-11-17 Monday 23:26 moodler + + * admin/lang.php: + + Language editor now saves strings with 'single quotes' which should + + - simplify the files a bit + - speed up processing at run time + +2003-11-17 Monday 19:41 willcast + + * mod/glossary/lib.php: + + - Adding View comments link to the new display format + +2003-11-17 Monday 19:25 willcast + + * mod/glossary/: lib.php, view.php, formats/6.php: + + - Adding View comments link to the new display format + +2003-11-17 Monday 18:28 willcast + + * mod/glossary/: comments.php, lib.php: + + - Using user-defined functions to display comments properly. - + Adding a default view to auto-linked entries when the new display + format is used (temporarly until the display format manager is + done) + +2003-11-17 Monday 17:07 willcast + + * mod/glossary/formats/6.php: + + - Nice default view to the new format display. + +2003-11-17 Monday 16:45 willcast + + * mod/glossary/formats/6.php, lang/en/glossary.php: + + - New display format: Entry list (please, fix the translation if it + is wrong). + +2003-11-17 Monday 16:41 willcast + + * mod/glossary/: lib.php, showentry.php, view.php: + + - Now you can override the display format of a glossary (useful to + certain display format -asked by Tom Murdock-, automatic linking, + etc) + +2003-11-17 Monday 10:51 rkingdon + + * mod/exercise/: lib.php, db/mysql.php: + + Removal of diagnostic messages in Administration page; correction + to db/mysql.php + +2003-11-17 Monday 10:29 giro123 + + * lang/es/glossary.php: + + [no log message] + +2003-11-17 Monday 09:05 mits + + * lang/ja/help/: attendance/mods.html, dialogue/writing.html: + + New help files. + +2003-11-17 Monday 08:45 mits + + * lang/ja/: README, glossary.php, moodle.php, workshop.php: + + translated some. + +2003-11-17 Monday 08:45 mits + + * lang/ja/help/resource/: index.html, mods.html: + + New help files added. + +2003-11-17 Monday 04:40 willcast + + * mod/glossary/edit.html: + + - Fixed bug regarding default setting' variable names + +2003-11-16 Sunday 19:08 willcast + + * mod/glossary/: backuplib.php, restorelib.php: + + - Backup/restore of the new field entbypage + +2003-11-16 Sunday 18:56 willcast + + * lang/en/glossary.php: + + - Added string used in the browse by author page (forgot to inlude + it in the previous checkout) + +2003-11-16 Sunday 18:40 moodler + + * lang/en_us/: assignment.php, attendance.php, auth.php, chat.php, + choice.php, countries.php, editor.php, forum.php, glossary.php, + journal.php, label.php, moodle.php, quiz.php, resource.php, + workshop.php: + + Updating en_us to match the latest English (should help with speed + and memory usage on US installations) + +2003-11-16 Sunday 18:19 moodler + + * lib/moodlelib.php: + + Check for string before sorting it + +2003-11-16 Sunday 17:56 moodler + + * course/: editsection.html, editsection.php: + + Removed some old editor stuff causing problems in IE + +2003-11-16 Sunday 14:49 stronk7 + + * mod/forum/restorelib.php: + + When restoring "teacher" forums, if it exists in destinatio course, + discussions are merged mantaining a unique forum (previously, a + second "teacher" forum was created). See bug 880 + (http://moodle.org/bugs/bug.php?op=show&bugid=880). + +2003-11-16 Sunday 12:11 koenr + + * lang/nl/: editor.php, glossary.php, moodle.php, pix.php, + workshop.php: + + filling in missing strings... + +2003-11-16 Sunday 09:13 willcast + + * mod/glossary/: lib.php, view.php: + + - Improved browse by author. - view.php?id=cm&show=[concept | + alias ] done. + +2003-11-15 Saturday 18:58 willcast + + * mod/glossary/TODO.txt: + + - Todo list. + +2003-11-15 Saturday 18:53 willcast + + * mod/glossary/view.php: + + - Fixing a bug: Group breaks even when the only thing that change + between an entry and the previous is its case. + +2003-11-15 Saturday 17:12 giro123 + + * lang/es/help/glossary/: aliases.html, allowcomments.html, + casesensitive.html, defaultapproval.html, description.html, + fullmatch.html, globalglossary.html, shows.html, + allowduplicatedentries.html, displayformat.html, index.html, + mainglossary.html, mods.html, studentcanpost.html: + + [no log message] + +2003-11-15 Saturday 07:55 willcast + + * lang/en/glossary.php, lang/en/help/glossary/destination.html, + lang/en/help/glossary/entbypage.html, + lang/en/help/glossary/filetoimport.html, + lang/en/help/glossary/importcategories.html, + lang/en/help/glossary/index.html, + lang/en/help/glossary/linkcategory.html, mod/glossary/approve.php, + mod/glossary/backuplib.php, mod/glossary/comment.php, + mod/glossary/config.html, mod/glossary/deleteentry.html, + mod/glossary/deleteentry.php, mod/glossary/dynalink.php, + mod/glossary/edit.html, mod/glossary/edit.php, + mod/glossary/editcategories.html, mod/glossary/editcategories.php, + mod/glossary/export.php, mod/glossary/exportentry.php, + mod/glossary/import.php, mod/glossary/lib.php, + mod/glossary/mod.html, mod/glossary/print.php, + mod/glossary/restorelib.php, mod/glossary/showentry.php, + mod/glossary/tabs.html, mod/glossary/version.php, + mod/glossary/view.php, mod/glossary/db/mysql.php, + mod/glossary/db/mysql.sql, mod/glossary/db/postgres7.sql, + mod/glossary/formats/2.php, mod/glossary/formats/3.php, + mod/glossary/formats/4.php, mod/glossary/formats/5.php: + + - Rewrite of the internal API in order to, hopefully, create an + easy way to handle the flow of data internally and externally. - + Adding a new frame: Browse by Author - A new, friendly way to show + entries (asked by Martin): view?id=cm&mode=term&hook=[concept | + alias ] - Handling user activies, outline and complete. - Properly + showing new entries in recent activity box. - Adding a flag to + categories to specify if a category should or should not be + automatically linked. - Adding some missing strings and files as + well. - Adding a field to each glossary that specify how many + entries by pages it should show. + +2003-11-14 Friday 19:31 moodler + + * mod/quiz/lib.php: + + Don't have the Javascript dialog on submitting an attempt if the + quiz doesn't have a grade. + +2003-11-14 Friday 11:28 selliott + + * mod/forum/lib.php: + + modified print_recent_instance_activity to fix missing course value + modified get_recent_posts to select course id from + forum_discussions table + +2003-11-14 Friday 11:16 selliott + + * lang/en/moodle.php: + + Added some words for course/recent.php + +2003-11-14 Friday 11:06 selliott + + * course/recent.php: + + Created links for how many days to go back in report. + +2003-11-14 Friday 10:34 moodler + + * mod/assignment/lib.php: + + Check for existence of grades + +2003-11-14 Friday 09:18 moodler + + * mod/glossary/dynalink.php: + + No need to strip slashes in a filter ... + +2003-11-14 Friday 07:38 rkingdon + + * mod/exercise/: lib.php, submissions.php, version.php, + db/mysql.php, db/mysql.sql: + + Indexes added to submissions, assessments and grades tables. + Administration page cleaned up slightly. + +2003-11-14 Friday 07:06 moodler + + * version.php: + + To cover the recent security fix. + +2003-11-14 Friday 04:48 moodler + + * course/loginas.php, user/lib.php, user/view.php: + + SECURITY FIX: This patch prevents teachers from logging in as + admins or course creators! I'll make an + announcement to registered administrators. + +2003-11-13 Thursday 12:05 martignoni + + * lang/fr/docs/developer.html: + + Just a bit more translated + +2003-11-13 Thursday 10:39 giro123 + + * lang/es/docs/intro.html: + + [no log message] + +2003-11-13 Thursday 08:25 rkingdon + + * mod/exercise/: assessments.php, lib.php, submissions.php, + view.php: + + Change to the handling of Error Banded asessments; Removed + percentages from grades. + +2003-11-13 Thursday 08:22 rkingdon + + * mod/workshop/: assessments.php, lib.php, restorelib.php: + + Some minor improvements, see Workshop Forum. + +2003-11-13 Thursday 08:19 rkingdon + + * lang/en/workshop.php: + + A few more strings. + +2003-11-13 Thursday 03:57 rkingdon + + * mod/dialogue/lib.php: + + Change to new-style tabs. + +2003-11-13 Thursday 03:39 rkingdon + + * mod/exercise/lib.php: + + New style Tabs in Management page. + +2003-11-12 Wednesday 04:44 martignoni + + * lang/fr/docs/developer.html: + + A little bit more translated + +2003-11-11 Tuesday 23:40 moodler + + * user/index.php: + + Fixed paging bar at the bottom of the page + +2003-11-11 Tuesday 23:39 moodler + + * lib/setup.php: + + A workaround for a PHP bug with Turkish, and some fixed strings + changed from "" to '' + +2003-11-11 Tuesday 22:21 moodler + + * mod/glossary/dynalink.php: + + urlencode the dynalinks so they don't give errors if they have + quotes in them etc + +2003-11-11 Tuesday 18:42 moodler + + * theme/cordoroyblue/pix/mod/label/icon.gif: + + Added label icon to cordoroyblue example + +2003-11-11 Tuesday 15:16 julmis + + * lib/editor/popups/: dlg_ins_char.php, dlg_ins_smile.php, + insert_image.php, insert_table.php: + + Fixing charset setting. + +2003-11-11 Tuesday 08:13 moodler + + * version.php, mod/quiz/version.php, mod/quiz/db/mysql.php, + mod/quiz/db/postgres7.php: + + Added some bug-fixing code from Eloy Lafuente that fixes a quiz + problem. + + What happens is that adding random questions used to set the + timestamps of these questions to the same value. This is fine in + normal operation, but it stuffs up the backup of that course, + overwriting the question. When the course is restored, the missing + questions cause quizzes to have lots of red notices like "Question + not found". + + Anyhow, this patch should safely fix older installations that may + have these duplicate questions lying around. + + THANKS ELOY! + +2003-11-11 Tuesday 04:26 martignoni + + * lang/fr/docs/developer.html: + + Corrected version + +2003-11-11 Tuesday 04:24 martignoni + + * lang/fr/docs/developer.html: + + Removing bad developer.html + +2003-11-11 Tuesday 04:15 martignoni + + * lang/fr/docs/developer.html: + + Initial bit of translation + +2003-11-11 Tuesday 01:11 moodler + + * lang/el/help/: cookies.html, courseavailability.html, + coursegrades.html, index.html, scales.html, chat/chatting.html, + chat/index.html, chat/mods.html, journal/index.html, + journal/mods.html, survey/index.html, survey/mods.html: + + More new files + +2003-11-11 Tuesday 01:08 moodler + + * lang/el/: assignment.php, auth.php, chat.php, choice.php, + forum.php, journal.php, moodle.php, quiz.php, resource.php, + survey.php, workshop.php, docs/coding.html, docs/faq.html, + docs/installamp.html, docs/licence.html, docs/other.html, + help/mods.html, help/questions.html, help/reading.html, + help/richtext.html, help/textformat.html, help/writing.html, + help/assignment/index.html, help/assignment/mods.html, + help/choice/index.html, help/choice/mods.html, + help/forum/index.html, help/forum/mods.html, + help/quiz/description.html, help/quiz/formatblackboard.html, + help/quiz/formatcustom.html, help/quiz/formatmissingword.html, + help/quiz/import.html, help/quiz/index.html, help/quiz/mods.html, + help/quiz/multianswer.html, help/quiz/numerical.html, + help/quiz/questiontypes.html, help/quiz/repeatattempts.html, + help/resource/index.html, help/resource/mods.html, + help/resource/program.html, help/resource/resourcetype.html, + help/resource/scales.html, help/workshop/assessmentofexamples.html, + help/workshop/gradingsubmissions.html, help/workshop/index.html, + help/workshop/mods.html, help/workshop/submissionofexamples.html, + help/workshop/ungradedassessments_student.html, + help/workshop/ungradedassessments_teacher.html: + + Latest version of Greek, from geof@01infonet.gr + +2003-11-10 Monday 22:27 moodler + + * mod/glossary/: edit.html, edit.php: + + Undoing my changes to the editing functions, because it removed + backward compatibility with 1.1.1 ... this way it works on both. + +2003-11-10 Monday 18:49 mits + + * lang/ja/: dialogue.php, glossary.php, workshop.php: + + translated some. + +2003-11-10 Monday 17:22 mits + + * lang/ja/: README, pix.php: + + New langfile added. + +2003-11-10 Monday 14:39 koenr + + * lang/nl/help/glossary/index.html: + + closing tags + +2003-11-10 Monday 13:04 julmis + + * lib/editor/htmlarea.php: + + Link correction to smileys + +2003-11-10 Monday 12:49 martignoni + + * lang/fr/docs/release.html: + + Typos corrected + +2003-11-10 Monday 12:44 martignoni + + * lang/fr/docs/release.html: + + Translation terminated! + +2003-11-10 Monday 04:25 martignoni + + * lang/fr/docs/release.html: + + A little bit more (again)! + +2003-11-09 Sunday 23:59 martignoni + + * lang/fr/docs/release.html: + + Translation almost finished + +2003-11-09 Sunday 17:49 moodler + + * mod/journal/edit.php: + + Removed text focus to avoid errors in IE + +2003-11-09 Sunday 16:01 koenr + + * lang/nl/pix.php: + + translated by koen roggemans + +2003-11-09 Sunday 16:00 koenr + + * lang/nl/editor.php: + + filling in missing strings + +2003-11-09 Sunday 14:04 koenr + + * lang/nl/help/glossary/aliases.html: + + translated by Koen Roggemans + +2003-11-09 Sunday 14:01 koenr + + * lang/nl/help/glossary/: index.html, mods.html: + + updating... + +2003-11-09 Sunday 14:01 koenr + + * lang/nl/: moodle.php, glossary.php: + + filling in missing strings + +2003-11-09 Sunday 04:35 willcast + + * mod/glossary/import.php: + + - BUg when importing aliases + +2003-11-09 Sunday 03:30 julmis + + * lib/editor/popups/insert_image.php: + + Charset update + +2003-11-08 Saturday 19:54 moodler + + * mod/glossary/edit.php: + + Removed focus from header + +2003-11-08 Saturday 19:35 moodler + + * mod/glossary/: print.php, view.php: + + if the glossary is at site-level then don't require a login + +2003-11-08 Saturday 19:29 willcast + + * mod/glossary/showentry.php: + + - Setting as optional the course id so, by default, it look for + entries in global glossaries (unless a glossary is specify that + will search in both). + +2003-11-08 Saturday 19:26 moodler + + * mod/glossary/: editcategories.html, editcategories.php: + + Minimal formatting changes to center things + +2003-11-08 Saturday 19:16 moodler + + * mod/glossary/: edit.html, edit.php: + + Some cosmetic changes to the code to use the new html editor + functions. + + No change in functionality at all. + + I was in the area trying to fix a bug on this page that only shows + up in Internet Explorer (something to do with editor) + +2003-11-08 Saturday 06:41 julmis + + * lib/editor/htmlarea.php: + + Change insertSmile function to use insertHTML or pasteHTML method + since insertimage method is not working so good in gecko based + browsers + +2003-11-08 Saturday 06:39 julmis + + * lib/editor/popups/dlg_ins_smile.php: + + Changes to charset and window return value is now "string". + +2003-11-08 Saturday 06:38 julmis + + * lib/editor/popups/insert_table.php: + + Change charset to dynamic "print_string("thischarset")" + +2003-11-08 Saturday 03:48 martignoni + + * lang/fr/docs/release.html: + + Just a bit more translated + +2003-11-08 Saturday 03:06 gniske + + * lang/da/moodle.php: + + Adding missing strings Made som few corrections in existing + translation + +2003-11-07 Friday 13:50 martignoni + + * lang/fr/: README, TERMS, docs/files.php: + + Some strings corrected + +2003-11-07 Friday 13:48 martignoni + + * lang/fr/docs/release.html: + + Just a bit more translated + +2003-11-07 Friday 12:34 martignoni + + * lang/fr/docs/release.html: + + File partially translated + +2003-11-07 Friday 08:04 willcast + + * mod/glossary/lib.php: + + - Missed that one. + +2003-11-07 Friday 07:58 willcast + + * mod/glossary/: backuplib.php, import.php, lib.php, + restorelib.php: + + - Backup/restore and Import/export aliases. + +2003-11-07 Friday 07:11 moodler + + * lib/moodlelib.php: + + Forgot to check this in ... has a new function + +2003-11-07 Friday 06:55 moodler + + * lang/en/pix.php, lib/weblib.php, + lib/editor/popups/dlg_ins_smile.php: + + New language file called pix.php for defining alt-text of pix + files. + + Smileys code is changed over to use this, both in replace_smileys + and in editor/popups/dlg_ins_smile.php + + Needs testing please! + +2003-11-07 Friday 03:01 moodler + + * lib/html2text.php: + + Modifications from Mark (main author) to be more robust with + certain types of bad HTML code + +2003-11-06 Thursday 23:59 moodler + + * lib/editor/popups/dlg_ins_smile.php: + + Fixes to include ALT tags in smilies - by Janne Mikkonen + +2003-11-06 Thursday 20:53 moodler + + * lib/weblib.php: + + Added style as a valid tag + +2003-11-06 Thursday 20:29 jungwirr + + * mod/attendance/view.php: + + + fixed foreach problem on line 125 per request from forums + +2003-11-06 Thursday 20:14 moodler + + * lib/weblib.php: + + Accidentally deleted a $CFG line + +2003-11-06 Thursday 19:28 moodler + + * lang/en/docs/credits.html: + + Added html2text function to credits + +2003-11-06 Thursday 19:27 moodler + + * lib/weblib.php: + + Use the new html2text function for converting html to text. + + This function is still being tested - it seems fast enough so far + but I'm checking it in to do some further testing on moodle.org for + a while. + +2003-11-06 Thursday 19:25 moodler + + * lib/html2text.php: + + A new function for converting HTML into text form + +2003-11-06 Thursday 09:47 rkingdon + + * mod/exercise/lib.php: + + Cosmetic change to Admin page. + +2003-11-06 Thursday 09:44 rkingdon + + * lang/en/exercise.php: + + Minor change to one string. + +2003-11-06 Thursday 09:41 rkingdon + + * lang/en/exercise.php: + + Extra strings for setting League Table parameters. + +2003-11-06 Thursday 09:23 giro123 + + * lang/es/: assignment.php, countries.php, forum.php, glossary.php, + moodle.php, resource.php, webquest.php: + + [no log message] + +2003-11-06 Thursday 07:07 willcast + + * mod/glossary/: export.php, lib.php: + + - Allowing to selectively export categories or entries based on + current frame and view. + +2003-11-06 Thursday 05:47 martignoni + + * lang/fr/: moodle.php, docs/install.html, help/guestaccess.html, + help/surveys.html, help/forum/ratings.html: + + Some corrections for consistency + +2003-11-06 Thursday 05:25 martignoni + + * lang/fr/: auth.php, forum.php, moodle.php, docs/faq.html, + docs/features.html, docs/install.html, docs/teacher.html, + help/coursenewsitems.html, help/courseshortname.html, + help/enrolmentkey.html, help/forum/subscription.html: + + Replace every occurence of "e-mail" with the better french term + "courriel" + +2003-11-06 Thursday 05:12 willcast + + * lang/en/help/glossary/: index.html, mods.html: + + - Adding missing files to index.html + +2003-11-06 Thursday 05:12 martignoni + + * lang/fr/help/forum/ratings.html: + + Coded accented characters with HTML entities codes + +2003-11-06 Thursday 05:08 martignoni + + * lang/fr/: moodle.php, survey.php, workshop.php, + help/forum/ratings.html: + + Typo corrected for "barème" + +2003-11-06 Thursday 05:02 martignoni + + * lang/fr/: README, TERMS: + + Incorporation of french-canadian terms + +2003-11-06 Thursday 04:25 julmis + + * lib/editor/popups/dlg_ins_char.php: + + Print character set based on user settings - + print_string("thischarset") + +2003-11-06 Thursday 03:47 moodler + + * lib/weblib.php: + + Add fancy help cursors on help icons + +2003-11-06 Thursday 01:11 moodler + + * course/view.php: + + I didn't like it as much as I thought. :-) + +2003-11-06 Thursday 01:10 moodler + + * course/view.php: + + Putting link to course listing on the course front page. + + If anyone doesn't like this please say so!! + +2003-11-06 Thursday 01:05 moodler + + * course/lib.php: + + Search link should go to listing (it has a search box anyway) + +2003-11-06 Thursday 01:00 moodler + + * lang/ar/: README, appointment.php, assignment.php, auth.php, + chat.php, countries.php, label.php, moodle.php: + + Latest updates from Dr Ali Abureesh. + +2003-11-05 Wednesday 22:44 martignoni + + * lang/fr/: README, TERMS, workshop.php, help/cookies.html, + help/courseavailability.html, help/coursegrades.html, + help/courserecent.html, help/emoticons.html, help/html.html, + help/index.html, help/langedit.html, help/mods.html, + help/questions.html, help/reading.html, help/richtext.html, + help/scales.html, help/summaries.html: + + Integrating files translated by Jean-Francois Nadeau, with slight + adaptations + +2003-11-05 Wednesday 10:38 mits + + * lang/ja/: README, dialogue.php, editor.php, exercise.php, + glossary.php, moodle.php, webquest.php, workshop.php: + + Polished some and New translation added. + +2003-11-05 Wednesday 10:31 rkingdon + + * mod/exercise/view.php: + + Fixed a bug, referenced a non existent help file. + +2003-11-05 Wednesday 10:02 rkingdon + + * mod/exercise/: assessments.php, lib.php, submissions.php, + view.php: + + Fixed a bug with re-submissions. Added options for the League table + of submissions (show in phase 4). + +2003-11-05 Wednesday 09:51 martignoni + + * lang/fr/help/: coursecategory.html, courseformats.html, + coursefullname.html, coursenewsitems.html, coursenumsections.html, + courseshortname.html, coursestartdate.html, enrolmentkey.html, + guestaccess.html, picture.html, questions.html, surveys.html, + text.html, assignment/assignmenttype.html, + assignment/resubmit.html: + + Changed special characters of all HTML files to entity codes + +2003-11-05 Wednesday 08:41 willcast + + * mod/glossary/db/postgres7.sql: + + - Removing tinyints from Postgresql's db squema. + +2003-11-05 Wednesday 07:37 martignoni + + * lang/fr/: README, TERMS: + + Added some strings + +2003-11-05 Wednesday 07:27 willcast + + * mod/glossary/print.php: + + - Fixed bug (printing-friendly version of an empty glossary) + +2003-11-05 Wednesday 05:48 moodler + + * mod/forum/search.php: + + Whoops typo + +2003-11-05 Wednesday 05:47 moodler + + * mod/forum/search.php: + + Improved fix to $search variable + +2003-11-05 Wednesday 05:43 moodler + + * mod/forum/search.php: + + Fixing up some handling when searching for strings with quotes in + them + +2003-11-05 Wednesday 04:46 willcast + + * mod/glossary/README.txt, mod/glossary/lib.php, + mod/glossary/formats/2.php, mod/glossary/formats/3.php, + mod/glossary/formats/4.php, mod/glossary/formats/5.php, + lang/en/glossary.php: + + - Aliases are now shown when displaying entries + +2003-11-05 Wednesday 02:21 moodler + + * lang/sv/: LAESMIG.txt, README, assignment.php, attendance.php, + auth.php, chat.php, choice.php, countries.php, dialogue.php, + editor.php, exercise.php, forum.php, glossary.php, journal.php, + label.php, moodle.php, quiz.php, resource.php, survey.php, + webquest.php, workshop.php, docs/README.txt, docs/background.html, + docs/coding.html, docs/credits.html, docs/cvs.html, + docs/developer.html, docs/docstyles.css, docs/faq.html, + docs/features.html, docs/files.php, docs/future.html, + docs/glossary.html, docs/install.html, docs/installamp.html, + docs/intro.html, docs/licence.html, docs/other.html, + docs/philosophy.html, docs/release.html, docs/teacher.html, + docs/upgrade.html, help/cookies.html, help/courseavailability.html, + help/coursecategory.html, help/courseformats.html, + help/coursefullname.html, help/coursegrades.html, + help/coursenewsitems.html, help/coursenumsections.html, + help/courserecent.html, help/coursereports.html, + help/courseshortname.html, help/coursestartdate.html, + help/courseuploadsize.html, help/emoticons.html, + help/enrolmentkey.html, help/guestaccess.html, help/html.html, + help/index.html, help/langedit.html, help/mods.html, + help/picture.html, help/questions.html, help/reading.html, + help/richtext.html, help/scales.html, help/summaries.html, + help/surveys.html, help/teachers.html, help/text.html, + help/textformat.html, help/wiki.html, help/writing.html, + help/assignment/assignmenttype.html, help/assignment/index.html, + help/assignment/mods.html, help/assignment/resubmit.html, + help/attendance/index.html, help/attendance/mods.html, + help/chat/chatting.html, help/chat/index.html, help/chat/mods.html, + help/choice/index.html, help/choice/mods.html, + help/choice/options.html, help/dialogue/addsubject.html, + help/dialogue/closedialogue.html, help/dialogue/deleteafter.html, + help/dialogue/dialoguetype.html, help/dialogue/index.html, + help/dialogue/info.html, help/dialogue/maildefault.html, + help/dialogue/mods.html, help/dialogue/multiple.html, + help/dialogue/sendmail.html, help/dialogue/writing.html, + help/exercise/administration.html, help/exercise/elements.html, + help/exercise/finalgrades.html, help/exercise/grade.html, + help/exercise/grading.html, help/exercise/gradinggrade.html, + help/exercise/gradingstrategy.html, help/exercise/managing.html, + help/exercise/mods.html, help/exercise/moreinfo.html, + help/exercise/nelements.html, help/exercise/specimen.html, + help/exercise/submissionofdescriptions.html, + help/exercise/takeownership.html, help/exercise/usemax.html, + help/forum/allowdiscussions.html, help/forum/attachment.html, + help/forum/forumtype.html, help/forum/index.html, + help/forum/maxattachmentsize.html, help/forum/mods.html, + help/forum/ratings.html, help/forum/subscription.html, + help/glossary/allowcomments.html, + help/glossary/allowduplicatedentries.html, + help/glossary/casesensitive.html, + help/glossary/defaultapproval.html, help/glossary/description.html, + help/glossary/displayformat.html, help/glossary/fullmatch.html, + help/glossary/globalglossary.html, help/glossary/index.html, + help/glossary/mainglossary.html, help/glossary/mods.html, + help/glossary/shows.html, help/glossary/studentcanpost.html, + help/glossary/usedynalink.html, help/journal/index.html, + help/journal/mods.html, help/label/mods.html, + help/quiz/attempts.html, help/quiz/categories.html, + help/quiz/correctanswers.html, help/quiz/createmultiple.html, + help/quiz/description.html, + help/quiz/eachattemptbuildsonthelast.html, help/quiz/feedback.html, + help/quiz/formatblackboard.html, help/quiz/formatctm.html, + help/quiz/formatcustom.html, help/quiz/formatmissingword.html, + help/quiz/grademethod.html, help/quiz/import.html, + help/quiz/index.html, help/quiz/match.html, + help/quiz/maxgrade.html, help/quiz/mods.html, + help/quiz/multianswer.html, help/quiz/multichoice.html, + help/quiz/numerical.html, help/quiz/questiontypes.html, + help/quiz/random.html, help/quiz/randommatch.html, + help/quiz/randomsamatch.html, help/quiz/repeatattempts.html, + help/quiz/review.html, help/quiz/shortanswer.html, + help/quiz/shuffleanswers.html, help/quiz/shufflequestions.html, + help/quiz/timeopen.html, help/quiz/truefalse.html, + help/resource/index.html, help/resource/mods.html, + help/resource/program.html, help/resource/resourcetype.html, + help/resource/summary.html, help/survey/index.html, + help/survey/mods.html, help/workshop/addingacomment.html, + help/workshop/agreeassessments.html, help/workshop/anonymous.html, + help/workshop/assessmentofexamples.html, + help/workshop/assignmenttype.html, + help/workshop/breakdownoffinalgrade.html, + help/workshop/calculatingfinalgrade.html, + help/workshop/editingacomment.html, help/workshop/elements.html, + help/workshop/finalgrades.html, help/workshop/graded.html, + help/workshop/grading.html, help/workshop/gradingassessments.html, + help/workshop/gradingstrategy.html, + help/workshop/gradingsubmissions.html, + help/workshop/includeself.html, + help/workshop/includeteachersgrade.html, help/workshop/index.html, + help/workshop/leaguetable.html, help/workshop/managing.html, + help/workshop/mods.html, + help/workshop/nassessmentsofstudentsubmissions.html, + help/workshop/nassessmentsofteachersexamples.html, + help/workshop/nelements.html, help/workshop/numberofassessors.html, + help/workshop/overallocation.html, help/workshop/resubmit.html, + help/workshop/selfassessment.html, + help/workshop/showinggrades.html, help/workshop/specimen.html, + help/workshop/submissionofexamples.html, + help/workshop/teachersgradings.html, + help/workshop/ungradedassessments_student.html, + help/workshop/ungradedassessments_teacher.html: + + New translation for Swedish by Anders Berggren - complete! + +2003-11-04 Tuesday 19:30 willcast + + * mod/glossary/icon.gif: + + - New icon... :) + +2003-11-04 Tuesday 16:06 willcast + + * lang/en/glossary.php, lang/en/help/glossary/aliases.html, + mod/glossary/TODO.txt, mod/glossary/edit.html, + mod/glossary/edit.php, mod/glossary/version.php, + mod/glossary/db/mysql.php, mod/glossary/db/mysql.sql, + mod/glossary/db/postgres7.sql: + + - Adding aliases + +2003-11-04 Tuesday 10:38 willcast + + * mod/glossary/: config.html, view.php: + + - Adding paging when the number of entries shown is greater than + $CFG->glossary_entbypage - Adding $CFG->glossary_entbypage to + config.html + +2003-11-04 Tuesday 09:31 aszora + + * lang/hu/: assignment.php, auth.php, chat.php, forum.php, + journal.php, moodle.php, quiz.php, resource.php, survey.php, + workshop.php: + + Some upgrade to version 1.1, not fully completed yet 2003.11.04. + +2003-11-04 Tuesday 09:19 rkingdon + + * mod/exercise/: lib.php, view.php: + + Minor mods to phase 3 display for students.. + +2003-11-04 Tuesday 09:14 rkingdon + + * lang/en/exercise.php: + + An extra string for view.php. + +2003-11-04 Tuesday 07:59 moodler + + * mod/forum/post.html: + + Fixed attachments ... + + typo: type -> enctype !! + +2003-11-04 Tuesday 07:08 willcast + + * lang/en/glossary.php: + + Typo + +2003-11-04 Tuesday 07:04 willcast + + * mod/glossary/: dynalink.php, import.php: + + - Solving problems when trying to autolink entries with apostrophes + on it - Idem, when importing entries. + +2003-11-04 Tuesday 04:42 moodler + + * mod/forum/post.php: + + Don't focus on the post message (upsets html editor) + +2003-11-04 Tuesday 04:36 moodler + + * mod/glossary/: lib.php, view.php: + + Glossary now gets the alphabet string from moodle.php instead of + glossary.php + +2003-11-04 Tuesday 04:35 moodler + + * lang/: da/glossary.php, da/moodle.php, es/glossary.php, + es/moodle.php, it/glossary.php, it/moodle.php, ja/glossary.php, + ja/moodle.php, nl/glossary.php, en/glossary.php, + en/docs/credits.html, nl/moodle.php: + + Moved string 'alphabet' from glossary.php to moodle.php for various + languages + + Also changed the separator from | to , + +2003-11-04 Tuesday 04:09 moodler + + * lang/en/moodle.php, lib/datalib.php, user/index.php: + + New feature based on code from Gustav Delius + + -> A-Z subsets on the participant list. + + http://moodle.org/mod/forum/discuss.php?d=3162 + + I also made a new datalib function called count_course_students() + +2003-11-03 Monday 22:21 moodler + + * version.php: + + Bump it up + +2003-11-03 Monday 19:53 willcast + + * mod/glossary/export.php, mod/glossary/import.html, + mod/glossary/import.php, mod/glossary/lib.php, + mod/glossary/tabs.html, lang/en/glossary.php: + + - Basic export/import functionality.. Does not export nor import + the attached files. + +2003-11-03 Monday 19:35 moodler + + * lib/weblib.php: + + Removed header redirect for cases where output already occurred + (thougn it shouldn't happen) + +2003-11-03 Monday 15:57 gniske + + * lang/da/: assignment.php, forum.php, journal.php, moodle.php, + quiz.php, resource.php, workshop.php, attendance.php, + countries.php, dialogue.php, exercise.php, label.php, webquest.php, + glossary.php: + + Adding missing strings Made som few corrections in existing + translation + +2003-11-03 Monday 15:53 julmis + + * lib/editor/htmlarea.php: + + Hide cut, copy and paste buttons from gecko browsers + +2003-11-03 Monday 15:00 julmis + + * lib/editor/popups/: dlg_ins_char.php, dlg_ins_smile.php: + + Style improvements to popups + +2003-11-03 Monday 14:59 julmis + + * lib/editor/popups/dialog.css: + + style improvments to popups + +2003-11-03 Monday 13:51 koenr + + * lang/nl/help/glossary/: defaultapproval.html, + globalglossary.html, shows.html: + + translated by koen roggemans + +2003-11-03 Monday 13:50 koenr + + * lang/nl/glossary.php: + + filling in missing strings + +2003-11-03 Monday 10:45 rkingdon + + * mod/exercise/: assessments.php, backuplib.php, restorelib.php: + + Minor fix in assessments.php. Revisions to backup and restore to + always include teacher's submissions. + +2003-11-03 Monday 09:18 bobopinna + + * lang/it/moodle.php: + + Minor Fixing in password change + +2003-11-03 Monday 08:58 moodler + + * mod/resource/details.php: + + Use new editor stuff + +2003-11-03 Monday 08:49 moodler + + * mod/forum/: post.html, post.php: + + Update to use new editor stuff + +2003-11-03 Monday 08:27 moodler + + * mod/journal/edit.html: + + Just moodling ... tidied up the horrible interface a little + +2003-11-03 Monday 08:13 moodler + + * config-dist.php: + + No need for useneweditor anymore + +2003-11-03 Monday 08:12 moodler + + * mod/journal/: edit.html, edit.php: + + Some fixes for using the new editor + +2003-11-03 Monday 08:06 moodler + + * lib/editor/reference.html: + + Removing reference + +2003-11-03 Monday 07:21 moodler + + * lang/en/help/richtext.html: + + Stopgap measure + +2003-11-03 Monday 07:16 moodler + + * lib/: javascript.php, moodlelib.php, weblib.php: + + Goodbye Richtext editor! + + This does not affect any of the existing modules - I've kept some + stub functions to retain backward compatibility. + +2003-11-03 Monday 05:21 moodler + + * mod/workshop/db/postgres7.sql: + + SERIAL8 -> SERIAL + +2003-11-03 Monday 02:22 moodler + + * mod/chat/: report.php, view.php, gui_header_js/index.php: + + Keep guests out of chat + +2003-11-02 Sunday 21:30 moodler + + * lib/editor/htmlarea.php, lang/en/editor.php: + + The font style menu is now translatable (Heading, etc) + +2003-11-02 Sunday 19:22 moodler + + * admin/modules.php, lang/en/moodle.php: + + Show version number to aid in debugging + +2003-11-02 Sunday 19:13 moodler + + * lib/weblib.php: + + More redirect tweaks + +2003-11-02 Sunday 19:00 moodler + + * mod/survey/db/mysql.php: + + Removed a blank line + +2003-11-02 Sunday 18:59 moodler + + * mod/: chat/db/mysql.php, choice/db/mysql.php, + dialogue/db/mysql.php, exercise/db/mysql.php, forum/db/mysql.php, + glossary/db/mysql.php, journal/db/mysql.php, resource/db/mysql.php, + workshop/db/mysql.php: + + Removed blank lines at the end (!) + +2003-11-02 Sunday 18:26 willcast + + * mod/glossary/dynalink.php, mod/glossary/edit.html, + mod/glossary/edit.php, mod/glossary/export.php, + mod/glossary/lib.php, mod/glossary/print.php, + mod/glossary/tabs.html, mod/glossary/view.php, + lang/en/glossary.php: + + - Cosmetic changes... Changing the Add Entry button for a new tab - + Creating two new tabs for the future export/import features. - + Improving a little the Printer-Friendly version (now it shows what + you were watching in the previous frame) + +2003-11-02 Sunday 13:36 kaipe + + * mod/quiz/: lib.php, quizfile.php: + + The new quizfile.php makes it possible to view associated file + material on quizes, such as images, even for questions belonging to + a category on a different course. lib.php is updated accordingly... + +2003-11-02 Sunday 12:42 aszora + + * lang/hu/editor.php: + + [no log message] + +2003-11-02 Sunday 11:27 aszora + + * lang/hu/editor.php: + + [no log message] + +2003-11-02 Sunday 09:55 aszora + + * lang/hu/quiz.php: + + [no log message] + +2003-11-02 Sunday 07:11 moodler + + * mod/assignment/lib.php: + + Don't even show submitted dates on offline assignments + +2003-11-02 Sunday 04:40 martignoni + + * lang/fr/README: + + Update to current work + +2003-11-01 Saturday 23:19 moodler + + * lib/editor/: htmlarea.js, htmlarea.php, index.html, + old_dialog.js, old_htmlarea.js, old_htmlarea.php, test.js: + + Some cleanups + +2003-11-01 Saturday 23:01 moodler + + * lib/editor/htmlarea.php: + + Explicitly setting mimetype and other things to + + - hopefully fix Norton problems + - hopefully improve caching + +2003-11-01 Saturday 19:13 moodler + + * mod/assignment/db/postgres7.php: + + Removed a blank line + +2003-11-01 Saturday 19:05 moodler + + * mod/assignment/db/mysql.php: + + Removed a blank line + +2003-11-01 Saturday 18:40 willcast + + * lang/en/glossary.php, mod/glossary/mod.html: + + - Typo + +2003-11-01 Saturday 18:37 willcast + + * lang/en/glossary.php, mod/glossary/README.txt, + mod/glossary/config.html, mod/glossary/edit.html, + mod/glossary/mod.html: + + - Applying proper coding conventions to the default settings' + variables + +2003-11-01 Saturday 17:47 willcast + + * mod/glossary/TODO.txt, mod/glossary/config.html, + mod/glossary/edit.html, mod/glossary/edit.php, + mod/glossary/mod.html, lang/en/glossary.php: + + - The admin can define default values for glossary and entries' + settings via the admin modules interface. + +2003-11-01 Saturday 12:27 willcast + + * lang/en/glossary.php, mod/glossary/TODO.txt, + mod/glossary/approve.php, mod/glossary/edit.php, + mod/glossary/editcategories.php, mod/glossary/export.php, + mod/glossary/lib.php, mod/glossary/print.gif, + mod/glossary/print.php, mod/glossary/view.php: + + - Printer-friendly version of the glossary - First step in the + export/import feature (export is done) - Minor changes here and + there + +2003-11-01 Saturday 11:38 martignoni + + * lang/fr/docs/files.php: + + Typos corrected + +2003-11-01 Saturday 11:34 martignoni + + * lang/fr/docs/features.html: + + New translated file + +2003-11-01 Saturday 09:25 rkingdon + + * mod/exercise/: assessments.php, lib.php, submissions.php, + upload.php: + + Fix to the Complete isting. Upload now checks the submission for + spurious re-submission caused by using the Back button. User and + Teacher deletions of submissions are now logged. Redirect delay + when marking submissions shortened to one second. + +2003-11-01 Saturday 09:19 rkingdon + + * lang/en/exercise.php: + + Extra string for Complete listing. + +2003-11-01 Saturday 07:55 willcast + + * lang/en/help/glossary/: defaultapproval.html, + globalglossary.html, shows.html: + + - Missing help files. + +2003-11-01 Saturday 07:35 martignoni + + * lang/fr/docs/intro.html: + + New translated file + +2003-11-01 Saturday 04:11 martignoni + + * lang/fr/: TERMS, moodle.php, docs/teacher.html, + help/courseformats.html, help/coursenewsitems.html, + help/coursenumsections.html, help/coursestartdate.html: + + Changed everywhere "en chapitres" to "thÂmatique" for the topics + format. + +2003-11-01 Saturday 03:56 martignoni + + * lang/fr/docs/teacher.html: + + File translation completed + +2003-11-01 Saturday 01:36 martignoni + + * lang/fr/docs/docstyles.css: + + Added to french docs folder + +2003-10-31 Friday 22:59 moodler + + * lib/weblib.php: + + Fixed Mozilla redirection-after-htmlediting bug using Javascript! + +2003-10-31 Friday 13:58 julmis + + * lib/editor/htmlarea.php: + + Minor change for iframe width + +2003-10-31 Friday 13:27 kaipe + + * mod/quiz/lib.php: + + An improvement asked for by koen roggemans: Especially for + multianswer questions it is often desirable to have the grade of + the question in a quiz larger than the earlier maximum of 10 + points. The new function quiz_gradesmenu_options($defaultgrade) + makes quiz question list grade selector drop-down have the maximum + grade option set to the highest value between 10 and the + defaultgrade of the question. + +2003-10-31 Friday 07:26 willcast + + * mod/glossary/: lib.php, version.php, db/mysql.php: + + - Important update: I did not delete categories nor comments once a + glossary has been deleted. Fixed now. + +2003-10-31 Friday 06:24 stronk7 + + * user/index.php: + + Another small typo, == instead of =. :-D + +2003-10-31 Friday 06:22 stronk7 + + * user/index.php: + + Small typo preventing users to be sorted. :-) + +2003-10-31 Friday 05:40 willcast + + * mod/glossary/lib.php: + + Bug fixed: - Updating a Default Approval Status from NO to YES in a + glossary, now approve automatically all entries waiting for + approval. + +2003-10-31 Friday 04:29 martignoni + + * lang/fr/docs/installamp.html: + + Updates for EasyPHP 1.7 + +2003-10-31 Friday 04:18 martignoni + + * lang/fr/resource.php: + + new string for choosing a file + +2003-10-31 Friday 04:13 martignoni + + * lang/fr/forum.php: + + New strings added + +2003-10-31 Friday 04:05 martignoni + + * lang/fr/assignment.php: + + No due date string + +2003-10-31 Friday 03:51 martignoni + + * lang/fr/moodle.php: + + Change Richtext editor to HTML editor + +2003-10-31 Friday 01:52 moodler + + * lang/en/help/index.html: + + Added missing link + +2003-10-31 Friday 01:50 koenr + + * lang/nl/moodle.php: + + filling in missing strings + +2003-10-31 Friday 01:47 koenr + + * lang/nl/help/index.html: + + filling in missing entry + +2003-10-31 Friday 01:47 koenr + + * lang/nl/help/coursereports.html: + + Translated by Koen Roggemans + +2003-10-31 Friday 01:19 koenr + + * lang/nl/help/label/mods.html: + + Translated by Koen Roggemans + +2003-10-31 Friday 01:18 koenr + + * lang/nl/glossary.php: + + filling in missing strings... + +2003-10-31 Friday 00:47 stronk7 + + * mod/glossary/: backuplib.php, restorelib.php: + + globalglossary is included now in backup/restore. :-) + +2003-10-31 Friday 00:31 moodler + + * mod/forum/search.php: + + Add navmenu to header of forum search pages + +2003-10-31 Friday 00:13 moodler + + * lib/weblib.php: + + Using Location header is not subject to the meta-refresh bug in + Mozilla + +2003-10-30 Thursday 22:57 moodler + + * mod/forum/lib.php: + + No longer need parent link in the footer + +2003-10-30 Thursday 22:50 moodler + + * user/view.php: + + Show activity button for students on their profile page + +2003-10-30 Thursday 22:45 moodler + + * course/user.php: + + Tidy up + +2003-10-30 Thursday 22:06 moodler + + * lang/en/help/coursereports.html: + + Some updates to the text + +2003-10-30 Thursday 21:57 moodler + + * version.php, course/edit.html, course/lib.php, + course/loggraph.php, course/user.php, lang/en/moodle.php, + lang/en/help/coursereports.html, lib/db/mysql.php, + lib/db/mysql.sql, lib/db/postgres7.php, lib/db/postgres7.sql, + backup/backuplib.php, backup/restorelib.php, pix/i/report.gif, + theme/cordoroyblue/pix/i/report.gif: + + New feature: Allow students to see their own activity reports. + + This is a course setting. By default it is off. When on, there is + a new link in the course admin menu for students, and they can + browse the same report that teachers see. + + The report icon is temporary. + +2003-10-30 Thursday 19:25 moodler + + * mod/journal/lib.php: + + Undoing Greg's UNION hack ... it was causing problems on Mysql 3 + +2003-10-30 Thursday 14:04 martignoni + + * lang/fr/docs/: faq.html, install.html, installamp.html, + teacher.html, upgrade.html: + + Systematic HTML encoding of entities in all files + +2003-10-30 Thursday 09:47 rkingdon + + * lang/en/exercise.php: + + Teacher assessment table string added. + +2003-10-30 Thursday 09:45 rkingdon + + * mod/exercise/: assessments.php, index.php, lib.php: + + Index.php now ignores grading grades; Teacher Assessment Table + added to Administration. + +2003-10-30 Thursday 06:25 moodler + + * course/lib.php, pix/i/db.gif, theme/cordoroyblue/pix/i/db.gif: + + + New database GIF by Eloy! + +2003-10-29 Wednesday 19:44 moodler + + * lang/en/docs/intro.html: + + Removed the offensive "and" + +2003-10-29 Wednesday 15:33 willcast + + * lang/en/glossary.php, mod/glossary/dynalink.php, + mod/glossary/edit.html, mod/glossary/edit.php, + mod/glossary/lib.php, mod/glossary/mod.html, + mod/glossary/showentry.php, mod/glossary/version.php, + mod/glossary/db/mysql.php, mod/glossary/db/mysql.sql, + mod/glossary/db/postgres7.sql: + + - Global glossaries now available. All current rules apply to its + entries. + +2003-10-29 Wednesday 11:45 koenr + + * lang/nl/editor.php: + + translated by Koen Roggemans + +2003-10-29 Wednesday 08:42 moodler + + * lib/editor/htmlarea.php: + + Rearranged toolbar a bit - put insert stuff together and toggles at + end + +2003-10-29 Wednesday 08:28 moodler + + * lang/en/editor.php: + + Missing a semicolon! LOL + +2003-10-29 Wednesday 04:48 moodler + + * lang/en/editor.php: + + Sorted the strings, minor fixes + +2003-10-29 Wednesday 04:29 koenr + + * lang/nl/moodle.php: + + transforming to HTML editor + +2003-10-29 Wednesday 04:28 koenr + + * lang/nl/resource.php: + + filling in missing string + +2003-10-29 Wednesday 01:16 moodler + + * mod/forum/lib.php: + + Oops, typo + +2003-10-29 Wednesday 01:12 moodler + + * mod/forum/lib.php: + + Fixed bug when moving discussions with attachments + +2003-10-29 Wednesday 01:07 carlesbellver + + * lang/ca/reading.php: + + [no log message] + +2003-10-29 Wednesday 01:00 carlesbellver + + * lang/ca/help/: cookies.html, courseavailability.html, + coursegrades.html, courserecent.html, emoticons.html, html.html, + index.html, langedit.html, mods.html, richtext.html, scales.html, + summaries.html, teachers.html, textformat.html, wiki.html, + writing.html, assignment/assignmenttype.html, + assignment/index.html, assignment/mods.html, + assignment/resubmit.html, chat/chatting.html, chat/index.html, + chat/mods.html, choice/index.html, choice/mods.html, + choice/options.html, dialogue/closedialogue.html, + dialogue/deleteafter.html, dialogue/dialoguetype.html, + dialogue/info.html, dialogue/maildefault.html, dialogue/mods.html, + dialogue/multiple.html, dialogue/writing.html, forum/index.html, + forum/mods.html, forum/ratings.html, + glossary/allowduplicatedentries.html, glossary/displayformat.html, + glossary/index.html, glossary/mainglossary.html, + glossary/mods.html, glossary/studentcanpost.html, + quiz/attempts.html, quiz/categories.html, quiz/correctanswers.html, + quiz/createmultiple.html, quiz/description.html, + quiz/feedback.html, quiz/formatblackboard.html, + quiz/formatcustom.html, quiz/formatmissingword.html, + quiz/grademethod.html, quiz/import.html, quiz/index.html, + quiz/match.html, quiz/maxgrade.html, quiz/mods.html, + quiz/multianswer.html, quiz/multichoice.html, quiz/numerical.html, + quiz/questiontypes.html, quiz/random.html, quiz/randomsamatch.html, + quiz/repeatattempts.html, quiz/review.html, quiz/shortanswer.html, + quiz/shuffleanswers.html, quiz/shufflequestions.html, + quiz/timeopen.html, quiz/truefalse.html, resource/index.html, + resource/mods.html, resource/program.html, + resource/resourcetype.html, resource/summary.html, + survey/index.html, survey/mods.html, workshop/addingacomment.html, + workshop/agreeassessments.html, workshop/anonymous.html, + workshop/assessmentofexamples.html, workshop/assignmenttype.html, + workshop/breakdownoffinalgrade.html, + workshop/calculatingfinalgrade.html, workshop/editingacomment.html, + workshop/elements.html, workshop/finalgrades.html, + workshop/graded.html, workshop/grading.html, + workshop/gradingassessments.html, workshop/gradingstrategy.html, + workshop/gradingsubmissions.html, workshop/includeself.html, + workshop/index.html, workshop/managing.html, workshop/mods.html, + workshop/nassessmentsofstudentsubmissions.html, + workshop/nassessmentsofteachersexamples.html, + workshop/nelements.html, workshop/numberofassessors.html, + workshop/resubmit.html, workshop/selfassessment.html, + workshop/showinggrades.html, workshop/specimen.html, + workshop/submissionofexamples.html, workshop/teachersgradings.html, + workshop/ungradedassessments_student.html, + workshop/ungradedassessments_teacher.html: + + [no log message] + +2003-10-29 Wednesday 00:52 carlesbellver + + * lang/ca/: auth.php, chat.php, dialogue.php, glossary.php, + workshop.php: + + [no log message] + +2003-10-29 Wednesday 00:21 moodler + + * lang/en/editor.php, lang/fi/editor.php, lib/editor/lang/en.php, + lib/editor/popups/dlg_ins_char.php, + lib/editor/popups/dlg_ins_smile.php, + lib/editor/popups/insert_image.php, + lib/editor/popups/insert_table.php: + + More language fixes, mostly using print_string instead of + get_string + +2003-10-29 Wednesday 00:13 moodler + + * lib/editor/popups/: dlg_ins_char.php, dlg_ins_smile.php, + insert_image.php, insert_table.php: + + More editor translations I forgot to alter + +2003-10-29 Wednesday 00:06 moodler + + * version.php, config-dist.php, lang/en/editor.php, + lang/en/moodle.php, lang/fi/editor.php, lib/moodlelib.php, + lib/weblib.php, lib/editor/lang/en.php: + + Changes to integrate the new HTML editor into Moodle in an optional + way until it's stable enough to replace Richtext + + To enable the new editor, add this line into config.php: + + $CFG->useneweditor = true; + +2003-10-28 Tuesday 23:51 moodler + + * lib/editor/: courseimages.php, dialog.js, htmlarea.css, + htmlarea.js, htmlarea.php, index.html, license.txt, old_dialog.js, + old_htmlarea.js, old_htmlarea.php, popupdiv.js, popupwin.js, + reference.html, release-notes.html, test.js, images/ed_about.gif, + images/ed_align_center.gif, images/ed_align_justify.gif, + images/ed_align_left.gif, images/ed_align_right.gif, + images/ed_blank.gif, images/ed_charmap.gif, images/ed_color_bg.gif, + images/ed_color_fg.gif, images/ed_copy.gif, images/ed_custom.gif, + images/ed_cut.gif, images/ed_delete.gif, images/ed_format_bold.gif, + images/ed_format_italic.gif, images/ed_format_strike.gif, + images/ed_format_sub.gif, images/ed_format_sup.gif, + images/ed_format_underline.gif, images/ed_help.gif, + images/ed_hr.gif, images/ed_html.gif, images/ed_image.gif, + images/ed_indent_less.gif, images/ed_indent_more.gif, + images/ed_link.gif, images/ed_list_bullet.gif, + images/ed_list_num.gif, images/ed_paste.gif, images/ed_redo.gif, + images/ed_show_border.gif, images/ed_splitcel.gif, + images/ed_undo.gif, images/em.icon.smile.gif, + images/fullscreen_maximize.gif, images/fullscreen_minimize.gif, + images/icon_ins_char.gif, images/icon_smile.gif, + images/insert_table.gif, lang/b5.js, lang/da.js, lang/de.js, + lang/en.js, lang/en.php, lang/es.js, lang/fi.js, lang/fr.js, + lang/gb.js, lang/it.js, lang/ja-euc.js, lang/ja-jis.js, + lang/ja-sjis.js, lang/ja-utf8.js, lang/nb.js, lang/nl.js, + lang/old_fi.js, lang/pl.js, lang/pt_br.js, lang/ro.js, lang/ru.js, + lang/se.js, lang/vn.js, plugins/SpellChecker/readme-tech.html, + plugins/SpellChecker/spell-check-logic.cgi, + plugins/SpellChecker/spell-check-style.css, + plugins/SpellChecker/spell-check-ui.html, + plugins/SpellChecker/spell-check-ui.js, + plugins/SpellChecker/spell-checker.js, + plugins/SpellChecker/img/spell-check.gif, + plugins/SpellChecker/lang/en.js, plugins/SpellChecker/lang/ro.js, + plugins/TableOperations/table-operations.js, + plugins/TableOperations/img/cell-delete.gif, + plugins/TableOperations/img/cell-insert-after.gif, + plugins/TableOperations/img/cell-insert-before.gif, + plugins/TableOperations/img/cell-merge.gif, + plugins/TableOperations/img/cell-prop.gif, + plugins/TableOperations/img/cell-split.gif, + plugins/TableOperations/img/col-delete.gif, + plugins/TableOperations/img/col-insert-after.gif, + plugins/TableOperations/img/col-insert-before.gif, + plugins/TableOperations/img/col-split.gif, + plugins/TableOperations/img/row-delete.gif, + plugins/TableOperations/img/row-insert-above.gif, + plugins/TableOperations/img/row-insert-under.gif, + plugins/TableOperations/img/row-prop.gif, + plugins/TableOperations/img/row-split.gif, + plugins/TableOperations/img/table-prop.gif, + plugins/TableOperations/lang/en.js, + plugins/TableOperations/lang/fi.js, + plugins/TableOperations/lang/ro.js, popups/about.html, + popups/blank.html, popups/custom2.html, popups/dialog.css, + popups/dlg_ins_char.html, popups/dlg_ins_char.php, + popups/dlg_ins_smile.php, popups/editor_help.html, + popups/fullscreen.html, popups/fullscreen.php, + popups/insert_image.html, popups/insert_image.php, + popups/insert_table.html, popups/insert_table.php, + popups/new_insert_image.html, popups/popup.js, + popups/select_color.html: + + HTMLArea 3.0, slightly edited by Janne Mikkonen. Alpha version. + +2003-10-28 Tuesday 22:24 moodler + + * mod/forum/lib.php, theme/UPGRADE.txt, theme/standard/styles.php, + theme/standardblue/styles.php, theme/standardgreen/styles.php, + theme/standardlogo/styles.php, theme/standardred/styles.php, + theme/standardwhite/styles.php: + + new style forumheaderlist (instead of re-using forumpost as before) + +2003-10-28 Tuesday 13:55 martignoni + + * lang/fr/docs/teacher.html: + + Initial bit of translation + +2003-10-28 Tuesday 10:27 stronk7 + + * admin/users.php: + + Small typo !! :-) + +2003-10-28 Tuesday 08:10 willcast + + * mod/glossary/: deleteentry.html, edit.html, edit.php, index.php, + lib.php, view.php, formats/2.php, formats/3.php, formats/4.php, + formats/5.php: + + - New encapsulated functions in order to make easier to create new + display formats - Fixed problem when showing 'ALL' in alphabet + frame - Disabled unnecessary fields when selecting DO NOT + AUTOMATICALY LINK THIS ENTRY in the adde entry screen + +2003-10-28 Tuesday 07:52 martignoni + + * lang/fr/docs/faq.html: + + File translation terminated + +2003-10-28 Tuesday 06:44 moodler + + * lib/moodlelib.php: + + Sometimes you really want to know if they are a teacher + +2003-10-28 Tuesday 06:35 moodler + + * lib/moodlelib.php: + + If debugging is on, then make SMTP print debugging info + +2003-10-28 Tuesday 06:01 moodler + + * mod/resource/view.php: + + Make sure resources are put through format_text so that they can be + processed properly (eg autolinking) + +2003-10-28 Tuesday 01:50 moodler + + * mod/quiz/multiple.php: + + Use unique stamps when creating multiple questions ... + +2003-10-27 Monday 20:09 moodler + + * user/view.php: + + Print "never" on profile page if the user has never logged in + +2003-10-27 Monday 09:31 stronk7 + + * mod/glossary/restorelib.php: + + Take out some debug info. Forgot it in previous commit. + +2003-10-27 Monday 09:26 stronk7 + + * backup/version.php: + + Bump. timeaccess (students and teachers) working. + +2003-10-27 Monday 09:23 stronk7 + + * backup/: backuplib.php, restorelib.php: + + timeaccess (students and teachers) included in backup/restore. :-) + +2003-10-27 Monday 06:25 moodler + + * mod/glossary/mod.html: + + A little typo hiding the continuous format + +2003-10-27 Monday 06:15 moodler + + * user/view.php: + + The last access date is now that of the course. + +2003-10-27 Monday 06:01 moodler + + * admin/cron.php, lib/datalib.php: + + Get longtimenosee students according to their course access (not + site access) + +2003-10-27 Monday 05:38 moodler + + * lib/db/: mysql.php, postgres7.php: + + Much better updating of access times to make the accurate straight + away + +2003-10-27 Monday 05:22 koenr + + * lang/nl/help/glossary/: mainglossary.html, displayformat.html, + fullmatch.html, mods.html, studentcanpost.html: + + Minor changes + +2003-10-27 Monday 04:37 moodler + + * version.php, course/lib.php, lib/datalib.php, lib/db/mysql.php, + lib/db/mysql.sql, lib/db/postgres7.php, lib/db/postgres7.sql, + user/index.php: + + Added a new column to user_students and user_teachers called + "timeaccess" for recording the last access to the COURSE. + + This is updated at the same time as add_to_log and is now used + instead of user->lastaccess when course user listings are required. + + This means course listings now show what you expect and open up the + way for a "current users" listing and instant messaging etc ... + +2003-10-27 Monday 01:41 koenr + + * lang/nl/help/glossary/: index.html, mainglossary.html: + + Translated by Koen Roggemans + +2003-10-27 Monday 00:31 moodler + + * course/lib.php, pix/movehere.gif, + theme/cordoroyblue/pix/movehere.gif: + + Thomas Robb suggested a movehere image instead of the string. I + made an image and I agree it looks/works a lot better. + +2003-10-27 Monday 00:23 mits + + * lang/ja/: README, assignment.php, resource.php: + + Translated few. + +2003-10-26 Sunday 22:25 moodler + + * lang/en/glossary.php: + + Slight alteration to search option, since not all glossary types + are "definitions" ... using "full text" is more generic + +2003-10-26 Sunday 15:43 koenr + + * lang/nl/: assignment.php, countries.php, glossary.php: + + filling in missing strings + +2003-10-26 Sunday 15:21 koenr + + * lang/nl/help/glossary/: allowcomments.html, + allowduplicatedentries.html, casesensitive.html, description.html, + displayformat.html, fullmatch.html, index.html, mods.html, + studentcanpost.html, usedynalink.html: + + translated by Koen Roggemans + +2003-10-26 Sunday 08:12 moodler + + * lang/en/docs/coding.html: + + Trivial changes that were hanging around + +2003-10-26 Sunday 08:10 moodler + + * lang/en/assignment.php: + + No due date string + +2003-10-26 Sunday 08:08 moodler + + * auth/db/lib.php: + + Trying to avoid database clashes + +2003-10-26 Sunday 08:07 moodler + + * theme/oceanblue/styles.php: + + Fixed colours again + +2003-10-26 Sunday 01:14 moodler + + * mod/glossary/index.php: + + In the index, show how many entries there are in each glossary + +2003-10-26 Sunday 01:06 moodler + + * mod/glossary/view.php: + + Use format_text for consistency + +2003-10-24 Friday 22:59 moodler + + * lib/adodb/: adodb-cryptsession.php, adodb-csvlib.inc.php, + adodb-datadict.inc.php, adodb-error.inc.php, adodb-errorhandler.inc.php, adodb-errorpear.inc.php, adodb-lib.inc.php, adodb-pager.inc.php, adodb-pear.inc.php, - adodb-recordset.inc.php, adodb-session-clob.php, adodb-session.php, - adodb-time.inc.php, adodb-xmlschema.inc.php, adodb-xmlschema.zip, - adodb.inc.php, crypt.inc.php, docs-adodb.htm, docs-datadict.htm, - docs-session.htm, pivottable.inc.php, readme.htm, rsfilter.inc.php, - server.php, tips_portable_sql.htm, toexport.inc.php, - tohtml.inc.php, datadict/datadict-access.inc.php, + adodb-perf.inc.php, adodb-session-clob.php, adodb-session.php, + adodb-xmlschema.inc.php, adodb.inc.php, docs-adodb.htm, + docs-datadict.htm, docs-perf.htm, docs-session.htm, + pivottable.inc.php, rsfilter.inc.php, server.php, toexport.inc.php, + tohtml.inc.php, + adodb-xmlschema-0.0.1-snap20030511/docs/media/bg_left.png, + adodb-xmlschema-0.0.1-snap20030511/docs/media/stylesheet.css, + adodb-xmlschema-0.0.1-snap20030511/docs/xmlschema/_adodb-xmlschema_ + php.html, + adodb-xmlschema-0.0.1-snap20030511/docs/xmlschema/adoSchema.html, + adodb-xmlschema-0.0.1-snap20030511/docs/xmlschema/package_xmlschema + .html, datadict/datadict-access.inc.php, datadict/datadict-db2.inc.php, datadict/datadict-generic.inc.php, datadict/datadict-ibase.inc.php, datadict/datadict-informix.inc.php, datadict/datadict-mssql.inc.php, datadict/datadict-mysql.inc.php, datadict/datadict-oci8.inc.php, datadict/datadict-postgres.inc.php, - drivers/adodb-access.inc.php, drivers/adodb-ado.inc.php, - drivers/adodb-ado_access.inc.php, drivers/adodb-ado_mssql.inc.php, + datadict/datadict-sybase.inc.php, drivers/adodb-access.inc.php, + drivers/adodb-ado.inc.php, drivers/adodb-ado_access.inc.php, + drivers/adodb-ado_mssql.inc.php, drivers/adodb-borland_ibase.inc.php, drivers/adodb-csv.inc.php, drivers/adodb-db2.inc.php, drivers/adodb-fbsql.inc.php, drivers/adodb-firebird.inc.php, drivers/adodb-ibase.inc.php, @@ -5746,1901 +8401,3856 @@ A more user-friendly version of this is in doc/release.html drivers/adodb-odbc_oracle.inc.php, drivers/adodb-oracle.inc.php, drivers/adodb-postgres.inc.php, drivers/adodb-postgres64.inc.php, drivers/adodb-postgres7.inc.php, drivers/adodb-proxy.inc.php, - drivers/adodb-sqlanywhere.inc.php, drivers/adodb-sybase.inc.php, - drivers/adodb-vfp.inc.php, lang/adodb-en.inc.php, - lang/adodb-fr.inc.php, tests/benchmark.php, tests/client.php, - tests/test-datadict.php, tests/test.php, tests/test2.php, + drivers/adodb-sapdb.inc.php, drivers/adodb-sqlanywhere.inc.php, + drivers/adodb-sqlite.inc.php, drivers/adodb-sybase.inc.php, + drivers/adodb-vfp.inc.php, perf/perf-db2.inc.php, + perf/perf-informix.inc.php, perf/perf-mssql.inc.php, + perf/perf-mysql.inc.php, perf/perf-oci8.inc.php, + perf/perf-postgres.inc.php, tests/benchmark.php, tests/client.php, + tests/test-datadict.php, tests/test-xmlschema.php, tests/test.php, + tests/test2.php, tests/test3.php, tests/test4.php, tests/test5.php, + tests/testcache.php, tests/testdatabases.inc.php, + tests/testgenid.php, tests/testmssql.php, tests/testoci8.php, + tests/testoci8cursor.php, tests/testpaging.php, tests/testpear.php, + tests/testsessions.php: + + Updates to ADOdb 4.0.1 - some bug fixes + +2003-10-24 Friday 19:53 moodler + + * mod/glossary/mod.html: + + Now uses choose_from_menu() for the format display, and the items + are now sorted. + + The other items could be easily done with choose_from_menu() too + ;-) + +2003-10-24 Friday 19:38 moodler + + * mod/quiz/edit.php: + + Fixed background colours in quix editing page body-> cellcontent2 + +2003-10-24 Friday 18:38 giro123 + + * lang/es/help/dialogue/: addsubject.html, closedialogue.html, + deleteafter.html, dialoguetype.html, info.html, maildefault.html, + mods.html, multiple.html, sendmail.html, writing.html: + + [no log message] + +2003-10-24 Friday 18:35 giro123 + + * lang/es/: help/surveys.html, dialogue.php: + + [no log message] + +2003-10-23 Thursday 23:27 moodler + + * lib/weblib.php: + + Remove quotes from title - these can cause the stylesheet to not + load properly on Internet Explorer. + +2003-10-23 Thursday 20:12 moodler + + * lang/da/: README, assignment.php, auth.php, chat.php, forum.php, + journal.php, moodle.php, quiz.php, resource.php, survey.php, + workshop.php: + + Updates from Kristian Nielsen + +2003-10-23 Thursday 14:49 koenr + + * lang/nl/help/quiz/index.html: + + adding link + +2003-10-23 Thursday 14:37 koenr + + * lang/nl/countries.php: + + translated by Koen Roggemans + +2003-10-23 Thursday 13:20 koenr + + * lang/nl/glossary.php: + + translated by Koen Roggemans + +2003-10-23 Thursday 10:39 rkingdon + + * mod/dialogue/icon.gif: + + New icon from Eloy Lafuente. + +2003-10-23 Thursday 10:31 rkingdon + + * lang/en/exercise.php: + + Extra sting for Administration page. + +2003-10-23 Thursday 08:40 moodler + + * mod/quiz/lib.php: + + Fix bug in NUMERICAL questions where feedback was only shown if the + question was correct + +2003-10-23 Thursday 07:54 martignoni + + * lang/fr/docs/faq.html: + + Translation is now half-way! + +2003-10-22 Wednesday 20:49 moodler + + * lang/en/docs/installamp.html: + + Updates for EasyPHP 1.7 + +2003-10-22 Wednesday 13:06 gregb_cc + + * mod/journal/lib.php: + + This is a massive speed increase in journal_get_users_done. + + The fix requires UNION support in the database. I've added a + simple little test to see if UNION queries work. + + This change very much needs to be tested out by someone using MySQL + 3. If it tests out there successfully, the supports_union code + should be moved out of this file and into datalib. Ideally, + someone will extend that test and creatle get_records_union_sql, a + function that would split up UNION queries for databases that don't + support them and do an array_merge (and proper sorting, which is + missing from my fix) on the result sets. + +2003-10-22 Wednesday 09:27 stronk7 + + * theme/cordoroyblue/pix/mod/glossary/icon.gif: + + Added glossary icon to cordoroyblue theme + +2003-10-22 Wednesday 09:19 stronk7 + + * course/lib.php: + + Take out one notice when the only activity was create a module and + delete it. Strange but possible. :-) + +2003-10-22 Wednesday 07:26 moodler + + * version.php: + + Bump + +2003-10-22 Wednesday 06:59 moodler + + * lang/en/: glossary.php, help/glossary/allowcomments.html, + help/glossary/allowduplicatedentries.html, + help/glossary/casesensitive.html, help/glossary/description.html, + help/glossary/displayformat.html, help/glossary/fullmatch.html, + help/glossary/mainglossary.html, help/glossary/mods.html, + help/glossary/studentcanpost.html, help/glossary/usedynalink.html: + + I revised some of the Glossary texts in English. + +2003-10-22 Wednesday 06:14 moodler + + * course/lib.php, mod/label/lib.php, mod/resource/lib.php: + + Modularised some of the processing for "extra" information such as + information for popup windows on resources and labels + +2003-10-22 Wednesday 04:37 martignoni + + * lang/fr/docs/faq.html: + + Initial bit of translation + +2003-10-22 Wednesday 01:52 moodler + + * lib/adodb/: adodb-cryptsession.php, adodb-csvlib.inc.php, + adodb-datadict.inc.php, adodb-error.inc.php, + adodb-errorhandler.inc.php, adodb-errorpear.inc.php, + adodb-lib.inc.php, adodb-pager.inc.php, adodb-pear.inc.php, + adodb-perf.inc.php, adodb-session-clob.php, adodb-session.php, + adodb-time.inc.php, adodb-time.zip, adodb-xmlschema.inc.php, + adodb-xmlschema.zip, adodb.inc.php, crypt.inc.php, docs-adodb.htm, + docs-datadict.htm, docs-session.htm, license.txt, + pivottable.inc.php, readme.htm, readme.txt, rsfilter.inc.php, + server.php, tips_portable_sql.htm, toexport.inc.php, + tohtml.inc.php, adodb-xmlschema-0.0.1-snap20030511/Changelog, + adodb-xmlschema-0.0.1-snap20030511/INSTALL, + adodb-xmlschema-0.0.1-snap20030511/LICENSE, + adodb-xmlschema-0.0.1-snap20030511/README, + adodb-xmlschema-0.0.1-snap20030511/adodb-xmlschema.inc.php, + adodb-xmlschema-0.0.1-snap20030511/example.php, + adodb-xmlschema-0.0.1-snap20030511/example.xml, + adodb-xmlschema-0.0.1-snap20030511/xmlschema.dtd, + adodb-xmlschema-0.0.1-snap20030511/xmlschema.html, + adodb-xmlschema-0.0.1-snap20030511/docs/blank.html, + adodb-xmlschema-0.0.1-snap20030511/docs/classtrees_xmlschema.html, + adodb-xmlschema-0.0.1-snap20030511/docs/elementindex.html, + adodb-xmlschema-0.0.1-snap20030511/docs/elementindex_xmlschema.html + , adodb-xmlschema-0.0.1-snap20030511/docs/errors.html, + adodb-xmlschema-0.0.1-snap20030511/docs/index.html, + adodb-xmlschema-0.0.1-snap20030511/docs/li_xmlschema.html, + adodb-xmlschema-0.0.1-snap20030511/docs/packages.html, + datadict/datadict-access.inc.php, datadict/datadict-db2.inc.php, + datadict/datadict-generic.inc.php, datadict/datadict-ibase.inc.php, + datadict/datadict-informix.inc.php, + datadict/datadict-mssql.inc.php, datadict/datadict-mysql.inc.php, + datadict/datadict-oci8.inc.php, datadict/datadict-postgres.inc.php, + datadict/datadict-sybase.inc.php, drivers/adodb-access.inc.php, + drivers/adodb-ado.inc.php, drivers/adodb-ado_access.inc.php, + drivers/adodb-ado_mssql.inc.php, + drivers/adodb-borland_ibase.inc.php, drivers/adodb-csv.inc.php, + drivers/adodb-db2.inc.php, drivers/adodb-fbsql.inc.php, + drivers/adodb-firebird.inc.php, drivers/adodb-ibase.inc.php, + drivers/adodb-informix.inc.php, drivers/adodb-informix72.inc.php, + drivers/adodb-mssql.inc.php, drivers/adodb-mssqlpo.inc.php, + drivers/adodb-mysql.inc.php, drivers/adodb-mysqlt.inc.php, + drivers/adodb-oci8.inc.php, drivers/adodb-oci805.inc.php, + drivers/adodb-oci8po.inc.php, drivers/adodb-odbc.inc.php, + drivers/adodb-odbc_mssql.inc.php, + drivers/adodb-odbc_oracle.inc.php, drivers/adodb-oracle.inc.php, + drivers/adodb-postgres.inc.php, drivers/adodb-postgres64.inc.php, + drivers/adodb-postgres7.inc.php, drivers/adodb-proxy.inc.php, + drivers/adodb-sapdb.inc.php, drivers/adodb-sqlanywhere.inc.php, + drivers/adodb-sqlite.inc.php, drivers/adodb-sybase.inc.php, + drivers/adodb-vfp.inc.php, lang/adodb-cz.inc.php, + lang/adodb-en.inc.php, lang/adodb-es.inc.php, + lang/adodb-fr.inc.php, lang/adodb-it.inc.php, + lang/adodb-pt-br.inc.php, lang/adodb-ru1251.inc.php, + lang/adodb-sv.inc.php, perf/perf-db2.inc.php, + perf/perf-informix.inc.php, perf/perf-mssql.inc.php, + perf/perf-mysql.inc.php, perf/perf-oci8.inc.php, + perf/perf-postgres.inc.php, tests/benchmark.php, tests/client.php, + tests/test-datadict.php, tests/test-perf.php, + tests/test-xmlschema.php, tests/test.php, tests/test2.php, tests/test3.php, tests/test4.php, tests/test5.php, tests/testcache.php, tests/testdatabases.inc.php, tests/testgenid.php, tests/testmssql.php, tests/testoci8.php, tests/testoci8cursor.php, tests/testpaging.php, tests/testpear.php, - tests/testsessions.php, tests/time.php, tests/tmssql.php: + tests/testsessions.php, tests/time.php, tests/tmssql.php, + tests/xmlschema.xml: - Upgraded ADOdb to 3.60 ... supposed to be faster plus has bugfixes + Upgraded to AdoDB 4.00 ... starting to think seriously about the + data dictionary conversion ... -2003-07-04 Friday 21:31 moodler +2003-10-22 Wednesday 00:54 moodler - * lang/en/moodle.php: + * theme/garden/: config.php, styles.php: - Added a missing string + Fixed some missing styles -2003-07-04 Friday 20:54 moodler +2003-10-22 Wednesday 00:51 moodler - * mod/forum/lib.php: + * theme/cordoroyblue/: config.php, styles.php: - Display images inline when attached to forum posts + Some missing styles -2003-07-04 Friday 10:47 stronk7 +2003-10-22 Wednesday 00:48 moodler - * admin/index.php: + * theme/brightretro/: config.php, styles.php: - Little modification to show the "Backup Course" option if backup - utility is installed (not shwown else) + FIxed some missing styles and colours -2003-07-04 Friday 10:02 giro123 +2003-10-22 Wednesday 00:47 moodler - * lang/es/docs/coding.html: + * theme/oceanblue/config.php: - [no log message] + Some missing colours -2003-07-04 Friday 06:39 moodler +2003-10-22 Wednesday 00:45 moodler - * version.php: + * theme/oceanblue/styles.php: - Just because it's about time to update it, and there's some big - developments starting up. + New styles -2003-07-04 Friday 06:24 moodler +2003-10-21 Tuesday 21:15 willcast - * lang/en/docs/coding.html: + * lang/en/glossary.php, mod/glossary/approve.php, + mod/glossary/dynalink.php, mod/glossary/edit.php, + mod/glossary/editcategories.html, mod/glossary/editcategories.php, + mod/glossary/lib.php, mod/glossary/view.php: - Made a small start on the coding guidelines + - Added a new frame: Browse by date. - Removing unnecesary double + quotes (not all of them yet) -2003-07-03 Thursday 16:22 stronk7 +2003-10-21 Tuesday 13:45 willcast - * backup/STATUS.txt: + * mod/glossary/: dynalink.php, mod.html: - Now quizzes are restored too !! + - Sorting entries by the length of the concept so large concepts + could be linked first if they exist in the text to parse (avoiding + that smaller concepts "gain control" over the larges one). - + Setting hard=coded default settings to glossary (will be replaced + soon by global default settings) -2003-07-03 Thursday 16:21 stronk7 +2003-10-21 Tuesday 11:32 willcast - * backup/backup_version.php: + * mod/glossary/comment.php: - Updated to 0.8.0 alpha. Quizzes included !! Broken compatibility - with previous backups. + - Preventing guest for posting comments on entries -2003-07-03 Thursday 16:18 stronk7 +2003-10-21 Tuesday 09:30 willcast - * backup/restorelib.php: + * mod/glossary/: approve.php, dynalink.php: - Some comments and debug + - Fixed bug the dealing with concepts that contains slashes -2003-07-03 Thursday 15:01 giro123 +2003-10-21 Tuesday 06:27 willcast - * lang/es/docs/credits.html: + * mod/glossary/: dynalink.php, edit.php, lib.php, showentry.php, + view.php: - Hungarian + - Fixed some bugs detected with Jeff's glossary (mostly with + dynalink link feature) -2003-07-03 Thursday 07:09 bobopinna +2003-10-21 Tuesday 02:49 stronk7 - * lang/it/: forum.php, moodle.php, quiz.php: + * mod/glossary/restorelib.php: - Fill some new blank in version 1.0.9 + Small typo :-) -2003-07-03 Thursday 05:19 moodler +2003-10-20 Monday 23:55 moodler - * lib/moodlelib.php: + * theme/: standard/styles.php, standardblue/styles.php, + standardgreen/styles.php, standardlogo/styles.php, + standardred/styles.php, standardwhite/styles.php: - Keep strings cached in memory during a single page to improve - performance on slow filesystems or bad file caching. - (experimental) + Put rounded corners on category box too -2003-07-03 Thursday 02:53 bobopinna - - * lang/it/moodle.php: - - Some blank filled. - -2003-07-02 Wednesday 15:33 stronk7 - - * backup/backup_version.php: - - Solved bug when triyng to backup mod without any module files. - Thanks to Daniel Miksik. - -2003-07-02 Wednesday 10:30 stronk7 - - * mod/quiz/lib.php: - - Excluded form quiz_choose_random_questions the quiz questions to - avoid duplicates in quiz. Bug #544. Closed. - -2003-07-02 Wednesday 04:59 moodler +2003-10-20 Monday 23:42 moodler * lib/weblib.php: - For plain format, retain multiple spaces + Slightly nicer code when redirecting -2003-07-02 Wednesday 01:37 moodler +2003-10-20 Monday 23:40 moodler - * admin/config.html: + * course/lib.php, user/index.php, user/lib.php, user/view.php: - Allow default countyr to be unset again + Some cleanups for some of the HTML, including addition of new + styles -2003-07-02 Wednesday 01:09 moodler +2003-10-20 Monday 23:39 moodler - * lang/en/docs/credits.html: + * theme/: UPGRADE.txt, standard/config.php, standard/styles.php, + standardblue/config.php, standardblue/styles.php, + standardgreen/config.php, standardgreen/styles.php, + standardlogo/config.php, standardlogo/styles.php, + standardred/config.php, standardred/styles.php, + standardwhite/config.php, standardwhite/styles.php: - Hungarian credits + Some additions to standard styles -2003-07-02 Wednesday 01:08 moodler +2003-10-20 Monday 22:19 willcast - * lang/hu/: assignment.php, auth.php, choice.php, forum.php, - journal.php, moodle.php, quiz.php, readme.txt, resource.php, - survey.php, docs/module_files.txt, help/login.html, - help/reading.html, help/text.html: + * mod/glossary/: backuplib.php, restorelib.php: - New translation (based on 1.0.8.1) from Istvan Bozsa - (bozsa@jht.gau.hu) + - Backup/Restore of the new field -2003-07-01 Tuesday 23:25 carlesbellver +2003-10-20 Monday 21:56 willcast + + * lang/en/glossary.php: + + - New entries for the new feature + +2003-10-20 Monday 21:55 willcast + + * mod/glossary/: approve.php, check.gif, comment.html, comment.php, + deleteentry.php, dynalink.php, edit.html, edit.php, lib.php, + mod.html, version.php, view.php, db/mysql.php, db/mysql.sql, + formats/2.php, formats/3.php, formats/4.php, formats/5.php: + + - Cleaning a lot of code in edit.php and view.php - Removing more + notices when debug is ON - Added a new feature: Now the entries + have a default approval status... Not approved entries are shown on + a teachers-only frame from which they can be approved or not prior + to be visible by everyone. + +2003-10-20 Monday 20:58 moodler + + * course/loggraph.php: + + Removed unnecessary code (maxlogs) + +2003-10-20 Monday 19:30 moodler + + * help.php: + + Put the help inside a box, in case the background is dark + +2003-10-20 Monday 19:25 moodler + + * course/lib.php: + + Don't display search buttons if all the courses are being displayed + anyway + +2003-10-20 Monday 12:09 rkingdon + + * mod/dialogue/lib.php: + + New function dialogue_count_all_needing_replies_self($user) added + to lib.php. + +2003-10-20 Monday 09:42 willcast + + * mod/glossary/: deleteentry.php, dynalink.php, lib.php: + + - Removing notices when debug is on - Deleting entries with + attachments now delete the attachments properly + +2003-10-19 Sunday 16:04 stronk7 + + * backup/version.php: + + Bump :-) + +2003-10-19 Sunday 15:24 stronk7 + + * mod/glossary/restorelib.php: + + Now, glossary_comments are in restore too !! :-) + +2003-10-19 Sunday 15:00 stronk7 + + * mod/glossary/backuplib.php: + + Splited one function into two :-) + +2003-10-19 Sunday 14:38 stronk7 + + * mod/glossary/backuplib.php: + + Now glossary_comments are in backup. Solved one issue when + exporting categories. + +2003-10-19 Sunday 11:04 willcast + + * mod/glossary/: backuplib.php, restorelib.php: + + - Backing up new fields... - No restoring yet... :( + +2003-10-19 Sunday 09:40 rkingdon + + * mod/exercise/lib.php: + + Fixed bug in exercise_grades function. Fixed bug in viewing of + students assessments by teachers. + +2003-10-19 Sunday 09:03 willcast + + * lang/en/webquest.php: + + - Adding webquest.php to the lang directory.. It's annoying that + the system can't find the file and mess all the screen when editing + is on. + + Just have the name of the module anyway. + +2003-10-19 Sunday 08:49 willcast + + * mod/glossary/backuplib.php: + + - Fixed bug related to comments when doing a backup... + +2003-10-19 Sunday 08:18 moodler + + * lang/en/resource.php: + + new string for choosing a file + +2003-10-19 Sunday 08:02 moodler + + * mod/resource/: coursefiles.php, details.php: + + I finally added a proper course files browser to replace the menu. + +2003-10-19 Sunday 07:21 moodler + + * course/lib.php, mod/resource/view.php: + + Allow uploaded files to be declared in popup windows too. + +2003-10-19 Sunday 02:17 koenr + + * lang/nl/moodle.php: + + filling in missing strings... + +2003-10-19 Sunday 02:17 koenr + + * lang/nl/help/quiz/formatctm.html: + + translated by Koen Roggemans + +2003-10-18 Saturday 22:24 moodler + + * mod/workshop/lib.php: + + Some small style changes for tabs + +2003-10-18 Saturday 22:19 moodler + + * admin/index.php: + + Removed one hard-coded "admin" + +2003-10-18 Saturday 22:07 moodler + + * mod/glossary/lib.php: + + More styles -- missed the target last time! + +2003-10-18 Saturday 22:02 moodler + + * mod/glossary/lib.php: + + Added styles to tabs + +2003-10-18 Saturday 20:48 willcast + + * mod/glossary/: asc.gif, desc.gif: + + - A couple of icons that I forgot to include + +2003-10-18 Saturday 20:41 giro123 + + * lang/es/glossary.php: + + [no log message] + +2003-10-18 Saturday 20:40 willcast + + * lang/en/glossary.php, lang/en/help/glossary/displayformat.html, + mod/glossary/lib.php, mod/glossary/mod.html, + mod/glossary/version.php, mod/glossary/view.php, + mod/glossary/db/mysql.php: + + - Adding two more display formats: Continuous and FAQ - Fixed bug + 818: Adding a new view: Sorted (by creation date or by last + modified. + +2003-10-18 Saturday 20:28 moodler + + * mod/glossary/formats/: 2.php, 3.php: + + FIxed styles + +2003-10-18 Saturday 19:40 moodler + + * index.php: + + Use CFG->admin + +2003-10-18 Saturday 13:37 willcast + + * mod/glossary/showentry.php: + + - Fixed another bug when showing "dynaentries" (it does not take in + count the case sensitive setting) + +2003-10-18 Saturday 13:21 willcast + + * mod/glossary/: lib.php, showentry.php, showentry.php: + + - Fixed bug when showing "dynaentries" (it showed all concepts no + matter the course nor its dynasetting) + +2003-10-18 Saturday 12:22 martignoni + + * lang/fr/docs/upgrade.html: + + New translated file + +2003-10-18 Saturday 11:14 martignoni + + * lang/fr/docs/installamp.html: + + Translation terminated! + +2003-10-18 Saturday 06:48 willcast + + * mod/glossary/lib.php: + + - Housekeeping... :( + +2003-10-18 Saturday 06:43 willcast + + * mod/glossary/: deleteentry.php, lib.php: + + - Housekeeping... :) + +2003-10-18 Saturday 06:33 willcast + + * mod/glossary/: deleteentry.php, lib.php: + + - Fixed a problem when showing the icons in entries with inline + images. - Fixed a bug when deleting entries without attachments. + +2003-10-18 Saturday 05:17 mits + + * lang/ja/help/chat/: chatting.html, index.html, mods.html: + + New help translation. + +2003-10-18 Saturday 05:14 willcast + + * mod/glossary/editcategories.php: + + - "striping_tags" inthe title + +2003-10-18 Saturday 04:44 moodler + + * lang/en/docs/docstyles.css: + + Nicer styles in Mozilla + +2003-10-18 Saturday 04:44 moodler + + * doc/docstyles.css: + + Nicer styles on Mozilla + +2003-10-18 Saturday 03:22 mits + + * lang/ja/help/journal/: index.html, mods.html: + + New help translation. + +2003-10-18 Saturday 03:20 martignoni + + * lang/fr/docs/installamp.html: + + More translation (almost finished) + +2003-10-18 Saturday 02:52 mits + + * lang/ja/: README, glossary.php, moodle.php, workshop.php: + + New translation and polish some. + +2003-10-18 Saturday 01:48 mits + + * lang/ja/help/dialogue/dialoguetype.html: + + New help translation + +2003-10-17 Friday 08:35 willcast + + * mod/glossary/dynalink.php: + + - Two little mods in the category linking issue: The concepts + could be in more than one glossary so... I put it inside the + "if concept is category" conditional... I little more efficient. + +2003-10-17 Friday 08:30 moodler + + * mod/glossary/dynalink.php: + + Fixed category linking. :-) + +2003-10-17 Friday 08:06 martignoni + + * lang/fr/help/: surveys.html, surveys.html: + + Initial bit of translation + +2003-10-17 Friday 07:04 martignoni + + * lang/fr/docs/installamp.html: + + Just a little bit more translated + +2003-10-17 Friday 05:46 moodler + + * course/lib.php: + + Icons for activities should use $CFG->modpixpath so custom icons + work + +2003-10-17 Friday 05:30 moodler + + * lib/: moodlelib.php, setup.php: + + Same as Eloy's fix, just a few less lines of code. ;-) + +2003-10-17 Friday 04:49 moodler + + * version.php: + + Bump + +2003-10-17 Friday 02:54 stronk7 + + * lib/: moodlelib.php, setup.php: + + Do some isset() checkings with $CFG->sessioncookie. Previously + when debug turned on, login was impossible due to some notices sent + before writing http headers. + +2003-10-17 Friday 01:55 moodler + + * mod/glossary/lib.php: + + Made comments link smaller, and also prints "1 comment" and "2 + comments" + +2003-10-17 Friday 01:49 moodler + + * mod/glossary/comment.php: + + Some tidying up of the code to display the comment editing page + +2003-10-17 Friday 01:42 moodler + + * mod/glossary/: edit.html, edit.php: + + Some small changes ... made the heading a real heading and removed + includes from the template + +2003-10-17 Friday 01:38 moodler + + * mod/glossary/formats/: 1.php, 2.php, 3.php: + + Some more cleaning up of the HTML and code formatting ... + +2003-10-17 Friday 01:19 moodler + + * mod/glossary/: showentry.php, formats/3.php: + + Some modification so that the encyclopedia format looks more like + forum posts (in fact it uses the same styles) + +2003-10-16 Thursday 18:21 giro123 + + * lang/es/glossary.php: + + [no log message] + +2003-10-16 Thursday 15:04 willcast + + * lang/en/glossary.php, mod/glossary/db/mysql.php, + mod/glossary/db/mysql.sql, mod/glossary/db/postgres7.sql, + lang/en/help/glossary/casesensitive.html, + lang/en/help/glossary/fullmatch.html, + lang/en/help/glossary/usedynalink.html, mod/glossary/dynalink.php, + mod/glossary/edit.html, mod/glossary/edit.php, + mod/glossary/lib.php, mod/glossary/mod.html, + mod/glossary/showentry.php, mod/glossary/version.php: + + Case sensitive match Whole words match No match at all (a bit rude + (you have to get down to the HTML code), no GUI so far either) + Categories are now linked too (I forced to be a case sensitive + match) You can automatically link one or several glossaries at once + no matter if it is a main one or not. + +2003-10-16 Thursday 13:07 mits + + * lang/ja/: dialogue.php, glossary.php, moodle.php: + + New translation and plished some. + +2003-10-16 Thursday 12:46 mits + + * lang/ja/help/dialogue/: deleteafter.html, mods.html: + + New help translation + +2003-10-16 Thursday 11:05 mits + + * lang/ja/: README, assignment.php, forum.php, moodle.php: + + Sorry for slow translation. + +2003-10-16 Thursday 11:01 giro123 + + * lang/es/: glossary.php, moodle.php: + + [no log message] + +2003-10-16 Thursday 10:47 rkingdon + + * lang/en/exercise.php: + + A couple of extra messages for teachers about resubmissions. + +2003-10-16 Thursday 10:36 giro123 + + * lang/es/glossary.php: + + [no log message] + +2003-10-16 Thursday 10:36 martignoni + + * lang/fr/docs/installamp.html: + + First bit of translation + +2003-10-16 Thursday 10:35 rkingdon + + * mod/exercise/: assessments.php, lib.php, upload.php: + + More information to teachers on resubmissions. Add submission entry + to log only if upload is successful. + +2003-10-16 Thursday 10:20 giro123 + + * lang/es/help/glossary/: allowduplicatedentries.html, + displayformat.html, index.html, mainglossary.html, mods.html, + studentcanpost.html: + + [no log message] + +2003-10-16 Thursday 10:17 rkingdon + + * mod/workshop/submissions.php: + + Fixed bug stopping the calculation of final grades. + +2003-10-16 Thursday 09:58 giro123 + + * lang/es/help/glossary/: mainglossary.html, mods.html, + studentcanpost.html: + + [no log message] + +2003-10-16 Thursday 09:00 martignoni + + * lang/fr/docs/install.html: + + Changed to proper encoding + +2003-10-16 Thursday 08:51 martignoni + + * lang/fr/docs/install.html: + + Translation finished + +2003-10-16 Thursday 07:25 moodler + + * lib/weblib.php: + + Added nolink tag + +2003-10-16 Thursday 06:23 moodler + + * lib/moodlelib.php: + + Use $CFG->sessioncookie on MOODLEID cookie as well + +2003-10-16 Thursday 06:19 moodler + + * admin/config.html, lib/defaults.php, lib/setup.php, + lang/en/moodle.php: + + A new Moodle variable called sessioncookie is now added to the + session cookie name. This provides a means for multiple Moodles + within the same website to keep separate sessions and not get + confused. + +2003-10-16 Thursday 03:20 moodler + + * lib/weblib.php: + + Fixed comments on str_ireplace + +2003-10-16 Thursday 02:39 moodler + + * filter/censor/README.txt: + + Add a simple README + +2003-10-16 Thursday 02:33 moodler + + * filter/censor/censor.php: + + A very simple filter to censor "bad" words. + + Also provides an example of how to write filters. + +2003-10-16 Thursday 02:28 moodler + + * lib/weblib.php: + + Improved version of str_ireplace() for older versions of PHP (now + handles arrays) + +2003-10-15 Wednesday 23:37 willcast + + * mod/glossary/dynalink.php: + + - Testing... If you can read this.. I solved the problem (thanks to + Martin)! :) + +2003-10-15 Wednesday 23:00 moodler + + * mod/glossary/dynalink.php: + + Added version number to source + +2003-10-15 Wednesday 22:41 moodler + + * mod/glossary/lib.php: + + Slight change to glossary_print_entry_icons so that "comments" link + isn't printed if comments are disabled + +2003-10-15 Wednesday 22:15 willcast + + * lang/en/glossary.php, lang/en/help/glossary/allowcomments.html, + mod/glossary/backuplib.php, mod/glossary/comment.gif, + mod/glossary/comment.html, mod/glossary/comment.php, + mod/glossary/comments.php, mod/glossary/lib.php, + mod/glossary/mod.html, mod/glossary/restorelib.php, + mod/glossary/version.php, mod/glossary/db/mysql.php, + mod/glossary/db/mysql.sql, mod/glossary/db/postgres7.sql: + + - Now entries could be commented by other users. - KNOWN BUG: It + does not restore the comments even when userinfo is set... Eloy! I + need your help! :) + +2003-10-15 Wednesday 21:17 moodler + + * mod/attendance/lib.php: + + Add a check in case no attendances are defined + +2003-10-15 Wednesday 20:38 moodler + + * theme/: standardblue/config.php, standardblue/styles.php, + standardgreen/config.php, standardgreen/styles.php, + standardlogo/config.php, standardlogo/styles.php, + standardred/config.php, standardred/styles.php, + standardwhite/config.php, standardwhite/styles.php: + + Autolinks added + +2003-10-15 Wednesday 20:23 moodler + + * mod/glossary/dynalink.php: + + Added autolink style + +2003-10-15 Wednesday 20:23 moodler + + * theme/UPGRADE.txt: + + Info for upgraders + +2003-10-15 Wednesday 20:21 moodler + + * theme/standard/: config.php, styles.php: + + Added styles and colour for autolink'ed text + +2003-10-15 Wednesday 15:01 willcast + + * mod/glossary/dynalink.php: + + - Link within link issue: Solved. + +2003-10-15 Wednesday 14:53 koenr + + * lang/nl/docs/intro.html: + + translated by Koen Roggemans + +2003-10-15 Wednesday 13:31 koenr + + * lang/nl/: moodle.php, workshop.php: + + filling the gaps + +2003-10-15 Wednesday 13:20 koenr + + * lang/nl/docs/install.html: + + Translated by Koen Roggemans + +2003-10-15 Wednesday 10:27 willcast + + * mod/glossary/dynalink.php: + + - Link within link issue: Solved. + +2003-10-15 Wednesday 09:38 jungwirr + + * mod/quiz/format/coursetestmanager.php: + + + fixed import of shortanswer questions to get rid of blank answers + +2003-10-15 Wednesday 09:12 willcast + + * lang/en/glossary.php, mod/glossary/backuplib.php, + mod/glossary/edit.html, mod/glossary/edit.php, + mod/glossary/lib.php, lang/en/help/glossary/description.html, + mod/glossary/mod.html, mod/glossary/restorelib.php, + mod/glossary/version.php, mod/glossary/view.php, + mod/glossary/db/mysql.php, mod/glossary/db/mysql.sql, + mod/glossary/db/oci8po.sql, mod/glossary/db/postgres7.sql: + + - Solving bug 817 (adding a glossary overview) - Minor changes + adopting moodle's naming and coding conventions (perhaps not fully + adopted yet) - Solving bug that traspose All Categories with Not + Categorised view. + +2003-10-15 Wednesday 08:49 jungwirr + + * mod/quiz/format/coursetestmanager.php: + + + took out some debugging messages. + +2003-10-15 Wednesday 07:34 jungwirr + + * mod/attendance/version.php: + + + fixed some foreach problems with if tests + +2003-10-15 Wednesday 01:53 moodler + + * mod/quiz/: import.php, lib.php, format/coursetestmanager.php: + + Added new import format - Course Test Manager - from Russell + Jungwirth. + + All I've done is clean up the source code - I've not tested it at + all. + +2003-10-15 Wednesday 01:49 moodler + + * lib/odbc.php: + + New class for handling ODBC socket server + +2003-10-15 Wednesday 01:48 moodler + + * lang/en/help/quiz/: formatctm.html, import.html: + + New help for Course Test Manager import + +2003-10-14 Tuesday 19:48 moodler + + * lib/weblib.php: + + Some cleaning up ... shouldn't make much difference + +2003-10-14 Tuesday 10:33 stronk7 + + * mod/dialogue/restorelib.php: + + Small typo :-) + +2003-10-14 Tuesday 10:31 stronk7 + + * mod/exercise/lib.php: + + Function exercise_get_participants() included and working. :-) + +2003-10-14 Tuesday 10:26 stronk7 + + * backup/: backup_check.html, backup_form.html, restore_check.html: + + + Take out more notices in restore process. Undefined variables, + mainly. + +2003-10-14 Tuesday 10:13 rkingdon + + * mod/exercise/: lib.php, submissions.php: + + Minor re-ordering - Asssessments for teachers now ordered oldest + first, youngest last (previously they were ordered by title). + +2003-10-14 Tuesday 10:06 stronk7 + + * backup/: restore_check.html, restore_form.html: + + Take out more notices in restore process. Undefined variables, + mainly. + +2003-10-13 Monday 15:45 stronk7 + + * backup/: backup_check.html, backup_form.html, restore_form.html: + + Take out some notices !! :-) + +2003-10-13 Monday 15:44 stronk7 + + * backup/lib.php: + + Now, when copying files/folders, CFG->directorypermissions is + forced (previously permissions were copied from original) + +2003-10-13 Monday 13:40 koenr + + * lang/nl/forum.php: + + typo + +2003-10-13 Monday 13:15 koenr + + * lang/nl/moodle.php: + + typo + +2003-10-13 Monday 10:19 giro123 + + * lang/es/: help/attendance/mods.html, help/label/mods.html, + docs/docstyles.css: + + [no log message] + +2003-10-13 Monday 10:16 rkingdon + + * lang/en/help/workshop/managing.html: + + Changes to help file, describes the new phase. + +2003-10-13 Monday 09:58 giro123 + + * lang/es/: assignment.php, attendance.php, countries.php, + forum.php, label.php, moodle.php, workshop.php: + + [no log message] + +2003-10-13 Monday 09:16 rkingdon + + * lang/en/workshop.php: + + Minor change to phase names. + +2003-10-13 Monday 08:23 rkingdon + + * mod/workshop/lib.php: + + Change to workshop_grades - only return grades when in the final + phase (phase 6). + +2003-10-13 Monday 07:56 rkingdon + + * mod/workshop/: index.php, lib.php, view.php: + + Workshop now has 6 phases. The phase is show on the Workshops page + (index.php). Administration page now excludes "hot" assessments + (peer assessments which have been allocated but not yet made). + +2003-10-13 Monday 07:52 rkingdon + + * lang/en/workshop.php: + + Additional strings for 6 phases and showing the phase on the index + page. + +2003-10-13 Monday 07:44 moodler + + * mod/glossary/dynalink.php: + + Minor formatting change ... links were obtrusive in forums etc ... + + Will, what do you think? + +2003-10-13 Monday 07:11 moodler + + * config-dist.php, lib/weblib.php, mod/glossary/dynalink.php: + + NEW EXPERIMENTAL FEATURE: text filters. + + This new feature allows arbitrary text filters to be added to any + HTML that is printed (forum posts, resources etc) ... anything that + uses the standard format_text function. + + The first one properly supported is the glossary dynamic linking + feature. + +2003-10-13 Monday 07:03 moodler + + * course/format/: topics.php, weeks.php: + + use format_text, not text_to_html + +2003-10-13 Monday 05:44 rkingdon + + * lang/en/help/dialogue/addsubject.html: + + Additonal help file - addsubject. + +2003-10-13 Monday 05:42 rkingdon + + * mod/dialogue/: edit.html, edit.php: + + Removing unused files. + +2003-10-13 Monday 05:41 rkingdon + + * mod/dialogue/: backuplib.php, dialogues.php, lib.php, mod.html, + restorelib.php, version.php, db/mysql.php, db/mysql.sql: + + Dialogue version 2003101300. + +2003-10-13 Monday 05:39 rkingdon + + * lang/en/dialogue.php: + + Some additional strings for version 2003101300. + +2003-10-13 Monday 05:31 rkingdon + + * lang/en/help/dialogue/sendmail.html: + + Addition help file - sendmail + +2003-10-13 Monday 03:47 martignoni + + * lang/fr/docs/install.html: + + A little more translation, almost finished ! + +2003-10-12 Sunday 20:16 moodler + + * lib/moodlelib.php: + + get_real_size can now pick up 900k + +2003-10-12 Sunday 13:57 martignoni + + * lang/fr/docs/install.html: + + More translation. Not yet finished. + +2003-10-12 Sunday 13:56 martignoni + + * lang/fr/docs/module_files.txt: + + Title translation was omitted + +2003-10-12 Sunday 13:55 martignoni + + * lang/fr/docs/files.php: + + Encoding corrected + +2003-10-12 Sunday 11:09 rkingdon + + * mod/dialogue/lib.php: + + Removed trailing blank line. + +2003-10-12 Sunday 11:03 moodler + + * lib/defaults.php, admin/config.html, course/lib.php, + course/unenrol.php, lang/en/moodle.php, user/view.php: + + A new configuration parameter 'allowunenroll' will enable/disable + the "unenrol me" buttons on user pages and course pages. + +2003-10-12 Sunday 10:32 moodler + + * version.php: + + Bump to cover Richtext picture insertion + +2003-10-12 Sunday 10:24 moodler + + * lib/weblib.php: + + FIxed bug when no courseid + +2003-10-12 Sunday 10:21 moodler + + * admin/site.php: + + Fix richtext editing and inserting images + +2003-10-12 Sunday 10:21 rkingdon + + * mod/exercise/todo.txt: + + Removing old todo.txt file. + +2003-10-12 Sunday 10:19 rkingdon + + * mod/exercise/: index.php, lib.php, view.php: + + Additional information exercises page (index.php). + +2003-10-12 Sunday 10:17 rkingdon + + * lang/en/exercise.php: + + Extra strings for index.php page. + +2003-10-12 Sunday 10:12 moodler + + * lib/weblib.php: + + A new feature to allow teachers to browse course files to find + images to insert into Richtext editor windows. + + This hack was started by Janne Mikkonen, and I further refined it + to fit better into Moodle. + + See: http://moodle.org/mod/forum/discuss.php?d=2126 + +2003-10-12 Sunday 06:38 giro123 + + * lang/es/countries.php: + + [no log message] + +2003-10-10 Friday 16:04 koenr + + * lang/nl/moodle.php: + + filling in the missing strings ... + +2003-10-10 Friday 15:54 koenr + + * lang/nl/docs/install.html: + + translated till 8 + +2003-10-10 Friday 14:26 koenr + + * lang/nl/docs/teacher.html: + + deleted broken link + +2003-10-10 Friday 11:57 stronk7 + + * mod/dialogue/lib.php: + + Added the dialogue_get_participants() function to use it in + backup/restore. + +2003-10-10 Friday 00:49 moodler + + * lang/af/: assignment.php, auth.php, chat.php, choice.php, + forum.php, journal.php, moodle.php, quiz.php, resource.php, + survey.php, workshop.php: + + Latest updates for Moodle 1.1 by Riaan de Villiers + +2003-10-09 Thursday 23:02 moodler + + * mod/resource/view.php: + + Smaller borders on frames + +2003-10-09 Thursday 20:15 moodler + + * lang/en/docs/faq.html: + + Added information about Norton fireewalls + +2003-10-09 Thursday 18:54 mits + + * lang/ja/: help/courseshortname.html, README, moodle.php: + + Polished. + +2003-10-09 Thursday 09:50 moodler + + * version.php: + + Bump de bump + +2003-10-09 Thursday 09:47 moodler + + * course/lib.php: + + Add an "unenrol" link for students on the course page + +2003-10-09 Thursday 09:36 moodler + + * mod/forum/lib.php: + + Only print the ratings button if there are ratings to be made. + +2003-10-09 Thursday 07:44 mits + + * lang/ja/: README, moodle.php: + + Polished. + +2003-10-09 Thursday 05:42 moodler + + * course/view.php: + + Removed focus from course page - see Bug 825 + +2003-10-09 Thursday 01:45 moodler + + * admin/module.php: + + No need for focus + +2003-10-08 Wednesday 21:58 moodler + + * mod/forum/lib.php: + + Some changes so that forum_cron is not fooled in case there is + already a real $USER variable present (eg if cron.php was run + manually) and so the timezones are not calculated incorrectly. + +2003-10-08 Wednesday 14:36 koenr + + * lang/nl/docs/install.html: + + Section 1-5 translated by Koen Roggemans + +2003-10-08 Wednesday 14:18 koenr + + * lang/nl/docs/files.php: + + translated by Koen Roggemans + +2003-10-08 Wednesday 14:14 martignoni + + * lang/fr/docs/: install.html, install.html: + + Partial translation + +2003-10-08 Wednesday 13:05 koenr + + * lang/nl/help/workshop/overallocation.html: + + translated by Koen Roggemans + +2003-10-08 Wednesday 13:03 koenr + + * lang/nl/help/workshop/index.html: + + filling in missing links... + +2003-10-08 Wednesday 13:01 koenr + + * lang/nl/help/workshop/: includeteachersgrade.html, + leaguetable.html: + + translated by koen roggemans + +2003-10-08 Wednesday 12:09 jungwirr + + * mod/attendance/lib.php: + + + + fix attempt for auto-attendance logging. Set to use gmdate and + gmmktime functions. + +2003-10-08 Wednesday 12:06 koenr + + * lang/nl/help/forum/maxattachmentsize.html: + + translated by koen roggemans + +2003-10-08 Wednesday 12:04 koenr + + * lang/nl/help/: index.html, forum/index.html: + + filling in missing links... + +2003-10-08 Wednesday 11:50 koenr + + * lang/nl/help/courseuploadsize.html: + + translated by koen roggemans + +2003-10-08 Wednesday 11:21 koenr + + * lang/nl/label.php: + + translated by koen roggemans + +2003-10-08 Wednesday 11:15 rkingdon + + * mod/workshop/: index.php, lib.php, upload.php, version.php, + view.php, db/mysql.php, db/mysql.sql: + + Cosmetic change to index.php list; Logging of phase changes in a + workshop; tidy up of log_display entries - thus the new version; + +2003-10-08 Wednesday 11:02 jungwirr + + * mod/attendance/db/: postgres7.php, postgres7.sql: + + + + added official support for postgres7 + +2003-10-08 Wednesday 11:01 koenr + + * lang/nl/: assignment.php, forum.php, moodle.php, workshop.php: + + filling in missing strings + +2003-10-08 Wednesday 10:51 stronk7 + + * theme/cordoroyblue/pix/spacer.gif: + + This image was missing in this theme and '?' images were showded. + See http://moodle.org/mod/forum/discuss.php?d=2882 + +2003-10-08 Wednesday 09:48 martignoni + + * lang/fr/docs/: README.txt, files.php, install.html, + module_files.txt: + + New translated files + +2003-10-08 Wednesday 09:15 rkingdon + + * mod/dialogue/: backuplib.php, dialogues.php, edit.php, index.php, + lib.php, restorelib.php, version.php, view.php, db/mysql.php: + + Fix in Cron routine to delete closed dialogues; Remove No entries + on the Closed Dialogues pane to make it consistent with the other + panes. + +2003-10-08 Wednesday 08:57 koenr + + * lang/nl/help/workshop/elements.html: + + translated by Koen Roggemans + +2003-10-08 Wednesday 08:56 koenr + + * lang/nl/help/workshop/index.html: + + translated for version 1.1 + +2003-10-08 Wednesday 08:54 koenr + + * lang/nl/help/: index.html, mods.html: + + showing double help-files: fixed + +2003-10-08 Wednesday 08:53 koenr + + * lang/nl/workshop.php: + + Fillling missing strings ... + +2003-10-08 Wednesday 08:53 koenr + + * lang/nl/: moodle.php, help/resource/index.html: + + corrected typo + +2003-10-08 Wednesday 03:56 martignoni + + * lang/fr/countries.php: + + Changed to proper encoding + +2003-10-08 Wednesday 03:45 martignoni + + * lang/fr/countries.php: + + New translated file + +2003-10-08 Wednesday 00:35 stronk7 + + * backup/backuplib.php: + + Now scales users are in backup too. See bug 824. Closing it in + some hours. + +2003-10-07 Tuesday 22:53 moodler + + * admin/lang.php: + + Improved the heading a little + +2003-10-07 Tuesday 22:44 moodler + + * admin/lang.php: + + Split up the looooooooooooooong page into separate files, to make + editing a little easier! + +2003-10-07 Tuesday 20:49 moodler + + * lang/en/glossary.php: + + Tweak to add entry button + +2003-10-07 Tuesday 20:43 moodler + + * lang/en/glossary.php: + + iTweak to english + +2003-10-07 Tuesday 20:13 moodler + + * lang/en/glossary.php, mod/glossary/lib.php, + mod/glossary/view.php: + + Started out reformatting the code a little and ended up simplifying + the interface a bit ... hope you like it, Will! + +2003-10-07 Tuesday 18:24 moodler + + * help.php: + + Only show visible modules in help + +2003-10-07 Tuesday 07:54 moodler + + * lang/en/exercise.php, lang/en/help/exercise/administration.html, + lang/en/help/exercise/elements.html, + lang/en/help/exercise/finalgrades.html, + lang/en/help/exercise/grade.html, + lang/en/help/exercise/grading.html, + lang/en/help/exercise/gradinggrade.html, + lang/en/help/exercise/gradingstrategy.html, + lang/en/help/exercise/managing.html, + lang/en/help/exercise/mods.html, + lang/en/help/exercise/moreinfo.html, + lang/en/help/exercise/nelements.html, + lang/en/help/exercise/specimen.html, + lang/en/help/exercise/submissionofdescriptions.html, + lang/en/help/exercise/takeownership.html, + lang/en/help/exercise/usemax.html, mod/exercise/assessments.php, + mod/exercise/backuplib.php, mod/exercise/construction_icon.gif, + mod/exercise/icon.gif, mod/exercise/icon.png, + mod/exercise/icon2.gif, mod/exercise/icon2.png, + mod/exercise/index.php, mod/exercise/lib.php, + mod/exercise/mod.html, mod/exercise/restorelib.php, + mod/exercise/submissions.php, mod/exercise/todo.txt, + mod/exercise/upload.php, mod/exercise/version.php, + mod/exercise/view.php, mod/exercise/db/mysql.php, + mod/exercise/db/mysql.sql: + + First main-tree version of the Exercise module (formerly in + contrib) by Ray Kingdon. + + Works quite well, but it's not clear yet if this will be part of + major releases (due to the overlap with assignments and workshops + and the confusion this may cause). + +2003-10-07 Tuesday 07:26 martignoni + + * lang/fr/moodle.php: + + Cleanup of file "moodle.php" + +2003-10-07 Tuesday 07:02 moodler + + * backup/restore_execute.html: + + Don't throw an error if users aren't found - just print a notice. + +2003-10-07 Tuesday 07:01 moodler + + * backup/restorelib.php: + + Not having any users in a backup is not necessarily an error. + +2003-10-07 Tuesday 07:00 moodler + + * backup/backuplib.php: + + If there aren't any users, don't do anything. + +2003-10-07 Tuesday 06:59 moodler + + * backup/backup_execute.html: + + Added notifications right through the backup when errors occur. + +2003-10-07 Tuesday 05:14 stronk7 + + * mod/workshop/: backuplib.php, restorelib.php: + + Now assessment->resubmission is in backup/restore too. + +2003-10-07 Tuesday 05:02 stronk7 + + * mod/forum/: backuplib.php, restorelib.php: + + Now forum->maxbytes is supported in backup/restore. + +2003-10-07 Tuesday 04:58 stronk7 + + * backup/: backuplib.php, restorelib.php: + + Now course->maxbytes is supported in backup/restore. + +2003-10-06 Monday 20:29 moodler + + * course/category.php: + + Only print expanded course listing on the first page (ie short + category) + +2003-10-06 Monday 12:30 rkingdon + + * mod/workshop/: assessments.php, lib.php: + + Fixed links in email messages. + +2003-10-06 Monday 11:09 moodler + + * lib/weblib.php: + + is an allowed tag + +2003-10-06 Monday 11:02 moodler + + * version.php, lib/moodlelib.php, lib/db/mysql.php, + lib/db/mysql.sql, lib/db/postgres7.php, lib/db/postgres7.sql, + mod/forum/config.html, mod/forum/lib.php, user/edit.html, + mod/forum/mod.html, mod/forum/post.html, + mod/assignment/config.html, mod/assignment/lib.php, + mod/assignment/mod.html, mod/forum/version.php, + mod/forum/db/mysql.php, mod/forum/db/mysql.sql, + mod/forum/db/oci8po.sql, mod/forum/db/postgres7.php, + mod/forum/db/postgres7.sql, admin/config.html, admin/module.php, + course/edit.html, course/scales.php: + + These changes implement some better controls for controlling + uploads. + + 1) There is a new site-wide configuration variable called maxbytes, + which provides an upper filesize limit for all (student) + uploads. + + 2) There is a new course-level variable called maxbytes, which + further limits uploads within a course. + + 3) There is a new maxbytes field for forums, which further + restricts the size allowed in a particular forum. There is also + a new config variable in the module configuration to specify a + default size to use when defining a new forum. + + 4) Assignments already had a limit, but this is now aware of the + other limits, and like forums there is now a settable default + value. + + 5) Finally, the sizes of files (Gb, Mb, Kb, bytes) is now + translatable in the language packs. + +2003-10-06 Monday 10:44 moodler + + * lang/en/: assignment.php, forum.php, moodle.php, + help/courseuploadsize.html, help/index.html, help/forum/index.html, + help/forum/maxattachmentsize.html: + + New strings and help pages for file upload restrictions + +2003-10-06 Monday 07:46 martignoni + + * lang/fr/: TERMS, attendance.php, help/forum/ratings.html: + + New tranlated files added to repository + +2003-10-06 Monday 06:04 carlesbellver * lang/ca/moodle.php: [no log message] -2003-07-01 Tuesday 23:18 carlesbellver +2003-10-06 Monday 05:31 carlesbellver - * lang/ca/help/: coursecategory.html, courseformats.html, - coursefullname.html, coursenewsitems.html, coursenumsections.html, - courseshortname.html, coursestartdate.html, enrolmentkey.html, - guestaccess.html, picture.html, surveys.html, text.html: + * lang/ca/: README, assignment.php, choice.php, forum.php, + journal.php, moodle.php, reading.php, resource.php: [no log message] -2003-07-01 Tuesday 07:18 mits +2003-10-06 Monday 05:06 martignoni - * lang/ja/: README, moodle.php: + * lang/fr/README: - added $string['parentlanguage'] + Changed README to proper encoding -2003-06-29 Sunday 16:03 stronk7 +2003-10-06 Monday 05:00 moodler - * backup/backup_version.php: + * lang/en/dialogue.php, lang/en/help/dialogue/closedialogue.html, + lang/en/help/dialogue/deleteafter.html, + lang/en/help/dialogue/dialoguetype.html, + lang/en/help/dialogue/info.html, + lang/en/help/dialogue/maildefault.html, + lang/en/help/dialogue/mods.html, + lang/en/help/dialogue/multiple.html, + lang/en/help/dialogue/writing.html, mod/dialogue/README.txt, + mod/dialogue/backuplib.php, mod/dialogue/dialogues.php, + mod/dialogue/edit.html, mod/dialogue/edit.php, + mod/dialogue/icon.gif, mod/dialogue/index.php, + mod/dialogue/lib.php, mod/dialogue/mod.html, + mod/dialogue/restorelib.php, mod/dialogue/version.php, + mod/dialogue/view.php, mod/dialogue/db/mysql.php, + mod/dialogue/db/mysql.sql: - Update version to 0.7 alpha Changes is backup to avoid duplicate - tag names !! Broken backup/restore compatibility with previous - versions + Moving Dialogue into the main tree for convenience. -2003-06-29 Sunday 15:53 stronk7 +2003-10-06 Monday 00:36 carlesbellver - * backup/STATUS.txt: - - Begin restoring quizzes (STEP 2) Incomplete yet - -2003-06-28 Saturday 16:24 stronk7 - - * backup/backup_version.php: - - Now categories and questions are recovered completely (STEP1) Go up - a bit!! :-) - -2003-06-28 Saturday 16:16 stronk7 - - * backup/: restore_execute.html, restorelib.php, STATUS.txt: - - Now categories and questions are recovered completely (STEP1) - -2003-06-28 Saturday 11:45 moodler - - * lib/weblib.php: - - Better check of server name for unusual web servers - -2003-06-27 Friday 15:25 gregb_cc - - * course/lib.php: - - performance increase for make_editing_buttons, value for 'str' - stored in static variable - -2003-06-25 Wednesday 17:13 giro123 - - * lang/es/: docs/background.html, docs/credits.html, docs/cvs.html, - docs/developer.html, docs/faq.html, docs/features.html, - docs/future.html, docs/glossary.html, docs/install.html, - docs/intro.html, docs/release.html, docs/teacher.html, - docs/upgrade.html, help/workshop/nelements.html: - - without extra header info - -2003-06-25 Wednesday 10:36 giro123 - - * lang/es/: chatarea.php, docs/developer.html, docs/faq.html, - docs/features.html, docs/glossary.html, docs/install.html, - docs/release.html, docs/teacher.html, docs/upgrade.html, - help/emoticons.html, help/langedit.html, help/mods.html, - help/picture.html, help/richtext.html, moodle.php, help/text.html, - help/resource/resourcetype.html, help/resource/summary.html: + * lang/ca/moodle.php: [no log message] -2003-06-24 Tuesday 13:00 mits +2003-10-05 Sunday 23:48 koenr - * lang/ja/: README, moodle.php: + * lang/nl/: assignment.php, forum.php, journal.php, moodle.php, + survey.php, workshop.php: - Polished. + Deleted blank lines -2003-06-23 Monday 15:56 stronk7 +2003-10-05 Sunday 23:38 koenr - * backup/backup_version.php: + * lang/nl/resource.php: - Update version. It goes up a bit :-) (journals and forums included) + Deleted blank lines -2003-06-23 Monday 15:52 stronk7 - - * backup/STATUS.txt: - - Now forums are restored too - -2003-06-23 Monday 15:49 stronk7 - - * backup/restore_execute.html: - - Added some
... - -2003-06-23 Monday 15:36 stronk7 - - * backup/lib.php: - - Bug in backup_getid cause return record when no record must be - returned. Solved. - -2003-06-23 Monday 10:50 stronk7 - - * backup/backup_check.html: - - Changed to avoid backup_name contains whitespaces !! - -2003-06-23 Monday 10:31 stronk7 - - * lang/es_es/moodle.php: - - Comment about backup name format without spaces - -2003-06-23 Monday 09:16 giro123 - - * lang/es/help/quiz/import.html: - - [no log message] - -2003-06-21 Saturday 16:24 moodler - - * lang/pt_br/resource.php: - - Small fix for string - -2003-06-21 Saturday 15:37 stronk7 - - * backup/restorelib.php: - - Minor change to avoid timeouts copying user files and course files. - -2003-06-21 Saturday 12:10 stronk7 - - * backup/STATUS.txt: - - Journals are restored too - -2003-06-21 Saturday 01:25 moodler - - * lang/en/docs/cvs.html: - - Use top, not parent - -2003-06-21 Saturday 01:24 moodler - - * lang/en/docs/cvs.html: - - Added targets for links - -2003-06-21 Saturday 01:21 moodler - - * lang/en/docs/cvs.html: - - Added some instructions for non-developers - -2003-06-20 Friday 21:09 moodler - - * admin/user.php: - - Primary admin should never be allowed to be deleted by sub-admins - -2003-06-20 Friday 12:47 stronk7 - - * backup/STATUS.txt: - - Although a lot of changes have been done in the backup/restore - process, only minor changes in STATUS. - -2003-06-20 Friday 12:44 stronk7 - - * backup/restore_execute.html: - - Changes to users restore and some minor bugs detected (when no - modules were selected to restore) - -2003-06-20 Friday 12:42 stronk7 - - * backup/: backuplib.php, lib.php, restorelib.php: - - Changes in: - Saving temp data to fs, instead of db (mysql - limit bug OUT) - Modified clean directories (moodle standard - delete dir function seems to work wrong with large dirs - - Send info to browser continuosly to avoid timeouts. - Increase - php execution time limit - More checks. - Restore into - existing course now works fine - Create course_dir if it - doesn't exist in the final step of backup. - -2003-06-20 Friday 12:38 stronk7 - - * backup/backup_version.php: - - Updated to 0.6.1 alpha (tons of changes) - -2003-06-20 Friday 10:45 giro123 - - * lang/es/: forum.php, help/assignment/assignmenttype.html, - help/forum/allowdiscussions.html, help/forum/attachment.html, - help/forum/forumtype.html, help/forum/ratings.html, - help/forum/subscription.html, moodle.php, quiz.php, - help/quiz/categories.html, help/quiz/createmultiple.html, - help/quiz/grademethod.html: - - [no log message] - -2003-06-20 Friday 09:56 giro123 - - * lang/es/docs/glossary.html: - - [no log message] - -2003-06-19 Thursday 23:58 moodler - - * mod/forum/post.php: - - Seems to be working pretty good - removing old lines no longer - needed - -2003-06-19 Thursday 23:50 moodler - - * mod/forum/lib.php: - - Anchors on threaded posts too - -2003-06-19 Thursday 23:35 moodler - - * mod/forum/: lib.php, post.php: - - An initial effort at making posts return to correct context - -2003-06-19 Thursday 23:31 moodler - - * version.php: - - About time to update it anyway - -2003-06-19 Thursday 21:41 moodler - - * login/forgot_password_form.html: - - Removed needless reference to $ME - -2003-06-19 Thursday 21:34 moodler - - * course/: mod.php, mod_delete.html: - - Some clean up when deleting activity modules - -2003-06-19 Thursday 19:54 moodler - - * lang/en/chatarea.php: - - Closed PHP tag - -2003-06-19 Thursday 16:29 stronk7 - - * lang/es_mx/moodle.php: - - Changed backupdir. Sin espacios ni caracteres raros, por favor. Es - el nombre de un directorio. Da problemas en en proceso de backup. - -2003-06-19 Thursday 12:55 giro123 - - * lang/es/help/: coursenewsitems.html, coursenumsections.html, - guestaccess.html, html.html, langedit.html, picture.html, - richtext.html, summaries.html, surveys.html, text.html, - textformat.html, wiki.html: - - [no log message] - -2003-06-19 Thursday 10:53 giro123 - - * lang/es/help/emoticons.html: - - [no log message] - -2003-06-19 Thursday 06:12 moodler - - * files/index.php: - - Fixed a bug affecting the zipping of files within subdirectories, - patch from Robert Hetzel. - -2003-06-18 Wednesday 20:00 moodler - - * admin/user.php: - - Don't allow adding of users when external authentication is being - used. - -2003-06-18 Wednesday 19:29 giro123 - - * lang/: es_mx/auth.php, es_mx/chatarea.php, es/auth.php, - es/chatarea.php: - - [no log message] - -2003-06-18 Wednesday 19:18 moodler - - * lib/datalib.php: - - Add LIMIT of 1 to get_record functions ... the behaviour of - returning false when there were more than one record returned was - sometimes causing problems if the data was unclean due to a bug - somewhere. - - For example, if there are two copies of a section, then Moodle - keeps creating new ones because it can't find ONE. This fix - prevents that. - -2003-06-18 Wednesday 07:35 thepurpleblob - - * lang/en/help/wiki.html: - - Added instructions for spell checker - -2003-06-18 Wednesday 07:33 thepurpleblob - - * lib/wiki.php: - - Added dreadful spell checker option Fixed bug where formatting at - end of line failed Removed substitution for single quotes bug - (ended up as double) - -2003-06-18 Wednesday 02:10 mits - - * lang/ja/: README, forum.php: - - New string translated. - -2003-06-17 Tuesday 07:54 coolbit - - * lang/zh_cn/quiz.php: - - [no log message] - -2003-06-16 Monday 15:46 stronk7 - - * lang/es/chatarea.php: - - Go previous state (1.1) - -2003-06-16 Monday 15:03 stronk7 - - * lang/es/chatarea.php: - - Little bug ending script. :-) - -2003-06-16 Monday 12:56 koenr - - * lang/nl/help/: resource/program.html, index.html: - - no message - -2003-06-16 Monday 12:55 koenr +2003-10-05 Sunday 23:33 koenr * lang/nl/quiz.php: - Small changes. + Deleted blank lines -2003-06-16 Monday 12:55 koenr +2003-10-05 Sunday 14:16 koenr - * lang/nl/moodle.php: + * lang/nl/docs/teacher.html: - Small changes. changed schoolbord back to Blackboard (brandname) + link to index of helpfiles added -2003-06-16 Monday 09:51 coolbit +2003-10-05 Sunday 14:16 koenr - * lang/zh_cn/moodle.php: + * lang/nl/help/quiz/import.html: + + example for aon added + +2003-10-05 Sunday 14:15 koenr + + * lang/nl/help/quiz/index.html: + + corrected some errors + +2003-10-05 Sunday 14:13 koenr + + * lang/nl/help/workshop/: numberofassessors.html, + submissionofexamples.html, teachersgradings.html, + ungradedassessments_student.html, ungradedassessments_teacher.html: + + + translated by Koen Roggemans + +2003-10-05 Sunday 14:12 koenr + + * lang/nl/help/workshop/index.html: + + some helpfiles translated + +2003-10-05 Sunday 12:02 rkingdon + + * lang/en/workshop.php: + + New strings for improved resubmission handling. + +2003-10-05 Sunday 12:00 rkingdon + + * mod/workshop/: assessments.php, lib.php, upload.php, version.php, + view.php, db/mysql.php, db/mysql.sql, db/oci8po.sql, + db/postgres7.sql: + + Version 2003100200: improved handling of resubmissions (new field + added to workshop_assessments) + +2003-10-05 Sunday 07:05 moodler + + * admin/config.html, lib/defaults.php, lib/weblib.php: + + Language direction is now set in the language file, rather than as + a site-level setting. This currently only affects Arabic but will + affect Hebrew later and maybe others. + +2003-10-05 Sunday 06:44 moodler + + * lang/en/moodle.php: + + Add default text direction for English (and most other languages) + +2003-10-05 Sunday 06:43 moodler + + * lang/ar/moodle.php: + + Add direction for Arabic + +2003-10-03 Friday 12:03 giro123 + + * lang/es/help/workshop/: includeteachersgrade.html, + leaguetable.html, overallocation.html: [no log message] -2003-06-16 Monday 09:35 coolbit +2003-10-02 Thursday 09:52 giro123 - * lang/zh_cn/: forum.php, index.html, quiz.php, help/richtext.html, - help/quiz/questiontypes.html, help/quiz/shortanswer.html: + * lang/es/workshop.php: + + No traslated yet + +2003-10-02 Thursday 09:28 giro123 + + * lang/es/workshop.php: + + No traslated yet + +2003-10-02 Thursday 01:15 carlesbellver + + * lang/ca/README: [no log message] -2003-06-16 Monday 07:40 moodler +2003-10-01 Wednesday 23:45 carlesbellver - * mod/: assignment/mod.html, assignment/submissions.php, - choice/mod.html, forum/mod.html, journal/mod.html, quiz/mod.html, - resource/mod.html, survey/mod.html, workshop/mod.html: - - Some fixes to avoid pointless uses of $ME - -2003-06-15 Sunday 01:59 stronk7 - - * lang/es/moodle.php: - - Changed backupdir. It must be a single word !! - -2003-06-15 Sunday 00:36 stronk7 - - * lang/es_es/moodle.php: - - Directory name (backup/restore) and somo observation - -2003-06-15 Sunday 00:11 moodler - - * lang/en/forum.php, mod/forum/lib.php: - - Minor interim change to improve display of discussions on user page - because some of them are getting really long on moodle.org - - Eventually this display will be completely different, with - information about all public data. - -2003-06-14 Saturday 06:04 moodler - - * course/view.php: - - Full path for some silly Windows machines - -2003-06-14 Saturday 06:02 moodler - - * theme/: standardred/favicon.ico, standardwhite/favicon.ico: - - Fixed icons - bug 442 - -2003-06-14 Saturday 05:45 moodler - - * course/view.php: - - Fixed path - -2003-06-14 Saturday 05:17 moodler - - * course/format/weeks.php: - - JUmp menu from week to week - -2003-06-14 Saturday 05:09 moodler - - * course/format/topics.php: - - Firming it up - -2003-06-14 Saturday 05:00 moodler - - * course/format/topics.php: - - Silly typo - -2003-06-14 Saturday 04:59 moodler - - * course/format/topics.php: - - Slightly nicer trimming of section summaries - -2003-06-14 Saturday 04:54 moodler - - * course/format/topics.php: - - Shorter menu - -2003-06-14 Saturday 04:50 moodler - - * course/format/topics.php: - - Testing new jump menu for topics - -2003-06-14 Saturday 04:26 moodler - - * lang/en/docs/install.html: - - Some info about using crontab - -2003-06-14 Saturday 04:10 moodler - - * lang/de/help/: coursecategory.html, courseformats.html, - coursefullname.html, coursenewsitems.html, coursenumsections.html, - courserecent.html, courseshortname.html, coursestartdate.html, - emoticons.html, enrolmentkey.html, guestaccess.html, html.html, - langedit.html, mods.html, picture.html, questions.html, - reading.html, richtext.html, summaries.html, surveys.html, - teachers.html, text.html, textformat.html, wiki.html, writing.html, - assignment/assignmenttype.html, assignment/resubmit.html: - - Removing English versions so that German speakers don't get - out-of-date help files (some have changed) - -2003-06-14 Saturday 01:41 moodler - - * lib/weblib.php: - - Replace script stuff with xxx instead of space to avoid repeating - sequences - -2003-06-14 Saturday 01:15 mits - - * lang/ja/help/index.html: - - Fixed. - -2003-06-14 Saturday 01:14 mits - - * lang/ja/help/index.html: - - New translation. Good for managing help file translation :-) - -2003-06-14 Saturday 01:12 mits - - * lang/ja/help/quiz/random.html: - - Polished. - -2003-06-14 Saturday 01:00 mits - - * lang/ja/help/forum/subscription.html: - - Polished. - -2003-06-14 Saturday 00:45 mits - - * lang/ja/help/: coursecategory.html, coursefullname.html, - coursenumsections.html, questions.html, surveys.html, - choice/options.html: - - encode fixed. EUC-JP + LF. - -2003-06-13 Friday 23:52 mits - - * lang/ja/help/resource/summary.html: - - Polished. - -2003-06-13 Friday 23:41 mits - - * lang/ja/help/resource/resourcetype.html: - - Polished - -2003-06-13 Friday 23:38 mits - - * lang/ja/: README, moodle.php, resource.php: - - Polished. - -2003-06-13 Friday 23:36 mits - - * lang/ja/help/resource/: program.html, resourcetype.html: - - New file and translation. - -2003-06-13 Friday 23:30 moodler - - * lib/rte/colorchooser.html: - - Fixes to colorchooser - -2003-06-13 Friday 23:03 moodler - - * lang/en/help/index.html: - - Rearranging to make it easier to read - -2003-06-13 Friday 22:48 moodler - - * lang/en/docs/: files.php, other.html: - - Added link for "Other" documentation - -2003-06-13 Friday 22:47 moodler - - * lang/en/help/quiz/questiontypes.html: - - Fixed some links - -2003-06-13 Friday 22:45 moodler - - * lang/en/help/: html.html, index.html, quiz/import.html, - quiz/questiontypes.html, resource/program.html, - resource/resourcetype.html: - - Some cleanups - translators may want to check these - -2003-06-13 Friday 21:08 moodler - - * lang/en/help/: questions.html, reading.html, textformat.html, - writing.html: - - Removed some PHP - -2003-06-13 Friday 20:52 moodler - - * help.php, lang/en/moodle.php, lang/en/help/index.html: - - Added an index to all help files. :-) Manually maintained at the - moment. :-( - -2003-06-13 Friday 20:50 moodler - - * lang/en/help/quiz/import.html: - - Clarified AON format - -2003-06-13 Friday 19:16 moodler - - * lang/en_us/help/: coursecategory.html, courseformats.html, - coursefullname.html, coursenewsitems.html, coursenumsections.html, - courserecent.html, courseshortname.html, coursestartdate.html, - html.html, langedit.html, mods.html, picture.html, questions.html, - reading.html, richtext.html, surveys.html, teachers.html, - text.html, textformat.html, writing.html: - - Removing duplicate copies of en files - -2003-06-13 Friday 09:16 moodler - - * mod/quiz/: match.html, multichoice.html, randomsamatch.html, - shortanswer.html, truefalse.html: - - Wider question textareas - -2003-06-13 Friday 09:13 moodler - - * course/view.php: - - Check existence of course format - -2003-06-13 Friday 09:08 moodler - - * mod/journal/edit.html: - - Slightly bigger window - -2003-06-13 Friday 09:07 moodler - - * mod/forum/post.html: - - Slightly larger posting window - -2003-06-13 Friday 09:06 moodler - - * lib/rte/: richedit.css, richedit.html: - - Some style changes to reduce the size of the richtext toolbar - -2003-06-13 Friday 06:43 moodler - - * lang/en/docs/future.html: - - Clearer idea of 1.1 - -2003-06-13 Friday 05:13 uermelin - - * lang/de/moodle.php: - - authentication changed - -2003-06-13 Friday 04:04 uermelin - - * lang/de/quiz.php: - - new bug from me removed - -2003-06-13 Friday 03:56 uermelin - - * lang/de/quiz.php: - - deletequestioncheck changed - -2003-06-13 Friday 01:41 moodler - - * course/: social.php, topics.php, view.php, weeks.php, - format/social.php, format/topics.php, format/weeks.php: - - Moving course formats into subdirectory. - - This is the first step towards more pluggable course formats that - can be just dropped in to the system. - -2003-06-12 Thursday 23:57 moodler - - * lib/weblib.php: - - tag added to the list of allowed tags - -2003-06-12 Thursday 19:37 moodler - - * user/edit.html: - - Fixed a bug when admins edit user accounts from external databases - -2003-06-12 Thursday 15:30 stronk7 - - * backup/restorelib.php: - - Bug solved restoring in existing course. - -2003-06-12 Thursday 10:40 stronk7 - - * backup/: backup_version.php, db/backup_mysql.php: - - Updated version to 2003061100 and modify backup tables (mediumtext) - -2003-06-12 Thursday 10:38 stronk7 - - * backup/restorelib.php: - - Some improvements and tons of flushes !! - -2003-06-12 Thursday 10:32 stronk7 - - * backup/restore_execute.html: - - Clear temp data working now (uncommented) - -2003-06-12 Thursday 10:29 stronk7 - - * backup/lib.php: - - Added the backup_flush function use to send some data to the - browser flushing output inmediately - -2003-06-12 Thursday 08:37 stronk7 - - * backup/lib.php: - - Typoooo :-) - -2003-06-12 Thursday 08:35 stronk7 - - * backup/: backup.php, restore.php: - - Changed max_execution_time to 3000. Call to - backup_required_functions included. - -2003-06-12 Thursday 08:33 stronk7 - - * backup/lib.php: - - Added backup_required_functions to pre-check required functions in - backup/restore process. - -2003-06-12 Thursday 06:20 johncaptain - - * lang/en/docs/faq.html: - - correction to loginsetting - -2003-06-12 Thursday 06:18 johncaptain - - * lang/en/docs/faq.html: - - correction - -2003-06-12 Thursday 06:15 johncaptain - - * lang/en/docs/faq.html: - - Minor change to expression - -2003-06-12 Thursday 06:09 johncaptain - - * lang/en/docs/faq.html: - - fixed typo - -2003-06-12 Thursday 06:08 johncaptain - - * lang/en/docs/faq.html: - - Added item: loginsetting - -2003-06-12 Thursday 05:00 moodler - - * mod/quiz/: import.php, format/aon.php, format/blackboard.php, - format/custom.php, format/default.php, format/missingword.php, - format/qti.php, format/webct.php: - - Changes to includes to make it more robust on different versions of - PHP while remaining secure - -2003-06-12 Thursday 04:56 moodler - - * lang/en_us/moodle.php: - - Parent language is "en" :-) - -2003-06-12 Thursday 04:55 moodler - - * lib/moodlelib.php: - - Use parentlanguage when printing documentation - -2003-06-12 Thursday 04:55 moodler - - * doc/: contents.php, index.php, view.php: - - Some fixes to display documentation better in other languages - -2003-06-12 Thursday 04:35 moodler - - * help.php: - - Modifications so that help falls back on parent language too - -2003-06-12 Thursday 01:01 moodler - - * login/signup_form.html: - - Removing optional items ... eventually will remove city and country - as well. - - This stuff will all be set via the user profile, and will be - customisable by the admin or teacher as well. - -2003-06-12 Thursday 00:16 compuproggy - - * lang/de/: journal.php, moodle.php, quiz.php, workshop.php: - - - - An alle Übersetzer der deutschen Versionen: Lasst uns koordiniert - zusammenarbeiten - - To all translators of the German Versions: Let us work together - coordinated - -2003-06-11 Wednesday 23:11 compuproggy - - * lang/de/forum.php: + * lang/ca/: README, forum.php, moodle.php, quiz.php, resource.php, + survey.php, help/enrolmentkey.html: [no log message] -2003-06-11 Wednesday 23:07 compuproggy +2003-10-01 Wednesday 12:03 moodler - * lang/de/assignment.php: + * lang/en/docs/philosophy.html: + Minor fix + +2003-10-01 Wednesday 11:01 moodler + + * doc/docstyles.css, lang/en/docs/docstyles.css: + Style sheet (main one is in /doc ... other one is just useful for + editing) + +2003-10-01 Wednesday 11:00 moodler + + * lang/en/docs/background.html, lang/en/docs/coding.html, + lang/en/docs/credits.html, lang/en/docs/cvs.html, + lang/en/docs/developer.html, lang/en/docs/faq.html, + lang/en/docs/features.html, lang/en/docs/files.php, + lang/en/docs/future.html, lang/en/docs/glossary.html, + lang/en/docs/install.html, lang/en/docs/installamp.html, + doc/contents.php, lang/en/docs/intro.html, + lang/en/docs/licence.html, lang/en/docs/other.html, + lang/en/docs/philosophy.html, lang/en/docs/release.html, + lang/en/docs/teacher.html, lang/en/docs/upgrade.html: - New German Strings added - -2003-06-11 Wednesday 20:42 moodler - - * mod/quiz/format/missingword.php: + First round clean up of the docs - Rmoved dot - -2003-06-11 Wednesday 20:38 moodler - - * lang/: es_ar/moodle.php, es_cb/moodle.php, es_es/moodle.php, - es_mx/moodle.php: + - new Coding Guidelines + - new Philosophy page + - new dedicated styles sheet for all pages + - better table of contents in left frame + - source fixups all over - Added definitions for parentlanguage to all Spanish dialects + The styles are very boring - I'll work on that next time! Also, + we'll get David's optimisation page and a student manual in there. -2003-06-11 Wednesday 20:37 moodler +2003-10-01 Wednesday 09:54 rkingdon - * lang/es/: README.txt, assignment.php, auth.php, chatarea.php, - choice.php, forum.php, journal.php, moodle.php, pgassignment.php, - quiz.php, resource.php, survey.php, workshop.php, docs/README.txt, - docs/background.html, docs/credits.html, docs/cvs.html, - docs/developer.html, docs/faq.html, docs/features.html, - docs/files.php, docs/future.html, docs/install.html, - docs/intro.html, docs/licence.html, docs/module_files.txt, - docs/release.html, docs/teacher.html, docs/upgrade.html, - help/coursecategory.html, help/courseformats.html, - help/coursefullname.html, help/coursenewsitems.html, - help/coursenumsections.html, help/courserecent.html, - help/courseshortname.html, help/coursestartdate.html, - help/emoticons.html, help/enrolmentkey.html, help/guestaccess.html, - help/html.html, help/langedit.html, help/mods.html, - help/picture.html, help/questions.html, help/reading.html, - help/richtext.html, help/summaries.html, help/surveys.html, - help/teachers.html, help/text.html, help/textformat.html, - help/wiki.html, help/writing.html, - help/assignment/assignmenttype.html, help/assignment/resubmit.html, - help/choice/options.html, help/forum/allowdiscussions.html, - help/forum/attachment.html, help/forum/forumtype.html, - help/forum/ratings.html, help/forum/subscription.html, - help/quiz/attempts.html, help/quiz/categories.html, - help/quiz/correctanswers.html, help/quiz/createmultiple.html, - help/quiz/feedback.html, help/quiz/grademethod.html, - help/quiz/import.html, help/quiz/match.html, - help/quiz/maxgrade.html, help/quiz/multichoice.html, - help/quiz/questiontypes.html, help/quiz/random.html, - help/quiz/randomsamatch.html, help/quiz/review.html, - help/quiz/shortanswer.html, help/quiz/shuffleanswers.html, - help/quiz/shufflequestions.html, help/quiz/timeopen.html, - help/quiz/truefalse.html, help/resource/resourcetype.html, - help/resource/summary.html, help/workshop/addingacomment.html, - help/workshop/agreeassessments.html, help/workshop/anonymous.html, - help/workshop/assignmenttype.html, - help/workshop/breakdownoffinalgrade.html, - help/workshop/calculatingfinalgrade.html, - help/workshop/editingacomment.html, help/workshop/elements.html, - help/workshop/finalgrades.html, help/workshop/graded.html, - help/workshop/grading.html, help/workshop/gradingassessments.html, - help/workshop/gradingstrategy.html, help/workshop/includeself.html, - help/workshop/managing.html, - help/workshop/nassessmentsofstudentsubmissions.html, - help/workshop/nassessmentsofteachersexamples.html, - help/workshop/nelements.html, help/workshop/numberofassessors.html, - help/workshop/resubmit.html, help/workshop/selfassessment.html, - help/workshop/showinggrades.html, help/workshop/specimen.html, - help/workshop/teachersgradings.html: + * lang/en/workshop.php: - International Spanish. + Adding "weight", fixed bug #799 + +2003-10-01 Wednesday 09:50 rkingdon + + * mod/workshop/lib.php: - This is to be the definitive Spanish version and the parent version - of all Spanish dialects. - - Claudio Tavares is the maintainer and coordinator of this version. + Replace Literal string "Weight": fixes bug #799 -2003-06-11 Wednesday 20:32 moodler - - * lang/de_du/: README.txt, assignment.php, auth.php, choice.php, - forum.php, journal.php, moodle.php, quiz.php, resource.php, - survey.php, workshop.php: - - Personal form of German. - - Adapted from "de" translation by Franz Horvath - - Note this is the first lannguage to use the new "parentlanguage" - string - - In this case of course the parent is "de". - - de_du probably needs some non-du string strings removed from it - -2003-06-11 Wednesday 20:27 moodler - - * lib/moodlelib.php: - - Cleaned up get_string for language strings - slicker now - - Added new feature: if a string "parentlanguage" exists then that - language will be tried before defaulting to English. - - Useful for dialects or other languages that are similar. - - For example, all the Spanish translations can default to "es" - -2003-06-11 Wednesday 20:01 moodler - - * mod/quiz/format/missingword.php: - - Extensions for grades and comments from Thomas Robb. - -2003-06-11 Wednesday 18:09 gregb_cc - - * lang/cz/moodle.php: - - put in a missing quote - -2003-06-11 Wednesday 12:10 stronk7 - - * backup/: restore.php, backup.php: - - Changed max_execution_time and memory_limit php variables to - execute long and heavy scripts (restore and backup) :-) Only - affects current script execution - -2003-06-10 Tuesday 10:27 stronk7 - - * backup/restorelib.php: - - Need to addslashes before put summary section data to db !!! Now - restoring sections is working. User restoring failed !! -> Too - much records !! - -2003-06-10 Tuesday 09:40 stronk7 - - * backup/backuplib.php: - - Changed the log_check_backup function to execute a count_records - instead of selecting everyting (crash when there is a lot of log - entries). - -2003-06-10 Tuesday 08:56 stronk7 - - * backup/STATUS.txt: - - Goooo - -2003-06-10 Tuesday 08:51 moodler - - * course/topics.php: - - Fix the up down icons again - -2003-06-10 Tuesday 08:43 stronk7 - - * backup/backup_version.php: - - Up a bit - -2003-06-10 Tuesday 08:42 stronk7 - - * backup/backuplib.php: - - Changed get_records (every field) in user_check_backup to - get_records (only id). Possible memory shortage when a lot of users - (3999) are retrieved. - -2003-06-10 Tuesday 08:36 moodler - - * course/: topics.php, weeks.php: - - Fixed help strings - -2003-06-10 Tuesday 08:27 moodler - - * course/: lib.php, topics.php, view.php, weeks.php: - - Sections can now be moved up and down - -2003-06-10 Tuesday 08:18 stronk7 - - * backup/backuplib.php: - - More debug... - -2003-06-10 Tuesday 08:07 stronk7 - - * backup/backuplib.php: - - Some debug - -2003-06-10 Tuesday 08:02 stronk7 - - * backup/backuplib.php: - - Little change to avoid iterate when no users are retrieved in - user_check_backup function - -2003-06-10 Tuesday 07:07 uermelin - - * lang/de/quiz.php: - - addingquestions changed - -2003-06-10 Tuesday 06:57 uermelin - - * lang/de/quiz.php: - - added addingquestions - -2003-06-10 Tuesday 06:26 moodler - - * course/lib.php: - - Allow activities to be moved from section 1 to section 0 - -2003-06-10 Tuesday 02:50 mudrd8mz - - * lang/cz/: README, moodle.php, quiz.php, resource.php, - workshop.php: - - Czech version for Moodle 1.0.9 - -2003-06-10 Tuesday 02:46 mudrd8mz - - * lang/cz/help/: emoticons.html, summaries.html, teachers.html, - text.html, textformat.html, wiki.html, writing.html: - - Removed English version from CZ pack - -2003-06-10 Tuesday 02:24 stronk7 - - * backup/: STATUS.txt, backup_execute.html: - - Backup quizzes COMPLETED. Two setps finished. - -2003-06-10 Tuesday 02:22 mudrd8mz - - * lang/cz/docs/licence.html: - - Czech version of GNU GPL (translated by lhotka@cesnet.cz) - -2003-06-10 Tuesday 02:21 mits - - * lang/ja/: README, quiz.php: - - Polished. - -2003-06-10 Tuesday 02:20 mudrd8mz - - * lang/cz/docs/install.html: - - Czech installation manual - -2003-06-10 Tuesday 01:50 mudrd8mz - - * lang/cz/docs/files.php: - - Documentation files - czech titles - -2003-06-10 Tuesday 01:43 mudrd8mz - - * lang/cz/: moodle.php, quiz.php, resource.php, workshop.php: - - This should be complete translation for v1.0.9 - -2003-06-09 Monday 22:33 moodler - - * mod/: quiz/mod.html, resource/mod.html, survey/mod.html: - - Make form destinations relative (to course/mod.php) to avoid some - form problems on mis-configured servers (wwwroot not quite right) - -2003-06-09 Monday 22:25 moodler - - * lang/en/docs/faq.html: - - FIxed the ID line - -2003-06-09 Monday 16:54 giro123 - - * lang/es_mx/README.txt: - - [no log message] - -2003-06-09 Monday 16:48 giro123 - - * lang/es_mx/: README.txt, assignment.php, auth.php, choice.php, - forum.php, journal.php, moodle.php, quiz.php, resource.php, - survey.php, workshop.php, chatarea.php, pgassignment.php: - - [no log message] - -2003-06-09 Monday 10:12 stronk7 - - * backup/STATUS.txt: - - Included some new workings. Quizzes (step 2) completed. - -2003-06-09 Monday 07:05 moodler - - * mod/quiz/format/missingword.php: - - No need to shuffle the answers of multi-choice questions - -2003-06-09 Monday 03:05 carlesbellver +2003-10-01 Wednesday 09:11 carlesbellver * lang/ca/: README, assignment.php, choice.php, forum.php, - journal.php, moodle.php, quiz.php, resource.php: + journal.php, help/enrolmentkey.html: [no log message] -2003-06-09 Monday 03:02 mits +2003-09-30 Tuesday 18:35 willcast - * lang/ja/: README, forum.php, moodle.php: + * lang/en/glossary.php, lang/es/glossary.php, mod/glossary/lib.php: - Polished. - -2003-06-08 Sunday 23:18 moodler - - * lib/weblib.php: - Added a check to disable VBSscript as well + - Exported entries with attachments are now properly shown + everywhere. -2003-06-08 Sunday 22:54 moodler +2003-09-30 Tuesday 15:18 giro123 - * lib/weblib.php: + * lang/es/workshop.php: - Better regular expression to catch javascript triggers + No traslated yet -2003-06-08 Sunday 22:34 moodler +2003-09-30 Tuesday 08:52 giro123 - * mod/forum/mod.html: + * lang/es/countries.php: - Better setting of defaults + No traslated yet -2003-06-08 Sunday 21:27 johncaptain +2003-09-30 Tuesday 07:08 mits - * lang/en/docs/: glossary.html, faq.html: + * lang/ja/: README, countries.php: + + New translation. + +2003-09-30 Tuesday 06:36 moodler + + * lang/en/docs/credits.html: + + Changed Excel library and a few names. + +2003-09-30 Tuesday 06:24 moodler + + * lib/psxlsgen.php: + + Goodbye old library! Replaced by moodle/lib/excel + +2003-09-30 Tuesday 06:23 moodler + + * mod/survey/download.php: + + + Excel report now uses the new library. Conversion by Russell + Jungwirth - thanks! + +2003-09-30 Tuesday 06:18 moodler + + * mod/quiz/report/simplestat/report.php: + + Excel reports now use the new libraray ... code by Russell + Jungwirth - thanks! + +2003-09-30 Tuesday 05:28 stronk7 + + * course/mod.php: + + Bug 801 reopened. Problem occur when adding a new activity to a + hidden section, it's visibility defaults to 1. Now, default + visibility is "inherited" from the section visibility. + +2003-09-30 Tuesday 05:25 stronk7 + + * course/format/topics.php: + + Added to avoid one notice when no news exist !! + +2003-09-30 Tuesday 02:01 bobopinna + + * lang/it/countries.php: + + New from Moodle1.2develop + +2003-09-30 Tuesday 01:57 bobopinna + + * lang/it/: attendance.php, forum.php, glossary.php, workshop.php: + + Second step of general revision + +2003-09-29 Monday 21:13 willcast + + * mod/glossary/dynalink.php: + + - Multiwords concepts are now shown as a single link when they are + dinymically linked. + + KNOWN BUG: When a concept is contained inside another concept (i.e. + HOUSE and DOLL HOUSE) only the smaller concept is shown. Any help + would be appreciated. + +2003-09-29 Monday 21:01 willcast + + * mod/glossary/dynalink.php: + + - Multiwords concepts are now shown as a single link when they are + dinymically linked. + + KNOWN BUG: When a concept is contained inside another concept (i.e. + HOUSE and DOLL HOUSE) only the smaller concept is shown. Any help + would be appreciated. + +2003-09-29 Monday 21:00 les_kopari + + * mod/glossary/db/oci8po.sql: + + Test inserts updated for new column. + +2003-09-29 Monday 20:55 les_kopari + + * mod/glossary/db/oci8po.sql: + + Truncated names to < 30 chars for table, sequence and trigger. + +2003-09-29 Monday 19:17 willcast + + * mod/glossary/: dynalink.php, lib.php, showentry.php: + + - Duplicated entries are now shown together when a dynamic link is + clicked on. + +2003-09-29 Monday 14:37 stronk7 + + * mod/glossary/formats/3.php: + + Included new format for glossary display "Encyclopedia" + +2003-09-29 Monday 14:27 stronk7 + + * lang/en/glossary.php: + + Included new format for glossary display "Encyclopedia" + +2003-09-29 Monday 14:25 stronk7 + + * lang/es/glossary.php: + + Included new format for glossary display "Enciclopedia" + +2003-09-29 Monday 13:51 adamtpaw + + * lang/pl/moodle.php: + + Time format changed to 24 hour. + +2003-09-29 Monday 12:14 willcast + + * mod/glossary/view.php: [no log message] -2003-06-08 Sunday 20:00 moodler +2003-09-29 Monday 11:14 stronk7 - * lib/weblib.php: + * mod/newmodule_template.zip: - Better way of stripping Javascript using regular expressions + Now the module template includes the XXXX_get_participants() + function too (in standard area). See bug 807 and 721. -2003-06-08 Sunday 09:58 mits +2003-09-29 Monday 10:45 willcast - * lang/ja/: moodle.php, quiz.php: + * mod/glossary/: dynalink.php, showentry.php, view.php: - New translation and Polish. + - Implementing output text filters for glossary entries + dynalink.php::glossary_dynamic_link($courseid, $text, $glossaryid = + NULL) -2003-06-08 Sunday 09:57 mits +2003-09-29 Monday 08:27 stronk7 - * lang/ja/chatarea.php: + * mod/: assignment/lib.php, attendance/lib.php, chat/lib.php, + choice/lib.php, forum/lib.php, glossary/lib.php, journal/lib.php, + survey/lib.php, workshop/lib.php: - New file translated. + Simply, move the XXXX_get_participants() function from bottom to + the common function area. See bug 807 -2003-06-08 Sunday 09:41 moodler +2003-09-29 Monday 06:44 willcast - * lang/cz/docs/: README.txt, background.html, credits.html, - cvs.html, developer.html, faq.html, features.html, future.html, - install.html, intro.html, licence.html, module_files.txt, - readme.txt, release.html, teacher.html, upgrade.html: + * mod/glossary/: lib.php, view.php: - Removed English versions from CZ pack + - Not Categorized is now the default view for category tab. -2003-06-08 Sunday 04:49 moodler +2003-09-29 Monday 03:23 moodler - * lib/psxlsgen.php: - - Forgot some string conversions - -2003-06-08 Sunday 04:40 moodler - - * lib/psxlsgen.php: - - More explicit byte-order of strings to make it work on non-Intel - machines - -2003-06-08 Sunday 04:25 moodler - - * lib/psxlsgen.php: - - Fixed pass-by-reference - -2003-06-07 Saturday 23:46 moodler - - * mod/assignment/lib.php: - - better variable name - -2003-06-07 Saturday 18:31 coolbit - - * lang/zh_cn/: resource.php, survey.php, help/surveys.html: - - Translation of surveys.html is not completed. - -2003-06-07 Saturday 01:09 moodler - - * lang/en/chatarea.php: - - Language file for chatarea module - -2003-06-06 Friday 23:35 moodler - - * lib/setup.php: - - The session is now named "MoodleSession" to prevent conflicts with - other software. - -2003-06-06 Friday 23:23 moodler - - * mod/assignment/lib.php: - - Don't return assignment submissions if no sumission has been made - -2003-06-06 Friday 23:09 moodler - - * lang/en/quiz.php: - - New string for quiz index - -2003-06-06 Friday 23:08 moodler - - * mod/quiz/index.php: - - Improved display of quiz listing to show the closing date, as well - as direct links for the teacher to review attempts. Thanks, Scott - Elliott! - -2003-06-06 Friday 22:54 moodler - - * mod/assignment/index.php: - - Changes from Scott Elliott to make the listing more useful for - teachers Thanks, Scott! - -2003-06-06 Friday 22:27 coolbit - - * lang/zh_cn/: moodle.php, help/teachers.html: - - Add teachers.html - -2003-06-06 Friday 19:37 moodler - - * lang/: en/moodle.php, en_us/moodle.php: - - Slightly better English phrasing - -2003-06-06 Friday 13:07 stronk7 - - * backup/STATUS.txt: - - Backup journals COMPLETED - -2003-06-06 Friday 07:44 coolbit - - * lang/zh_cn/moodle.php: - - [no log message] - -2003-06-06 Friday 06:53 moodler - - * mod/journal/edit.php: - - Fixed focus - -2003-06-06 Friday 02:46 moodler - - * lib/weblib.php: - - Use C-version of str_ireplace() if it is defined (PHP 5 only). - -2003-06-05 Thursday 23:20 moodler - - * admin/teacher.php: - - Added robustness when no courses defined yet - -2003-06-05 Thursday 23:17 moodler - - * lib/weblib.php: - - Added some missing Javascript events - -2003-06-05 Thursday 08:22 coolbit - - * lang/zh_cn/: forum.php, moodle.php: - - A little modified. - -2003-06-05 Thursday 05:21 moodler - - * lang/en/docs/README.txt: - - Updates - -2003-06-05 Thursday 05:11 mudrd8mz - - * lang/cz/: docs/README.txt, docs/background.html, - docs/credits.html, docs/cvs.html, docs/developer.html, - docs/faq.html, docs/features.html, docs/files.php, - docs/future.html, docs/install.html, docs/intro.html, - docs/licence.html, docs/module_files.txt, docs/readme.txt, - docs/release.html, docs/teacher.html, docs/upgrade.html, - fonts/README.txt, help/emoticons.html, help/summaries.html, - help/wiki.html: - - These are original english version files. Ready to be translated - and updated ASAP. - -2003-06-05 Thursday 04:55 mudrd8mz - - * lang/cz/fonts/default.ttf: - - Czech ARIAL for generating graphs - -2003-06-05 Thursday 04:52 mudrd8mz - - * lang/cz/: pgassignment.php, workshop.php: - - Moodle 1.0.9 czech translation. A lot of work to do ... - -2003-06-05 Thursday 04:48 mudrd8mz - - * lang/cz/: README, assignment.php, auth.php, choice.php, + * lang/fr/: README, assignment.php, auth.php, chat.php, choice.php, forum.php, journal.php, moodle.php, quiz.php, resource.php, - survey.php: + survey.php, help/coursecategory.html, help/courseformats.html, + help/coursefullname.html, help/coursenewsitems.html, + help/coursenumsections.html, help/courseshortname.html, + help/coursestartdate.html, help/enrolmentkey.html, + help/guestaccess.html, help/picture.html, help/questions.html, + help/text.html, help/assignment/assignmenttype.html, + help/assignment/resubmit.html, help/forum/allowdiscussions.html, + help/forum/attachment.html, help/forum/subscription.html, + help/resource/resourcetype.html, help/resource/summary.html: - Moodle 1.0.9 czech translation. A lot of work to do ... + Updates to French from nicolas@martignoni.net -2003-06-04 Wednesday 09:14 coolbit +2003-09-29 Monday 03:06 moodler - * lang/zh_cn/: moodle.php, help/emoticons.html, help/richtext.html, - help/text.html: + * mod/glossary/db/mysql.sql: + + Fixed typo on sourceglossaryid line + +2003-09-28 Sunday 20:06 willcast + + * lang/en/glossary.php, lang/en/help/glossary/mainglossary.html, + lang/en/help/glossary/studentcanpost.html, lang/es/glossary.php, + lang/es/help/glossary/mainglossary.html, + lang/es/help/glossary/studentcanpost.html, + mod/glossary/backuplib.php, mod/glossary/deleteentry.php, + mod/glossary/edit.html, mod/glossary/edit.php, + mod/glossary/editcategories.html, mod/glossary/editcategories.php, + mod/glossary/exportentry.php, mod/glossary/lib.php, + mod/glossary/minus.gif, mod/glossary/mod.html, + mod/glossary/restorelib.php, mod/glossary/version.php, + mod/glossary/view.php, mod/glossary/db/mysql.php, + mod/glossary/db/mysql.sql, mod/glossary/db/oci8po.sql, + mod/glossary/db/postgres7.sql: + + - Exported entries are now linked instead of copied to the main + glossary. - Short tags are gone. - Little changes in ES language. + +2003-09-28 Sunday 15:40 koenr + + * lang/nl/help/workshop/calculatingfinalgrade.html: + + adjusted title to index.htm + +2003-09-28 Sunday 15:38 koenr + + * lang/nl/help/workshop/index.html: + + updated + +2003-09-28 Sunday 15:35 koenr + + * lang/nl/workshop.php: + + Corrected minor errors + +2003-09-28 Sunday 15:34 koenr + + * lang/nl/help/workshop/calculatingfinalgrade.html: + + Translated by Koen Roggemans + +2003-09-28 Sunday 09:53 stronk7 + + * mod/newmodule_template.zip: + + Now the JumpMenu is showed when listing activities of this module. + See Bug 803 + +2003-09-28 Sunday 09:49 stronk7 + + * mod/: attendance/index.php, chat/index.php, glossary/index.php: + + Now the JumpMenu is showed when listing activities of this module. + See Bug 803 + +2003-09-28 Sunday 09:29 stronk7 + + * mod/newmodule_template.zip: + + Take out CR+LF is some files. Now, when listing activities, + entries are dimmed if they are hidden (teacher view). See bug 802. + +2003-09-28 Sunday 08:56 moodler + + * lang/en/docs/coding.html: + + Getting there ... still working on it. + +2003-09-28 Sunday 07:57 moodler + + * mod/quiz/lib.php: + + MOved quiz_get_participants from the bottom to the standard + functions area + +2003-09-28 Sunday 03:55 stronk7 + + * mod/: attendance/index.php, glossary/index.php, + workshop/index.php: + + Now, when listing activities, entries are dimmed if they are hidden + (teacher view). See bug 802. + +2003-09-28 Sunday 03:17 stronk7 + + * mod/chat/index.php: + + Now, when listing activities, entries are dimmed if they are hidden + (teacher view). See bug 802. + +2003-09-27 Saturday 13:40 jungwirr + + * mod/attendance/icon.gif: + + + changed icon per martin's suggestion + +2003-09-27 Saturday 09:56 giro123 + + * lang/es/workshop.php: [no log message] -2003-06-04 Wednesday 08:46 anvergara +2003-09-27 Saturday 09:43 giro123 - * lang/es_es/: assignment.php, journal.php: + * lang/es/glossary.php: - Fixed the following mistakes: + [no log message] + +2003-09-27 Saturday 07:50 moodler + + * user/lib.php: - In file assignment.php: + Don't print city/country if there aren't any + +2003-09-27 Saturday 07:06 moodler + + * course/mod.php: - string assignmentmailhtml: $a->tarea replaced with $a->assignment + Changes from Mad Alex to allow better error reporting when adding + or updating modules. - In file journal.php: + See: http://moodle.org/mod/forum/discuss.php?d=2738 - string journalmail: $a->diario replaced with $a->journal string - journalmailhtml: $a->diario replaced with $a->journal - -2003-06-04 Wednesday 02:32 moodler - - * lang/en/docs/cvs.html: + If a moderr.html file exists in the module, it is shown. - More changes - -2003-06-04 Wednesday 02:10 moodler - - * lang/en/docs/cvs.html: + If a string is returned, it's shown. - More info about setting up sourceforge + Otherwise it works as before. -2003-06-04 Wednesday 00:15 moodler +2003-09-27 Saturday 06:56 moodler - * course/enrol.html: + * mod/forum/lib.php: - Some minor styling ... incidentally, last change was bug 480 + Add slahses to raw strings before insertion into database -2003-06-04 Wednesday 00:12 moodler +2003-09-26 Friday 23:25 moodler - * course/: enrol.html, enrol.php: + * mod/forum/lib.php: - More robust enrolment screen + More tiny modifications to forum post headers (they now can wrap) -2003-06-03 Tuesday 23:33 moodler +2003-09-26 Friday 23:18 moodler - * lang/en_us/: assignment.php, auth.php, choice.php, forum.php, - journal.php, moodle.php, quiz.php, resource.php, survey.php, - workshop.php: + * mod/forum/lib.php: - Fixed up missing strings - now on par with English + Slightly smaller font on by line for forum posts -2003-06-03 Tuesday 23:21 moodler +2003-09-26 Friday 17:10 rkingdon - * lang/en_us/workshop.php: + * mod/workshop/: assessments.php, lib.php, db/mysql.sql: - Missing file + Recent Activity fixed; Student names removed from emails. -2003-06-03 Tuesday 23:16 moodler +2003-09-26 Friday 17:07 rkingdon - * lang/es_es/README.txt: + * lang/en/workshop.php: - Added contributors + Added strings for Recent Activity -2003-06-03 Tuesday 20:46 moodler +2003-09-26 Friday 11:24 giro123 - * lang/es_es/: README.txt, assignment.php, auth.php, choice.php, - forum.php, journal.php, moodle.php, quiz.php, resource.php, - survey.php, workshop.php, docs/background.html, - docs/module_files.txt, help/coursecategory.html, + * lang/es/: attendance.php, workshop.php: + + [no log message] + +2003-09-26 Friday 06:17 bobopinna + + * lang/it/: attendance.php, glossary.php, workshop.php: + + + Filled new fields + +2003-09-26 Friday 05:12 bobopinna + + * lang/it/: assignment.php, choice.php, forum.php, journal.php, + moodle.php, quiz.php, survey.php: + + + First step of general revision + +2003-09-26 Friday 01:21 moodler + + * lib/moodlelib.php: + + When getting a list of countries, check the parent language if + necessary. + +2003-09-26 Friday 01:04 moodler + + * lang/en/countries.php, lib/countries.php, lib/moodlelib.php, + login/signup.php, login/signup_form.html, user/edit.html, + user/edit.php, user/index.php, admin/config.html, admin/config.php, + admin/register.php, admin/user.php, user/lib.php, user/view.php: + + The list of countries has finally been moved into the language + packs so it can be translated. + + There is now a new function get_list_of_countries() which will + return a sorted array of countries in the best current language. + + get_string("AU", "countries") will also work if needed + +2003-09-25 Thursday 21:27 moodler + + * mod/attendance/: viewall.php, viewweek.php: + + Attendance now uses the main Moodle version of the Excel library + +2003-09-25 Thursday 21:19 moodler + + * course/grades.php: + + Upgraded gradebook to use the new Excel library. + + Most of these changes are from Russell Jungwirth - thanks! + + I also moved the download buttons to the top - better for BIG + classes. + +2003-09-25 Thursday 21:18 moodler + + * lib/excel/: BIFFwriter.php, Format.php, OLEwriter.php, + Parser.php, README.txt, Workbook.php, Worksheet.php, test.php: + + Adding a new system for producing Excel documents that are a little + more compatible with non-Excel spreadsheets. It also has more + features than the old system that we might take advantage of later. + +2003-09-25 Thursday 16:09 jungwirr + + * mod/attendance/view.php: + + + updated view to show extra information re: grading, dynamic + section, automation based on logs. + +2003-09-25 Thursday 15:47 jungwirr + + * lang/en/attendance.php, mod/attendance/add.php, + mod/attendance/config.html, mod/attendance/lib.php, + mod/attendance/mod.html, mod/attendance/view.php, + mod/attendance/viewall.php, mod/attendance/viewweek.php: + + + Added grading support for attendance - including settings and + database fields. + + Cleaned up some function names in lib to proper naming conventions. + +2003-09-25 Thursday 12:40 stronk7 + + * mod/workshop/backuplib.php: + + Fixed small error in overallocation field !! :-) + +2003-09-25 Thursday 12:38 stronk7 + + * mod/attendance/: backuplib.php, restorelib.php: + + Now autoattend field is supported in backup/restore. Ciao. + +2003-09-25 Thursday 12:14 rkingdon + + * mod/workshop/: backuplib.php, restorelib.php, db/oci8po.sql, + db/postgres7.sql: + + Addition of the overallocation field to the workshop table. + +2003-09-25 Thursday 11:54 jungwirr + + * lang/en/attendance.php, mod/attendance/lib.php, + mod/attendance/version.php, mod/attendance/viewall.php, + mod/attendance/viewweek.php, mod/attendance/db/mysql.php, + mod/attendance/db/mysql.sql: + + + + Added automatic attendance logging based on date and any activity + by student on that day. NOTE - cron must be running for this to + work properly + + Modified multi-page views to use arrows instead of words, added a + first page and last page link as well. Cleaned up that nav menu a + bit as well. + +2003-09-25 Thursday 10:32 rkingdon + + * mod/workshop/: lib.php, submissions.php, version.php, view.php, + db/mysql.php, db/mysql.sql: + + Changes to handling of peer assessments allocation; over allocation + option added; new assessment phase added; options added to control + the length of the league table and the display of name in the + league table. + +2003-09-25 Thursday 10:28 rkingdon + + * lang/en/help/workshop/: includeteachersgrade.html, + leaguetable.html, overallocation.html: + + One missing help file added; two new help files added + +2003-09-25 Thursday 10:27 rkingdon + + * lang/en/help/workshop/managing.html: + + New Assessment Phase added. + +2003-09-25 Thursday 10:25 rkingdon + + * lang/en/workshop.php: + + Some new strings for over allocation; the new phase, hiding names + and the league table. + +2003-09-25 Thursday 03:03 adamtpaw + + * lang/pl/: chat.php, quiz.php, workshop.php: + + Fixed problems slash before vars + +2003-09-24 Wednesday 19:11 les_kopari + + * mod/workshop/db/oci8po.php: + + Initial add for Oracle. + +2003-09-24 Wednesday 18:50 les_kopari + + * mod/survey/db/oci8po.php: + + Initial add for Oracle. + +2003-09-24 Wednesday 18:47 les_kopari + + * mod/resource/db/oci8po.php: + + Initial add for Oracle. + +2003-09-24 Wednesday 18:25 les_kopari + + * mod/quiz/db/oci8po.php: + + Initial add for Oracle. + +2003-09-24 Wednesday 18:15 les_kopari + + * mod/forum/db/oci8po.php: + + Initial add for Oracle. + +2003-09-24 Wednesday 18:11 les_kopari + + * mod/choice/db/oci8po.php: + + Initial add for Oracle. + +2003-09-24 Wednesday 18:05 les_kopari + + * mod/chat/db/oci8po.php: + + Initial add for Oracle. + +2003-09-24 Wednesday 17:44 les_kopari + + * mod/attendance/db/: oci8po.php, oci8po.sql: + + Initial add for Oracle. + +2003-09-24 Wednesday 16:20 les_kopari + + * mod/assignment/db/oci8po.php: + + Initial add for Oracle...does nothing. + +2003-09-24 Wednesday 16:15 les_kopari + + * mod/journal/db/oci8po.php: + + Sorry...brainphart...corrected glossary to journal. + +2003-09-24 Wednesday 16:09 les_kopari + + * mod/journal/db/oci8po.php: + + Initial add for Oracle...does nothing. + +2003-09-24 Wednesday 15:46 les_kopari + + * mod/glossary/db/oci8po.sql: + + Added new columns and tables, but need resolution on table names > + 30 in length, including mdl_glossary_entries_categories. + +2003-09-24 Wednesday 14:28 giro123 + + * lang/es/: attendance.php, glossary.php, moodle.php: + + [no log message] + +2003-09-24 Wednesday 12:10 jungwirr + + * mod/attendance/: viewall.php, viewweek.php: + + + changed the excel writing library to a more fully-featured, less + buggy one. + +2003-09-24 Wednesday 10:35 jungwirr + + * mod/attendance/: version.php, viewall.php, viewweek.php: + + + added export to excel and text feature for reports. Still a bug + with export full report to excel in viewweek.php + +2003-09-24 Wednesday 10:32 jungwirr + + * lang/en/attendance.php: + + + added strings for export to excel + +2003-09-24 Wednesday 09:51 giro123 + + * lang/es/glossary.php: + + [no log message] + +2003-09-24 Wednesday 09:49 paca70 + + * lang/fi/: assignment.php, auth.php, chat.php, choice.php, + forum.php, journal.php, moodle.php, pgassignment.php, quiz.php, + resource.php, survey.php, docs/README.txt, docs/files.php, + docs/install.html, docs/intro.html, help/coursecategory.html, help/courseformats.html, help/coursefullname.html, help/coursenewsitems.html, help/coursenumsections.html, help/courserecent.html, help/courseshortname.html, help/coursestartdate.html, help/enrolmentkey.html, help/guestaccess.html, help/html.html, help/langedit.html, help/mods.html, help/picture.html, help/questions.html, - help/reading.html, help/richtext.html, help/summaries.html, - help/surveys.html, help/teachers.html, help/text.html, - help/textformat.html, help/writing.html, - help/assignment/assignmenttype.html, help/assignment/resubmit.html, - help/choice/options.html, help/forum/allowdiscussions.html, - help/forum/attachment.html, help/forum/forumtype.html, - help/forum/ratings.html, help/forum/subscription.html, - help/quiz/attempts.html, help/quiz/categories.html, - help/quiz/correctanswers.html, help/quiz/feedback.html, - help/quiz/grademethod.html, help/quiz/maxgrade.html, + help/reading.html, help/richtext.html, help/surveys.html, + help/teachers.html, help/text.html, help/textformat.html, + help/writing.html, help/assignment/assignmenttype.html, + help/assignment/resubmit.html, help/choice/options.html, + help/forum/allowdiscussions.html, help/forum/attachment.html, + help/forum/forumtype.html, help/forum/ratings.html, + help/forum/subscription.html, help/pgassignment/anonymous.html, + help/pgassignment/assignmenttype.html, + help/pgassignment/breakdownoffinalgrade.html, + help/pgassignment/calculatingfinalgrade.html, + help/pgassignment/elements.html, + help/pgassignment/finalgrades.html, help/pgassignment/graded.html, + help/pgassignment/grading.html, + help/pgassignment/gradingcomments.html, + help/pgassignment/includeself.html, + help/pgassignment/managing.html, + help/pgassignment/numberofassessors.html, + help/pgassignment/resubmit.html, + help/pgassignment/showinggrades.html, + help/pgassignment/specimen.html, + help/pgassignment/teachersgradings.html, help/quiz/attempts.html, + help/quiz/categories.html, help/quiz/correctanswers.html, + help/quiz/feedback.html, help/quiz/grademethod.html, + help/quiz/import.html, help/quiz/maxgrade.html, help/quiz/multichoice.html, help/quiz/questiontypes.html, - help/quiz/random.html, help/quiz/randomsamatch.html, - help/quiz/review.html, help/quiz/shortanswer.html, - help/quiz/timeopen.html, help/quiz/truefalse.html, - help/resource/resourcetype.html, help/resource/summary.html: + help/quiz/randommatch.html, help/quiz/review.html, + help/quiz/shortanswer.html, help/quiz/timeopen.html, + help/quiz/truefalse.html, help/resource/resourcetype.html, + help/resource/summary.html: - Latest version from Antonio Navarro + Converted files from iso-8859-1 to UTF-8 -2003-06-03 Tuesday 20:36 moodler +2003-09-24 Wednesday 07:39 mits - * lang/: es_es/docs/credits.html, ru/docs/credits.html: + * lang/ja/: README, glossary.php: - Remove translated credits + New translation added. -2003-06-03 Tuesday 18:31 moodler +2003-09-23 Tuesday 19:06 les_kopari - * lang/en_us/moodle.php: + * lib/db/oci8po.sql: - Unenrol - > unenroll + Added columns indent, visible to create, inserts. -2003-06-03 Tuesday 14:52 koenr +2003-09-23 Tuesday 18:30 les_kopari - * lang/nl/help/: coursecategory.html, courseformats.html, - coursefullname.html, coursenewsitems.html, coursenumsections.html, - courserecent.html, courseshortname.html, coursestartdate.html: + * lib/db/oci8po.php: - Translated by Koen Roggemans + Initial version for Oracle: does nothing. -2003-06-03 Tuesday 12:51 koenr +2003-09-23 Tuesday 09:51 stronk7 - * lang/nl/help/: emoticons.html, enrolmentkey.html, html.html, - langedit.html, mods.html, picture.html, questions.html, - reading.html, richtext.html, summaries.html, teachers.html, - text.html, textformat.html, wiki.html, writing.html: + * backup/version.php: - Translated by Koen Roggemans + Up abit to solve one category issue. -2003-06-03 Tuesday 12:33 koenr - - * lang/nl/help/guestaccess.html: - - no message - -2003-06-03 Tuesday 11:18 stronk7 - - * backup/STATUS.txt: - - Backup forums COMPLETED !! - -2003-06-03 Tuesday 09:33 stronk7 - - * backup/restore_check.html: - - Correct one source tab - -2003-06-03 Tuesday 09:32 stronk7 +2003-09-23 Tuesday 09:40 stronk7 * backup/restorelib.php: - Little bug when renaming existent courses... - -2003-06-03 Tuesday 06:44 coolbit - - * lang/zh_cn/help/: emoticons.html, richtext.html, text.html: + Now, to restore course category do this: - Check if (category_id, + category_name) exists. - Check if (category_name) exists. - Check + if category_id = 1 exists. - Create a new, initially invisible + category withe the info in backup-file. - Polishing works. + This solves a issue when restoring to a new course and category_id + 1 had been removed !! -2003-06-03 Tuesday 06:01 coolbit +2003-09-23 Tuesday 05:42 willcast - * lang/zh_cn/moodle.php: - - Polishing. - -2003-06-02 Monday 20:23 moodler - - * index.php: - - Strip tags from Window title - -2003-06-02 Monday 20:12 moodler - - * lang/en/docs/faq.html: - - Added new FAQ fixdirroot - -2003-06-02 Monday 20:00 moodler - - * admin/index.php: - - Small fix to not throw up error when current path discovered to be - empty - -2003-06-02 Monday 19:02 coolbit - - * lang/zh_cn/: moodle.php, quiz.php: + * mod/glossary/edit.php: [no log message] -2003-06-02 Monday 09:16 moodler +2003-09-23 Tuesday 05:34 willcast + + * lang/en/glossary.php, + lang/en/help/glossary/allowduplicatedentries.html, + lang/en/help/glossary/displayformat.html, + lang/en/help/glossary/index.html, + lang/en/help/glossary/mainglossary.html, + lang/en/help/glossary/mods.html, + lang/en/help/glossary/studentcanpost.html, lang/es/glossary.php, + mod/glossary/edit.html, mod/glossary/edit.php, + mod/glossary/lib.php, mod/glossary/view.php, + mod/glossary/db/mysql.php: + + - Corrections in EN language. Thanks to Przemek! - Added a "All + categories" link to the category drop-down box in Category view. - + Better display of categorized entries (more organized). - + SelectLetter, Special and All captions are now properly showed when + some of the their flags are not set. - Properly use of course + module visibility (in case someone directly access the URL) + +2003-09-23 Tuesday 05:18 moodler * lib/weblib.php: - Add slashes to title to avoid errors with quotes - see bug 479 + Small fix to avoid warnings on empty tables -2003-06-02 Monday 04:22 coolbit +2003-09-22 Monday 20:13 moodler - * lang/zh_cn/: forum.php, moodle.php, quiz.php, docs/teacher.html: + * course/lib.php: - polish. + Whoops, silly typo -2003-06-02 Monday 01:14 moodler +2003-09-22 Monday 20:11 moodler - * mod/resource/details.php: + * course/lib.php: - Prevent possible error when editing non-HTML pages + Trivial change to users listing to compress display a bit -2003-06-02 Monday 00:55 coolbit +2003-09-22 Monday 17:00 stronk7 - * lang/zh_cn/docs/teacher.html: + * backup/version.php: - Teacher manual! + Updated a bit (only date) -2003-06-01 Sunday 19:24 coolbit +2003-09-22 Monday 14:45 adamtpaw - * lang/zh_cn/: moodle.php, quiz.php: + * lang/pl/help/: quiz/description.html, quiz/formatblackboard.html, + quiz/formatcustom.html, quiz/formatmissingword.html, + quiz/index.html, quiz/mods.html, quiz/multianswer.html, + quiz/numerical.html, quiz/repeatattempts.html, + workshop/assessmentofexamples.html, + workshop/gradingsubmissions.html, workshop/mods.html, + workshop/ungradedassessments_student.html, + workshop/ungradedassessments_teacher.html: - Polished + New file -2003-06-01 Sunday 12:59 stronk7 +2003-09-22 Monday 11:01 villate - * backup/restore_execute.html: + * lang/pt/: chat.php, forum.php, moodle.php: - Uncommented clean_temp_data. + Included a few missing variables. -2003-06-01 Sunday 12:58 stronk7 +2003-09-22 Monday 10:18 villate - * backup/backup_check.html: + * lang/pt/: moodle.php, quiz.php: - Due to problems in the FileManager with filenames containing spaces - force a replace from spaces to underscores + Replace "Mova" by "Mude" -2003-06-01 Sunday 12:51 stronk7 +2003-09-22 Monday 09:12 mits - * lang/: en/moodle.php, es_es/moodle.php: + * lang/ja/: README, attendance.php, glossary.php: - Little change to one backup string + Some new translations added. -2003-06-01 Sunday 12:40 stronk7 +2003-09-22 Monday 09:03 moodler - * backup/STATUS.txt: + * mod/quiz/lib.php: - Missing phrase change :-) - -2003-06-01 Sunday 12:39 stronk7 - - * backup/STATUS.txt: + Fixed a NASTY little bug that sometimes occurred when re-grading + quizzes with random questions in them. - Restore surveys COMPLETED + (everyone got set to zero) -2003-06-01 Sunday 11:19 stronk7 +2003-09-22 Monday 07:58 stronk7 - * backup/STATUS.txt: + * course/format/topics.php: - Restoring choices COMPLETED + Take off one notice when there is no news in a course... -2003-06-01 Sunday 06:05 koenr +2003-09-22 Monday 07:01 moodler - * lang/nl/docs/: module_files.txt, teacher.html: + * user/: edit.html, edit.php, view.php: - corrected some minor mistakes + Use the new is_internal_auth function -2003-06-01 Sunday 05:52 coolbit +2003-09-22 Monday 06:58 moodler - * lang/zh_cn/help/quiz/: attempts.html, categories.html, - correctanswers.html, createmultiple.html, feedback.html, - grademethod.html, import.html, match.html, maxgrade.html, - multichoice.html, questiontypes.html, shortanswer.html, - timeopen.html, truefalse.html: + * lib/moodlelib.php: - Modified quiz help files. + Added is_internal_auth() function to quickly identify internal + authentication -2003-06-01 Sunday 03:44 stronk7 +2003-09-22 Monday 06:25 moodler - * backup/STATUS.txt: + * user/edit.html: - Restoring assignmets COMPLETED Cleaning up temp data + Fixed bug when main admin was editing externally-defined accounts + (the username/password was editable) -2003-06-01 Sunday 03:40 stronk7 +2003-09-22 Monday 05:35 willcast - * backup/: backup_version.php, restore_execute.html: - - Restoring assignments COMPLETED. Added clean temp structures - Increased version info - -2003-06-01 Sunday 02:19 coolbit - - * lang/zh_cn/moodle.php: - - modifing - -2003-05-31 Saturday 18:50 coolbit - - * lang/zh_cn/: moodle.php, quiz.php, - help/workshop/addingacomment.html: + * mod/glossary/deleteentry.php: [no log message] -2003-05-31 Saturday 11:12 coolbit +2003-09-22 Monday 03:06 bobopinna - * lang/zh_cn/help/resource/: resourcetype.html, summary.html: + * lang/it/: attendance.php, chat.php, forum.php, glossary.php, + label.php, moodle.php, quiz.php, resource.php, workshop.php: - Add resource helps. - -2003-05-31 Saturday 08:27 stronk7 - - * backup/STATUS.txt: - Typo :-) + Updated Moodle 1.2develop -2003-05-31 Saturday 08:24 stronk7 - - * backup/STATUS.txt: - - Now restore resources and final checks are included !!! - -2003-05-31 Saturday 08:21 stronk7 - - * backup/: restore_execute.html, restorelib.php: - - Now readjusting course_modules instance and course modinfo os - implemented and working - -2003-05-31 Saturday 08:19 stronk7 - - * backup/backup_execute.html: - - Small typo - -2003-05-31 Saturday 07:51 stronk7 - - * backup/restore.php: - - Included course/lib.php to execute rebuild_course_cache() - -2003-05-31 Saturday 03:08 stronk7 - - * backup/lib.php: - - Added backup_todb to addslashes and decode from UTF before - inserting info in db. - -2003-05-30 Friday 15:55 stronk7 - - * backup/: STATUS.txt, restorelib.php: - - Return info to know what modules process... - -2003-05-30 Friday 14:56 stronk7 +2003-09-22 Monday 01:30 stronk7 * backup/restorelib.php: - Only save to backup_ids restoreable modules. + Solved two possibe bugs: - Restoring to courses without section + 0 (manually deleted). - Restoring to sections without mods and + null values in its sequence field. Thanks to Janne Mikkonen... -2003-05-30 Friday 14:32 stronk7 +2003-09-21 Sunday 23:27 giro123 + + * lang/es/moodle.php: + + [no log message] + +2003-09-21 Sunday 17:06 stronk7 + + * mod/glossary/: backuplib.php, restorelib.php: + + Now glossary categories are inbackup/restore too !! Not tested !! + +2003-09-21 Sunday 16:40 stronk7 + + * mod/glossary/backuplib.php: + + Some cosmetical updates plus one error selecting + glossary_categories_entries solved. No backup is working ok... I + think. + +2003-09-21 Sunday 16:39 willcast + + * mod/glossary/: version.php, db/mysql.php, db/postgres7.sql, + db/mysql.sql: + + [no log message] + +2003-09-21 Sunday 16:32 willcast + + * mod/glossary/: version.php, db/mysql.php, db/mysql.sql, + db/postgres7.sql: + + [no log message] + +2003-09-21 Sunday 16:07 stronk7 + + * mod/glossary/backuplib.php: + + Fixed small error + +2003-09-21 Sunday 15:43 stronk7 + + * mod/glossary/restorelib.php: + + No restoring categories, but working again. + +2003-09-21 Sunday 13:45 stronk7 + + * mod/attendance/: backuplib.php, restorelib.php: + + Now, the "edited" field is included in backup/restore too. + +2003-09-21 Sunday 12:55 adamtpaw + + * lang/pl/README: + + Info about maintener and contributors + +2003-09-21 Sunday 11:09 willcast + + * mod/glossary/: backuplib.php, restorelib.php: + + - Backup of categories and its entries - Working on the restore + process... Eloy will gives me a hand this (hopefully!) + +2003-09-21 Sunday 10:40 jungwirr + + * mod/attendance/db/mysql.sql: + + + added field I fergot about when creating the update code. duhrrr. + +2003-09-21 Sunday 10:08 willcast + + * lang/en/glossary.php, lang/es/glossary.php, + mod/glossary/deleteentry.html, mod/glossary/deleteentry.php, + mod/glossary/edit.html, mod/glossary/edit.php, + mod/glossary/editcategories.html, mod/glossary/editcategories.php, + mod/glossary/exportentry.php, mod/glossary/lib.php, + mod/glossary/version.php, mod/glossary/view.php, + mod/glossary/db/mysql.php, mod/glossary/db/mysql.sql, + mod/glossary/db/postgres7.php, mod/glossary/db/postgres7.sql, + mod/glossary/formats/1.php, mod/glossary/formats/2.php: + + - Now the entries could be categorized. - Any entry could belongs + to many categories - Improved main page and add entry look. - + Added PostgreSQL7 squema (Thanks Janne Mikkonen!) - Deleting + entries also delete its attachments if any. + +2003-09-21 Sunday 09:35 moodler + + * lib/weblib.php: + + Robustness on an optional variable + +2003-09-21 Sunday 08:45 moodler + + * lib/weblib.php: + + Changes from Mad Alex and Gustav Delius: + + - make more of the HTML into XHTML + - add a $usexml parameter to print_header that sets up the page + as XML + (in the first case, for MathML) + +2003-09-21 Sunday 08:32 moodler + + * theme/: standard/header.html, standard/styles.php, + standardblue/header.html, standardgreen/header.html, + standardlogo/header.html, standardred/header.html, + standardwhite/header.html: + + Some improved XHTML + +2003-09-21 Sunday 03:58 adamtpaw + + * lang/pl/help/survey/: index.html, mods.html: + + Translation of Survey module + +2003-09-20 Saturday 13:02 adamtpaw + + * lang/pl/help/journal/: index.html, mods.html: + + Translation of Journal + +2003-09-20 Saturday 12:58 adamtpaw + + * lang/pl/help/resource/: index.html, mods.html, program.html: + + Traltaion of resource module + +2003-09-20 Saturday 10:33 stronk7 + + * course/lib.php: + + Changed !empty to isset to avoid warnings. + +2003-09-20 Saturday 10:08 stronk7 + + * course/lib.php: + + Added one check to avoid some notices in make_categories_list(). + Commented in Moodle's forum: + http://moodle.org/mod/forum/discuss.php?d=2627 + +2003-09-19 Friday 23:11 moodler + + * course/info.php, course/lib.php, pix/i/guest.gif, + theme/cordoroyblue/pix/i/guest.gif: + + Make the "guest allowed" icon separate from the user icon. + +2003-09-19 Friday 22:19 moodler + + * user/index.php: + + Fixed user display with less than 20 students + +2003-09-19 Friday 20:27 moodler + + * lang/pl/: assignment.php, auth.php, chat.php, choice.php, + forum.php, journal.php, moodle.php, quiz.php, resource.php, + survey.php, help/questions.html, help/reading.html, + help/richtext.html, help/writing.html, help/assignment/mods.html, + help/chat/mods.html, help/choice/mods.html, help/quiz/import.html, + help/quiz/questiontypes.html: + + Fixed up Adam's tags again + +2003-09-19 Friday 16:29 jungwirr + + * lang/en/attendance.php: + + + fixed a default for the 'presentshort' string + +2003-09-19 Friday 12:27 adamtpaw + + * lang/pl/help/: assignment/index.html, assignment/mods.html, + choice/index.html, choice/mods.html: + + + some new filesCVS: + ------------------------------------------------------------------- + --- + +2003-09-19 Friday 12:23 adamtpaw + + * lang/pl/help/: cookies.html, courseavailability.html, + coursegrades.html, crow_mods.txt, index.html, scales.html: + + Few new files + +2003-09-19 Friday 12:18 adamtpaw + + * lang/pl/docs/: README.txt, coding.html, files.php, other.html, + release.html: + + Few new files + +2003-09-19 Friday 12:12 adamtpaw + + * lang/pl/: assignment.php, auth.php, chat.php, choice.php, + forum.php, journal.php, moodle.php, quiz.php, resource.php, + survey.php, docs/background.html, docs/credits.html, + docs/future.html, docs/glossary.html, docs/index.html, + docs/install.html, docs/installamp.html, docs/intro.html, + docs/upgrade.html, help/questions.html, help/reading.html, + help/richtext.html, help/writing.html, help/chat/mods.html, + help/quiz/import.html, help/quiz/questiontypes.html: + + " " + tags. + +2003-09-18 Thursday 04:51 moodler + + * lib/datalib.php: + + Don't grab unconfirmed users in user listing + +2003-09-17 Wednesday 21:50 moodler + + * lib/datalib.php: + + Make get_course_students backward compatible + +2003-09-17 Wednesday 21:46 moodler + + * lib/datalib.php, user/index.php: + + First attempt at proper paging for the user page. + + Still needs some work ... + +2003-09-17 Wednesday 20:35 moodler + + * lang/pt_br/: forum.php, moodle.php, resource.php: + + Updates from Paula + +2003-09-17 Wednesday 16:46 jungwirr + + * lang/en/attendance.php, mod/attendance/add.php, + mod/attendance/index.php, mod/attendance/lib.php, + mod/attendance/mod.html, mod/attendance/version.php, + mod/attendance/view.php, mod/attendance/viewall.php: + + + Finished first version of add.php - to add multiple attendance + instances at the same time. + +2003-09-17 Wednesday 14:27 stronk7 + + * mod/glossary/restorelib.php: + + Now restoring glossaries is included too !! Please, test it !! + +2003-09-17 Wednesday 14:07 stronk7 + + * mod/glossary/backuplib.php: + + Some fields missing in backup. Fixed. + +2003-09-17 Wednesday 10:04 giro123 + + * lang/es/: label.php, appointment.php, attendance.php, + glossary.php: + + [no log message] + +2003-09-17 Wednesday 09:50 giro123 + + * lang/es/: appointment.php, attendance.php: + + [no log message] + +2003-09-17 Wednesday 09:12 giro123 + + * lang/es/forum.php: + + [no log message] + +2003-09-17 Wednesday 07:40 jungwirr + + * lang/en/attendance.php: + + + just some more strings for new functionality. + +2003-09-17 Wednesday 07:37 jungwirr + + * mod/attendance/: add.php, index.php, lib.php, mod.html, + version.php, view.php, viewall.php: + + + fixed bugs in view.php, mod.html, viewall.php added add.php for + adding mutiple instances at once - not nearly done yet! + +2003-09-16 Tuesday 23:20 moodler + + * mod/forum/index.php: + + Forums in section 0 (top section) now get combined in the "General + Forums" listing on the Forums list + +2003-09-16 Tuesday 18:56 willcast + + * lang/en/glossary.php: + + - Testing new permissions... + +2003-09-16 Tuesday 18:33 moodler + + * course/student.php: + + Remove $PHP_SELF + +2003-09-16 Tuesday 17:21 willcast + + * mod/glossary/: icon.gif, icon1.gif: + + [no log message] + +2003-09-16 Tuesday 14:45 stronk7 + + * mod/glossary/backuplib.php: + + Now entries attachments are in backup too. This module is slighty + different because when "no user info" is selected, teacher entries + are exported so, instead of copying all the moddata/glossary dir + (as other modules), files are copied selectively !! + +2003-09-16 Tuesday 13:24 stronk7 + + * lang/en/help/glossary/: allowduplicatedentries.html, + displayformat.html, index.html, mainglossary.html, mods.html, + studentcanpost.html: + + Will is having problems, so I upload this... + +2003-09-16 Tuesday 12:34 stronk7 + + * lang/en/glossary.php: + + Will is having problems, so I upload this... + +2003-09-16 Tuesday 12:28 stronk7 + + * lang/es/: glossary.php, + help/glossary/allowduplicatedentries.html, + help/glossary/displayformat.html, help/glossary/index.html, + help/glossary/mainglossary.html, help/glossary/mods.html, + help/glossary/studentcanpost.html: + + Will is having problems, so I upload this... + +2003-09-16 Tuesday 11:51 willcast + + * mod/glossary/db/: mysql.php, mysql.sql: + + - Display format of entries is now modular. - Entries can have an + optional file - English help files. - Now the alphabet is a + language string so it is now usable in other languages. + + KNOWN BUGS: - It does not backup nor restore the attached files of + the entries. + +2003-09-16 Tuesday 11:24 mits + + * lang/ja/: README, attendance.php, forum.php, glossary.php, + label.php, moodle.php: + + New translation added. + +2003-09-16 Tuesday 11:04 willcast + + * mod/glossary/: README.txt, backuplib.php, deleteentry.php, + edit.html, edit.php, exportentry.php, index.php, lib.php, mod.html, + restorelib.php, version.php, view.php, formats/1.php, + formats/2.php: + + - Display format of entries is now modular. - Entries can have an + optional file - English help files. - Now the alphabet is a + language string so it is now usable in other languages. + + KNOWN BUGS: - It does not backup nor restore the attached files of + the entries. + +2003-09-16 Tuesday 10:22 les_kopari + + * mod/glossary/db/: oci8po.sql, oci8po.php: + + Oracle version + +2003-09-16 Tuesday 07:07 villate + + * lang/pt/forum.php: + + Some language improvements + +2003-09-16 Tuesday 00:24 moodler + + * version.php: + + Bump! + +2003-09-15 Monday 23:35 moodler + + * mod/forum/lib.php: + + Err ... whose idea was it to cache the strings in + forum_make_mail_post? :-) + +2003-09-15 Monday 23:15 moodler + + * files/index.php: + + Backupdata is now always created if it is needed. + + Navigation is a little neater (no longer puts a link on the current + folder) + +2003-09-15 Monday 22:48 moodler + + * course/lib.php: + + Move all the activity editing buttons back on the end of the + activity name + +2003-09-15 Monday 22:33 moodler + + * mod/attendance/: README.txt, icon.gif, index.php, lib.php, + mod.html, version.php, view.php, viewall.php, db/mysql.php, + db/mysql.sql: + + New module Attendance, by Russell Jungwirth. + +2003-09-15 Monday 22:32 moodler + + * lang/en/: attendance.php, help/attendance/mods.html: + + Language file for new Attendance module, by Russell Jungwirth + +2003-09-15 Monday 20:07 moodler + + * mod/glossary/: README.txt, backuplib.php, deleteentry.html, + deleteentry.php, edit.html, edit.php, export.gif, exportentry.php, + icon.gif, index.php, lib.php, mod.html, restorelib.php, + version.php, view.php, db/mysql.php, db/mysql.sql: + + New Glossary module, version 0.1 - by Williams Castillo! + +2003-09-15 Monday 20:06 moodler + + * lang/es/: glossary.php, + help/glossary/allowduplicatedentries.html, + help/glossary/displayformat.html, help/glossary/index.html, + help/glossary/mainglossary.html, help/glossary/mods.html, + help/glossary/studentcanpost.html: + + Spanish language files for new Glossary module + +2003-09-15 Monday 20:04 moodler + + * lang/en/: glossary.php, + help/glossary/allowduplicatedentries.html, + help/glossary/displayformat.html, help/glossary/index.html, + help/glossary/mainglossary.html, help/glossary/mods.html, + help/glossary/studentcanpost.html: + + Language files for Glossary module - help files in Spanish still! + +2003-09-15 Monday 19:42 moodler + + * lang/en/forum.php, mod/forum/lib.php: + + New feature: "Show Parent" on all posts will take you to to the + parent of any given post. Detects threaded mode and behaves a bit + differently though intuitively. + +2003-09-15 Monday 04:59 moodler + + * lib/weblib.php: + + Hide labels from nav menu + +2003-09-14 Sunday 19:29 moodler + + * lang/pl/: assignment.php, auth.php, chat.php, choice.php, + forum.php, journal.php, moodle.php, quiz.php, resource.php, + survey.php, workshop.php, help/questions.html, help/reading.html, + help/richtext.html, help/writing.html, help/chat/mods.html, + help/quiz/import.html, help/quiz/questiontypes.html: + + FIxed some PHP tags and empty strings + +2003-09-14 Sunday 16:41 les_kopari + + * mod/label/db/oci8po.sql: + + Oracle translation of mySQL module for label. + +2003-09-14 Sunday 14:43 stronk7 + + * backup/: backup_check.html, backuplib.php, restore_execute.html, + restorelib.php, version.php: + + Now, "needed" users are included in backup/restore when "course + users" are selected. This uses the xxxx_get_participants() + function in every module. This solves an issue about info in + modules belonging to unenrolled users (Bug #692 closed). Mantain + compatibility with old backups (1.1 and 1.1.1). Updated version to + "1.2 development". Included support to "label" module (by Martin) + +2003-09-14 Sunday 14:27 koenr + + * lang/nl/help/quiz/review.html: + + Some Englisch text was stil in it + +2003-09-14 Sunday 14:16 koenr + + * lang/nl/docs/teacher.html: + + leraars replaced with leraren + +2003-09-14 Sunday 14:14 adamtpaw + + * lang/pl/workshop.php: + + First translation of Workshop module + +2003-09-14 Sunday 11:56 moodler + + * admin/index.php: + + Removed typo .php + +2003-09-14 Sunday 11:51 moodler + + * course/format/topics.php: + + Hide labels on topic pages + +2003-09-14 Sunday 10:50 moodler + + * config-dist.php: + + Some docs for PostgreSQL sockets users (see bug #749) + +2003-09-14 Sunday 10:39 moodler + + * lib/datalib.php: + + When adding a new column, set all the default values manually + +2003-09-14 Sunday 10:20 moodler + + * course/lib.php: + + Reduced size of table cells ... might need to work on editing + buttons + +2003-09-14 Sunday 09:43 moodler + + * course/lib.php: + + Some tidying up of the editing icons + +2003-09-14 Sunday 09:34 moodler + + * lang/en/moodle.php: + + Strings to move activities left and right + +2003-09-14 Sunday 09:31 moodler + + * version.php, backup/backuplib.php, backup/restorelib.php, + course/lib.php, course/mod.php, lib/db/mysql.php, lib/db/mysql.sql, + lib/db/postgres7.php, lib/db/postgres7.sql: + + New field on course_modules called "indent" ... this is an integer + that tells us how far to indent the activity when it is displayed. + + This gives us some more flexibility on the course outline to + arrange things as we might like them, into subtopics etc + + Backup/restore is updated as well. + + There is also a bit more robustness in course/mod.php + +2003-09-14 Sunday 08:47 stronk7 + + * mod/label/: backuplib.php, lib.php, restorelib.php: + + Added "graphical structure". Added label_get_participants() + function. + +2003-09-14 Sunday 08:20 moodler + + * mod/label/: backuplib.php, restorelib.php: + + Backupo / Restore for labels (untested as yet) + +2003-09-14 Sunday 08:20 moodler + + * mod/label/: version.php, db/mysql.php, db/mysql.sql, + db/postgres7.php, db/postgres7.sql: + + Added a course field (whoops!) and edited backuplib.php and + restorelib.php + +2003-09-14 Sunday 05:30 moodler + + * mod/label/: icon.gif, index.php, lib.php, mod.html, version.php, + view.php, db/mysql.php, db/mysql.sql, db/postgres7.php, + db/postgres7.sql: + + New module: Label. + + This is a sort of "dummy" activity that allows HTML to be placed + anywhere in the course sections ... + +2003-09-14 Sunday 05:25 moodler + + * lib/setup.php, lib/weblib.php, course/lib.php, course/mod.php, + course/recent.php, course/search.php, course/view.php, + course/format/social.php, course/format/topics.php, + course/format/weeks.php: + + Two things are in this checkin: + + 1) Support for the new "label" module has been added. It's + unfortunate about having to make these exceptions but this was + the overall cleanest way I could think of. + + 2) All local calculation of pixpath and modpixpath has been removed + and replaced with a single calculation which is done in + setup.php and stored in $CFG->pixpath and #CFG->modpixpath. All + graphics should use these variables so that themes can easily + override them. + +2003-09-14 Sunday 05:22 moodler + + * lib/db/postgres7.php: + + Used the wrong function to display the message (Notify, not Notice) + +2003-09-14 Sunday 05:20 moodler + + * lang/en/: label.php, help/label/mods.html: + + New help files for label module + +2003-09-14 Sunday 02:36 moodler + + * mod/forum/mod.html: + + Put rating setup last because it's optional + +2003-09-13 Saturday 21:04 moodler + + * lib/datalib.php: + + Some early phpdoc-style documentation (thanks to Russell + Jungwirth!) + + Fixes for use of MySQL-only CONCAT function on other databases + +2003-09-13 Saturday 17:25 adamtpaw + + * lang/pl/: assignment.php, auth.php, chat.php, choice.php, + forum.php, journal.php, moodle.php, quiz.php, resource.php, + survey.php, docs/background.html, docs/credits.html, docs/faq.html, + docs/future.html, docs/glossary.html, docs/index.html, + docs/install.html, docs/installamp.html, docs/intro.html, + docs/upgrade.html, help/coursecategory.html, + help/enrolmentkey.html, help/questions.html, help/reading.html, + help/richtext.html, help/writing.html, help/chat/mods.html, + help/quiz/import.html, help/quiz/questiontypes.html: + + update for Moodle 1.1 + +2003-09-13 Saturday 05:59 moodler + + * course/lib.php: + + Show restore icon all the time, even if there are no backups. + +2003-09-13 Saturday 04:59 moodler + + * version.php: + + Time to move on! + +2003-09-13 Saturday 01:19 moodler + + * lib/moodlelib.php: + + Frontpage directories to ignore are called _vti_cnf .. not vti_cnf + +2003-09-13 Saturday 01:03 les_kopari + + * mod/: resource/db/oci8po.sql, survey/db/oci8po.sql, + workshop/db/oci8po.sql: + + Oracle tables, etc converted from mysql, plus test transactions. + +2003-09-13 Saturday 01:00 les_kopari + + * mod/: choice/db/oci8po.sql, forum/db/oci8po.sql, + journal/db/oci8po.sql, quiz/db/oci8po.sql: + + Oracle tables, etc converted from mysql, plus test transactions. + +2003-09-13 Saturday 00:56 les_kopari + + * mod/chat/db/oci8po.sql: + + Oracle tables, etc converted from mysql, plus test transactions. + +2003-09-13 Saturday 00:53 les_kopari + + * lib/db/oci8po.sql, mod/assignment/db/oci8po.sql: + + Oracle tables, etc converted from mysql, plus test transactions. + +2003-09-13 Saturday 00:43 les_kopari + + * backup/db/oci8po.sql: + + Oracle tables, etc converted from mysql. + +2003-09-13 Saturday 00:34 moodler + + * theme/: brightretro/header.html, cordoroyblue/header.html, + garden/header.html, oceanblue/header.html, poweraid/header.html, + standard/header.html, standardblue/header.html, + standardgreen/header.html, standardlogo/header.html, + standardred/header.html, standardwhite/header.html: + + PLace included metadata lines above the + +2003-09-12 Friday 03:33 mits * lang/ja/: README, moodle.php: - New translation. + New translation added, and polished some. + +2003-09-11 Thursday 22:31 koenr + + * lang/nl/help/workshop/: nassessmentsofstudentsubmissions.html, + nassessmentsofteachersexamples.html, nelements.html: + + Translated by Koen Roggemans + +2003-09-11 Thursday 22:30 koenr + + * lang/nl/help/workshop/index.html: + + Translated files in index; alphabetical order + +2003-09-11 Thursday 07:02 moodler + + * version.php: + + 1.1.1 - now with less short_tags! + +2003-09-11 Thursday 06:53 moodler + + * lib/ipatlas/: ip-atlas_prefs.php, plotimage.php: + + Fixed some short tags + +2003-09-11 Thursday 06:51 moodler + + * lang/: pl/assignment.php, pl/auth.php, pl/chat.php, + pl/choice.php, pl/forum.php, pl/journal.php, pl/moodle.php, + pl/quiz.php, pl/resource.php, pl/survey.php, sk/help/mods.html, + sk/help/questions.html, sk/help/reading.html, + sk/help/richtext.html, sk/help/textformat.html, + sk/help/writing.html, sk/help/quiz/questiontypes.html, + sk/help/resource/resourcetype.html: + + FIxed some short tags + +2003-09-11 Thursday 06:50 moodler + + * error/index.php: + + Short tags + +2003-09-11 Thursday 06:24 moodler + + * theme/poweraid/: index.php, images/index.php: + + Some short tags + +2003-09-11 Thursday 06:23 moodler + + * mod/newmodule_template.zip: + + Removed short tags + +2003-09-11 Thursday 06:21 moodler + + * mod/: quiz/edit.php, quiz/numerical.html, resource/details.php, + survey/view.php, workshop/mod.html: + + More short tags + +2003-09-11 Thursday 06:05 moodler + + * backup/: backup_check.html, backup_form.html, restore_form.html: + + More short tags + +2003-09-11 Thursday 05:43 moodler + + * course/edit.html: + + More short tags not found by the script :-( :-( + +2003-09-11 Thursday 05:09 moodler + + * admin/index.php: + + + Doh! No need to check for short_tags any more.