Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Student projects/Admin page cleanup.

Student projects/Admin page cleanup: Difference between revisions

From MoodleDocs
mNo edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| style="color:black; border: 2px solid red; width: 100%; height: 20px;"
{| style="color:black; border: 2px solid red; width: 100%; height: 20px;"
| <center>'''Source code now available on CVS (web access [http://moodle.cvs.sourceforge.net/moodle/moodle/ here])'''</center>
| <center>'''Source code now available on CVS (web access [http://moodle.cvs.sourceforge.net/moodle/moodle/ here])'''
Please note the statuses on this page are out of date. For the latest issues and bugs, check the [http://tracker.moodle.org/ Moodle bugtracker]</center>
|}
|}


Line 7: Line 8:


* <strike>'''(done)''' [[Student projects/Admin page cleanup/XML file format|Design XML DTD]]</strike> '''(done)''' [http://betaserv.vkm.ca:82/moodlemindmaps/moodle_admin_classes.png Design OO format for admin]
* <strike>'''(done)''' [[Student projects/Admin page cleanup/XML file format|Design XML DTD]]</strike> '''(done)''' [http://betaserv.vkm.ca:82/moodlemindmaps/moodle_admin_classes.png Design OO format for admin]
* '''(almost done -- 3 issues remaining)''' [[Student projects/Admin page cleanup/Admin block|Design new admin block]]
* '''(almost done -- 2 issues remaining)''' [[Student projects/Admin page cleanup/Admin block|Design new admin block]]
* '''(in progress -- 100% complete)''' [[Student projects/Admin page cleanup/Reorg|Reorganize and port Moodle admin settings to OO structure]]
* '''(done)''' [[Student projects/Admin page cleanup/Reorg|Reorganize and port Moodle admin settings to OO structure]]
* '''(almost done -- 3+ issues remaining)''' [[Student projects/Admin page cleanup/Admin subpages|Code script for displaying and accepting input from new admin interface]]
* '''(done, except for possible bugs)''' [[Student projects/Admin page cleanup/Admin subpages|Code script for displaying and accepting input from new admin interface]]
* '''(almost done -- 2 issues remaining)''' [[Student projects/Admin page cleanup/Bookmarks|Build a per-user bookmarking system for admin settings]]
* '''(done)''' [[Student projects/Admin page cleanup/Bookmarks|Build a per-user bookmarking system for admin settings]]
* '''(not yet started)''' [[Student projects/Admin page cleanup/Upgrade|Code the necessary PHP to highlight changed settings after an upgrade]]
* '''(done)''' [[Student projects/Admin page cleanup/Upgrade|Code the necessary PHP to highlight changed settings after an upgrade]] (see admin/upgradesettings.php)


== Remaining Issues ==
== Remaining Issues ==


* '(getting somewhere on this)' Find a good way to mark settings that are set on initial install  
* <strike>Find a good way to mark settings that are set on initial install</strike>
* '(getting somewhere on this)' Find a good way to display settings that are added (or set to default values) during an upgrade  
* <strike>Find a good way to display settings that are added (or set to default values) during an upgrade</strike>
* <strike>Figure out how user_is_editing() should work in admin/pagelib.php</strike>
* <strike>Figure out how user_is_editing() should work in admin/pagelib.php</strike>
* <strike>Specify the $paramtype for all admin_setting_configtext objects and children</strike>
* <strike>Specify the $paramtype for all admin_setting_configtext objects and children</strike>
Line 22: Line 23:
* Specify explicit $precedence values for all admin_externalpage, admin_settingpage, and admin_category objects
* Specify explicit $precedence values for all admin_externalpage, admin_settingpage, and admin_category objects
* Fix non-language-specific strings, and add required langfile strings
* Fix non-language-specific strings, and add required langfile strings
* Work out a way to handle gd_version
* <strike>Work out a way to handle gd_version</strike>
* Consider adding icons and/or custom names for admin bookmarks
* Consider adding icons and/or custom names for admin bookmarks
* Fix icons in admin_2 block to be theme-dependent
* Fix icons in admin_2 block to be theme-dependent

Latest revision as of 04:39, 21 September 2006

Source code now available on CVS (web access here) Please note the statuses on this page are out of date. For the latest issues and bugs, check the Moodle bugtracker


Key Project Tasks

Remaining Issues

  • Find a good way to mark settings that are set on initial install
  • Find a good way to display settings that are added (or set to default values) during an upgrade
  • Figure out how user_is_editing() should work in admin/pagelib.php
  • Specify the $paramtype for all admin_setting_configtext objects and children
  • Specify the $role for all admin_externalpage and admin_settingpage objects
  • Specify explicit $precedence values for all admin_externalpage, admin_settingpage, and admin_category objects
  • Fix non-language-specific strings, and add required langfile strings
  • Work out a way to handle gd_version
  • Consider adding icons and/or custom names for admin bookmarks
  • Fix icons in admin_2 block to be theme-dependent
  • Find out if admin_2 block can be set up as an HTML list (and still work with Javascript)
  • Fix admin/pagelib.php to include admin_2 and admin_bookmarks as default blocks
  • For the course management section, allow view-only-mode? (i.e. the mode in which you don't edit categories)
  • Work out which files can be safely removed from the admin dir
  • See if we can eliminate the old admin block (bear in mind it's still used on course pages)

Links