moodler
a6989f9cbd
Fix for manual unread/read marking MDL-9859
2007-05-21 14:41:21 +00:00
skodak
4b4a3f4d40
MDL-9392 resource_popup: not working
2007-05-16 21:26:16 +00:00
skodak
bf92014116
MDL-9380 Adding a Resource of Type directory leads to SQL errors, patch by Andrew Schmadeke
2007-05-15 20:55:21 +00:00
skodak
1422989b6a
MDL-9730 resource name is now used in accessibility pdf link instead of summary hat may not be always present
2007-05-15 19:55:07 +00:00
skodak
190437b919
MDL-9780 Groups 181 cleanup - part 2
2007-05-15 18:26:48 +00:00
skodak
52abd5d7c4
MDL-9821 incorrect permission to modify templates for non-editing teacher in db module
2007-05-15 16:57:08 +00:00
gbateson
8e4b3a8cd8
when inserting 'Give Up' button, if site encoding is not iso-8859-1, then set page encoding to get_string('thischarset')
2007-05-11 05:18:23 +00:00
Martin Langhoff
48cc1a0e6a
cvsimport fixups - remove obsolete files
2007-05-09 22:01:21 +12:00
Martin Langhoff
d27de862a6
cvsimport fixups - add missing files
2007-05-09 22:00:29 +12:00
toyomoyo
a7e4899de4
fix for MDL-9727, capability typo
2007-05-07 04:59:01 +00:00
gbateson
fc711515be
modified "hpNewFunction" to allow Rottmeier quizze (Find-It, Dropdown) s to run on Safari (Mac)
2007-05-07 02:47:56 +00:00
martinlanghoff
f08efe8517
get_my_courses() callers update - check of the $fields param - pass null instead
...
The default way to call get_my_courses() is now to pass null in the $fields
param to get the (cached copy) of the useful fields. Cuts down enormously
on DB traffic, memory footprint, and session size.
2007-05-06 05:32:03 +00:00
gbateson
3cb6bd2c35
remove duplicate id attribute from body tag; microincrement version to 2007020202 (release 2.3.2)
2007-05-04 02:50:18 +00:00
gbateson
66eefc5b26
set default body font-size to "small"
2007-05-03 01:00:09 +00:00
gbateson
616f3a0584
add HP 6.2 templates; add compatability with Safari (Mac browser); microincrement version to 2007020201 (release 2.3.1)
2007-05-03 00:04:06 +00:00
tjhunt
e7bbf42c5a
MDL-9608 - Work around Firefox putting the user's password in the quiz password field.
2007-04-27 08:32:44 +00:00
mjollnir_
1bb8b3818f
MDL-9585 - mod/data: moved functions and classes out of preset.php into lib.php
2007-04-26 21:38:28 +00:00
skodak
7cc37fafdc
MDL-9485 resource summary now optional again
2007-04-24 21:09:29 +00:00
skodak
f98049b035
MDL-9568 Choice does not count correct
2007-04-24 20:08:16 +00:00
tjhunt
443768b8aa
MDL-9565 - Question preview links don't work in developer debug mode, and not XHTML strict. Merged from OU Moodle.
2007-04-24 16:59:23 +00:00
stronk7
d09757da3f
Now resource/view.php?r=XXX links are recoded properly in backup/restore. MDL-9450
2007-04-22 22:05:19 +00:00
skodak
e3eff7bf1c
(MDL-9470) Survey submission JS broken
2007-04-20 17:51:30 +00:00
nicolasconnault
c30e73badc
Fixed many XHTML errors
2007-04-20 07:49:39 +00:00
cataluke
2ba01076aa
MDL-8569 - mod/data sorting by numerical field now works with PostgreSQL
...
Author: Luke Hudson <luke@catalyst.net.nz>
2007-04-18 02:31:34 +00:00
skodak
945bd325c4
MDL-9387 Message "Adding discussions to this forum requires group membership" if not logged
2007-04-17 08:35:40 +00:00
cataluke
de06df20a4
MDL-7856 - make database search case-insensitive for PostgreSQL too.
...
Author: Andrew Walbran <andrew.walbran@catalyst.net.nz>
Committer: Luke Hudson <luke@catalyst.net.nz>
2007-04-17 05:49:21 +00:00
stronk7
f68ff717aa
Fixed quesry to work agains Oracle. Repeated fields + limit
...
are incompatible (and not needed) for Oracle. MDL-9321
Merged from MOODLE_17_STABLE
2007-04-16 14:43:37 +00:00
skodak
78a40f0c7f
MDL-9226 missing closing label tag - patch by Mark Scherfling
2007-04-15 17:18:50 +00:00
nicolasconnault
20414f20ff
Replaced all instances of old if(): else: endif; syntax with proper braces
2007-04-13 03:46:49 +00:00
nicolasconnault
65c78f2904
MDL-9220 Only fixed 1.8, since 1.7 doesn't seem affected.
2007-04-13 02:41:43 +00:00
tjhunt
379447d88f
MDL-5799 - quiz previews were sometimes showing up in the quiz overview report. Merged from MOODLE_18_STABLE.
2007-04-12 20:11:32 +00:00
stronk7
54b6d16e8c
Fixing typo causing some (a few) sites to break on upgrade. Credit
...
goes to Rafa Gutierrez. MDL-9316
Merged from MOODLE_17_STABLE
2007-04-12 15:33:10 +00:00
csantossaenz
4c5b0669a0
Fixed problem for the Moodle 1.7 scorm packages which didn't show the structure when you updated your version to 1.8. Now is possible to access to that structure and to each sco as well.
2007-04-12 09:27:22 +00:00
csantossaenz
312191a8e9
Fixed problem with scorm_get_sco to connect with the API when there is no data in the scorm_scoes_data table.
2007-04-12 09:22:20 +00:00
nicolasconnault
ade44744d7
Added a few more comments
2007-04-12 05:56:30 +00:00
nicolasconnault
7ae190c397
Typo, sorry
2007-04-12 05:00:25 +00:00
nicolasconnault
b9a7a37ec0
Converted all function comments to PHPdoc style, and added stub phpdocs for functions without comments.
2007-04-12 04:21:41 +00:00
nicolasconnault
f52c8e3912
MDL-9223 Fixed a coding error: $group->id changed to $discussion->groupid
2007-04-12 02:22:31 +00:00
tjhunt
b930d5a83b
MDL-9082 - moodle/question:manage does not let you create questions. Also:
* remove useless option from print_question_icon
* use the right module context in question_list
* a bit of XHTML strrrict in question_list
2007-04-11 22:56:50 +00:00
tjhunt
724dbf2d0c
MDL-9079 - Paging broken in quiz overview report. Merged from MOODLE_17_STABLE.
2007-04-11 20:38:08 +00:00
tjhunt
7ed1828798
MDL-9280 - JavaScript countdown timer did not work in 1.8 due to XHTML strict changes.
Also, fixing a few more XHTML strrrrict things in attempt.php
2007-04-11 20:06:57 +00:00
nicolasconnault
4d69204037
MDL-9241 Fixed a typo: used if($mimetype = 'application/x-pdf') instead of ==
2007-04-11 06:14:35 +00:00
nicolasconnault
479206f6ff
MDL-9213 Corrected $forum->format to $forum->type
2007-04-11 01:03:42 +00:00
skodak
7ec5b06656
MDL-7888 rewritten email alerts to graders - "mod/assignment:grade" permission is now used instead of legacy teacher; it should also fix missing alerts when using separate groups
2007-04-10 14:49:36 +00:00
csantossaenz
445cebbdaa
Removed some messages that were shown with unnecessary data
2007-04-10 14:21:29 +00:00
mark-nielsen
c020af7119
Fix for MDL-9250
2007-04-08 20:55:23 +00:00
mark-nielsen
8a2366b231
Fix for MDL-8414 and some XHTML fixes
2007-04-08 20:47:23 +00:00
mark-nielsen
298f767799
Removing a "wtf" that someone else left in there
2007-04-07 19:21:31 +00:00
tjhunt
b60f49c799
MDL-9224 - Score sometimes relealed, even when the quiz settings say it should not be. Merged from OU Moodle.
2007-04-05 13:54:17 +00:00
nicolasconnault
3836cfd7e6
MDL-9198: Embedded PDF now works fine in FF 1.5, FF 2, IE5, IE6, IE7 and Opera, and degrades beautifully in non-supported browsers (or when plugin is missing).
2007-04-05 05:49:55 +00:00