Commit graph

34801 commits

Author SHA1 Message Date
tjhunt
e8155bc338 Fix typo. 2008-11-12 10:12:33 +00:00
tjhunt
c04d79503e Reproduce MDL-17210 in this code, until it is fixed. 2008-11-12 08:28:52 +00:00
tjhunt
a6e7237adc roles explanation: MDL-13538 Make a table showing the result of has_capability for every capabiltiy in a context.
This implements the page showing the table. It is not yet integrated into the tab bar. To try this, go to an Assign roles page (one with URL .../admin/roles/assign.php?contextid=...) and change the 'assign' to 'explain'.
2008-11-12 07:55:09 +00:00
tjhunt
ad6324b338 Minor coding clean-ups. 2008-11-12 07:43:58 +00:00
pichetp
9978c779a5 MDL-14763 remove automatic numbering of multichoice vertical or horizontal display 2008-11-12 07:28:30 +00:00
pichetp
e95d204d9a MDL-14763 remove automatic numbering of multichoice vertical or horizontal display 2008-11-12 07:02:25 +00:00
moodlerobot
562d135b14 Updated the HEAD build version to 20081112 2008-11-12 02:08:06 +00:00
dongsheng
6eaf2e376f "MDL-17143, use record_exists" 2008-11-12 01:51:28 +00:00
moodlerobot
43e8791595 Automatic installer.php lang files by installer_builder (20081112) 2008-11-12 01:46:19 +00:00
tjhunt
2e3adc25b2 moodlelib: MDL-17208 user preference caching was causing a notice. 2008-11-12 01:26:49 +00:00
piers
9b426d0380 MDL-16810 - Allow site configuration of scorm settings. Bad array subscript. 2008-11-11 23:11:39 +00:00
mjollnir_
62e7195480 MDL-16587 portfolio export formats - support straight file export not just RICHHTML (html + attachments) , it doesn't make sense in things like box.net 2008-11-11 19:54:50 +00:00
stronk7
1ab172856d MDL-17143 Bump version to force new profilesforenrolledusersonly setting ; merged from 19_STABLE 2008-11-11 19:13:41 +00:00
stronk7
1ba3293a6b MDL-17143 Some improvements suggested by Petr applied. Merged from 19_STABLE 2008-11-11 19:06:20 +00:00
mjollnir_
d9c2628b58 MDL-16861 portfolio/export make sure to zip up files including the path info 2008-11-11 18:52:10 +00:00
stronk7
9af010ea4a MDL-17143 Avoid notices caused by not existing profilesforenrolledusersonly setting. Merged from 19_STABLE 2008-11-11 18:39:34 +00:00
mjollnir_
c39f019849 MDL-17207 filter/tex reverting removal of $pathname in
http://cvs.moodle.org/moodle/filter/tex/texed.php?r1=1.8&r2=1.7

This fixes a security problem only triggered with register_globals ON and magic_quotes_gpc OFF which is a very uncommon case
2008-11-11 18:35:14 +00:00
jerome
c8271c87dc activities search: MDL-13987 remove AS from SQL, merged from 19 2008-11-11 07:56:55 +00:00
tjhunt
7906379c9a role assign: MDL-13325 when assigning roles inside front page activites, list all users as potential users. 2008-11-11 07:23:25 +00:00
piers
1adc77e6d2 MDL-16810 - Allow site configuration of scorm settings. Fixing grammar of texts, and default options values. Clean up $CFG values nolonger required. 2008-11-11 04:45:39 +00:00
piers
30fc6e2dac MDL-16810 - Allow site configuration of scorm settings. Thanks Jason Hardin. 2008-11-11 02:46:20 +00:00
tjhunt
deb39f4382 user selector: MDL-16966 Nicer messages when there are too many users to show.
Also, improved the comment that explains to subclassers what they have to do, and fixed get_selected_users, so if the number of selected users is greater than the max number of users to show, it still works.
2008-11-11 02:26:03 +00:00
moodlerobot
90b111a99b Updated the HEAD build version to 20081111 2008-11-11 02:03:30 +00:00
moodlerobot
037bd03be8 Automatic installer.php lang files by installer_builder (20081111) 2008-11-11 01:42:52 +00:00
piers
d6d1f9b3be MDL-16949 - fix wrong addition of times in SCORM API, thanks Xabi Martin. 2008-11-10 23:56:54 +00:00
pichetp
665e82f8f8 MDL-14763 new lang strings and MDL-17134 2008-11-10 19:47:49 +00:00
pichetp
d7d8d7e962 MDL-14763 new help file 2008-11-10 19:42:05 +00:00
jamiesensei
664bf34ff6 MDL-17190 "error in code for calculating discrimination index and efficiency for randomly selected questions" Fixed the code for item stats. 2008-11-10 14:42:21 +00:00
jamiesensei
746860479f MDL-17188 "effective question weight equation cannot cope with negative covariance of question grades" excluding such questions from equation 2008-11-10 11:56:37 +00:00
jamiesensei
af30cd8870 MDL-14209 "quiz stats report:Seperation of functionality and unit tests for calculations" forgot to remove this, now redundant, piece of code. 2008-11-10 08:12:28 +00:00
tjhunt
41d3730951 random questions: MDL-17185 regression from MDL-17160 random questions were no longer randomising.
Backporting Jamie's fix to 1.9, and making a minor improvement along the way.
2008-11-10 07:56:37 +00:00
danmarsden
edf13ee87a scorm: MDL-16185 display warning when zlib_compression on - causes errors with certain browsers. 2008-11-10 07:43:24 +00:00
jamiesensei
01bb194a4e MDL-17185 "random questions always the same!" Randomized question selection 2008-11-10 07:32:05 +00:00
jamiesensei
91ec2c427a MDL-17183 "function 'question_get_real_state' fails when response is empty string" fixed regular expression 2008-11-10 07:03:25 +00:00
dongsheng
35f0660ab4 "MDL-17143, don't display the user description at all when user isn't enrolled in any courses, merged and modified from 1.9" 2008-11-10 03:06:27 +00:00
moodlerobot
7b825c4f6f Updated the HEAD build version to 20081110 2008-11-10 01:51:56 +00:00
stronk7
80ddc208b7 MDL-17171 Glossary: Correct breadcrumb when exporting glossary. Merged from 19_STABLE 2008-11-09 22:57:59 +00:00
piers
7f7946fdd7 MDL-17178 - fix grade update so that it happens both when the lesson status, and the score changes. 2008-11-09 22:27:18 +00:00
pichetp
2605364117 MDL-17104 and MDL-17105 unused old questions are deleted more correclty and take in
account that the actual questiontype/save_question() create a new question when categorytomove
 is not set..
2008-11-09 21:55:58 +00:00
gbateson
c0e8897d28 mod hotpot: fix undefined global variable $COURSE 2008-11-09 03:39:15 +00:00
moodlerobot
2d9b9b724a Updated the HEAD build version to 20081109 2008-11-09 01:53:09 +00:00
dongsheng
d9e673c10b "MDL-16549, fixed typo" 2008-11-08 14:24:53 +00:00
moodlerobot
669ceeba14 Updated the HEAD build version to 20081108 2008-11-08 01:50:55 +00:00
pichetp
f2a0ff59f8 improving text 2008-11-08 00:58:21 +00:00
stronk7
fb81188c6c NOTINTRACKER: Fixed innocent typo 2008-11-07 12:58:03 +00:00
stronk7
6a08c83042 MDL-17151 DB 2.0 syntax: fixed wrong usage in previous commit 2008-11-07 12:49:11 +00:00
ikawhero
35a261eb6d MDL-17151: Missing code to check for uniqueness of values.
Merged from MOODLE_19_STABLE
2008-11-07 05:57:24 +00:00
tjhunt
339ef4c246 random questions: MDL-17160 Adding random questions, maximum option.
When counting how many options to put in the add NN random questions dropdown, we should only count questions of types that are usable by random.
2008-11-07 05:50:02 +00:00
jerome
e48580bdcc MDL-13987: fix navigation links for Activities Administration page: check that the course list is not empty, merged from 19 2008-11-07 05:40:20 +00:00
jerome
d0b7da6966 MDL-13987: fix navigation links for Activities Administration page, merged from 19 2008-11-07 05:34:42 +00:00