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 15: Line 15:
* '''(almost done -- 3+ issues remaining)''' [[Student projects/Admin page cleanup/Admin subpages|Code script for displaying and accepting input from new admin interface]]
* '''(almost done -- 3+ issues remaining)''' [[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]]
* '''(almost done -- 2 issues remaining)''' [[Student projects/Admin page cleanup/Bookmarks|Build a per-user bookmarking system for admin settings]]
* '''(not yet started)''' [[Student projects/Admin page cleanup/User management interface|Improve the user management interface]]
* <strike>'''(not yet started)''' [[Student projects/Admin page cleanup/User management interface|Improve the user management interface]]</strike> Probably not necessary given the new roles structure? Main complaint was the separate links for creating admins, teachers, creators, etc.
* '''(not yet started)''' [[Student projects/Admin page cleanup/Upgrade|Code the necessary PHP to highlight changed settings after an upgrade]]
* '''(not yet started)''' [[Student projects/Admin page cleanup/Upgrade|Code the necessary PHP to highlight changed settings after an upgrade]]



Revision as of 23:20, 13 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

  • Include a custom $paramtype in admin_setting_configtext() settings?
  • Double-check country on the languageandlocation settingpage... what's the default value?
  • Find a good way to mark settings that are set on initial install.
  • Update frontpage setting on frontpage settingpage (has to include "combo list").
  • Move the aspellpath setting to systempaths
  • Add the docroot, doctonewwindow, bloglevel settings
  • Add the adminseesall, startwday, weekenddays, upcoming_lookahead, upcoming_maxevents, timezones settings

Links