5973 Commits

Author SHA1 Message Date
skodak
a7156b5d7f MDL-9380 Adding a Resource of Type directory leads to SQL errors, patch by Andrew Schmadeke; merged from MOODLE_18_STABLE 2007-05-15 20:56:40 +00:00
skodak
7b8f289cdf MDL-9730 resource name is now used in accessibility pdf link instead of summary hat may not be always present; merged from MOODLE_18_STABLE 2007-05-15 19:56:08 +00:00
skodak
7bf579b243 MDL-9821 incorrect permission to modify templates for non-editing teacher in db module; merged from MOODLE_18_STABLE 2007-05-15 16:58:05 +00:00
skodak
606361b9c2 MDL-5958 reverting the permission change in db/lib/access.php - course creator permissions must be defined only above the course level!
they must not be enabled at module level
2007-05-15 16:45:53 +00:00
csantossaenz
b7500e489f Removed code which was there to skip a step on Scorm compliance test 2007-05-15 06:41:25 +00:00
bobopinna
a5fcd78018 Removed maxmodel unuseful variable
This could fix also cmi.interactions.n.learner_response problem
2007-05-14 12:27:12 +00:00
gbateson
34caf003e0 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:28:28 +00:00
urs_hunkler
132148ad2e added/changed custom corners lib and calls to add the necessary divs
The SCORM course makes big problems because the  scorm content is absolutely positioned. All surrounding divs collapse.
2007-05-09 18:29:36 +00:00
urs_hunkler
f145c2482d added/changed custom corners lib and calls to add the necessary divs 2007-05-09 15:03:01 +00:00
nicolasconnault
95ec7c3146 Fixed incorrect paths to config.php and preset_class.php. 2007-05-09 08:06:35 +00:00
poltawski
e9e928b68d MDL-9742 Converting tabs to spaces 2007-05-09 00:50:29 +00:00
poltawski
a9d71982b0 MDL-9742 Converting tabs to spaces 2007-05-08 23:30:58 +00:00
poltawski
43ab9aa463 MDL-9742 Moving tabs to spaces 2007-05-08 22:50:04 +00:00
poltawski
2ee60b4944 MDL-9742 Replaced stray tabs with spaces 2007-05-08 16:11:58 +00:00
poltawski
e73457e4ba MDL-9742 Converting tabs to spaces 2007-05-08 15:44:37 +00:00
poltawski
a044c05ddb MDL-9742 - changed tabs to spaces in a few places where there are one
or two
2007-05-08 15:07:25 +00:00
csantossaenz
7de38ebfcd Fixed some sintactic errors in sequencinglib.php 2007-05-08 12:40:29 +00:00
csantossaenz
33cf55bf96 Changed Ojective Rollup Process 2007-05-08 07:38:11 +00:00
csantossaenz
0506995042 Added function to handle exceptions 2007-05-08 07:25:20 +00:00
jamiesensei
85c375c3f8 added function callbacks for module specific controls to question bank. 2007-05-07 16:57:23 +00:00
jamiesensei
0de94538ee fixed links on edit icons so that they return to question bank page. 2007-05-07 15:38:02 +00:00
csantossaenz
af8ed6dcba Added some manifest data to the scorm_scoes_data table 2007-05-07 12:55:31 +00:00
csantossaenz
1536b92d5f Added a function to control the rollup process and changed some stored data 2007-05-07 12:15:16 +00:00
jamiesensei
64eeaf4753 removed all session fromurl and returnurl stuff from question bank editing code. Returnurls are now passed as get/post params. 2007-05-07 07:13:14 +00:00
toyomoyo
db76f84627 merged fix for MLD-9727, capability typo 2007-05-07 05:00:22 +00:00
gbateson
f503b2e6b4 modified "hpNewFunction" to allow Rottmeier quizze (Find-It, Dropdown) s to run on Safari (Mac) 2007-05-07 02:49:56 +00:00
martinlanghoff
0a66585b3d 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:40 +00:00
csantossaenz
a59b393433 Made some changes on scorm_seq_overall 2007-05-04 12:27:49 +00:00
csantossaenz
980c089bfa Fixed some problems with the variables stored in scorm_scoes_track and the last two functions have been commented and we are going to use scorm_seq_is() instead of them. 2007-05-04 11:17:15 +00:00
jamiesensei
36e298bc58 removed more session stuff from question list and category form in question bank display code 2007-05-04 10:46:33 +00:00
jamiesensei
9ab3847595 tightening up reg expressions used for submitted data a bit 2007-05-04 08:33:28 +00:00
csantossaenz
d7309cf572 Changed some data from scorm_scoes_track to scorm_scoes_data 2007-05-04 07:46:15 +00:00
gbateson
111a18ebf3 remove duplicate id attribute from body tag; microincrement version to 2007040200 (release 2.4.2) 2007-05-04 02:53:52 +00:00
csantossaenz
6d41befdd0 Added some functions for the Sequencing and Navigation task for SCOMR 2004 compliance. This is a work-in-progress file 2007-05-03 12:55:22 +00:00
csantossaenz
60a3aaf932 Added auxiliar functions for sequencinglib.php 2007-05-03 12:52:11 +00:00
jamiesensei
b07b4bd246 removed use of session for reordertool and show page breaks. Reordertool and show page breaks params are now passed from page request to page request only for page requests for quiz/edit.php 2007-05-03 10:38:35 +00:00
jamiesensei
b72ff47685 moved question sort order and paging params to be passed from page to page as get params instead of being saved in session var. 2007-05-03 10:10:01 +00:00
gbateson
14c6e7e0ee set default body font-size to "small" 2007-05-03 01:02:06 +00:00
gbateson
3b494b543c add HP 6.2 templates; add compatability with Safari (Mac browser); microincrement version to 2007020201 (release 2.4.1) 2007-05-03 00:22:50 +00:00
danmarsden
243ac1feb4 MDL-8394 Allow students to remove their choice when they are allowed to update their choice. 2007-05-03 00:04:53 +00:00
tjhunt
b186cb9d86 Fix all the PHP syntax errors in this code. I can't think of any valid reason for checking code with that many syntax errors into CVS, especially when there are plenty of editors out there that check the syntax for you and highlight the errors. Also, can I point out that Moodle coding guidelines require spaces for indents, not tabs. (http://docs.moodle.org/en/Development:Coding) 2007-05-01 07:03:52 +00:00
skodak
54bb33eb10 MDL-9652 rename new password reveal to unmask 2007-04-30 18:03:19 +00:00
csantossaenz
f3800343b4 Fixed some bugs about undefined variables and added some more functions. Still work-in-progress file 2007-04-30 12:46:08 +00:00
donal72
1883612a1a Add missing closing-bracket from previous commit 2007-04-29 00:51:29 +00:00
csantossaenz
134588836e Added functions to for the SCORM compliance 2004 (Sequencing and Navigation) 2007-04-27 12:20:26 +00:00
tjhunt
571da76788 MDL-6368 and MDL-6369 - supplimental - I missed one bit. 2007-04-27 11:18:08 +00:00
tjhunt
ab0a8ff22c MDL-9608 - Work around Firefox putting the user's password in the quiz password field. Merged from MOODLE_18_STABLE. 2007-04-27 08:33:11 +00:00
jamiesensei
1f21cc88f7 removed global vars declaration for var not used in method. 2007-04-27 05:55:57 +00:00
mjollnir_
5019454537 Merged from MOODLE_18_STABLE: MDL-9585 - mod/data: moved functions and classes out of preset.php into lib.php 2007-04-26 22:04:43 +00:00
tjhunt
5df53d0082 * Fix layout problem on password form. (invisiblefieldset). * Question state fixes: + Don't change from EVENTOPEN too soon. + Make sure all questions get closed at the end of the attempt in adaptive mode. * Get rid of the delay on the redirect when you submit all and finish. 2007-04-25 15:45:24 +00:00