CQU MyMoodle

Blocks ::: block_cqumymoodle
Maintained by Catalyst IT, Marcus Boon, David Binney, Brendan Heywood
Allows staff and students to see enrolments they have in external systems (or other Moodle's). This was predominately created to allow links between archived and separated instances of Moodle, but keep the separation hidden to the users. Handy if you also have single-sign on between the systems, as it allows them to jump to external courses without having to login again.
Latest release:
2 sites
4 downloads
3 fans
Current versions available: 1

Features:

  • Ability to define as many custom blocks as you want for various systems
  • Block can be side or centrally positioned to look like "My Courses" default list
  • Link to other Moodle's where the common ID might be something like a username, or email, or idnumber
  • Data is parsed in JSON format

Screenshots

Screenshot #0
Screenshot #1

Contributors

Catalyst IT (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

Comments

  • David Mudrák
    Sat, 2 Aug 2014, 1:40 AM
    I'm sorry, I'm on my annual leave for the next two weeks. I'll get to approving submitted plugins as soon as I'm back. Thanks for understanding.
    In the meantime, you may want to fix the formal issues raised by the plugin checker that are displayed above.
  • David Mudrák
    Thu, 21 Aug 2014, 8:53 PM
    Hi. Before we move on with the code review and approval, may I ask for fixing the Plugin check results reported above. Thanks in advance.
  • Marcus Boon
    Fri, 22 Aug 2014, 9:04 AM
    Hi David,

    How would I go about getting a tracker URL on the moodle.org tracker?
  • David Mudrák
    Mon, 25 Aug 2014, 6:29 PM
    Hi Marcus. Having docs at https://github.com/donkeyx/moodle-block_cqumymoodle/blob/master/README.md is fully sufficient, thanks. If you prefer Moodle Tracker over Github issues system, please refer to the instructions in the summary of https://tracker.moodle.org/browse/CONTRIB/ project.
  • David Mudrák
    Mon, 25 Aug 2014, 6:37 PM
    Hi guys, thanks for sharing this plugin with the community. I am going to approve the plugin now. The only thing I noticed is that your locallib.php creates functions in the global PHP scope without the valid frankenstyle prefix. This is strongly discouraged in order to prevent collisions with (current and/or future) core code or some other
    plugin. See http://docs.moodle.org/dev/Coding_style#Functions_and_Methods for details.

    With the hope this would be fixed in a future update of the plugin, you are cleared to land. Welcome to the Plugins directory.
Please login to post comments