Add support for groups
I think it is the cause of getting empty "Forum" hit reports, but not sure yet.
Looking at the code... I think all needed changes are inside blocks/gismo/lib/gismo/server_side/GISMOdata_manager.php...
Use active log store in Moodle 2.7+ to count HIts
Missing $CFG in function FetchStartDateAndTime()
it's a minor fix considering BLOCK_CONTEXT, get_context_instance() should be replaced...
it's a minor fix considering BLOCK_CONTEXT, get_context_instance() should be replaed...
get_context_instance() is deprecated, please use context_xxxx::instance() instead.