Events Graphic Report

Reports ::: report_graphic
Maintained by Simey Lameze
Manage your moodle using the Events Graphic Reports plugins and see what's happening on your moodle. Browse graphics by course, and see what's the events most triggered, user acitivity and more.
Latest release:
216 sites
24 downloads
46 fans
Current versions available: 1

The easiest way to see what's happening in your moodle. This plugin has been created to provide nice graphic reports using the rich information provided by the new event system and logging.

Screenshots

Screenshot #0

Contributors

Simey Lameze (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

Comments

  • David Mudrák
    Fri, 24 July 2015, 4:13 AM

    Hi Simey. Thanks for sharing this report with the Moodle community. To approve it, may I ask for providing all recommended meta-data as reported above: full plugin description, bug tracker URL and source code URL.

    It seems to me that the constructor of the report_graphic_renderable does not really accept $course as an object. It does not set the property in that case. As a consequence, your code probably calls get_course() twice (in course.php and then again in your class) for no good reason.

    For now, I have to mark this as needing more work.

  • Simey Lameze
    Mon, 27 July 2015, 4:22 PM
    Hi David, thanks for your review.

    Sorry about those points, I've fixed the issue on the renderable constructor and the added more info on the meta data.

    Can you please have a look again to see if it's all good now?

    Cheers.
  • David Mudrák
    Wed, 5 Aug 2015, 9:52 PM

    Thanks Simey. I am happy to approve the report now. Thanks for your patience with the review and approval process. You are cleared to land now, welcome to the Plugins directory!

  • Simey Lameze
    Thu, 6 Aug 2015, 10:07 AM
    YAY! Thanks David!
  • A. A.
    Mon, 25 Jan 2016, 6:46 PM
    Hi Simey,
    I have installed the plugin on a Moodle 3.0 version. After a successful installation I can't see any evidence of it and I don't know how to start and how to use it.
    Can you pls give an help?.
    Thanks
  • Simey Lameze
    Wed, 27 Jan 2016, 8:57 AM
    Hello, have you followed all steps of this document: https://github.com/lameze/moodle-report_graphic/blob/master/README.md
  • Brandon Jimenez
    Thu, 11 Feb 2016, 1:28 AM
    Hi Simey, I install your plug into my 2.9.4+ site, but when i went to see the report, a nice "error reading from the database" greeted me.

    https://docs.moodle.org/29/en/error/moodle/dmlreadexception

    I'm open to any suggestions (i installed directly from moodle.org site)
  • Simey Lameze
    Thu, 11 Feb 2016, 8:25 AM
    Hi Brandon, sorry about that.

    Which database are you using?
  • Brandon Jimenez
    Thu, 11 Feb 2016, 8:35 PM
    Here's my DB info

    innodb_version
    5.6.26-74.0
    protocol_version
    10
    slave_type_conversions
    version
    10.0.22-MariaDB-log
    version_comment
    openSUSE package
    version_compile_machine
    x86_64
    version_compile_os
    Linux
    version_malloc_library
    system
  • Simey Lameze
    Fri, 12 Feb 2016, 8:25 AM
    Hi Brandon, the reason you're seeing an error message is because I haven't tested my plugin on MariaDB... Next week I can try to install MariaDB here and test on it. Thanks
Please login to post comments