Log of /moodle/mod/hotpot/review.php
Parent Directory
Revision
1.34 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 3 23:46:16 2010 WST (2 months, 1 week ago) by
skodak
Branch:
MAIN
Changes since
1.33: +3 -3 lines
Diff to
previous 1.33
MDL-21198 $OUTPUT->single_button() resurrection, hopefully much easier to use than $OUTPUT->button(); fixed some regressions and code style improvements
Revision
1.29 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Sep 17 15:46:25 2009 WST (6 months ago) by
samhemelryk
Branch:
MAIN
Changes since
1.28: +4 -2 lines
Diff to
previous 1.28
overlib MDL-19735 Overlib is now included only where it is used
At the same time I have converted the calendar block to use YUI instead of overlib, this introduces one regression in that the panel is shown immediatly but should really have a minimal delay for usability.
This will be fixed once the theme changes for 2.0 have been commited
Revision
1.27 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Aug 20 16:45:12 2009 WST (6 months, 4 weeks ago) by
nicolasconnault
Branch:
MAIN
Changes since
1.26: +5 -5 lines
Diff to
previous 1.26
MDL-19810 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
Revision
1.17.2.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Apr 2 14:10:04 2008 WST (23 months, 2 weeks ago) by
dongsheng
Branch:
MOODLE_19_STABLE
CVS Tags:
MOODLE_191,
MOODLE_192,
MOODLE_193,
MOODLE_194,
MOODLE_195,
MOODLE_196,
MOODLE_197,
MOODLE_19_MERGED,
MOODLE_19_WEEKLY
Changes since
1.17.2.3: +4 -4 lines
Diff to
previous 1.17.2.3
, to
branch point 1.17
, to
next main 1.37
MDL-14128, remove all uses of error(get_string())
Revision
1.11.2.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Mar 6 16:39:22 2008 WST (2 years ago) by
gbateson
Branch:
MOODLE_18_STABLE
CVS Tags:
MOODLE_1810,
MOODLE_1811,
MOODLE_185,
MOODLE_186,
MOODLE_187,
MOODLE_188,
MOODLE_189,
MOODLE_18_MERGED,
MOODLE_18_WEEKLY
Changes since
1.11.2.2: +4 -4 lines
Diff to
previous 1.11.2.2
, to
branch point 1.11
, to
next main 1.37
remove trailing whitespace on every line and standardize line endings
Revision
1.17.2.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Oct 13 00:09:37 2007 WST (2 years, 5 months ago) by
tjhunt
Branch:
MOODLE_19_STABLE
CVS Tags:
MOODLE_19
Changes since
1.17: +2 -7 lines
Diff to
previous 1.17
MDL-11741 - Convert core modules to take advantage of recent improvements to build_navigation.
This check-in removes about 400 lines of code. I hope I have not screwed anything up. I would be grateful if people could review this change, and keep an eye on the navigation bar in modules.
Any navigation bar bugs you find in the near future, feel free to file them in the tracker and assign them to me. Thanks.
If not to many problems are found, I think I would like to backport this to 1.9 stable, but I am not sure that is a good idea. Opinions to the General Developer Forum please. I am about to start a thread there.
Backported from head. Will update merged tags in a few hours. I am late for orchestra. Sorry.
Revision
1.18 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Oct 12 23:55:55 2007 WST (2 years, 5 months ago) by
tjhunt
Branch:
MAIN
Changes since
1.17: +2 -7 lines
Diff to
previous 1.17
MDL-11741 - Convert core modules to take advantage of recent improvements to build_navigation.
This check-in removes about 400 lines of code. I hope I have not screwed anything up. I would be grateful if people could review this change, and keep an eye on the navigation bar in modules.
Any navigation bar bugs you find in the near future, feel free to file them in the tracker and assign them to me. Thanks.
If not to many problems are found, I think I would like to backport this to 1.9 stable, but I am not sure that is a good idea. Opinions to the General Developer Forum please. I am about to start a thread there.
Revision
1.11.2.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Feb 28 14:36:24 2007 WST (3 years ago) by
nicolasconnault
Branch:
MOODLE_18_STABLE
CVS Tags:
MOODLE_18,
MOODLE_181,
MOODLE_182,
MOODLE_183,
MOODLE_184
Changes since
1.11: +3 -3 lines
Diff to
previous 1.11
Fixed MDL-8582
Not sure if the hotpot module is converting ampersands correctly. $heading and $title are set up differently than in other modules: instead of outputting $course->title, a temporary $title variable is created and assigned that value. That made it difficult for me to decide whether it was already formatted elsewhere or not.
Also I didn't format_string() any of the variables included in $navigation rings, because I assume these strings get processed by print_navigation(), which includes format_string().
Revision
1.9 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Oct 7 16:59:59 2006 WST (3 years, 5 months ago) by
gbateson
Branch:
MAIN
CVS Tags:
MOODLE_17,
MOODLE_171,
MOODLE_172,
MOODLE_173,
MOODLE_174,
MOODLE_175,
MOODLE_176,
MOODLE_177,
MOODLE_17_BETA,
MOODLE_17_BETA2,
MOODLE_17_MERGED,
MOODLE_17_WEEKLY
Branch point for:
MOODLE_17_STABLE
Changes since
1.8: +7 -5 lines
Diff to
previous 1.8
added PARAM types for all calls to "optional_param()" and "required_param()"
Revision
1.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Aug 9 06:09:57 2006 WST (3 years, 7 months ago) by
skodak
Branch:
MAIN
Changes since
1.4: +2 -2 lines
Diff to
previous 1.4
new function get_coursemodule_from_id() is now used for obtaining of valid $cm from coursemodule id SC#283
Revision
1.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Sep 16 10:55:55 2005 WST (4 years, 6 months ago) by
gbateson
Branch:
MAIN
Changes since
1.1: +108 -53 lines
Diff to
previous 1.1
changes to database and most scripts to allow enhancements for HotPot v2.1
- click-by-click reporting
- manipulate "chains" of hotpot activities
- standardized reporting across all quiz types
- several smaller features
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.