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
tjhunt
5a56d93857
Clean up whitespace.
2007-04-25 15:37:01 +00:00
tjhunt
b10e17ecb4
New lang string for clarifying quiz UI.
2007-04-25 15:31:34 +00:00
skodak
1ff60899f7
MDL-9485 resource summary now optional again; merged from MOODLE_18_STABLE
2007-04-24 21:11:39 +00:00
skodak
aa4836f438
MDL-9568 Choice does not count correct; merged from MOODLE_18_STABLE
2007-04-24 20:09:01 +00:00
tjhunt
2d05b47209
MDL-6368 and MDL-6369 - allow question type plugins to easily provide some bits of Javascript and CSS - I forgot about the review page.
2007-04-24 17:32:21 +00:00
tjhunt
7d87171ba9
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:32 +00:00
mattc-catalyst
70c6c0ad70
MDL-9474: Updated build_navigation() to use global $COURSE
...
- Removed $course parameter from build_navigation()
- Updated all calls to build_navigation()
Author: Matt Clarkson <mattc@catalyst.net.nz>
Committer: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-23 21:11:10 +00:00
stronk7
1ba1b3977a
Now resource/view.php?r=XXX links are recoded properly in backup/restore. MDL-9450
...
Merged from MOODLE_18_STABLE
2007-04-22 22:07:03 +00:00
skodak
a33bbfddfc
(MDL-9470) Survey submission JS broken; merged from MOODLE_18_STABLE
2007-04-20 17:52:41 +00:00
nicolasconnault
77a297d274
Fixed many xhtml errors
2007-04-20 07:54:42 +00:00
cataluke
b99b25ea04
MDL-8569 - mod/data sorting by numerical field now works with PostgreSQL
...
Author: Luke Hudson <luke@catalyst.net.nz>
2007-04-18 02:11:09 +00:00
skodak
a32fa3588a
MDL-9387 Message "Adding discussions to this forum requires group membership" if not logged; nerged from MOODLE_18_STABLE
2007-04-17 08:36:58 +00:00
cataluke
c8c765c0ab
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:41:31 +00:00
mattc-catalyst
4e5d3c9728
mod/wiki: HTML fix
...
<![CDATA tags were being lowercased preventing Firefox from displayign the
page in standards compliance mode.
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-16 23:21:59 +00:00
mattc-catalyst
f8c609e4a9
mod/exercise: HTML fixes
...
Fixed errors in HTML causing parser errors in Firefox when in developers
debug mode.
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-16 23:20:39 +00:00
mattc-catalyst
04bc70fc26
mod/scorm: HTML fix
...
Fixed and HTML causing a parser error in Firefox when in developer debug
mode.
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-16 23:18:32 +00:00
mattc-catalyst
eee75231c1
mod/glossary: HTML fixes
...
Fixed HTML errors causing parser errors in Firefox when in developer debug
mode.
Author: Matt Clarkson <mattc@catalyst.net.nz>
Committer: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-16 23:16:25 +00:00
mattc-catalyst
859d05a03e
mod/journal: HTML fixes
...
Fixed HTML errors causing parser errors in Firefox when in developer debug
mode.
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-16 23:12:26 +00:00
mattc-catalyst
06dfa0cc33
Breadcrumbs: mod/resource changes
...
- Modified to use build_navigation() for breadcrumb generation.
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-16 21:57:09 +00:00
mattc-catalyst
236387ab93
Breadcrumbs: mod/journal changes
...
- Modified to use build_navigation() for breadcrumb generation.
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-16 21:43:05 +00:00
mattc-catalyst
ec55218d98
Breadcrumbs: mod/hotpot changes
...
- Modified to use build_navigation() for breadcrumb generation.
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-16 21:40:46 +00:00
mattc-catalyst
a46ed6f917
Breadcrumbs: mod/exercise changes
...
- Modified to use build_navigation() for breadcrumb generation.
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-16 21:38:34 +00:00
mattc-catalyst
e210cd9447
Breadcrumbs: mod/workshop changes
...
- Modified to use build_navigation() for breadcrumb generation.
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-16 21:35:36 +00:00
mattc-catalyst
a04c5e60a2
Breadcrumbs: mod/wiki changes
...
- Modified to use build_navigation() for breadcrumb generation.
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-16 21:32:35 +00:00
mattc-catalyst
dc0e9265f6
Breadcrumbs: mod/survey changes
...
- Modified to use build_navigation() for breadcrumb generation.
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-16 21:29:42 +00:00
mattc-catalyst
afd97d1c9d
Breadcrumbs: mod/scorm changes
...
- Modified to use build_navigation() for breadcrumb generation.
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-16 21:27:08 +00:00
mattc-catalyst
9ac0c1b328
Breadcrumbs: mod/quiz changes
...
- Modified to use build_navigation() for breadcrumb generation.
- Removed print_header method is now provided by base class.
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-16 21:23:17 +00:00
mattc-catalyst
f8513eca8d
Breadcrumbs: mod/lesson changes
...
- Modified to use build_navigation() for breadcrumb generation.
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-16 21:20:20 +00:00
mattc-catalyst
f3c8392617
Breadcrumbs: mod/glossary changes
...
- Modified to use build_navigation() for breadcrumb generation.
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-16 21:16:38 +00:00
mattc-catalyst
e3f58dfb4e
Breadcrumbs: mod/forum changes
...
- Modified to use build_navigation() for breadcrumb generation.
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-16 21:12:29 +00:00
mattc-catalyst
ad7767be7a
Breadcrumbs: mod/data changes
...
- Modified to use build_navigation() for breadcrumb generation.
- Removed print_header method is now provided by base class.
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-16 21:05:21 +00:00
mattc-catalyst
161fbddf13
Breadcrumbs: mod/choice changes
...
- Modified to use build_navigation() for breadcrumb generation.
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-16 21:02:24 +00:00
mattc-catalyst
160addd2b2
Breadcrumbs: mod/chat changes
...
- Modified to use build_navigation() for breadcrumb generation.
- Removed print_header method as base class now provides this
functionality.
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-16 20:59:17 +00:00
mattc-catalyst
b9dc2734a3
Breadcrumbs: mod/assignment changes
...
- modified to use build_navigation() for creating breadcrumbs.
Author: Matt Clarkson <mattc@catalyst.net.nz>
Committer: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-16 20:52:48 +00:00
stronk7
f5ae7c498e
Fixed quesry to work agains Oracle. Repeated fields + limit
...
are incompatible (and not needed) for Oracle. MDL-9321
Merged from MOODLE_18_STABLE
2007-04-16 14:43:57 +00:00