poltawski
b18921676e
MDL-11124 - Allowed 'There are no [modulename]' translations. This is currently
...
hardcoded and can be discovered through the user interface resonably easily.
Merged from MOODLE_19_STABLE
2007-10-29 10:44:50 +00:00
gbateson
7762e45ef4
improve XHTML compatability of HotPot reports; fix termination of <input> tags for JCloze and JQuiz
2007-10-22 01:48:14 +00:00
gbateson
f6c4bee314
improvements to XHTML compatability (merged from 1.9)
2007-10-21 03:02:55 +00:00
nicolasconnault
ed818bbdbf
MDL-10905 iterating correctly with readdir (as shown in php doc)
2007-10-15 05:18:58 +00:00
tjhunt
38e179a4ed
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.
2007-10-12 15:55:49 +00:00
skodak
f2e4a0818a
preparation for 1.9 beta 2 - setting correct requires in mods and plugins
2007-10-10 16:09:17 +00:00
skodak
03cedd6283
MDL-11432 eliminated majority of RecordCount uses, added several missing rs_close() - this should help improve perf on some platforms - Eloy says ;-)
2007-10-10 12:19:27 +00:00
gbateson
68a5a1244d
added escaping of quotes in TimesUp message, so that apostrophes do not cause Javascript errors
2007-10-08 06:45:27 +00:00
gbateson
b3687f28f1
use target="$CFG->framename" instead of $CFG->frametarget when HotPot navigation is set to "Moodle navigation frame"so that Moodle does not get stuck in sub frame
2007-10-04 05:32:27 +00:00
gbateson
caf971045a
added 4 new functions for Moodle 1.9 gradebook: "hotpot_get_user_grades", "hotpot_update_grades", "hotpot_grade_item_update" and "hotpot_grade_item_delete"
2007-10-02 07:46:49 +00:00
gbateson
b2ae61320b
use new function "hotpot_stripslashes()" instead of PHP's "stripslashes()" to remove slashes after preg_replace with "e" modifier, because when MSSQL Server is installed, PHP's "stripslashes()" does not remove slashes, even if the Moodle database is not MSSQL
2007-09-30 04:21:52 +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
stronk7
fcdea90774
Second pass. Modules. Some more default comments are out. MDL-11385
2007-09-24 22:17:05 +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
gbateson
c8e1555d63
fixed results not being because of commented out "interceptFeedback" (probably left over from debugging)
2007-08-25 01:54:30 +00:00
nicolasconnault
0be6f67819
MDL-10870 All files updated to new build_navigation() method. Most are untested, because they are not easily accessible within a moodle site.
2007-08-17 19:09:11 +00:00
skodak
bb5b72244a
MDL-10890 all require_login() in modules reviewed and fixed use of $cm
2007-08-17 12:49:28 +00:00
skodak
5bf243d131
MDL-10383 - groups/groupings refactoring nearly finished ;-)
2007-08-16 11:06:48 +00:00
skodak
62d6383803
MDL-10383 - groups/groupings refactoring and improvements - basic UI for groupings implemented
2007-08-16 09:28:18 +00:00
skodak
2c386f82e5
MDL-10383 - deprecated get_groups(), user_group() and ismember()
2007-08-15 20:21:01 +00:00
gbateson
b9cb227378
changes to add new mod_form.php script to add/update hotpots
2007-08-03 05:06:30 +00:00
gbateson
1094f0637f
add extra parameter to "hotpot_print_show_links" function so that links can be printed (the default action) or returned to the calling function as a string
2007-08-01 05:35:29 +00:00
gbateson
620aca0ac2
set"reportusers" to PARAM_ALPHANUM, so that it can accept userids and group names
2007-08-01 05:33:49 +00:00
gbateson
b2909a8e18
further fix for javascript errors: getElementById -> document.getElementById
2007-08-01 05:29:01 +00:00
gbateson
33934912cc
correct 2 javascript errors: "getELementById not defined" and "parseint not defined"
2007-08-01 05:20:46 +00:00
Martin Langhoff
08103c9364
cvsimport fixups
2007-07-07 14:18:30 +12:00
mattc-catalyst
01e3838853
MDL-9473: Initialise navlinks array before use
...
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-07-05 04:55:24 +00:00
mattc-catalyst
3b27b0fe21
MDL-9615: Correct incorrect use of term breadcrumbs
...
- $crumbs -> $navlinks
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-07-05 04:40:48 +00:00
gbateson
7048c71984
make sure $hotpot->id is set when adding calendar events for new HotPot
2007-06-26 12:10:12 +00:00
gbateson
bb7c8ac797
in XML source files of HP quizzes, convert relative URLs to absolute URLs in links using window.open(...)
2007-06-26 05:05:06 +00:00
gbateson
53b733c427
change relative URLs to absolute URLs in window.open(...)
2007-06-26 02:48:19 +00:00
gbateson
34f2a964f9
use PARAM_ALPHANUM on "section" parameter so that "section=all" is allowed
2007-05-22 04:28:27 +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
poltawski
43ab9aa463
MDL-9742 Moving tabs to spaces
2007-05-08 22:50:04 +00:00
poltawski
e73457e4ba
MDL-9742 Converting tabs to spaces
2007-05-08 15:44:37 +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
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
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
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
nicolasconnault
77a297d274
Fixed many xhtml errors
2007-04-20 07:54:42 +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
gbateson
3ce4a4d12a
fix the display of the special chars keypad (in JCloze and JQuiz)
2007-03-30 03:43:00 +00:00
gbateson
6dc323a7ba
fix HotPot reports for groups (MDL-8944)
2007-03-17 13:42:47 +00:00
gbateson
6b1d898f1c
fix superfluous double-quote causing malformed FORM tag (MDL-8675)
2007-03-14 01:22:54 +00:00
moodler
6ba65fa08d
Merged Nicolas' changes from MDL-8582 into HEAD.
2007-02-28 06:25:22 +00:00
gbateson
e5ea6227e6
removed unnecessary setting of NULL string fields to '', in hotpot_update_to_v2_1_21.
2007-02-28 05:28:53 +00:00
martinlanghoff
5e227395d4
hotpot: Fixing db upgrade script
...
Note MySQL upgrade (earlier on by version)
Author: Andrew Walbran <andrew.walbran@catalyst.net.nz>
2007-02-28 00:29:24 +00:00
vyshane
2585a68d54
Merged from 1.8.
2007-02-16 08:46:55 +00:00