Commit graph

32413 commits

Author SHA1 Message Date
skodak
09803dfcb0 MDL-15809 fixed js errors on group members page; merged from MOODLE_19_STABLE 2008-07-24 11:41:06 +00:00
skodak
d854aaa6b6 MDL-15804 yet more space for editor area; merged from MOODLE_19_STABLE 2008-07-24 11:13:01 +00:00
nicolasconnault
0ad7d5af3f MDL-15204 Removing the lib/simpletestlib/simpletest folder, which was a mistake 2008-07-24 09:27:06 +00:00
moodler
539dba3b52 MDL-10107 Fixing up navigation on edit page 2008-07-24 08:57:32 +00:00
moodler
83cdf008e7 MDL-10107 Missed a file 2008-07-24 08:45:01 +00:00
moodler
3b120e464f MDL-10107 - First check-in of Messaging 2.0 code from Luis Rodrigues, GSOC student.
This new messaging system replaces all the various email_to_user() calls.
They are now replaced by events triggers, and the messages are then
processed centrally according to user preferences and sent to one or more
processors (email, popup, jabber etc...)

This code is not finished yet, a lot of work still has to be done on the
interface.  However, the basic structure is there and should be working.
Luis and I will be reviewing and polishing this heavily in the next few weeks.
2008-07-24 08:38:03 +00:00
scyrma
09f295fde8 MDL-14741: better default layout for buttons and added new moodlenolink plugin 2008-07-24 07:47:44 +00:00
scyrma
59860b90d6 MDL-14741: created a 'nolink' plugin for tinymce. 2008-07-24 07:46:28 +00:00
dongsheng
a4df52d290 MDL-13766, fix a invalid javascript call in thumbview. 2008-07-24 07:08:22 +00:00
dongsheng
0b030eade3 MDL-13766, press "create" button to create 2 repository instances. 2008-07-24 06:04:13 +00:00
skodak
9da321f728 MDL-15804 smaller online assignment text box size; merged from MOODLE_19_STABLE 2008-07-24 06:02:31 +00:00
dongsheng
6346dda358 MDL-14650, fix the problem of upgrade script 2008-07-24 05:28:56 +00:00
dongsheng
9afff849e1 MDL-14129, remove 2 error()s in course and blog module 2008-07-24 04:59:29 +00:00
dongsheng
ac93d63d2a MDL-14129, remove error() in question module 2008-07-24 04:20:44 +00:00
scyrma
801f475409 MDL-14741: remove unnecessary link to missing stylesheet 2008-07-24 03:43:40 +00:00
dongsheng
6e5f40eadc MDL-14650, create a new table chat_messages_current to save latest 8 hours messages, could improve performance. The expired message will be deleted in chat_cron function 2008-07-24 03:15:03 +00:00
moodlerobot
bf97c70184 Updated the HEAD build version to 20080724 2008-07-24 01:35:17 +00:00
stronk7
ce503f3923 Course page blocks are lost when restoring 1.3 and 1.4 backups. MDL-15803 ; merged from 19_STABLE 2008-07-23 22:47:47 +00:00
skodak
3a0c6cca33 MDL-8521 new feature - safe overrides, see tracker for details; merged from MOODLE_19_STABLE 2008-07-23 16:10:06 +00:00
thepurpleblob
488aa8f8a5 MDL-13925
Was not handling adding subcategories properly. Thanks to Dennis Protzek for the patch.

Merged from STABLE_19
2008-07-23 14:36:10 +00:00
thepurpleblob
e1eaf071e3 MDL-14566
Misused get_role_users() was not returning users assigned in parent categories

Merged from STABLE_19
2008-07-23 13:18:49 +00:00
dongsheng
99d99cff1b MDL-13766, rewrite ajax client code, encapsulate all javascrpt code in repository class, which is easy to reuse now. 2008-07-23 12:17:38 +00:00
tjhunt
bbf795dfde MDL-15792 - Images in question don't display. This is a regression from MDL-14279. Fix thanks to Yolanda Ordez Rufat. 2008-07-23 10:32:35 +00:00
scyrma
d602f3b5a6 MDL-14741: Use a more neutral default skin. 2008-07-23 08:32:57 +00:00
nicolasconnault
f85509b59c MDL-15682 Fixed, merged from MOODLE_19_STABLE 2008-07-23 05:23:43 +00:00
dongsheng
bf1fccf02b MDL-13766, use exception model to report error. 2008-07-23 04:43:53 +00:00
dongsheng
a2353e9b0b MDL-15565, fix bug of maintenance mode alert reminder 2008-07-23 03:18:02 +00:00
moodlerobot
65e8e9dc0a Updated the HEAD build version to 20080723 2008-07-23 01:36:51 +00:00
piers
52005f3455 MDL-7323 AICC Import does not handle Core_Vendor - applied patch from Keith Starling (thanks). 2008-07-23 01:32:12 +00:00
moodlerobot
57b3a7ad71 Automatic installer.php lang files by installer_builder (20080723) 2008-07-23 01:18:39 +00:00
piers
878aaab9eb MDL-9077 switch from client to server side validation for reference field as client side not supported for this type (file upload name). 2008-07-23 00:32:54 +00:00
agrabs
da32999653 MDL-15787 Using hidden feedbacks on front page 2008-07-22 22:28:35 +00:00
sam_marshall
6a0d72d43d MDL-15773 - 'Pass by reference' errors in update from 1.9.1+ 2008-07-22 14:09:32 +00:00
jamiesensei
a1db71cb25 MDL-15198 "non-standard sql in reportlib.php" similar sql used here, fixing. 2008-07-22 13:06:54 +00:00
jamiesensei
182dbc6f4d MDL-15751 "Quiz statistics report : only list random questions once when there are several consecutive random questions picking from the same category with the same options to recurse into sub directories" sorting of questions by id, so they appear in some kind of order. 2008-07-22 12:33:05 +00:00
jamiesensei
d49e5bd87c MDL-15751 "Quiz statistics report : only list random questions once when there are several consecutive random questions picking from the same category with the same options to recurse into sub directories" oops. Regression meant a row was added for every attempt at a random question 2008-07-22 12:27:11 +00:00
tjhunt
5533791abc MDL-15750 - After the close date, the teacher cannot preview a quiz becuase the timer thinks the time is already up. Also, move the timer in to the new navigation block. 2008-07-22 11:37:01 +00:00
tjhunt
5bbf20b48d Error with submitting quizzes - regression caused by MDL-15542. 2008-07-22 11:01:56 +00:00
jamiesensei
051bc0e192 MDL-15751 "Quiz statistics report : only list random questions once when there are several consecutiver random questions picking from the same category with the same options to recurse into sub directories" 2008-07-22 09:48:16 +00:00
tjhunt
5c98fcd402 Error with submitting quizzes - regression caused by MDL-15542. 2008-07-22 09:03:51 +00:00
dongsheng
b3fac92fdc MDL-15350, use penny's patch to apply default value in uploadfile function 2008-07-22 07:24:32 +00:00
dongsheng
5035228fc0 MDL-15244
1. move ip blocker to security menu
2. blocked list and allowed list can work together, a new option could set the order of them
2008-07-22 04:07:58 +00:00
moodlerobot
6b9b6f1d14 Updated the HEAD build version to 20080722 2008-07-22 01:44:20 +00:00
moodlerobot
5cfc78caa1 Automatic installer.php lang files by installer_builder (20080722) 2008-07-22 01:25:30 +00:00
mjollnir_
6eb0d3c5bf MDL-15741: workaround for annoying null byte php bug (base 64 decode eventdata before storing it in the database, and unencode it before processing) 2008-07-21 16:26:40 +00:00
mjollnir_
a5d56dc1cd MDL-15739: make cron.php actually call events_cron 2008-07-21 16:04:14 +00:00
mudrd8mz
01724baa5c MDL-15738 Always use <textarea> in language translation form, even for short strings. Merged from MOODLE_19_STABLE 2008-07-21 15:27:15 +00:00
jamiesensei
62373088dd MDL-15728 "quiz_report_load_questions should alias qqi.grade to maxgrade so that questions array has the required fields expected by much of the question code." 2008-07-21 14:40:26 +00:00
jamiesensei
002ef81dc5 MDL-15736 "deleting regrade report. Regrade functionality is now part of overview report" 2008-07-21 14:17:00 +00:00
mchurch
7c521fe67b #MDL-15734 - Syntax error on line 298. 2008-07-21 13:52:02 +00:00