Git commits in Moodle 2.2.1 by Jerome Mouneyrac

commit a811e8ac56e49a174b68ceade81197c80be4b325
Author: Jerome Mouneyrac <jerome@mouneyrac.com>
Date:   Tue, 19 Mar 2013 17:06:24 +0800
Tag:    v2.2.10

MDL-37822 fix checkboxes that were always set to on by default

commit 4d65904bc132548a2ef4c2a40bf5ba2cffb5f68f
Author: Jerome Mouneyrac <jerome@mouneyrac.com>
Date:   Mon, 18 Mar 2013 16:51:51 +0800
Tag:    v2.2.10

MDL-37822 move the default code above the set_config to not make the code less confusing

commit 60c468bcb3b6f867a70f2f30427b52e0362e93d1
Author: Jerome Mouneyrac <jerome@mouneyrac.com>
Date:   Thu, 07 Feb 2013 13:10:19 +0800
Tag:    v2.2.10

MDL-37822 Moodle send site information to a hub even though it's unchecked

commit c532957be25a48ebb50a38a28028aad8cdbfe2de
Author: Jerome Mouneyrac <jerome@moodle.com>
Date:   Fri, 09 Dec 2011 11:57:28 +0800
Tag:    v2.2.1

MDL-30140 alternative way to select user when adding a token. When more than 500 users we display a text box instead of a select box

commit 6ae2048c1fcb4e6bdc2cd28d129a94f6ff006a08
Author: Jerome Mouneyrac <jerome@moodle.com>
Date:   Thu, 08 Dec 2011 14:40:57 +0800
Tag:    v2.2.1

MDL-29942 trigger user events in web service calls

commit 2af51a1dc3b62bcb16d59d53a8d156766af79494
Author: Jerome Mouneyrac <jerome@moodle.com>
Date:   Fri, 02 Dec 2011 11:26:48 +0800
Tag:    v2.2.1

MDL-29712 REST-XML server was translating too many HTML characters. use htmlspecialchars instead of htmlentities. Translated characters by htmlspecialchars are compatible with XML validation, and so XML parsers for javascript, java...

commit 72306a6ff4655c894d50d8ffb1e52d9c626d4713
Author: Jerome Mouneyrac <jerome@moodle.com>
Date:   Mon, 14 Nov 2011 12:09:40 +0800
Tag:    v2.2.1

MDL-28126 webservices : should not able to create token if user is deleted,unconfirmed,suspended or guest.