Git commits in Moodle 1.8.x by arborrow

commit e20ea4cde6b9113f301949dc644feecda7f50c6a
Author: arborrow <arborrow>
Date:   Sat, 27 Dec 2008 08:14:39 +0900
Tag:    v1.8.8

MDL-17741 - typo $tableparam

commit 4acd575cad51710017e599eb91fb6527d7ca5ba8
Author: arborrow <arborrow>
Date:   Sat, 27 Dec 2008 05:46:40 +0900
Tag:    v1.8.8

MDL-17741 - typo $tableparam

commit 970ea98196285325ec1c5a715dfc9a8e3a7d032e
Author: arborrow <arborrow>
Date:   Sat, 05 Jul 2008 10:58:32 +0800
Tag:    v1.8.6

MDL-14022 - verifies that maxgrade is in fact a number before adding grade_against to totalpoints

commit f1591379e8b7ce72c9e48a2b13738c801de172f7
Author: arborrow <arborrow>
Date:   Sat, 05 Jul 2008 06:21:51 +0800
Tag:    v1.8.6

MDL-7571 - shuffles 'mode' before displaying, also moves some code to avoid a duplicate foreach loop

commit e93291d5ee29c2560952b725922315a6d43b348a
Author: arborrow <arborrow>
Date:   Thu, 10 Jan 2008 00:17:39 +0900
Tag:    v1.8.4

MDL-12889 - uncommitting previous change - since grade:viewall is new to 1.9 (my bad)

commit cfe0874655666d2fc3fb35607c3a73091f226c71
Author: arborrow <arborrow>
Date:   Thu, 10 Jan 2008 00:06:59 +0900
Tag:    v1.8.4

MDL-12889 - bad capability check [thanks Tim!] in assignment recent activity report merged from MOODLE_19_STABLE

commit 200f64d2207d99c6e10ae7c33bf17588db58cd6f
Author: arborrow <arborrow>
Date:   Wed, 28 Nov 2007 05:18:19 +0900
Tag:    v1.8.4

MDL-10523 - Removing DISTINCT from the query will enable the function to work with MSSQL which was having difficulty with the current syntax and should not impact other queries because the user id should already be unique.

commit f6a54f01e3e0aaf9f0de5415ff6ed96612845622
Author: arborrow <arborrow>
Date:   Wed, 14 Nov 2007 01:00:40 +0900
Tag:    v1.8.4

MDL-11743 - SHOW LOCAL VARIABLES more accurately returns database character set on some hosts and makes explicit what is normally the default behavior.

commit 4e36e57bcb8ece4eb9edec90a631f95d0eee8d90
Author: arborrow <arborrow>
Date:   Tue, 23 Oct 2007 04:29:45 +0800
Tag:    v1.8.4

MDL-11869 - javascript syntax error was preventing the call to the calc function. Adding in the double slashes around CDATA resolves the problem.

commit 0a78a5c67d019e4db6ea9f8e995316cc9abc1073
Author: arborrow <arborrow>
Date:   Wed, 12 Sep 2007 11:38:53 +0800
Tag:    v1.8.3

MDL-10410 - for consistency using UNCATEGORISED constant rather than hardcoded string

commit 133f457cdcc4e80029597aa9a2121da9d36b0f8c
Author: arborrow <arborrow>
Date:   Wed, 12 Sep 2007 11:23:26 +0800
Tag:    v1.8.3

MDL-10407 fixed missing double quote