]>
git.mjollnir.org Git - moodle.git/log
skodak [Wed, 19 Jul 2006 12:30:39 +0000 (12:30 +0000)]
Bug #6093 - Removed course sections re-appear after moving existing sections; merged from MOODLE_16_STABLE
skodak [Wed, 19 Jul 2006 12:10:07 +0000 (12:10 +0000)]
Improved category and course list display on front page- see bug Bug #5965 - Frontpage Category List also showing courses; new Combo List(categories + courses), fixed categories list and separate settings for not logged in / logged in users; merged from MOODLE_16_STABLE
moodler [Wed, 19 Jul 2006 10:21:52 +0000 (10:21 +0000)]
Merged fixes from stable
skodak [Wed, 19 Jul 2006 08:13:25 +0000 (08:13 +0000)]
Bug #6136 - Hard coded admin paths; merged from MOODLE_16_STABLE
tjhunt [Tue, 18 Jul 2006 16:49:33 +0000 (16:49 +0000)]
Bug #6048 - Fix 'are you sure you want to start an attempt' warning.
stronk7 [Tue, 18 Jul 2006 16:35:52 +0000 (16:35 +0000)]
minor bump to perform some changes on grade_letter
Mimic from MOODLE_16_STABLE
stronk7 [Tue, 18 Jul 2006 16:35:15 +0000 (16:35 +0000)]
Fixing one recently added DB upgrade. Please be careful on STABLE!
Mimic from MOODLE_16_STABLE
tjhunt [Tue, 18 Jul 2006 15:34:24 +0000 (15:34 +0000)]
Bug #6033 - missing string for unknown questiontype. Also tidied up some messy code. Merged from MOODLE_16_STABLE.
tjhunt [Tue, 18 Jul 2006 13:33:45 +0000 (13:33 +0000)]
SC#277. Merged from MOODLE_16_STABLE.
tjhunt [Tue, 18 Jul 2006 11:01:06 +0000 (11:01 +0000)]
Bug #6116 - Quiz database upgrade scripts call renamed function by the old name. Merged from MOODLE_16_STABLE.
urs_hunkler [Tue, 18 Jul 2006 09:21:39 +0000 (09:21 +0000)]
remove styles_layout.css
urs_hunkler [Tue, 18 Jul 2006 09:11:35 +0000 (09:11 +0000)]
merged from 1.6 - enhancements and bugfixes, works now in Safari and Konqueror
urs_hunkler [Tue, 18 Jul 2006 08:10:29 +0000 (08:10 +0000)]
merged from 1.6 - some CSS changes
skodak [Tue, 18 Jul 2006 07:17:13 +0000 (07:17 +0000)]
Bug #2149 - admin/creators.html javascript error; merged from MOODLE_16_STABLE
skodak [Tue, 18 Jul 2006 06:43:29 +0000 (06:43 +0000)]
Bug #6134 - error of coding, in function grade_download_form(); merged from MOODLE_16_STABLE
martinlanghoff [Tue, 18 Jul 2006 04:39:01 +0000 (04:39 +0000)]
Close Bug #5670 - get_courses_page() - remove costly and redundant DISTINCT
get_courses_page() uses get_records_sql() which means that it will actually
break if the first field requested isn't c.id. This in turn means that
the DISTINCT is not needed at all.
So let's go fast again!
martinlanghoff [Tue, 18 Jul 2006 03:35:02 +0000 (03:35 +0000)]
Course restore - Restrict shortname to <= 15 characters, like the database table.
Author: Donal McMullan <donal@catalyst.net.nz>
moodler [Tue, 18 Jul 2006 02:40:53 +0000 (02:40 +0000)]
Automatic installer.php lang files by installer_builder (
20060718 )
toyomoyo [Tue, 18 Jul 2006 02:28:25 +0000 (02:28 +0000)]
merged fix for a bug where user can view site blogs when not logged in
martinlanghoff [Tue, 18 Jul 2006 01:36:47 +0000 (01:36 +0000)]
auth/db: When using internal passwords we must register auth_update_user_password()
Now users can update their password correctly. We did have this before, I
wonder if it got dropped in a merge.
martinlanghoff [Tue, 18 Jul 2006 01:36:24 +0000 (01:36 +0000)]
auth/db: use auth_validate_form() to set auth_db_stdchangepassword when passtype is 'internal'
When using the 'internal' password handling, set auth_db_stdchangepassword
so we allow users to change their password normally.
martinlanghoff [Tue, 18 Jul 2006 01:36:06 +0000 (01:36 +0000)]
auth: extend API to support auth_validate_form()
Now Auth plugins can register auth_validate_form to get a chance
to validate config form input. Needed on MOODLE_16_STABLE to fix
a bug with auth/db.
The auth API must follow suit with the enrol API, where we can safely
do method_exists().
skodak [Mon, 17 Jul 2006 21:08:01 +0000 (21:08 +0000)]
Bug #1395 - Calandar view.php should respect forcelogin; merged from MOODLE_16_STABLE
tjhunt [Mon, 17 Jul 2006 16:35:34 +0000 (16:35 +0000)]
Bug 6092 - Give quiz finish time as well as start time in the quiz overview report.
skodak [Mon, 17 Jul 2006 13:35:05 +0000 (13:35 +0000)]
Bug #6129 - Incorrect glossary import file size limit; merged from MOODLE_16_STABLE
tjhunt [Mon, 17 Jul 2006 08:57:30 +0000 (08:57 +0000)]
Bug 5840 - Image not displayed in Cloze question. Thanks to Joseph Rezeau for the fix. Merged from MOODLE_16_STABLE.
skodak [Mon, 17 Jul 2006 08:39:36 +0000 (08:39 +0000)]
Bug #6120 - Course creation - loginproblem; merged from MOODLE_16_STABLE
skodak [Mon, 17 Jul 2006 07:31:22 +0000 (07:31 +0000)]
workaround by Dan for bug #6130, fixed some warnings; merged from MOODLE_16_STABLE
martinlanghoff [Mon, 17 Jul 2006 06:02:10 +0000 (06:02 +0000)]
enrol API: Updated documentation
stronk7 [Sun, 16 Jul 2006 09:01:03 +0000 (09:01 +0000)]
Close properly the showentry page. Bug 5986.
(http://moodle.org/bugs/bug.php?op=show&bugid=5986)
Merged from MOODLE_16_STABLE
moodler [Sun, 16 Jul 2006 02:38:13 +0000 (02:38 +0000)]
Automatic installer.php lang files by installer_builder (
20060716 )
stronk7 [Sat, 15 Jul 2006 08:39:50 +0000 (08:39 +0000)]
Soled bug 6089 plus some minor iteration savings...
(http://moodle.org/bugs/bug.php?op=show&bugid=6089)
Merged from MOODLE_16_STABLE
skodak [Fri, 14 Jul 2006 21:05:14 +0000 (21:05 +0000)]
Bug #6080 - Loancalc block doesn't define a footer string; merged from MOODLE_16_STABLE
skodak [Fri, 14 Jul 2006 20:57:08 +0000 (20:57 +0000)]
todo: add detection of incorrect chars in wwwroot; merged from MOODLE_16_STABLE
tjhunt [Fri, 14 Jul 2006 15:36:29 +0000 (15:36 +0000)]
Bug 6111 - Rewrite the code for making an indented list of question categories, becase the existing code was so horrible. Merged from MOODLE_16_STABLE.
mchampan [Fri, 14 Jul 2006 13:58:46 +0000 (13:58 +0000)]
Fixed pagination in query page (lines were too long, distorting table),
and added results caching to improve query time when browsing pages of the
same query. Wiki document strips (x.x.x.x) ip field from author field now.
sam_marshall [Fri, 14 Jul 2006 11:17:46 +0000 (11:17 +0000)]
Added hooks so that blocks can create functions that are run when they are installed and uninstalled. The base implementation does nothing.
moodler [Fri, 14 Jul 2006 02:37:32 +0000 (02:37 +0000)]
Automatic installer.php lang files by installer_builder (
20060714 )
skodak [Thu, 13 Jul 2006 15:38:03 +0000 (15:38 +0000)]
Bug #6099 - Restore alternatively failing on data module - fixed status codes of module restore process; merged from MOODLE_16_STABLE
moodler [Thu, 13 Jul 2006 14:18:29 +0000 (14:18 +0000)]
Merged new variable $CFG->allowvisiblecoursesinhiddencategories from stable
tjhunt [Thu, 13 Jul 2006 09:48:56 +0000 (09:48 +0000)]
Bug 6101 - Automatically scroll to any errors when upgrading the database. JavaScript thanks to Andrew Walker. PHP changes are my fault.
moodler [Thu, 13 Jul 2006 08:35:43 +0000 (08:35 +0000)]
Checking YUI into Moodle for future AJAX work
moodler [Thu, 13 Jul 2006 07:50:13 +0000 (07:50 +0000)]
Merged assignment updates from stable
moodler [Thu, 13 Jul 2006 07:17:51 +0000 (07:17 +0000)]
Integrating the "AU Assignment type" into Moodle (which was based on
Upload&Review).
It's not tested and probably needs polishing, but people seem to love it
as it is.
http://moodle.org/mod/forum/discuss.php?d=46829
skodak [Wed, 12 Jul 2006 20:29:18 +0000 (20:29 +0000)]
Bug #6087 - alphabetic problem in glossary; merged from MOODLE_16_STABLE
tjhunt [Wed, 12 Jul 2006 18:10:22 +0000 (18:10 +0000)]
Bug 5968 - Improvements to the numerical question type. You can now display feedback for wrong answers. You can also award partial credit for different levels of accuracy.
tjhunt [Wed, 12 Jul 2006 17:54:45 +0000 (17:54 +0000)]
Doh! remove debug code. Sorry.
tjhunt [Wed, 12 Jul 2006 17:49:14 +0000 (17:49 +0000)]
Bug 5968 - Improvements to the numerical question type. You can now display feedback for wrong answers. You can also award partial credit for different levels of accuracy.
tjhunt [Wed, 12 Jul 2006 17:37:36 +0000 (17:37 +0000)]
Fixed notice when restoring a numerical question with no units.
moodler [Wed, 12 Jul 2006 08:35:53 +0000 (08:35 +0000)]
Automatic installer.php lang files by installer_builder (
20060712 )
martinlanghoff [Wed, 12 Jul 2006 06:38:09 +0000 (06:38 +0000)]
Fixed installer langpacks for sm and to.
skodak [Wed, 12 Jul 2006 05:57:28 +0000 (05:57 +0000)]
fixed printing of filenames from zip archives - SC#273; merged from MOODLE_16_STABLE
moodler [Wed, 12 Jul 2006 02:36:01 +0000 (02:36 +0000)]
Automatic installer.php lang files by installer_builder (
20060712 )
martinlanghoff [Wed, 12 Jul 2006 02:29:12 +0000 (02:29 +0000)]
chat: Prevent user from submitting a 2nd message before his 1st is received.
Some users reported that mod/chat was silently dropping some messages. The
user's browser may not be able to keep up with the rate at which he submits
chat messages. This update keeps things sane.
Merged from MOODLE_16_STABLE
Author: Donal McMullan <donal@catalyst.net.nz>
stronk7 [Tue, 11 Jul 2006 17:42:21 +0000 (17:42 +0000)]
Emulate file_put_contents() under PHP 4.3.x
mchampan [Tue, 11 Jul 2006 17:15:22 +0000 (17:15 +0000)]
Search functions moved from mod/name/lib.php to search/documents/mod_document.php.
Pagination added to query page. Various small changes and amendments.
tjhunt [Tue, 11 Jul 2006 16:14:23 +0000 (16:14 +0000)]
Bug #6077 - Teacher saving their grades destroys student essay! Merged from MOODLE_16_STABLE.
mchampan [Tue, 11 Jul 2006 16:08:47 +0000 (16:08 +0000)]
Initial commit
danstowell [Tue, 11 Jul 2006 14:09:26 +0000 (14:09 +0000)]
Small fix, and a bit more output, for IMS enroller
skodak [Tue, 11 Jul 2006 13:19:52 +0000 (13:19 +0000)]
better cleaning of $file parameter SC#276; merged from MOODLE_16_STABLE
skodak [Tue, 11 Jul 2006 13:02:42 +0000 (13:02 +0000)]
workaround for Bug #6035 - editing quiz in one tab changes quiz in other; merged from MOODLE_16_STABLE
skodak [Tue, 11 Jul 2006 10:01:33 +0000 (10:01 +0000)]
Bug #6067 - The restore process behaves differently depending on which module contains the absolute links; merged from MOODLE_16_STABLE
moodler [Tue, 11 Jul 2006 09:43:22 +0000 (09:43 +0000)]
new installer.php file added. (stronk7)
Merged from MOODLE_16_STABLE
toyomoyo [Tue, 11 Jul 2006 03:36:13 +0000 (03:36 +0000)]
merged changing of feedback for the function that handles user table
moodler [Tue, 11 Jul 2006 02:38:03 +0000 (02:38 +0000)]
Automatic installer.php lang files by installer_builder (
20060711 )
skodak [Mon, 10 Jul 2006 22:39:58 +0000 (22:39 +0000)]
Bug #5988 - Branch Tables in 1.6+ (Lesson Module); merged from MOODLE_16_STABLE
skodak [Mon, 10 Jul 2006 21:52:12 +0000 (21:52 +0000)]
Bug #5732 - Lesson Scores "out of XX" marks report incorrect mark; merged from MOODLE_16_STABLE
ethem [Mon, 10 Jul 2006 10:17:23 +0000 (10:17 +0000)]
- authorize_expired function added to lessen the code.
- All functions in authorize plugin are named with authorize_ prefix.
Merged from 16stable.
moodler [Sun, 9 Jul 2006 02:03:22 +0000 (02:03 +0000)]
CSS templates weren't being backed up!
skodak [Fri, 7 Jul 2006 19:54:22 +0000 (19:54 +0000)]
Bug #6050 - import glossary entries to new glossary not creating new glossary; merged from MOODLE_16_STABLE
thepurpleblob [Fri, 7 Jul 2006 10:36:56 +0000 (10:36 +0000)]
Merged from STABLE
skodak [Thu, 6 Jul 2006 21:27:00 +0000 (21:27 +0000)]
fixed warning in glossary export, merged from MOODLE_16_STABLE
skodak [Thu, 6 Jul 2006 15:53:46 +0000 (15:53 +0000)]
Bug #5820 - IE returns unsecure items with SSL on login; merged from MOODLE_16_STABLE
thepurpleblob [Thu, 6 Jul 2006 14:01:52 +0000 (14:01 +0000)]
Merged from STABLE
ethem [Thu, 6 Jul 2006 13:41:55 +0000 (13:41 +0000)]
Some outputting debugging info for cron. Merged from 16stable.
danstowell [Thu, 6 Jul 2006 13:13:42 +0000 (13:13 +0000)]
Change to make LDAP enroller simply ignore accounts with blank idnumber - see moodle.org discussion with Inaki
ethem [Thu, 6 Jul 2006 12:01:24 +0000 (12:01 +0000)]
- Daily cron seperated from main cron for performance.
- Performance for welcome message sending to students. Order by student. This sends only one message for each students.
Merged from MOODLE_16_STABLE.
ethem [Thu, 6 Jul 2006 11:54:27 +0000 (11:54 +0000)]
New string: welcometocoursesemail
tjhunt [Thu, 6 Jul 2006 11:09:24 +0000 (11:09 +0000)]
Bug 6031 - missing parameter for warningmissingtype in libquestionlib.php. Merged from MOODLE_16_STABLE.
skodak [Thu, 6 Jul 2006 10:11:06 +0000 (10:11 +0000)]
Bug #4698 - Login block is broken!, improved cookie test; merged from MOODLE_16_STABLE
tjhunt [Thu, 6 Jul 2006 10:07:26 +0000 (10:07 +0000)]
6030 - Can't move question categories back to the top level. Merged from MOODLE_16_STABLE.
skodak [Thu, 6 Jul 2006 10:01:12 +0000 (10:01 +0000)]
Bug #5921 - editing forum post bug; merged from MOODLE_16_STABLE
skodak [Thu, 6 Jul 2006 09:47:48 +0000 (09:47 +0000)]
Bug #5615 - Assigment listing shows duplicate names with paged display; merged from MOODLE_16_STABLE
tjhunt [Thu, 6 Jul 2006 09:45:02 +0000 (09:45 +0000)]
File header cleanup.
thepurpleblob [Thu, 6 Jul 2006 08:37:56 +0000 (08:37 +0000)]
Merged from STABLE
martinlanghoff [Thu, 6 Jul 2006 05:38:53 +0000 (05:38 +0000)]
wiki: fix for IE6 bug with HTMLArea, where the text area is not drawn
IE6 measures a page element and - sometimes - it does this before the
element is drawn, so the dimensions it finds are zero. This update sets
sensible minimum for the width.
Author: Donal McMullan <donal@catalyst.net.nz>
martinlanghoff [Thu, 6 Jul 2006 05:08:11 +0000 (05:08 +0000)]
wiki: Fix for broken view on new (empty) wiki pages.
The wiki should display the 'edit' screen when a user tries to view a page
that doesn't exist. This output should not be filtered.
Merged from MOODLE_16_STABLE
Author: Donal McMullan
tjhunt [Wed, 5 Jul 2006 15:39:27 +0000 (15:39 +0000)]
Improved on-screen instructions for matching questions.
mchampan [Wed, 5 Jul 2006 14:37:16 +0000 (14:37 +0000)]
Cleaned up files, fixed some discrepancies and made sure strings that needed escaping
used the correct function. Add description comments to files.
thepurpleblob [Wed, 5 Jul 2006 12:39:35 +0000 (12:39 +0000)]
merged from STABLE
tjhunt [Wed, 5 Jul 2006 12:32:53 +0000 (12:32 +0000)]
Layout similar question types more consistently.
tjhunt [Wed, 5 Jul 2006 12:19:11 +0000 (12:19 +0000)]
Bug 5971 - Allow matching questions to have extra wrong answers - supplimental. And another one.
tjhunt [Wed, 5 Jul 2006 12:00:23 +0000 (12:00 +0000)]
Bug 5971 - Allow matching questions to have extra wrong answers - supplimental. And another one.
tjhunt [Wed, 5 Jul 2006 11:58:14 +0000 (11:58 +0000)]
Bug 5971 - Allow matching questions to have extra wrong answers - supplimental. I missed a bit last time.
thepurpleblob [Wed, 5 Jul 2006 11:51:08 +0000 (11:51 +0000)]
Merged from STABLE
sam_marshall [Wed, 5 Jul 2006 11:10:37 +0000 (11:10 +0000)]
Minor changes to send_file():
* Wrote phpdoc comment that documents all parameters
* Added $mimetype param (default empty) that can be used if MIME type is already known and doesn't need guessing from filename
tjhunt [Wed, 5 Jul 2006 10:43:53 +0000 (10:43 +0000)]
Bug 6019: Quiz timer does not submit the form when it reaches zero. Merged from MOODLE_16_STABLE.
skodak [Wed, 5 Jul 2006 08:38:34 +0000 (08:38 +0000)]
changed memory limit test in healthcenter; merged from MOODLE_16_STABLE
skodak [Wed, 5 Jul 2006 07:44:20 +0000 (07:44 +0000)]
healthcenter fixes - new extra whitespace detection, fixed automatic slasharguments detection; merged from MOODLE_16_STABLE
toyomoyo [Wed, 5 Jul 2006 01:55:29 +0000 (01:55 +0000)]
merged fix for a problem where globallang is not respected in user table