]>
git.mjollnir.org Git - moodle.git/log
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
tjhunt [Tue, 4 Jul 2006 17:11:00 +0000 (17:11 +0000)]
Bug 5971 - Allow matching questions to have extra wrong answers.
skodak [Tue, 4 Jul 2006 09:41:47 +0000 (09:41 +0000)]
fix for mysqladmin links; merged from MOODLE_16_STABLE
skodak [Tue, 4 Jul 2006 08:32:05 +0000 (08:32 +0000)]
Bug #5909 - Fix use of user_group() because it returns arrays now - part 2 forum search fixed too; merged from MOODLE_16_STABLE
skodak [Tue, 4 Jul 2006 06:05:25 +0000 (06:05 +0000)]
fixed $site->id warning; merged from MOODLE_16_STABLE
skodak [Tue, 4 Jul 2006 05:27:18 +0000 (05:27 +0000)]
Bug #6007 - "The requested URL /course/report/log/view.php was not found on this server" merged from MOODLE_16_STABLE
moodler [Tue, 4 Jul 2006 02:38:09 +0000 (02:38 +0000)]
Automatic installer.php lang files by installer_builder (
20060704 )
skodak [Mon, 3 Jul 2006 21:11:17 +0000 (21:11 +0000)]
Bug #5909 - Fix use of user_group() because it returns arrays now - part 1; merged from MOODLE_16_STABLE
skodak [Mon, 3 Jul 2006 15:43:41 +0000 (15:43 +0000)]
Bug #5974 - Course overview report should not error when stats are not up to date; fixed by changing the return value from stats_check_uptodate(), NULL is now OK, string value describes error and adding notify() where needed; merged from MOODLE_16_STABLE
tjhunt [Mon, 3 Jul 2006 10:04:04 +0000 (10:04 +0000)]
Rename lang file as per Martin's request.
skodak [Mon, 3 Jul 2006 09:10:12 +0000 (09:10 +0000)]
Bug #5991 - The calendar does not show the month's first day's event; merged from MOODLE_16_STABLE
skodak [Mon, 3 Jul 2006 07:21:20 +0000 (07:21 +0000)]
Bug #5995 - poor English in expiry notice; merged from MOODLE_16_STABLE
skodak [Mon, 3 Jul 2006 06:26:38 +0000 (06:26 +0000)]
Bug #5996 - block+resource=problem; merged from MOODLE_16_STABLE
moodler [Sat, 1 Jul 2006 02:38:26 +0000 (02:38 +0000)]
Automatic installer.php lang files by installer_builder (
20060701 )
tjhunt [Fri, 30 Jun 2006 14:59:05 +0000 (14:59 +0000)]
Bug #5979 - Check in the OU's unit testing framework. Docs at http://docs.moodle.org/en/Unit_tests
skodak [Fri, 30 Jun 2006 13:46:25 +0000 (13:46 +0000)]
slashargument fix for healthcenter, better diagnostic messages; renamed file.php/pic.jpg option to file.php/1/pic.jpg because the course number is mandatory; merged from MOODLE_16_STABLE
skodak [Fri, 30 Jun 2006 13:06:31 +0000 (13:06 +0000)]
cleanup in admin/index.php; preparation for health center, loginas gui, password salts; merged from MOODLE_16_STABLE
skodak [Fri, 30 Jun 2006 11:56:37 +0000 (11:56 +0000)]
fixed // in course root when browsing files; merged from MOODLE_16_STABLE
tjhunt [Fri, 30 Jun 2006 10:31:44 +0000 (10:31 +0000)]
Bug 5967 - Missing lang strings and help for quiz reports. Merged from MOODLE_16_STABLE.
skodak [Fri, 30 Jun 2006 07:36:06 +0000 (07:36 +0000)]
Bug #5961 - small grammar error; merged from MOODLE_16_STABLE
skodak [Fri, 30 Jun 2006 07:23:08 +0000 (07:23 +0000)]
Bug #5802 - Incorrect length in http partial content (206) packets.; merged from MOODLE_16_STABLE