mirror of
https://github.com/moodle/moodle.git
synced 2025-02-24 20:13:14 +01:00
* New basic define roles mode, with just an Allow checkbox for each capability. * Button to toggle this form to/from advanced mode. * Also, a separate mode for viewing a role definition, rather than just showing disabled checkboxes. * Now duplicating a role just takes to you a pre-populated add role form, so you can double-check things before saving the new role. * Deleting a role is now logged. * Role reordering code cleaned up. * You can now no longer delete the last role that has admin permissions. * This includes a general refactor of manage.php, which eliminates manage.html, and splits of define.php.
<h3>STANDARD THEME</h3> <hr /> <p>Moodle's default theme is a very neutral grey/white theme.</p> <p>This theme is always the most up-to date.</p> <p>Programmers working on Moodle should always design for this theme, and add new styles to this theme.</p> <p>By default, these styles are automatically loaded before any other themes, so that all custom themes need to do is to define their own styles to augment or overwrite particular standard styles.</p> <p>In this way custom themes are not "left behind" by Moodle upgrades.</p>