moodler
ee8652f3de
Not a pretty fix but it gets the preferences out of the way where users won't keep hitting the wrong submit
2007-09-26 11:42:36 +00:00
tjhunt
44888f691a
Add $Id$ tags.
2007-09-26 10:13:23 +00:00
gbateson
88fe6acf9e
change CONTEXT_MODULE to CONTEXT_COURSE in order to fix "Invalid context creation for level 50 instance" error on "mod/hotpot/index.php" caused by get_context_instance(CONTEXT_MODULE, $course->id) in "mod/hotpot/lib.php"
2007-09-26 07:22:06 +00:00
gbateson
b64748eb54
corrected include path for "moodleform_mod.php"; changed $course->id to $COURSE->id;
2007-09-25 21:43:39 +00:00
tjhunt
c0ca082d2f
Remove spurious characters from some SQL statements.
2007-09-25 14:39:42 +00:00
stronk7
fcdea90774
Second pass. Modules. Some more default comments are out. MDL-11385
2007-09-24 22:17:05 +00:00
skodak
138e480e4d
very minor - fixing incorrect include_once('tabs.php') - this is not a library file
2007-09-24 17:20:08 +00:00
skodak
86c2f9e0da
MDL-10729 Active tabs are now marked active
2007-09-24 17:12:56 +00:00
nfreear
468c120ae9
Partial fix for reopened MDL-7474, Accessibility: "Provide alt text for ascending/ descending icons in glossary"
2007-09-24 17:09:37 +00:00
skodak
5978010dd2
MDL-11358 final grade from gradebook is now shown in assignments - students see only final grades from gradebook
2007-09-23 16:05:41 +00:00
skodak
fcac8e513a
MDL-11357, MDL-11358 cleanup and improvements in public grade API - new function grade_get_grades() that returns all grading information (grade item data, outcomes and user grades); other minor improvements and bugfixes; updated assignment to use new grade API
2007-09-22 20:21:44 +00:00
tjhunt
a4faed6925
MDL-10030 - the logic controlling whether students were allowed to see the review screen was wrong.
2007-09-21 16:01:40 +00:00
tjhunt
f0bb0a8738
MDL-10338 - quiz index page does not work in weekscss format. Merged from MOODLE_18_STABLE.
2007-09-21 11:10:37 +00:00
tjhunt
b5a16eb72e
MDL-6376 - Include quizzes on the MyMoodle page. Initial implementation by Stephen Bourget, with refinements by Tim Hunt. The logic for which quizzes are listed is very similar to the lesson module.
2007-09-21 11:05:04 +00:00
moodler
a365ee56cf
Fix for subscription and tracking buttons to remove links and improve accessibility and reduce crawler problems http://tracker.moodle.org/browse/MDLSITE-263
2007-09-21 02:52:51 +00:00
tjhunt
e63faf2b50
MDL-10376 - since roles and capabilities came along, the quiz was not very gracious if you were logged in as guest, or really logged in on the server, but using guest access to look a a particular course, or were enrolled in a course, but in a role that did not let you preview or attempt quizzes. This patch should clean up the logic for all these cases.
2007-09-20 15:14:24 +00:00
skodak
eedae98ef2
MDL-11357 removed _grade_updated() from activities and grade_item class
2007-09-20 07:43:57 +00:00
tjhunt
260812ba06
MDL-10972 - The lang string 'fullname', which is normally used for course fullnames, was being used for a person's full name in some quiz reports. This dual usage is not translatable into all languages. Merged from MOODLE_18_STABLE.
2007-09-19 15:52:27 +00:00
tjhunt
6ef56c991f
MDL-6043 - supplimental - make corse reset function update quiz open and close dates. Thanks to Shamim Rezaei for the implementation, which I edited slightly.
2007-09-19 15:38:14 +00:00
tjhunt
fca490bca0
MDL-6315 - When processing a manul grading action, if both the comment and the score are blank - as might be the case on the 'Grade all' page of the manual grading when the teacher uses it to grade some, but not all of the students - then do not record the question as graded. Merged from MOODLE_18_STABLE.
2007-09-19 10:56:24 +00:00
tjhunt
6c554fc9b8
XHTML Strictness. Merged from MOODLE_18_STABLE.
2007-09-19 10:32:09 +00:00
tjhunt
01c4e87acf
MDL-11095 - Use absolute path to include tabs.php, not a relative path, for greater robustness. Merged from MOODLE_18_STABLE.
2007-09-19 10:26:39 +00:00
martinlanghoff
f0d3bb9e9c
mod/chat: chat_update_chat_times() smarter
...
If cron hasn't run for a few days, it would take
several runs for chat_update_chat_times() to get things back on track.
Now it's all fixed in one go, saving a bit of DB traffic. It all adds
up...
2007-09-19 07:21:09 +00:00
martinlanghoff
b78f4cbd31
mod/chat: reduce number of queries in cron.
...
Delete stale msgs in one DB query rather than in 1-per-chat-instance.
(From 600 DB queries to 1 on a site with 600 chat instances.)
Also - a walkthrough of chat_update_chat_times(), which seems buggy.
2007-09-19 07:20:52 +00:00
stronk7
cb4bfe06b1
Now assignment_submissions->data1 & data2 are nullable. MDL-11268
2007-09-18 22:20:13 +00:00
skodak
85c9ebb926
MDL-1883 improved perf when editing scales - new function xxx_scale_used_anywhere()
2007-09-18 18:37:58 +00:00
tjhunt
c767d3b7d3
MDL-11317 - Slashes displayed in incorrect responses for short answer questions. Fix by adding stripslashes in the appropriate place. Merged from MOODLE_18_STABLE.
2007-09-18 12:15:22 +00:00
stronk7
bc2019dd79
Adding Id to file
2007-09-17 22:10:22 +00:00
stronk7
e3f042fbd6
Added data_decode_content_links_caller() and data_decode_content_links()
...
to provide interlinking capabilities to restore. MDL-9576
2007-09-17 21:58:55 +00:00
stronk7
e1b1f331d1
Adding data_encode_content_links() to backup, so data module
...
links are encoded to be transported in backup files. Part of MDL-11268.
2007-09-17 17:59:54 +00:00
tjhunt
07a7d85924
MDL-11267 - Anywone who can view quiz reports can delete student attempts. Merged from MOODLE_18_STABLE.
2007-09-17 16:17:24 +00:00
stronk7
63d69d5481
Delete one unused table when grading online assignment submissions.
2007-09-16 21:06:56 +00:00
skodak
8e1ec6be58
MDL-11298 use textlib_get_instance() instead of new textlib()
2007-09-16 18:49:41 +00:00
skodak
6b5c722df5
MDL-9542 new function needed for showing of final grades in Quiz + minor changes in grading public API used by modules
2007-09-15 19:24:10 +00:00
nicolasconnault
b159da787a
MDL-11282 Using notice_yesno(), but not sure how to provide a backlink with the cancel action...
2007-09-14 19:32:50 +00:00
stronk7
c926560086
Now using one cross-db solution to be able to
...
simulate the status boolean ins assignment
submissions. MDL-8164 & MDL-10846
2007-09-13 17:51:48 +00:00
tjhunt
e8666d9abb
MDL-11081 and MDL-11211 - Implement quiz_question_list_instances. The lach of this function was causing a horrible dataloss bug: MDL-11211. Fix thanks to Janne Mikkonen, refined by me. Merged from MOODLE_16_STABLE.
2007-09-13 17:29:08 +00:00
tjhunt
8472a14d71
MDL-11213 - Quiz preview attempts show up in item analysis. Fix thanks to Jean-Michel Vedrine. Merged from MOODLE_18_STABLE.
2007-09-13 16:25:00 +00:00
tjhunt
5b875ebf82
Take out duplicate $Id$ CVS tags.
2007-09-10 11:07:39 +00:00
mattc-catalyst
263017bbdd
MDL-10888: groupings - mod/workshop - add grouping support
2007-09-06 01:35:37 +00:00
jamiesensei
5d5a477f1a
removing redundant string fetches
2007-09-04 13:28:50 +00:00
jamiesensei
6943c3b9ca
removed stray echo statement
2007-09-04 12:42:03 +00:00
moodler
f4d24ff5c3
Updating grades will update the grade_item too
2007-09-04 05:56:19 +00:00
moodler
fb81abe154
1) Refresh grade item when grades are saved (I was getting assignments with no names in the gradebook)
...
2) Tidy up how messages are shown after quick grading
2007-09-04 05:50:04 +00:00
stronk7
57da8fd51a
Global change in the way to calculate widths and heights to
...
render the IMS iframe properly. Should be working ok both under
normal and rounded-corner themes and under FF, Safari and IE
2007-09-03 23:25:35 +00:00
stronk7
060323a0dd
Clossing the content div round corners properly.
2007-09-03 19:41:55 +00:00
jamiesensei
1672b5462f
removing qcreate directory that I accidentally committed to HEAD when trying to commit changes to the NEWMODULE template.
2007-09-03 13:09:04 +00:00
jamiesensei
594019f793
bit more detail for what needs renaming
2007-09-03 13:03:20 +00:00
moodler
5b1059bb9f
Better solution for MDLSITE-152
2007-09-03 07:57:56 +00:00
moodler
acc7a2fabe
FIx the links that were removed by format_string in 1.8 MDLSITE-152
2007-09-03 07:55:28 +00:00