-
Improvement
-
Resolution: Cannot Reproduce
-
Low
-
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'
|
);
|
- Discovered while testing
-
MDLSITE-3814 Test and assess local_linkchecker
-
- Resolved
-
- has been marked as being related by
-
MDLSITE-3641 replace linkcheck.php with modernised testable components
-
- Resolved
-