]>
git.mjollnir.org Git - moodle.git/log
mchurch [Fri, 30 May 2008 17:22:24 +0000 (17:22 +0000)]
MDL-15058 - Removing usage of super globals and replacing them with optional_param calls.
skodak [Fri, 30 May 2008 17:07:45 +0000 (17:07 +0000)]
MDL-14679 converted eventslib
skodak [Fri, 30 May 2008 17:06:41 +0000 (17:06 +0000)]
MDL-14679 fixed datalib prefix use
skodak [Fri, 30 May 2008 17:00:25 +0000 (17:00 +0000)]
MDL-14679 fixed datalib addslashes
skodak [Fri, 30 May 2008 16:56:43 +0000 (16:56 +0000)]
MDL-14679 detect incorrect key=>value pairs in $conditions - in case somebody forgets "=>" and uses "," instead
skodak [Fri, 30 May 2008 16:51:01 +0000 (16:51 +0000)]
MDL-14679 fixed datalib whitespace
skodak [Fri, 30 May 2008 16:50:25 +0000 (16:50 +0000)]
MDL-14679 fixed comment typo
skodak [Fri, 30 May 2008 16:50:00 +0000 (16:50 +0000)]
MDL-14679 revisited upgrade script
skodak [Fri, 30 May 2008 16:47:21 +0000 (16:47 +0000)]
MDL-14679 datalib conversion completed
robertall [Fri, 30 May 2008 16:13:35 +0000 (16:13 +0000)]
[MDL-14771] Replace direct use of function number_format() by format_float(). Some whitespace cleaned up has been made, too. Merged from MOODLE_19_STABLE.
skodak [Fri, 30 May 2008 12:36:07 +0000 (12:36 +0000)]
MDL-14679 prevent fatal delete_records() problems if $DB forgotten
jamiesensei [Fri, 30 May 2008 12:23:10 +0000 (12:23 +0000)]
MDL-15047 "Quiz overview report download is broken - patch" fixed.
Merged from 1.9 stable branch.
thepurpleblob [Fri, 30 May 2008 11:06:49 +0000 (11:06 +0000)]
MDL-15056
Added missing global $DB
robertall [Fri, 30 May 2008 10:22:01 +0000 (10:22 +0000)]
[MDL-8407] Replace one language string that will be used by 'mod/data/export_form.php' to be committed later. Merged from MOODLE_19_STABLE.
mits [Fri, 30 May 2008 05:42:19 +0000 (05:42 +0000)]
Fixed typo MDL-15054, sorry.
mits [Fri, 30 May 2008 05:40:25 +0000 (05:40 +0000)]
Fixed an incomplete string for xmldb MDL-15054.
mits [Fri, 30 May 2008 04:14:48 +0000 (04:14 +0000)]
Fixed a error string.
Considering course/mod.php (line:178) and course/modedit.php (line:281),
it would better to use "module" instead of "instance".
moodler [Fri, 30 May 2008 03:22:58 +0000 (03:22 +0000)]
MDL-15053 Merged from 1.9: Fixed typo in rtl.css
robertall [Fri, 30 May 2008 02:03:39 +0000 (02:03 +0000)]
[MDL-8407] Add new function text_export_supported() or export_text_value() to those "mod/data/field/*/field.class.php" files which need them. The existing code formatting has been cleaned up, too. Merged from MOODLE_19_STABLE.
moodlerobot [Fri, 30 May 2008 01:58:52 +0000 (01:58 +0000)]
Updated the HEAD build version to
20080530
robertall [Thu, 29 May 2008 19:17:46 +0000 (19:17 +0000)]
[MDL-14771] Backend code to allow a "number" field to be displayed with a specified number of decimal digits. Merged from MOODLE_19_STABLE.
mudrd8mz [Thu, 29 May 2008 17:27:36 +0000 (17:27 +0000)]
MDL-15036 Merged from 19_STABLE. Did not work with PostgreSQL
skodak [Thu, 29 May 2008 15:12:49 +0000 (15:12 +0000)]
MDL-15044 fixed regression - thanks Howard
skodak [Thu, 29 May 2008 15:12:08 +0000 (15:12 +0000)]
MDL-15044 fixed regression - thanks Howard
skodak [Thu, 29 May 2008 15:07:05 +0000 (15:07 +0000)]
MDL-15042 fixed regression - thanks Howard
jamiesensei [Thu, 29 May 2008 14:14:27 +0000 (14:14 +0000)]
MDL-15011 "grading report : allow user to select to grade next 10 ungraded attempts" added a new link and options to the grading report page to display only the next 10 ungraded attempts to grade. Also some fixes for faulty sql for ungraded option which was not respecting the users groups selection.
thepurpleblob [Thu, 29 May 2008 12:49:29 +0000 (12:49 +0000)]
MDL-15043
No need to use $USER in the log write call, it's the default
thepurpleblob [Thu, 29 May 2008 10:53:30 +0000 (10:53 +0000)]
MDL-14854
Changed the language strings to something more sensible as per Petr's comments.
dongsheng [Thu, 29 May 2008 03:22:30 +0000 (03:22 +0000)]
"MDL-15037, remove "None" in html head, merged from MOODLE_19_STABLE"
dongsheng [Thu, 29 May 2008 02:50:10 +0000 (02:50 +0000)]
"MDL-14129, add lang string"
dongsheng [Thu, 29 May 2008 02:49:39 +0000 (02:49 +0000)]
"MDL-14129, fix print_error"
dongsheng [Thu, 29 May 2008 02:23:08 +0000 (02:23 +0000)]
"MDL-14129, add new lang string"
dongsheng [Thu, 29 May 2008 02:22:37 +0000 (02:22 +0000)]
"MDL-14129, fix print_error"
moodlerobot [Thu, 29 May 2008 01:57:19 +0000 (01:57 +0000)]
Updated the HEAD build version to
20080529
mchurch [Wed, 28 May 2008 15:01:50 +0000 (15:01 +0000)]
MDL-15035 - Changed error message to more meaningful one.
robertall [Wed, 28 May 2008 13:10:58 +0000 (13:10 +0000)]
[MDL-14442] Resolve reopened bug for importing database records as CSV by applying "MDL-14442-clean_param.patch" (see tracker). Don't use PARAM_NOTAGS anymore. Merged from MOODLE_19_STABLE.
robertall [Wed, 28 May 2008 12:23:38 +0000 (12:23 +0000)]
[MDL-8407] Finish preparation of language strings required to allow exporting records of a database avtivity. Merged from MOODLE_19_STABLE.
robertall [Wed, 28 May 2008 11:27:51 +0000 (11:27 +0000)]
[MDL-8407] [MDL-14129] Fix little typo in error message 'invalidcourseid'. This error message will be used for solving MDL-8407. Same message has already been committed to MOODLE_19_STABLE.
scyrma [Wed, 28 May 2008 07:44:35 +0000 (07:44 +0000)]
MDL-15032: add quotes to make it possible to correctly send files with names containing spaces (merge from 1.9)
dongsheng [Wed, 28 May 2008 07:41:23 +0000 (07:41 +0000)]
"MDL-15031, fix order of the user fields, see tracker, merged from MOODLE_19_STABLE"
scyrma [Wed, 28 May 2008 05:17:13 +0000 (05:17 +0000)]
MDL-13792: fixing problem in the previous patch, where filename contain spaces (merge from 1.9)
moodler [Wed, 28 May 2008 03:49:54 +0000 (03:49 +0000)]
Updated tags again with abstract classes etc
moodler [Wed, 28 May 2008 03:46:02 +0000 (03:46 +0000)]
New, much smaller tags file (just functions)
jerome [Wed, 28 May 2008 03:13:11 +0000 (03:13 +0000)]
MDL-14698 Improve language in actions list on course participants page, merged from 19
jerome [Wed, 28 May 2008 02:07:06 +0000 (02:07 +0000)]
MDL-14765 Assignments email teachers on any submission (only if Alert teacher = Yes AND Send for making = No), merged from 19
moodlerobot [Wed, 28 May 2008 01:56:05 +0000 (01:56 +0000)]
Updated the HEAD build version to
20080528
dongsheng [Wed, 28 May 2008 01:48:25 +0000 (01:48 +0000)]
"MDL-14932, accessibility imporvement, see tracker, merged from MOODLE_19_STABLE"
dongsheng [Wed, 28 May 2008 01:39:05 +0000 (01:39 +0000)]
"MDL-12405, add webpage to user fields, merged from MOODLE_19_STABLE"
tjhunt [Tue, 27 May 2008 13:42:27 +0000 (13:42 +0000)]
MDL-14764 - Imported multichoice questions may have a blank answernumbering value, which results in an "ERR" prefix to all answers' text. Thanks to Nate H for the fix.
skodak [Tue, 27 May 2008 13:26:00 +0000 (13:26 +0000)]
MDL-15020 fixed typo causing deleting of all roles and contexts - thanks Joseph!
tjhunt [Tue, 27 May 2008 10:35:13 +0000 (10:35 +0000)]
MDL-14593 - delete icons in the question bank do not work. This was a regression caused by part of the fix for MDL-13982. I hvae reverted that bit for now, pending a better solution.
sam_marshall [Tue, 27 May 2008 10:22:07 +0000 (10:22 +0000)]
MDL-15015: oops, had one extra line in the HEAD version
sam_marshall [Tue, 27 May 2008 10:16:25 +0000 (10:16 +0000)]
MDL-15015: Choice limited answers don't work with group mode
skodak [Tue, 27 May 2008 09:34:03 +0000 (09:34 +0000)]
MDL-15007 is_aggregationcoef_used should be public
skodak [Tue, 27 May 2008 09:32:05 +0000 (09:32 +0000)]
MDL-14995 fixed param typo
robertall [Tue, 27 May 2008 07:43:14 +0000 (07:43 +0000)]
[MDL-14788] Don't store empty number fields as 0
agrabs [Tue, 27 May 2008 05:00:58 +0000 (05:00 +0000)]
mistake in writing on update the multichoice-items
dongsheng [Tue, 27 May 2008 04:46:33 +0000 (04:46 +0000)]
"MDL-14129, add new lang string"
dongsheng [Tue, 27 May 2008 04:45:01 +0000 (04:45 +0000)]
"MDL-14129, fix print_error"
dongsheng [Tue, 27 May 2008 03:21:25 +0000 (03:21 +0000)]
"MDL-14129, add new lang string"
dongsheng [Tue, 27 May 2008 03:20:47 +0000 (03:20 +0000)]
"MDL-14129, fix print_error"
moodlerobot [Tue, 27 May 2008 01:57:57 +0000 (01:57 +0000)]
Updated the HEAD build version to
20080527
jamiesensei [Mon, 26 May 2008 14:38:48 +0000 (14:38 +0000)]
MDL-15002 "grading report : notice from quiz_num_attempt_summary about how many total attempts there are on the quiz and how many in this group would make UI clearer" oops. Put the clear:both in the wrong place.
jamiesensei [Mon, 26 May 2008 14:26:24 +0000 (14:26 +0000)]
MDL-15002 "grading report : notice from quiz_num_attempt_summary about how many total attempts there are on the quiz and how many in this group would make UI clearer" added call to function and fixed centering of notice on overview and grading report by adding a clear:left to stop the centering being affected by the groups menu.
merged from 1.9 branch
jamiesensei [Mon, 26 May 2008 13:18:46 +0000 (13:18 +0000)]
MDL-12824 "Essay type of quiz questions needs to color mark which students have been graded and which have NOT"
Fixing notices introduced by the changes for this bug in grading report when no question is selected.
jamiesensei [Mon, 26 May 2008 12:51:04 +0000 (12:51 +0000)]
MDL-14988 "tables have been hardcoded with a prefix of "mdl" - causing an error." Ooops!
jamiesensei [Mon, 26 May 2008 12:47:42 +0000 (12:47 +0000)]
MDL-12824 "Essay type of quiz questions needs to color mark which students have been graded and which have NOT"
As well as highlighting graded questions with a new CSS class highlightgraded which is a yellow bg in the standard theme, have also added the option to grade all ungraded attempts for a question.
jamiesensei [Mon, 26 May 2008 11:50:51 +0000 (11:50 +0000)]
MDL-15000 "Moodle url method remove_params doesn't actually remove anything" Fixed.
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()