Git commits in Moodle 1.6.6 by jamiesensei

commit edbbeb02f26ab28d2a03edec2cd584ee5d45dd62
Author: jamiesensei <jamiesensei>
Date:   Fri, 22 Jun 2007 19:03:19 +0800
Tag:    v1.6.6

making environment colours css selector refer to table class instead of body id. So that colours show up on other pages besides admin page.

commit d8e68c5e51b2b086fe8616b1f5067e82aeee251d
Author: jamiesensei <jamiesensei>
Date:   Wed, 20 Jun 2007 14:31:33 +0800
Tag:    v1.6.6

added styles to install.php for colours for environment table

commit c82a4d6d364ab3c4f03004e95f07ab1139315d96
Author: jamiesensei <jamiesensei>
Date:   Wed, 20 Jun 2007 01:45:07 +0800
Tag:    v1.6.6

*** empty log message ***

commit 9d8453becd4b5c7b5adc7e80a0754e5523fea30f
Author: jamiesensei <jamiesensei>
Date:   Wed, 20 Jun 2007 00:26:45 +0800
Tag:    v1.6.6

MDL-10168 improvements to display of results from environment checks

commit 52f79e8fd488915249b2e6c23879f9e4e86c0a95
Author: jamiesensei <jamiesensei>
Date:   Tue, 19 Jun 2007 23:20:16 +0800
Tag:    v1.6.6

elaborated phpdoc comment slightly for  doc_link

commit 3bc52bdb1eb91c5731e1fbb65e5009aeb89a6e59
Author: jamiesensei <jamiesensei>
Date:   Tue, 19 Jun 2007 22:54:43 +0800
Tag:    v1.6.6

refactored page_doc_link into two functions. doc_link returns a link to docs. page_doc_link returns the link for this page.

commit df5039c5ca5888e7c7ab7f5c03210ce06fceef27
Author: jamiesensei <jamiesensei>
Date:   Mon, 28 May 2007 08:51:20 +0800
Tag:    v1.6.6

MDL-9885 Use Permissions from Roles and Permissions System

commit a18c40a892f1878b39563562d29017766a8bcf4f
Author: jamiesensei <jamiesensei>
Date:   Sun, 27 May 2007 19:24:58 +0800
Tag:    v1.6.6

MDL-9734 fix for clean_param PARAM_LOCALURL bug

commit 3281b7d07554b45a5e3e6fceaccc1ac1e67844a8
Author: jamiesensei <jamiesensei>
Date:   Sun, 27 May 2007 13:58:31 +0800
Tag:    v1.6.6

MDL-9885 'Use Permissions from Roles and Permissions System' almost done. Need to allow "Save as New Question" for those who have view permission on a question and add permission in at least one context.

commit ea7a09095596b592fe0808b406cd7b8c673de9c4
Author: jamiesensei <jamiesensei>
Date:   Tue, 22 May 2007 12:59:53 +0800
Tag:    v1.6.6

MDL-9883 Use new fields in question table - created, modified, createdby and modifiedby

commit 788376bb525479f95aad02daf2ad61c68d304ead
Author: jamiesensei <jamiesensei>
Date:   Tue, 22 May 2007 12:57:16 +0800
Tag:    v1.6.6

bump up version to install new fields in question table

commit 1c496238c3490b5d3437250b6e7d7d5ed8753487
Author: jamiesensei <jamiesensei>
Date:   Tue, 22 May 2007 09:23:03 +0800
Tag:    v1.6.6

MDL-9869 Add fields to question table - created, modified, createdby and modifiedby

commit cd3f0da747c0774c576df872fcf1e1072d3312c5
Author: jamiesensei <jamiesensei>
Date:   Mon, 21 May 2007 00:18:00 +0800
Tag:    v1.6.6

UI for editing questions changed to support sharing questions in multiple contexts. Also changed import / export and category editing form to use formslib.

commit b7f1aeee3f041be8194a2ab30bf2d154d35d24ff
Author: jamiesensei <jamiesensei>
Date:   Sat, 12 May 2007 06:26:27 +0800
Tag:    v1.6.6

started work on MOODLE_19_QUESTIONS branch. Have coded display of question categories page with categories shared in different category levels. Changes made to the db to remove publish and course fields and replace them with contextid field in category table.