Commit Graph

44 Commits

Author SHA1 Message Date
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
moodler df0fcc6f78 The initial installation is now properly handled.
Hot Potatoes is disabled by default in new installations.
2005-04-25 16:29:50 +00:00
moodler d4b950d390 Hotpot module v2! Thomas Robb, Gordon Bateson - thanks!! 2005-04-25 14:41:28 +00:00