31253 Commits

Author SHA1 Message Date
thepurpleblob
95dff9da6b MDL-14936
Course managers admin screen shows roles in "correct" order.
2008-05-21 12:28:09 +00:00
thepurpleblob
9d5a4b235e MDL-14832
Don't show a user name more than once. Only show them in the
most 'senior' role.

Merged from STABLE_19
2008-05-21 12:03:22 +00:00
tjhunt
95de57b8ac Inconsistency between quiz attempt->id and attempt.uniqueid 2008-05-21 11:10:06 +00:00
dongsheng
70c33d2239 "MDL-14129, add new lang string" 2008-05-21 07:53:57 +00:00
dongsheng
0be2c85848 "MDL-14129, fix print_error call" 2008-05-21 07:53:23 +00:00
nicolasconnault
4cacea3b72 MDL-14905 Completed all core functional tests for database_manager (ddl). Found some API design issues and commented on them using @TODO comments. 2008-05-21 06:34:56 +00:00
dongsheng
c5d0eaa9af "MDL-14129, add new lang string" 2008-05-21 06:05:13 +00:00
dongsheng
64e71d27b6 "MDL-14129, fix print_error" 2008-05-21 06:04:30 +00:00
dongsheng
beb69c1141 "MDL-14129, add new lang string" 2008-05-21 05:08:29 +00:00
dongsheng
0b4f4187a2 "MDL-14129, fix print_error" 2008-05-21 05:07:37 +00:00
jerome
d5edb9614e MDL-14709 fix call view.pgp => view.php, merged from 19 2008-05-21 04:02:53 +00:00
moodlerobot
363d736901 Updated the HEAD build version to 20080521 2008-05-21 02:04:59 +00:00
moodlerobot
de40177808 Automatic installer.php lang files by installer_builder (20080521) 2008-05-21 01:25:18 +00:00
stronk7
a8cb94f66f MDL-14863 - 1st iteration: lowercase XMLDB table, field, index, key and statement +
wrapper class to support old syntax (no changes in public API yet)
2008-05-20 23:24:40 +00:00
tjhunt
949c59ace0 MDL-14928 - Adding random questions from a category with an apostrophe in the name does not work. Stupid bloody addslashes. Roll on dmllib 2.0. 2008-05-20 17:09:40 +00:00
stronk7
46293bd7b7 MDL-14863 - 1st iteration: lowercase XMLDB constants, object, file and structure (no changes in public API yet) 2008-05-20 17:06:26 +00:00
nicolasconnault
6cef30f7f5 MDL-14905 More tests of database_manager class. Need to replace debugging() with proper exception handling that can be caught and asserted by simpletest. 2008-05-20 13:49:42 +00:00
dongsheng
1773d04294 "MDL-14129, add new lang string" 2008-05-20 03:10:21 +00:00
dongsheng
2471ef8650 "MDL-14129, fix print_error" 2008-05-20 03:09:35 +00:00
dongsheng
4c181e344e "MDL-14129, add new lang strings" 2008-05-20 02:55:58 +00:00
dongsheng
2f137aa130 "MDL-14129, fix print_error" 2008-05-20 02:53:46 +00:00
moodlerobot
923652d182 Updated the HEAD build version to 20080520 2008-05-20 01:51:51 +00:00
moodlerobot
57ff8fb0a8 Automatic installer.php lang files by installer_builder (20080520) 2008-05-20 01:18:41 +00:00
mudrd8mz
b32c296f21 MDL-13997 merged from 19_STABLE 2008-05-19 21:49:32 +00:00
stronk7
17bbbb72f3 Adding to strings to install lang files. They could be used in the future. 2008-05-19 18:19:04 +00:00
stronk7
6d5a22b208 Installer fixed, prefixes improved, moved conn settings to connect() and some more improvements. MDL-14864 2008-05-19 18:02:33 +00:00
nicolasconnault
6395aa3f98 MDL-14905 First battery of ddl tests ready. All pass but one, the rename_index test. 2008-05-19 15:36:31 +00:00
skodak
14913ca4d5 MDL-14894 html purifier updated, merged from MOODLE_19_STABLE 2008-05-19 06:24:33 +00:00
nicolasconnault
b9b17c8a30 Indenting the code properly 2008-05-19 05:20:48 +00:00
stronk7
ed55f6682b Make generators reentrant. MDL-14897 2008-05-19 03:04:41 +00:00
moodlerobot
c8d03b6716 Updated the HEAD build version to 20080519 2008-05-19 01:54:33 +00:00
stronk7
f32cf147b8 Fixed some problems handling BLOBs. MDL-14887 2008-05-19 00:24:41 +00:00
stronk7
c6ad174104 There was one "phantom" test + minor improvements for robustness. 2008-05-19 00:16:48 +00:00
pichetp
489aef7f98 MDL-14054 Display of correct answers in the popup window already use for feedback
and MDL-14625 Make multianswer questions more tolerant if one of the subquestions is missing
 messages
2008-05-18 23:08:41 +00:00
iarenaza
e6d4c2f868 MDL-14883 Password expiration check during login doesn't work after NTLM integration
Forward ported from MOODLE_19_STABLE.

As part of the NTLM integration work, we moved some login code from
login/index.php to lib/moodlelib.php (function complete_user_login()). This
broke the password expiration check code, as we moved the $userauth variable to
complete_user_login(), and we also need it in login/index.php later.

Add the missing variable and related code to get a suitable password change url.
Also remove the now inexistant $focus variable from the call to print_header().
2008-05-18 21:33:19 +00:00
pichetp
907a375942 MDL-14054 Display of correct answers in the popup window already use for feedback 2008-05-18 17:22:41 +00:00
pichetp
df79079f49 MDL-1625 Make multianswer questions more tolerant if one of the subquestions is missing 2008-05-18 15:23:17 +00:00
agrabs
239ba4ee76 MDL-14889 - just removed the field count. I isn't more needed.
additionaly fixed some notice messages on restore.lib
2008-05-18 10:37:48 +00:00
stronk7
b75953148d Fix typo. 2008-05-18 01:55:14 +00:00
moodlerobot
5efd1cb69e Updated the HEAD build version to 20080518 2008-05-18 01:47:49 +00:00
stronk7
d550521063 First cut of mssql_adodb driver. Able to install HEAD. MDL-14887 2008-05-18 01:27:21 +00:00
stronk7
55b9622a19 Document local change in drivers/adodb-mssql.inc.php. MDL-14886 2008-05-18 01:11:51 +00:00
stronk7
f4607d5309 Fix MSSQL Insert_ID() to work when inserting using placeholders. MDL-14886 2008-05-18 01:06:08 +00:00
stronk7
d02e368d77 non empty prefixes aren't a driver limitation, but a Moodle one. MDL-14877 2008-05-17 20:51:18 +00:00
stronk7
9f17b4bc8f Revert the prefix check to admin/index.php. MDL-14877 2008-05-17 20:46:29 +00:00
agrabs
b9fb72f7af fixed notice-message 2008-05-17 14:11:18 +00:00
agrabs
1c57ce2539 fixed api functions for course-reset feature 2008-05-17 14:10:21 +00:00
agrabs
cae05e6779 added new strings 2008-05-17 13:53:37 +00:00
moodlerobot
03f20e8dc5 Updated the HEAD build version to 20080517 2008-05-17 01:53:13 +00:00
moodlerobot
8ce137e3b4 Automatic installer.php lang files by installer_builder (20080517) 2008-05-17 01:19:26 +00:00