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

Deprecate old boxnet v1 API

XMLWordPrintable

    • MOODLE_29_STABLE, MOODLE_32_STABLE
    • MOODLE_32_STABLE
    • MDL-49599-master
    • Hide
      1. git grep for uses of the boxclient class
      2. create a new test file in your php doc root with content:

        <?php
        require_once('config.php');
        require_once($CFG->libdir . '/boxlib.php');
        $example = new boxclient();
        

        1. Confirm that an exception was thrown
      Show
      git grep for uses of the boxclient class create a new test file in your php doc root with content: <?php require_once('config.php'); require_once($CFG->libdir . '/boxlib.php'); $example = new boxclient(); Confirm that an exception was thrown
    • 1
    • 3.2 Sprint 3

      Just noticed this in a TODO from MDL-42666

      fred, any chance we can do this for 2.9? Cheers

      /**
       * Migrate the references to local files.
       *
       * As the APIv1 is reaching its end of life on the 14th of Dec 2013, and we cannot
       * convert the existing references to new references, we need to convert them
       * to real files.
       *
       * @todo   Deprecate/remove this function after the 14th of December 2013.
       * @return void
       */
      

            dobedobedoh Andrew Lyons
            dobedobedoh Andrew Lyons
            Simey Lameze Simey Lameze
            David Monllaó David Monllaó
            Ryan Wyllie Ryan Wyllie
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved:

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