Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-49854

User navigation code cleanup

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.9
    • 2.9
    • Navigation
    • Team '; drop tables Sprint 6

    Description

      Items that Dan pointed out:

      1. user/classes/output/myprofile/manager.php - Remove including the lib file

        // Add core nodes.
        $file = $CFG->libdir . "/myprofilelib.php";
        if (is_readable($file)) {
        	require_once($file);
        

      2. grade/report/mygrades.php - Remove MOODLE_INTERNAL and put in a require_login check.
      3. lib/output*.php - Clear up confusion about $imagedata in the phpdocs, at the moment they don't agree with each other (render class phpdocs).
      4. course/user.php - perhaps include a developer debug message for the default at the end of the page. Re-word the comment.

      Attachments

        Issue Links

          Activity

            People

              lameze Simey Lameze
              abgreeve Adrian Greeve
              Frédéric Massart Frédéric Massart
              David Monllaó David Monllaó
              John Okely John Okely
              David Woloszyn, Huong Nguyen, Jake Dallimore, Meirza, Michael Hawkins, Raquel Ortega, Safat Shahin, Stevani Andolo
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                11/May/15