Moodle 1.94+ and D Willingtons import SIMS script

Moodle 1.94+ and D Willingtons import SIMS script

Reynard Cobham -
回帖数:4

Moodle 1.9.4+ and his script found on http://moodle.org/blog/index.php?userid=38691&courseid=5 Don't seem to work together, I'm assuming a function call thats used has been changed but havent had a chance to look into it too deeply.  1.9.3+ seems fine.  On the latest version of Moodle the page bombs out right at the start with a http 500 page.  I couldnt seem to get any logs whatsoever even with php and Moodles loggings turned on to as verbose as it gets...

Is there a complete change log for the Moodle versions indicating changed files?  I know of http://docs.moodle.org/en/Release_Notes#Moodle_1.9.4 but thats not specific enough, and I'm assuming David is a bit too busy to be looking into these things atm.

If anyone has any ideas I'd love to hear them! 微笑

Jair

回复Reynard Cobham

Re: Moodle 1.94+ and D Willingtons import SIMS script

Matt Gibson -
No idea re your original query, but I did see this in the docs recently. Might be a good alternative to try.

http://docs.moodle.org/en/Integrate_Moodle%2C_LDAP_and_SIMS.net
回复Matt Gibson

Re: Moodle 1.94+ and D Willingtons import SIMS script

Reynard Cobham -

I wasnt expecting a reply fixing the importscript, I was more interested in finding a log of changes that occurred between Moodle 1.9.3 and 1.9.4

Ah well.

回复Reynard Cobham

Re: Moodle 1.94+ and D Willingtons import SIMS script

Martin Dougiamas -
Core developers的头像 Documentation writers的头像 Moodle HQ的头像 Particularly helpful Moodlers的头像 Plugin developers的头像 Testers的头像
The tracker can tell you which bugs were fixed in 1.9.4, but if you actually want a "diff" between the files 1.9.3 and 1.9.4 then I would get both of them in two directories and then use the Unix diff tool:

diff dir1 dir2



If you know the files you want to look at then you can explore http://cvs.moodle.org/moodle for the history of every file.