Commit graph

20920 commits

Author SHA1 Message Date
martinlanghoff
07b76bad6a 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>
2006-07-12 02:29:12 +00:00
stronk7
1a9b9a0143 Emulate file_put_contents() under PHP 4.3.x 2006-07-11 17:42:21 +00:00
mchampan
a25a3912f7 Search functions moved from mod/name/lib.php to search/documents/mod_document.php.
Pagination added to query page. Various small changes and amendments.
2006-07-11 17:15:22 +00:00
tjhunt
079aa26d7d Bug #6077 - Teacher saving their grades destroys student essay! Merged from MOODLE_16_STABLE. 2006-07-11 16:14:23 +00:00
mchampan
e0eb89a13e Initial commit 2006-07-11 16:08:47 +00:00
danstowell
12a2567375 Small fix, and a bit more output, for IMS enroller 2006-07-11 14:09:26 +00:00
skodak
496d06443a better cleaning of $file parameter SC#276; merged from MOODLE_16_STABLE 2006-07-11 13:19:52 +00:00
skodak
b2ec10959a workaround for Bug #6035 - editing quiz in one tab changes quiz in other; merged from MOODLE_16_STABLE 2006-07-11 13:02:42 +00:00
skodak
4e060ab972 Bug #6067 - The restore process behaves differently depending on which module contains the absolute links; merged from MOODLE_16_STABLE 2006-07-11 10:01:33 +00:00
moodler
18ab25bccd new installer.php file added. (stronk7)
Merged from MOODLE_16_STABLE
2006-07-11 09:43:22 +00:00
toyomoyo
2256c10d36 merged changing of feedback for the function that handles user table 2006-07-11 03:36:13 +00:00
moodler
10c51050fe Automatic installer.php lang files by installer_builder (20060711) 2006-07-11 02:38:03 +00:00
skodak
5109569b69 Bug #5988 - Branch Tables in 1.6+ (Lesson Module); merged from MOODLE_16_STABLE 2006-07-10 22:39:58 +00:00
skodak
46341ab710 Bug #5732 - Lesson Scores &quot;out of XX&quot; marks report incorrect mark; merged from MOODLE_16_STABLE 2006-07-10 21:52:12 +00:00
ethem
411df816d6 - authorize_expired function added to lessen the code.
- All functions in authorize plugin are named with authorize_ prefix.

Merged from 16stable.
2006-07-10 10:17:23 +00:00
moodler
6476b0afe7 CSS templates weren't being backed up! 2006-07-09 02:03:22 +00:00
skodak
81b0eec894 Bug #6050 - import glossary entries to new glossary not creating new glossary; merged from MOODLE_16_STABLE 2006-07-07 19:54:22 +00:00
thepurpleblob
1e8639290f Merged from STABLE 2006-07-07 10:36:56 +00:00
skodak
2af7f6e266 fixed warning in glossary export, merged from MOODLE_16_STABLE 2006-07-06 21:27:00 +00:00
skodak
10ab3efc35 Bug #5820 - IE returns unsecure items with SSL on login; merged from MOODLE_16_STABLE 2006-07-06 15:53:46 +00:00
thepurpleblob
0fade9ed01 Merged from STABLE 2006-07-06 14:01:52 +00:00
ethem
f9bfa458a2 Some outputting debugging info for cron. Merged from 16stable. 2006-07-06 13:41:55 +00:00
danstowell
6d19caab41 Change to make LDAP enroller simply ignore accounts with blank idnumber - see moodle.org discussion with Inaki 2006-07-06 13:13:42 +00:00
ethem
1c23b14db3 - 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.
2006-07-06 12:01:24 +00:00
ethem
8ca28a6119 New string: welcometocoursesemail 2006-07-06 11:54:27 +00:00
tjhunt
ec23db087c Bug 6031 - missing parameter for warningmissingtype in libquestionlib.php. Merged from MOODLE_16_STABLE. 2006-07-06 11:09:24 +00:00
skodak
2cc14e87d3 Bug #4698 - Login block is broken!, improved cookie test; merged from MOODLE_16_STABLE 2006-07-06 10:11:06 +00:00
tjhunt
68d07f8b01 6030 - Can't move question categories back to the top level. Merged from MOODLE_16_STABLE. 2006-07-06 10:07:26 +00:00
skodak
84a9db331f Bug #5921 - editing forum post bug; merged from MOODLE_16_STABLE 2006-07-06 10:01:12 +00:00
skodak
246444b975 Bug #5615 - Assigment listing shows duplicate names with paged display; merged from MOODLE_16_STABLE 2006-07-06 09:47:48 +00:00
tjhunt
16750bcd85 File header cleanup. 2006-07-06 09:45:02 +00:00
thepurpleblob
2c4ef1504f Merged from STABLE 2006-07-06 08:37:56 +00:00
martinlanghoff
330b0bb2ad 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>
2006-07-06 05:38:53 +00:00
martinlanghoff
95900e17f2 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
2006-07-06 05:08:11 +00:00
tjhunt
df7d152e77 Improved on-screen instructions for matching questions. 2006-07-05 15:39:27 +00:00
mchampan
abb4ea20d4 Cleaned up files, fixed some discrepancies and made sure strings that needed escaping
used the correct function. Add description comments to files.
2006-07-05 14:37:16 +00:00
thepurpleblob
71ffbac2da merged from STABLE 2006-07-05 12:39:35 +00:00
tjhunt
9e452c0d7b Layout similar question types more consistently. 2006-07-05 12:32:53 +00:00
tjhunt
645d76103b Bug 5971 - Allow matching questions to have extra wrong answers - supplimental. And another one. 2006-07-05 12:19:11 +00:00
tjhunt
974383f976 Bug 5971 - Allow matching questions to have extra wrong answers - supplimental. And another one. 2006-07-05 12:00:23 +00:00
tjhunt
0c24ee0fbf Bug 5971 - Allow matching questions to have extra wrong answers - supplimental. I missed a bit last time. 2006-07-05 11:58:14 +00:00
thepurpleblob
eaaf06f1ce Merged from STABLE 2006-07-05 11:51:08 +00:00
sam_marshall
ba75ad9400 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
2006-07-05 11:10:37 +00:00
tjhunt
00aeaec820 Bug 6019: Quiz timer does not submit the form when it reaches zero. Merged from MOODLE_16_STABLE. 2006-07-05 10:43:53 +00:00
skodak
8a91d7fcf3 changed memory limit test in healthcenter; merged from MOODLE_16_STABLE 2006-07-05 08:38:34 +00:00
skodak
9bbb40d631 healthcenter fixes - new extra whitespace detection, fixed automatic slasharguments detection; merged from MOODLE_16_STABLE 2006-07-05 07:44:20 +00:00
toyomoyo
8ab2baa8f3 merged fix for a problem where globallang is not respected in user table 2006-07-05 01:55:29 +00:00
tjhunt
a58ffe3fe2 Bug 5971 - Allow matching questions to have extra wrong answers. 2006-07-04 17:11:00 +00:00
skodak
aedbbbcf9c fix for mysqladmin links; merged from MOODLE_16_STABLE 2006-07-04 09:41:47 +00:00
skodak
bc1544bfc7 Bug #5909 - Fix use of user_group() because it returns arrays now - part 2 forum search fixed too; merged from MOODLE_16_STABLE 2006-07-04 08:32:05 +00:00