52 Commits

Author SHA1 Message Date
Petr Skoda
86342d631f MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 15:03:10 +00:00
skodak
9c82ff2acd MDL-17457 migrated all modules to new db/install.php; added upgrade.txt file for devs converting contrib modules 2009-01-12 21:13:28 +00:00
gbateson
5abcfe582d trigger the updating of grades from earlier versions of Moodle
merge other fixes from Moodle 19 hotpot/lib.php
2008-03-27 08:14:44 +00:00
moodler
99058191c6 Merged version bumps for release 1.9 2008-03-03 11:49:34 +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
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
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
moodler
1934b87667 Updated versions and requires (primarily because of formslib dependencies) 2007-02-02 13:02:24 +00:00
gbateson
244299a374 increased release number to v2.3.0, to differentiate this version fo the module from v2.2.0, which is used on Moodle 1.7 2006-12-17 02:27:40 +00:00
moodler
0f9602085b Small bump for guest role fix 2006-09-12 08:22:14 +00:00
moodler
8d158ed44f Reload the guest role using new defaults 2006-09-12 07:10:49 +00:00
gbateson
1897e3ef95 replace MySQL-only indexes on text fields (hotpot_question.name + hotpot_strings.string) with two new md5key fields (hotpot_question.md5key + hotpot_strings.md5key), which are the MD5 hash of the respective text fields. Microincrement version number to 2006083101 2006-09-01 02:08:39 +00:00
toyomoyo
4f83ae95ca adding capabilities 2006-08-31 08:51:09 +00:00
skodak
f9d5371b28 new function get_coursemodule_from_id() is now used for obtaining of valid $cm from coursemodule id SC#283 2006-08-08 22:09:55 +00:00
moodler
bbbf2d4015 ROLES AND PERMISSIONS - FIRST CHECK-IN
=======================================

WARNING:  DEV IS CURRENTLY VERY UNSTABLE.

This is a mega-checkin of the new Roles system.   A lot of changes have
been made in core and modules.

Currently there are a lot of rough edges and known problems.  We are
working hard on these .. .the reason for getting this into HEAD at this
stage is enable us to move faster (our branch was diverging from HEAD
too much).

Please keep an eye on http://docs.moodle.org/en/Roles for current status
and information for developers on how to use the new Roles system.
2006-08-08 05:13:06 +00:00
skodak
a8ff58dd2c merging changes from MOODLE_16_STABLE 2006-07-31 18:10:02 +00:00
gbateson
6075dd444f Give Up button modified to send results and set status to Abandoned. Microincrement release to 2006052200 (release = v2.1.20) 2006-05-22 00:10:23 +00:00
martinlanghoff
9a2eb087aa moodle16cleanup: mod/hotpot set the correct column datatype and default
value
2006-05-17 06:35:14 +00:00
gbateson
2cea2a74b4 fixed handling of square brackets in JCloze on older PHP sites. Micro-increment version to 2006050200 (v2.1.19) 2006-05-02 05:18:01 +00:00
gbateson
c9441e34ca allow negative score and weighting in hotpot_responses table 2006-04-28 02:06:58 +00:00
gbateson
8955d22ac6 optimization fo the removal of orphan records 2006-04-28 01:37:17 +00:00
gbateson
9f02edcad8 small fix for the removal of orphan records 2006-04-28 01:20:05 +00:00
gbateson
192e8f6650 remove orphans records, if any, from hotpot tables, reduce size of "score" and "weighting" fields in "hotpot_responses" table, and set default value on ALL string fields in HotPot tables. New version number is 2006042800 (v2.1.18) 2006-04-28 00:56:14 +00:00
gbateson
55b2126228 force remaining NULL fields into NOT NULL '0'/'' 2006-04-27 21:22:43 +00:00
gbateson
530cd21dc2 Fix "data truncated errors" by setting set NULL values in int field to 0 before changing to NOT NULL DEFAULT 0 2006-04-27 08:45:34 +00:00
toyomoyo
cb24115c8e trying to change all the default NULL fields to NOT NULL default '0'/'', hope i didn't mess up. Please report any bugs asap! 2006-04-26 05:48:04 +00:00
gbateson
da6bacb7e2 fix bug 5304 2006-04-24 06:54:44 +00:00
gbateson
6774380b24 set default value for varchar 255 fields, to fix "truncated" errors in utf8 migration. Fields affected: hotpot.studentfeedbackurl, hotpot_responses.correct/wrong/ignored 2006-04-24 01:44:08 +00:00
gbateson
3da3e957f9 micro-increment version number to 2006042101 (release = v2.1.16) 2006-04-23 11:55:02 +00:00
toyomoyo
2712ac665c fix for 5205 2006-04-21 07:55:57 +00:00
gbateson
c20b623804 make compatible with PHP 5.1.2 by removing variable assignments in calls to functions e.g. myfunction($a=1); Micro-incremented version number to 2.1.15 2006-03-30 03:17:51 +00:00
gbateson
d80aef713a modified README.txt to download zip, lang and question/format files from CVS 2006-03-27 05:16:15 +00:00
gbateson
84f037e086 micro increment version to 2.1.13 2006-02-16 10:18:54 +00:00
gbateson
cfbaea0056 small change to get CSS background images displayed on site where PHP's server API is "CGI". Micro increment version number to 2.1.12 2006-02-08 02:47:22 +00:00
gbateson
27e4e81f1b micro increment version to 2.1.11 2006-01-25 07:31:37 +00:00
gbateson
05b88e80df addslashes to "name" and "summary" when they are set from the HP quiz file;
increment version to v2.1.10
2006-01-20 11:27:52 +00:00
gbateson
79050beed7 micro-increment version number to v2.1.9 2006-01-20 01:05:13 +00:00
gbateson
43b4804860 micro increment version number to 2.1.8 2006-01-17 12:49:25 +00:00
gbateson
747c22c5e8 microincrement version number to 2.1.7 2006-01-17 04:31:08 +00:00
gbateson
85e537d4f9 add, delete and rename certain fields and indexes that were not correctly setup by postgres7.sql 2006-01-13 06:08:27 +00:00
gbateson
64b4e0f155 removed bad newlines, which caused double-spacing in PHP source 2005-11-24 05:40:36 +00:00
gbateson
14f793ba98 micro-incremented version number to 2.1.5 2005-11-19 02:10:15 +00:00
gbateson
0c4d3fd7f2 micro version increase to 2.1.4 2005-10-12 12:20:58 +00:00
gbateson
5237207862 added some reporting for HP5 (v5 and v6) quizzes; improved reporting on JCross and JQuiz multichoice; some modifications to prepare for upcoming "mobile" output format; corrected positioning bug when IE displays feedback box on long reading 2005-10-03 00:06:45 +00:00
gbateson
4e31156d03 when updating from v2.1.0 or 2.1.1, check there is no more than one "in progress" attempt per user for each quiz, and if there is such an attempt, it must be the most recent attempt on the quiz by that user 2005-09-26 01:27:31 +00:00
gbateson
7882cdaf79 improved handling of Hot Potatoes navigation buttons 2005-09-19 06:29:14 +00:00
gbateson
410229b604 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
2005-09-16 02:55:56 +00:00
gustav_delius
f294ea047d fixed weird line endings in this file because perhaps it is the cause of bug 3301. 2005-05-20 20:44:25 +00:00
gbateson
dde7cceda0 modified $moodle->requires to 2003091111 (Moodle v1.1.1) 2005-05-14 02:43:36 +00:00
gbateson
1fb986d10c setting of path templates directory no longer depends on strings "v6", "v5", etc in language pack 2005-05-13 12:39:47 +00:00