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
Line 19: Line 19:
== Remaining Issues ==
== Remaining Issues ==


* Include a custom $paramtype in admin_setting_configtext() settings?
* Find a good way to mark settings that are set on initial install
* Double-check country on the languageandlocation settingpage... what's the default value?
* Find a good way to display settings that are added (or set to default values) during an upgrade
* Find a good way to mark settings that are set on initial install.
* Figure out how user_is_editing() should work in admin/pagelib.php
* <strike>Update frontpage setting on frontpage settingpage (has to include "combo list")</strike>
* Specify the $paramtype for all admin_setting_configtext objects and children
* <strike>Move the aspellpath setting to systempaths</strike>
* Specify the $role for all admin_externalpage and admin_settingpage objects
* <strike>Add the docroot, doctonewwindow, bloglevel settings</strike>
* Specify explicit $precedence values for all admin_externalpage, admin_settingpage, and admin_category objects
* Add the <strike>adminseesall,</strike> startwday, weekenddays, upcoming_lookahead, upcoming_maxevents, timezones settings
* <strike>Should I be editing pages in user/* and files/* to apply the admin pagetype?</strike>
* <strike>Do I port admin/health.php? How about admin/dbperformance.php?</strike>


== Links ==
== Links ==

Revision as of 06:42, 18 August 2006

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.

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 Reorg page, which still contains useful data.)

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

Links