Git commits in Moodle 1.5.0 by kaipe

commit efa9b7fa01ef37de6d0fb226c7797e87c0c86ecd
Author: kaipe <kaipe>
Date:   Tue, 18 Jan 2005 04:14:16 +0800
Tag:    v1.5.0

Fixed a bug that was reported by James Balfour: Numerical/Calculated questions failed to grade negative responses on questions with units.

commit d70ccc495ca904789940f281655b94d9a8e8637b
Author: kaipe <kaipe>
Date:   Mon, 03 Jan 2005 08:41:33 +0800
Tag:    v1.5.0

New feature: Maximum-number-of-questions-per-page

commit c03d783201a31ddb5686ace68f7442251fac2ef8
Author: kaipe <kaipe>
Date:   Sat, 18 Dec 2004 21:55:18 +0800
Tag:    v1.5.0

Question type RANDOM now stores responses just like any other question type. Therefore all workarounds are removed from lib.php and an isolated workaround is included in random/questiontype.php in order to ensure backward compability.

commit 180bcb27405d684e33cfa0425c6e0362fdb0524f
Author: kaipe <kaipe>
Date:   Sun, 05 Dec 2004 21:02:49 +0800
Tag:    v1.5.0

New feature that makes it possible to specify the number of decimals for the correct answer in calculated questions as well as some minor refactoring and debugging.

commit 2ad1b388f7117724bab07ebdfe087a4201d51558
Author: kaipe <kaipe>
Date:   Sun, 05 Dec 2004 20:56:01 +0800
Tag:    v1.5.0

Updating database and backup/restore in order to make it possible for teachers to choose number of decimals for calculated questions. Can someone please check if the database update for postgres7 turns out alright?

commit 813ac2e00a788d363d7f134ed7c81215caa1f79f
Author: kaipe <kaipe>
Date:   Sun, 14 Nov 2004 03:25:13 +0800
Tag:    v1.5.0

The previous update was supposed to be an enlargement of answer in quiz_responses (not quiz_answers) It is now correct and the mistake never made it to the stable version smile

commit c4fb19504670a00627fedccbb280e0425012f95a
Author: kaipe <kaipe>
Date:   Sun, 14 Nov 2004 02:51:47 +0800
Tag:    v1.5.0

Fixed a typo that was introduced with revision 1.4 - I believe that revision must have been developed with some sort of script...

commit 401f9a6a7839481edeb28e38a8687430bc4703de
Author: kaipe <kaipe>
Date:   Sun, 14 Nov 2004 02:29:25 +0800
Tag:    v1.5.0

Changed to absolute path for reaching the questiontype dependent editing page layout file. This should increase robustness - some installations have faced problems with the previously used relative references.

commit 80acb051d99af7519b9079c20b0274936320e5f5
Author: kaipe <kaipe>
Date:   Sun, 14 Nov 2004 02:18:06 +0800
Tag:    v1.5.0

Fixed typo

commit 84250ebb1248e259e706bd5eedfe63668af00194
Author: kaipe <kaipe>
Date:   Thu, 16 Sep 2004 14:35:49 +0800
Tag:    v1.5.0

Fixes bug #1854