]>
git.mjollnir.org Git - moodle.git/log
skodak [Sun, 25 May 2008 11:35:51 +0000 (11:35 +0000)]
MDL-14978 removed upgradeforumsread script
skodak [Sun, 25 May 2008 11:19:06 +0000 (11:19 +0000)]
MDL-14679 deprecated conversion
skodak [Sun, 25 May 2008 11:18:12 +0000 (11:18 +0000)]
MDL-14978 removed obsoleted get_site_users()
skodak [Sun, 25 May 2008 11:11:45 +0000 (11:11 +0000)]
MDL-14974 fixed aro regression - sorry
skodak [Sun, 25 May 2008 11:07:57 +0000 (11:07 +0000)]
MDL-14978 removed obsoleted get_course_teachers()
skodak [Sun, 25 May 2008 11:06:23 +0000 (11:06 +0000)]
MDL-14978 removed obsoleted get_course_students()
skodak [Sun, 25 May 2008 11:02:58 +0000 (11:02 +0000)]
MDL-14978 removed obsoleted iscreator()
skodak [Sun, 25 May 2008 11:00:59 +0000 (11:00 +0000)]
MDL-14978 removed obsoleted get_group_users()
skodak [Sun, 25 May 2008 10:59:41 +0000 (10:59 +0000)]
MDL-14978 removed obsoleted get_group_users()
skodak [Sun, 25 May 2008 10:16:53 +0000 (10:16 +0000)]
MDL-14679 fixed $exceptions regression in first part of datalib conversion
skodak [Sun, 25 May 2008 10:08:05 +0000 (10:08 +0000)]
MDL-14978 removed obsoleted isadmin()
skodak [Sun, 25 May 2008 09:57:58 +0000 (09:57 +0000)]
MDL-14978 replaced deprecated can_use_richtext_editor
skodak [Sun, 25 May 2008 09:39:02 +0000 (09:39 +0000)]
MDL-14679 first part of datalib conversion
skodak [Sun, 25 May 2008 09:31:38 +0000 (09:31 +0000)]
MDL-14974 improved columns caching implementation
stronk7 [Sun, 25 May 2008 02:45:50 +0000 (02:45 +0000)]
First cut of Oracle new adodb driver. Install and tests ok. MDL-14888
stronk7 [Sun, 25 May 2008 02:42:06 +0000 (02:42 +0000)]
Now oracle generator is also reentrant. MDL-14897
stronk7 [Sun, 25 May 2008 02:38:30 +0000 (02:38 +0000)]
Changed postgresql sequence fetching to GetID. MDL-7183
stronk7 [Sun, 25 May 2008 02:32:30 +0000 (02:32 +0000)]
onespace2empty() needs to be in legacy dmllib() until we kill all
usages of legacy dmllib functions
moodlerobot [Sun, 25 May 2008 01:52:24 +0000 (01:52 +0000)]
Updated the HEAD build version to
20080525
skodak [Sun, 25 May 2008 00:15:01 +0000 (00:15 +0000)]
MDL-14679 fixed temporary emulation in old set_field() - thanks Joseph Rézeau
stronk7 [Sat, 24 May 2008 23:14:42 +0000 (23:14 +0000)]
Moving some old XMLDBxxx (deprecated) objects to the end of the file. Some PHP releases
have problems finding new extended xmldb_xxxx objects if they haven't been defined before.
skodak [Sat, 24 May 2008 20:43:33 +0000 (20:43 +0000)]
MDL-14679 fixed warning and change false to array() when no users found
skodak [Sat, 24 May 2008 20:42:40 +0000 (20:42 +0000)]
MDL-14679 improved get_in_or_equal() method
skodak [Sat, 24 May 2008 18:35:48 +0000 (18:35 +0000)]
MDL-14679 accesslib conversion to new dml
skodak [Sat, 24 May 2008 13:05:34 +0000 (13:05 +0000)]
MDL-14679 fixed get_in_or_equal() method
robertall [Sat, 24 May 2008 11:09:42 +0000 (11:09 +0000)]
[MDL-14816] Escape special regex characters before applying perl compatible regex substitution of field names for database activity's advanced search. Merged from MOODLE_19_STABLE
moodlerobot [Sat, 24 May 2008 01:53:37 +0000 (01:53 +0000)]
Updated the HEAD build version to
20080524
stronk7 [Fri, 23 May 2008 22:42:45 +0000 (22:42 +0000)]
All fields, keys and indexes in suggested PHP core are using $dbman. MDL-14941
stronk7 [Fri, 23 May 2008 22:34:53 +0000 (22:34 +0000)]
table suggested PHP is using $dbman now. MDL-14941
stronk7 [Fri, 23 May 2008 22:30:42 +0000 (22:30 +0000)]
Changed comment
stronk7 [Fri, 23 May 2008 22:26:08 +0000 (22:26 +0000)]
And also conditionally create/drop indexes and fields. MDL-14955
stronk7 [Fri, 23 May 2008 22:24:00 +0000 (22:24 +0000)]
Conditionally execute create/drop table dbmanager functions. MDL-14955
nicolasconnault [Fri, 23 May 2008 14:52:50 +0000 (14:52 +0000)]
MDL-14967 Upgraded gradebook code and unit tests. 4 failing tests in grade_item to fix.
dongsheng [Fri, 23 May 2008 13:17:56 +0000 (13:17 +0000)]
"MDL-14706, see tracker"
jamiesensei [Fri, 23 May 2008 13:14:00 +0000 (13:14 +0000)]
MDL-12547 "allow manual quiz grading to sort by groups" added code to select which group to grade.
Merged from Moodle 1.9 branch
sam_marshall [Fri, 23 May 2008 11:02:46 +0000 (11:02 +0000)]
MDL-14965: Pass-by-reference call broke forum on php5
sam_marshall [Fri, 23 May 2008 10:36:28 +0000 (10:36 +0000)]
MDL-14965: Pass-by-reference call broke install on php5
sam_marshall [Fri, 23 May 2008 10:30:47 +0000 (10:30 +0000)]
MDL-14965: Pass-by-reference call broke install on php5
dongsheng [Fri, 23 May 2008 08:12:14 +0000 (08:12 +0000)]
"MDL-14129, fix print_error call"
dongsheng [Fri, 23 May 2008 08:09:08 +0000 (08:09 +0000)]
"MDL-14129, add new lang string"
dongsheng [Fri, 23 May 2008 07:10:37 +0000 (07:10 +0000)]
"MDL-14129, add new lang string"
dongsheng [Fri, 23 May 2008 07:03:17 +0000 (07:03 +0000)]
"MDL-14129, fix print_error call"
dongsheng [Fri, 23 May 2008 05:35:38 +0000 (05:35 +0000)]
"MDL-14706, introduce a progress bar class"
dongsheng [Fri, 23 May 2008 05:29:51 +0000 (05:29 +0000)]
"MDL-14706, improve the progress bar, merged from MOODLE_19_STABLE"
moodlerobot [Fri, 23 May 2008 01:56:41 +0000 (01:56 +0000)]
Updated the HEAD build version to
20080523
moodlerobot [Fri, 23 May 2008 01:22:28 +0000 (01:22 +0000)]
Automatic installer.php lang files by installer_builder (
20080523 )
agrabs [Thu, 22 May 2008 20:40:23 +0000 (20:40 +0000)]
MDL-14522 - the admin on frontpage did not receive any mail
mits [Thu, 22 May 2008 16:12:53 +0000 (16:12 +0000)]
Fixed a typo in error message.
jamiesensei [Thu, 22 May 2008 13:29:19 +0000 (13:29 +0000)]
MDL-14943 "moodle_url : need way to add extra params when outputting params as hidden fields for forms" added new optional param to method hidden_params_out
wildgirl [Thu, 22 May 2008 12:42:50 +0000 (12:42 +0000)]
MDL-14951 help file typo fix
thepurpleblob [Thu, 22 May 2008 10:13:55 +0000 (10:13 +0000)]
MDL-14945
MDL-14946
Now checks properly for mod/choice:deleteresponses and mod/choice:downloadresponses
dongsheng [Thu, 22 May 2008 07:24:35 +0000 (07:24 +0000)]
"MDL-14129, add new lang string"
dongsheng [Thu, 22 May 2008 07:20:45 +0000 (07:20 +0000)]
"MDL-14129, fix print_error call"
jerome [Thu, 22 May 2008 02:36:06 +0000 (02:36 +0000)]
MDL-11748 add "protection" to avoid Notices in the A-Z name selector, merged from 19
jerome [Thu, 22 May 2008 02:26:54 +0000 (02:26 +0000)]
MDL-14819 changed main table size, merged from 19
moodlerobot [Thu, 22 May 2008 01:23:28 +0000 (01:23 +0000)]
Automatic installer.php lang files by installer_builder (
20080522 )
stronk7 [Thu, 22 May 2008 00:09:59 +0000 (00:09 +0000)]
4th iteration committed: xmldb_field, xmldb_index and xmldb_key "public" methods changed + debugging of deprecated ones until Moodle 2.1 . MDL-14863
mits [Wed, 21 May 2008 19:19:21 +0000 (19:19 +0000)]
Fixed a minor mistake for xmldb instruction.
stronk7 [Wed, 21 May 2008 17:55:23 +0000 (17:55 +0000)]
3rd iteration committed: xmldb_table "public" methods changed + debugging of deprecated ones until Moodle 2.1 . MDL-14863
mchurch [Wed, 21 May 2008 16:19:00 +0000 (16:19 +0000)]
MDL-13860 - Fixed mistyped function call to 'scorm_seq_overall'. This was preventing some SCORM navigation from continuing in our tests - but only if debugging was turned off!
nicolasconnault [Wed, 21 May 2008 14:59:33 +0000 (14:59 +0000)]
MDL-14905 Started on the DDL functional tests. Added an ugly but temporary hack into error() and print_error(), so that they throw an exception instead of dying when UNITTEST is defined.
thepurpleblob [Wed, 21 May 2008 12:47:35 +0000 (12:47 +0000)]
MDL-14916:
Tidy up notices
Merged from STABLE_19
thepurpleblob [Wed, 21 May 2008 12:28:09 +0000 (12:28 +0000)]
MDL-14936
Course managers admin screen shows roles in "correct" order.
thepurpleblob [Wed, 21 May 2008 12:03:22 +0000 (12:03 +0000)]
MDL-14832
Don't show a user name more than once. Only show them in the
most 'senior' role.
Merged from STABLE_19
tjhunt [Wed, 21 May 2008 11:10:06 +0000 (11:10 +0000)]
Inconsistency between quiz attempt->id and attempt.uniqueid
dongsheng [Wed, 21 May 2008 07:53:57 +0000 (07:53 +0000)]
"MDL-14129, add new lang string"
dongsheng [Wed, 21 May 2008 07:53:23 +0000 (07:53 +0000)]
"MDL-14129, fix print_error call"
nicolasconnault [Wed, 21 May 2008 06:34:56 +0000 (06:34 +0000)]
MDL-14905 Completed all core functional tests for database_manager (ddl). Found some API design issues and commented on them using @TODO comments.
dongsheng [Wed, 21 May 2008 06:05:13 +0000 (06:05 +0000)]
"MDL-14129, add new lang string"
dongsheng [Wed, 21 May 2008 06:04:30 +0000 (06:04 +0000)]
"MDL-14129, fix print_error"
dongsheng [Wed, 21 May 2008 05:08:29 +0000 (05:08 +0000)]
"MDL-14129, add new lang string"
dongsheng [Wed, 21 May 2008 05:07:37 +0000 (05:07 +0000)]
"MDL-14129, fix print_error"
jerome [Wed, 21 May 2008 04:02:53 +0000 (04:02 +0000)]
MDL-14709 fix call view.pgp => view.php, merged from 19
moodlerobot [Wed, 21 May 2008 02:04:59 +0000 (02:04 +0000)]
Updated the HEAD build version to
20080521
moodlerobot [Wed, 21 May 2008 01:25:18 +0000 (01:25 +0000)]
Automatic installer.php lang files by installer_builder (
20080521 )
stronk7 [Tue, 20 May 2008 23:24:40 +0000 (23:24 +0000)]
MDL-14863 - 1st iteration: lowercase XMLDB table, field, index, key and statement +
wrapper class to support old syntax (no changes in public API yet)
tjhunt [Tue, 20 May 2008 17:09:40 +0000 (17:09 +0000)]
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.
stronk7 [Tue, 20 May 2008 17:06:26 +0000 (17:06 +0000)]
MDL-14863 - 1st iteration: lowercase XMLDB constants, object, file and structure (no changes in public API yet)
nicolasconnault [Tue, 20 May 2008 13:49:42 +0000 (13:49 +0000)]
MDL-14905 More tests of database_manager class. Need to replace debugging() with proper exception handling that can be caught and asserted by simpletest.
dongsheng [Tue, 20 May 2008 03:10:21 +0000 (03:10 +0000)]
"MDL-14129, add new lang string"
dongsheng [Tue, 20 May 2008 03:09:35 +0000 (03:09 +0000)]
"MDL-14129, fix print_error"
dongsheng [Tue, 20 May 2008 02:55:58 +0000 (02:55 +0000)]
"MDL-14129, add new lang strings"
dongsheng [Tue, 20 May 2008 02:53:46 +0000 (02:53 +0000)]
"MDL-14129, fix print_error"
moodlerobot [Tue, 20 May 2008 01:51:51 +0000 (01:51 +0000)]
Updated the HEAD build version to
20080520
moodlerobot [Tue, 20 May 2008 01:18:41 +0000 (01:18 +0000)]
Automatic installer.php lang files by installer_builder (
20080520 )
mudrd8mz [Mon, 19 May 2008 21:49:32 +0000 (21:49 +0000)]
MDL-13997 merged from 19_STABLE
stronk7 [Mon, 19 May 2008 18:19:04 +0000 (18:19 +0000)]
Adding to strings to install lang files. They could be used in the future.
stronk7 [Mon, 19 May 2008 18:02:33 +0000 (18:02 +0000)]
Installer fixed, prefixes improved, moved conn settings to connect() and some more improvements. MDL-14864
nicolasconnault [Mon, 19 May 2008 15:36:31 +0000 (15:36 +0000)]
MDL-14905 First battery of ddl tests ready. All pass but one, the rename_index test.
skodak [Mon, 19 May 2008 06:24:33 +0000 (06:24 +0000)]
MDL-14894 html purifier updated, merged from MOODLE_19_STABLE
nicolasconnault [Mon, 19 May 2008 05:20:48 +0000 (05:20 +0000)]
Indenting the code properly
stronk7 [Mon, 19 May 2008 03:04:41 +0000 (03:04 +0000)]
Make generators reentrant. MDL-14897
moodlerobot [Mon, 19 May 2008 01:54:33 +0000 (01:54 +0000)]
Updated the HEAD build version to
20080519
stronk7 [Mon, 19 May 2008 00:24:41 +0000 (00:24 +0000)]
Fixed some problems handling BLOBs. MDL-14887
stronk7 [Mon, 19 May 2008 00:16:48 +0000 (00:16 +0000)]
There was one "phantom" test + minor improvements for robustness.
pichetp [Sun, 18 May 2008 23:08:41 +0000 (23:08 +0000)]
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
iarenaza [Sun, 18 May 2008 21:33:19 +0000 (21:33 +0000)]
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().
pichetp [Sun, 18 May 2008 17:22:41 +0000 (17:22 +0000)]
MDL-14054 Display of correct answers in the popup window already use for feedback
pichetp [Sun, 18 May 2008 15:23:17 +0000 (15:23 +0000)]
MDL-1625 Make multianswer questions more tolerant if one of the subquestions is missing
agrabs [Sun, 18 May 2008 10:37:48 +0000 (10:37 +0000)]
MDL-14889 - just removed the field count. I isn't more needed.
additionaly fixed some notice messages on restore.lib