openequella / moodle-mod_openEQUELLA

Moodle module for integration with openEQUELLA
https://openequella.github.io/moodle-mod_openEQUELLA/
GNU General Public License v3.0
6 stars 16 forks source link

add_to_log function is deprecated in Moodle 2.7 #33

Closed techxplorer closed 9 years ago

techxplorer commented 10 years ago

Hi,

I'm currently trying to integrate your module with Moodle 2.7. As part of a client upgrade project here at NetSpot.

I note that there are 10 calls to the add_to_log function. This function has been deprecated in Moodle 2.7. As such it results in debugging being displayed to the user. More information is available here:

https://docs.moodle.org/dev/Migrating_logging_calls_in_plugins

Could you update the module to not use add_to_log in Moodle 2.7?

With thanks.

-Corey

dcai commented 10 years ago

Hi @techxplorer I have added this to our internal tracker, this will get fixed soon.

dcai commented 10 years ago

ref: http://jira.pearsoncmg.com/jira/browse/EQ-1583

dcai commented 10 years ago

Hi @techxplorer deprecated apis have been fixed in dev branch, I will merge it into master after fully tested.

fredricks21 commented 9 years ago

There still seems to be one add_to_log / events_trigger() not fixed.

File callbackmulti.php Line 88 events_trigger() Line 90 add_to_log...

image

dcai commented 9 years ago

@fredricks21 I have updated "dev" branch, could you please try again?

dcai commented 9 years ago

Closing