Uploaded image for project: 'Moodle Community Sites'
  1. Moodle Community Sites
  2. MDLSITE-3835

local_linkchecker add the ability to check multiple moodley URLs

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Cannot Reproduce
    • Icon: Low Low
    • archive.moodle.net
    • None

      Right now local_linkchecker checks the registered URL and then login/index.php. There are multiple other URLs we can try.

      Some are not HTML pages and we will just want to check whether they are present. Right now it is assumed that we will be analyzing a single HTML page and creating a fingerprint and score based on what is in that page.

      $moodleypages = array( //unused !! @todo use this.
          'login/index.php',
          'lib/womenslib.php', //but this is a redirect page so check for 303 to the wiki pg.
          'lib/upgrade.txt', //only for pages after certain moodle version (2.x?) - this is however a txt file and not a functioning site page... combine testing this with a live page.
          'pix/s/martin.gif'
      );
      

            Unassigned Unassigned
            andyjdavis Andrew Davis
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.