]>
git.mjollnir.org Git - moodle.git/log
jamiesensei [Mon, 26 May 2008 11:39:51 +0000 (11:39 +0000)]
MDL-5241 "When manually grading, identity questions by their number within the quiz as well as by question name"
Also added a drop down box to select question to mark instead of the viewquestions table. The drop down box is available at the top of every page, but only if there is more than one manually gradeable question in the quiz. If there is only one question it is automatically selected for marking.
Also added a new constant QUESTION_EVENTS_GRADED during a general refactoring of UI code in grading report and some improvements to efficiency of SQL in report.
Merged from Moodle 1.9 branch
nicolasconnault [Mon, 26 May 2008 05:06:01 +0000 (05:06 +0000)]
MDL-14967 More upgrades
moodlerobot [Mon, 26 May 2008 02:01:14 +0000 (02:01 +0000)]
Updated the HEAD build version to
20080526
stronk7 [Mon, 26 May 2008 00:39:24 +0000 (00:39 +0000)]
Latest changes to orcle driver. All old code is out + bug fixing in
oracle_dirty_hack. MDL-14888
skodak [Sun, 25 May 2008 23:17:21 +0000 (23:17 +0000)]
MDL-14957 get_columns() improvements
skodak [Sun, 25 May 2008 22:25:17 +0000 (22:25 +0000)]
MDL-14957 fixed get_indexes() comments
stronk7 [Sun, 25 May 2008 22:23:27 +0000 (22:23 +0000)]
More changes to Oracle driver + fixing some bugs. More coming soon. MDL-14888, MDL-14986
skodak [Sun, 25 May 2008 22:22:57 +0000 (22:22 +0000)]
MDL-14957 fixed get_tables() comments
skodak [Sun, 25 May 2008 22:21:01 +0000 (22:21 +0000)]
MDL-14957 get_columns() improvements - mostly docs; definition moved to new file
iarenaza [Sun, 25 May 2008 21:53:23 +0000 (21:53 +0000)]
MDL-14987 Default attribute for Active Directory password expiry is missing
Merged from MOODLE_18_STABLE
skodak [Sun, 25 May 2008 20:43:46 +0000 (20:43 +0000)]
MDL-14981 regex search support in datalib, fixed course search
skodak [Sun, 25 May 2008 20:17:40 +0000 (20:17 +0000)]
MDL-14966 Moved moodle_recordset to separate class into lib/dml
skodak [Sun, 25 May 2008 19:56:34 +0000 (19:56 +0000)]
MDL-14910 added option to dispose existing database instance (closes connection and releases all resources)
stronk7 [Sun, 25 May 2008 17:14:21 +0000 (17:14 +0000)]
Moving emulate_bound_params() from adodb drivers to adodb_moodle_database. MDL-14984
skodak [Sun, 25 May 2008 15:34:19 +0000 (15:34 +0000)]
MDL-14983 add magic quotes stripping option into data_submitted()
skodak [Sun, 25 May 2008 15:16:17 +0000 (15:16 +0000)]
MDL-14679 more datalib conversions
skodak [Sun, 25 May 2008 14:33:33 +0000 (14:33 +0000)]
MDL-14679 deprecated lib converted to new $DB
skodak [Sun, 25 May 2008 14:28:58 +0000 (14:28 +0000)]
MDL-14978 removed obsoleted make_table()
skodak [Sun, 25 May 2008 14:27:33 +0000 (14:27 +0000)]
MDL-14978 removed obsoleted get_course_users()
skodak [Sun, 25 May 2008 14:24:24 +0000 (14:24 +0000)]
MDL-14980 missing strsurveysaved when saving
skodak [Sun, 25 May 2008 11:37:45 +0000 (11:37 +0000)]
MDL-14978 removed ancient upgradelogs script
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.