Missatges enviats per Martin Dougiamas

Imatge Core developers Imatge Documentation writers Imatge Moodle HQ Imatge Plugin developers Imatge Testers

A lot of things would be nice but unfortunately not all are possible.   In this case we need to distribute our resources wisely among old versions and new versions.

I think we made it very clear when 2.7 was released what Long Term Support means, and while we of course want to make your life easier by offering this, we also have to push Moodle forward for the long term.

While I'm here I can assure you that 3.0 is also planned to be a LTS release.

Imatge Core developers Imatge Documentation writers Imatge Moodle HQ Imatge Plugin developers Imatge Testers

Dom, you need to stop calling this multi-tenancy because it's not that and when people talk about multi-tenancy usually they are solving problems different to yours.

In this case you want to share the same set of courses among many classes (each with a separate teacher), retaining full control of enrolments while minimising your maintenance and running costs.

Firstly, you will run into a very basic issue here because if you stop the "teachers" from being allowed to edit their course then they are basically being relegated to "tutors" (what Moodle calls "Non-editing teachers" in the default roles - basically just facilitators in forums and able to grade some activities like assignments.   I assume you are OK with that.  Still, I would include some "Teachers" course where they can give feedback to you and make suggestions about improving your courses.

Secondly, Moodle has a feature specifically for this case (for ten years or more): it's Separate Groups mode.  In particular, you need to put each Non-editing Teacher in a group with their own students.  In this case they will not see any group menus, not see any other groups, and they will feel like they are in the course by themselves, which I believe is what you want.   The only caveat is that SOME activity plugins may not support this mode correctly but these are bugs with these plugins because Moodle's API requires it.

Thirdly, management of all these users over time.  The above scenario is possible right now but you'll need to manage all the groups yourself using the groups interface in the course (as the main Teacher/Admin) and this will get tiresome with so many people involved.   This is why I suggest you have a developer look at your exact requirements for this (eg shopping cart, external system synchronisation, etc etc) to come up with a new admin tool or other plugin that does exactly what you want here.  It's very difficult to generalise this part across different content providers so that's where the beauty of open source and the extendability of Moodle comes in.   My feeling is that the best way would be to look at populating cohorts at the site level and then automatically synchronising those to course enrolments (and groups).  

Any of these should be able to help you with that:  http://moodle.com/partners/?service=development&country=GB

Imatge Core developers Imatge Documentation writers Imatge Moodle HQ Imatge Plugin developers Imatge Testers

Some years ago I would have agreed with you, Howard, when I dropped Smarty from Moodle.

But look at the problems that the current renderers have caused in many themes because designers (who are usually not expert programmers) have to implement PHP that slowly gains in complexity and unreadability until it becomes code that breaks on core upgrades.

The idea of proper templates is to separate design-related things from logic-related things and I think most designers will be really happy with us taking this approach using mustache.

Imatge Core developers Imatge Documentation writers Imatge Moodle HQ Imatge Plugin developers Imatge Testers
I'm not releasing our plugins code because I want plugins development to be organised around one, clean, official plugins repository.  We as a community don't need the confusion and diffusion of different people setting up alternative repositories all over the place.


Help with design (via feedback, mockups, ideas) is necessary and always appreciated, though.