Commit graph

35141 commits

Author SHA1 Message Date
skodak
7fdcb77942 MDL-17377 DML: prefixless database regression in new native drivers 2008-11-24 09:31:43 +00:00
tjhunt
e494fbf171 override roles: MDL-8313 followup - don't show capabilities you can't change the override of in basic mode. 2008-11-24 08:19:33 +00:00
tjhunt
7da3ff2ef2 Spelling. 2008-11-24 07:43:22 +00:00
skodak
e6b854a01c MDL-17374 DML: improved BC in pg driver 2008-11-24 07:38:07 +00:00
tjhunt
e86ecf1f04 Fix typo. 2008-11-24 07:27:11 +00:00
tjhunt
ff493b6b24 roles / profile: MDL-14937 A the user's roles report from contrib to core. Finish. 2008-11-24 06:33:35 +00:00
tjhunt
1bd72efa00 cleanup: MDL-17083 Remove the old teacher, teachers, student and students columns from the course table - found another reference to the students column. 2008-11-24 06:28:57 +00:00
pichetp
61f30d176b MDL-17264 minor corrections.
Adding control of usecase for the shortanswer type using SHORTANSER_C or
 SAC or MWC,
2008-11-24 05:21:39 +00:00
dongsheng
8a77c9494d REPOSITORY/MDL-15488
change default value (how many photos per page)
2008-11-24 05:20:29 +00:00
dongsheng
77b57b29a5 REPOSITORY/MDL-13766
clean up javascript code
2008-11-24 05:16:00 +00:00
pichetp
30b77edd1f MDL-17264 Adding control of usecase for the shortanswer type using SHORTANSER_C or
SAC or MWC
2008-11-24 04:57:07 +00:00
tjhunt
abfc0304e1 role assign: Don't get duplicate records in potential_assignees_below_course user selector 2008-11-24 04:55:57 +00:00
tjhunt
840b4f0b67 capability report: Remove unnecssary, probably wrong, line of code. 2008-11-24 04:46:29 +00:00
pichetp
fd97082c59 MDL-17264 Adding control of usecase for the shortanswer type using SHORTANSER_C or
SAC or MWC
2008-11-24 04:10:43 +00:00
dongsheng
fa342c1c93 REPOSITORY/MDL-13766
1. enable clicking title to select a file
2. remove top paging bar when renaming the file
2008-11-24 02:43:25 +00:00
dongsheng
56ad949d15 FILTER/MDL-17360
media plugin is truncating width and height to 3 digits, patched by Vlas Voloshin.
Merged from 1.9 branch
2008-11-24 02:00:46 +00:00
moodlerobot
fcb5e443c2 Updated the HEAD build version to 20081124 2008-11-24 01:53:57 +00:00
moodler
4bfa414f63 Emoticons MDLSITE-564 Patch to avoid [[brackets]] around alt text 2008-11-24 01:05:55 +00:00
jerome
f1cddcf961 database: MDL-16999 move the flag from config table to config_plugins table, merged from 1.9 2008-11-24 00:54:20 +00:00
piers
15f5036a10 MDL-17310 - take the opportunity to change the scorm defaults to a highest grade orientation. 2008-11-23 21:39:29 +00:00
tjhunt
1332ce5397 quiz unittests: MDL-17295 start writing unit tests for some of mod/quiz/locallib.php - and fix the bugs they revealed! 2008-11-23 12:46:51 +00:00
tjhunt
1499ce3185 unit test reliability: For some reason this does not work on my laptop. because the standard function getrempteadr returns '', so just skip this test. 2008-11-23 11:53:21 +00:00
tjhunt
941e427680 unittests: MDL-17367 Fix regressions caused when admin/report/simpletest was renamed to unittest. Why was this done anyway? Some explanation in MDL-17001 might be nice. 2008-11-23 11:39:41 +00:00
tjhunt
b75f0f82b4 quiz lang: MDL-17335 Alphabetize lang/en_utf8/quiz.php 2008-11-23 11:09:28 +00:00
moodlerobot
ae2b1770fb Updated the HEAD build version to 20081123 2008-11-23 01:48:47 +00:00
moodlerobot
fc1a8ccbaa Automatic installer.php lang files by installer_builder (20081123) 2008-11-23 01:29:10 +00:00
stronk7
4d8cd7dc9f Add one smaller version on the loading animated gif. 2008-11-23 00:04:13 +00:00
mudrd8mz
74b937f484 Fixed a typo 2008-11-22 21:50:00 +00:00
skodak
54e79bc3ff MDL-15461 fixed DML conversion typos 2008-11-22 19:42:20 +00:00
skodak
082ae8215e MDL-15837 more dml unit tests 2008-11-22 19:32:16 +00:00
pilpi
3c5221cfa2 quiz editing: MDL-17284 shortened the basic ideas of quiz-making 2008-11-22 18:37:55 +00:00
pilpi
cafabd6341 quiz editing: MDL-17334 Fixed CSS: grading box in editing view explodes if font made smaller in Firefox 2008-11-22 17:59:16 +00:00
pilpi
4070210d93 quiz editing: MDL-17293 Added a default value to avoid error messages
Added a default value  to the function that passes a page number to avoid error messages.
2008-11-22 17:30:12 +00:00
pilpi
721efa237d quiz editing: MDL-17298 removed debugging code forgotten there in the previous revision 2008-11-22 17:26:13 +00:00
pilpi
12e6b459c6 quiz editing: MDL-17298 use onDOMReady instead of onload.
In the previous commit to this file (1.2) I accidentally tried to do this already, but did it wrong, so javascript dialogs did not work.
2008-11-22 17:20:18 +00:00
pilpi
e81702f83a quiz editing: MDL-17362 Cleaned away the js code related to MDL-17362 question bank javascript collapsing until that is done 2008-11-22 16:57:50 +00:00
skodak
6ff835b79e MDL-15837 improved dml unit testing 2008-11-22 16:48:34 +00:00
pilpi
5c8505d034 quiz editing: MDL-17293 changed how the page number to add on is passed to the form for creating a random question 2008-11-22 16:32:36 +00:00
pilpi
9fa363896e quiz editing: MDL-17293 removed two lines of code that did nothing good but some bad, showing an extra form where it should have not been. 2008-11-22 15:52:17 +00:00
pilpi
414d5bfb7e quiz editing: MDL-17290 doc comments were updated 2008-11-22 15:28:46 +00:00
pilpi
3fd9edf010 quiz editing: MDL-17300 it is now possible to change question grades after there are quiz attempts 2008-11-22 13:45:45 +00:00
pilpi
8bccba71e6 quiz editing: MDL-17299 Moved function definitions from mod/quiz/edit.php to mod/quiz/editlib.php 2008-11-22 12:36:14 +00:00
pilpi
78219d15c8 quiz editing: MDL-17284 converted tabs to space in CSS
my eclipse CSS editor does not seem to respect my setting here
2008-11-22 11:47:47 +00:00
pilpi
d9daa35ca9 quiz editing: MDL-17297 Got rid of editcss.js and adjusted stylesheets accordingly 2008-11-22 11:42:06 +00:00
pilpi
1cdbd5e46f quiz editing: MDL-17301 avoid inline CSS in mod/quiz/edit.php 2008-11-22 11:29:20 +00:00
moodlerobot
54d20c2b56 Updated the HEAD build version to 20081122 2008-11-22 02:01:05 +00:00
moodlerobot
11af70a670 Automatic installer.php lang files by installer_builder (20081122) 2008-11-22 01:41:11 +00:00
skodak
ce1526061c MDL-17317 DML: more exceptions - now in connect too 2008-11-22 01:16:52 +00:00
mudrd8mz
2dccc890a2 MDL-17357 Removed duplicate string definition. Merged from 1.9 2008-11-21 23:13:24 +00:00
skodak
758ba89a63 MDL-17347 reintroduced duplicate tests in get_records_sql() 2008-11-21 22:35:21 +00:00