Note: You are currently viewing documentation for Moodle 2.2. Up-to-date documentation for the latest stable version is available here: Registration.

Development:Registration

From MoodleDocs
Revision as of 08:11, 15 September 2010 by Martin Dougiamas (talk | contribs) (New page: ===Logic of the registration script=== * Open ***registry*** table on moodle.org (or wherever) * Open table in the [https://docs.moodle.org/en/Development:Community_hub_-_technical_specif...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Logic of the registration script

  • Open ***registry*** table on moodle.org (or wherever)
  • Open table in the hub_site_directory table from the ***MOOCH*** database
  • For each entry in this table
    • If it has a siteidentifier field
      • If a corresponding entry in registry table exists
        • If the MOOCH->timemodified > registry->timemodified then
          • If the email address has changed, unsubscribe old and subscribe new to Sympa
          • Update the complete registry entry with new info
    • Else use the URL
      • If a corresponding URL exists in registry table
        • If the MOOCH->timemodified > registry->timemodified then
          • If the email address has changed, unsubscribe old and subscribe new to Sympa
          • Update the complete registry entry with new info
    • Else use the hostname
      • If a corresponding entry in registry table exists
        • If the MOOCH->timemodified > registry->timemodified then
          • If the email address has changed, unsubscribe old and subscribe new to Sympa
          • Update the complete registry entry with new info
    • Else it's a new one, so create a new entry in the registry table