Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: Developer conference May 2006.

Developer conference May 2006: Difference between revisions

From MoodleDocs
(Moodle 1.7)
(Replaced content with "{{Moved_to_dev_docs}}")
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Developer conferences]] > May 2006 conference notes
{{Moved_to_dev_docs}}
 
==Moodle 1.6==
'''Quiz'''
*[[User:Gustav Delius|Gustav]] is handing over the [[Quiz module]] to the Open University on Tuesday 23rd May 2006
*Tim Hunt will be the main person working on quiz
*1.6 quiz is much cleaner, set up for growth, enabling questions in different modules, developing assessment type using questions
*Comment from Mike Churchward: Hopefully more modules will use questions in future e.g. [[Questionnaire module]]
'''Themes'''
*[[1.6 theme upgrade]] documentation
*Unfortunate that theme developments were reverted - better to have tested more before committing
*Currently problems with a "you are here" link and the jump link between blocks (see [http://moodle.org/mod/forum/discuss.php?d=42834 skip-block feature new in 1.6] forum discussion), images in navigation not so nice and the alternate icon set is incomplete
*Lots of deprecated tags still in 1.6 - these should be cleaned up for 1.7, using a page in Moodle Docs rather than the bug tracker
'''1.6 code'''
*Comment from [[User:Gustav Delius|Gustav]]: Lots of different styles of code - difficult for newcomers to know what to copy
*Reply from [[User:Martin Dougiamas|Martin]]: [[Database module]] should be a good example with classes, plugins etc.
'''Release'''
*1.6 should be released as soon as possible
*Petr currently working on security bugs
*The advice to backup everything before upgrading should be reinforced
*Big sites will take a long time to migrate the database to UTF-8
 
==Moodle 1.7==
'''Database schema'''
*Database support to be extended to SQL server and Oracle
*Single system, one file in xml format; things more automated and regular
*Explicit sql must be cleaned up, isolated in lib, pull out generalised sql and put in core file, may still need switch statements
*[[User:Eloy Lafuente (stronk7)|Eloy]] working out the issues - see [[XML database schema]]
*Comments from Tim Hunt: datalib is big, getting even bigger, should we split? Should have unit testing for each database.
'''Roles and permissions'''
*permissions = capabilities
*The Open University (OU) have extended Martin and Shane's initial ideas
*Site, course and activity level roles
*Moodle HQ will do the work (funded by OU)
*Currently polishing the general spec, publishing it soon - see [[Roles]]
*Comments from Matt Oquist: OU proposal not generic enough, need ownership and permissions on a fine grained level, seems illogical to have separate permissions system for repository and roles - see [http://moodle.org/mod/forum/discuss.php?d=38788 Roles and Permissions architecture] forum discussion
*Should consider how [http://bodington.org/index.php Boddington] handles roles
 
 
 
[[Category:Developer]]

Latest revision as of 06:06, 22 June 2011

This development related page is now located in the Dev docs.

See the Developer conference May 2006 page in the Dev docs.