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
mNo edit summary
Line 1: Line 1:
<strike>I'm currently working on porting the settings to XML and putting together the new index.php admin page. Please use the talk page to leave me any comments, I'll be checking it regularly.</strike>
This just in: no XML! The new format will be PHP/OO-based. New code to come soon. (Till then, take a look at the [[Student projects/Admin page cleanup/Reorg|Reorg]] page, which still contains useful data.)
{| style="color:black; border: 2px solid red; width: 100%; height: 20px;"
{| style="color:black; border: 2px solid red; width: 100%; height: 20px;"
| <center>'''Before looking at source code, please run [http://betaserv.vkm.ca:82/source_code_update.php this] script to update .phps files'''</center>
| <center>'''Before looking at source code, please run [http://betaserv.vkm.ca:82/source_code_update.php this] script to update .phps files'''</center>

Revision as of 06:44, 18 August 2006

Before looking at source code, please run this script to update .phps files


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

Links