To developers:
I am going through the files in HEAD and I am trying to do a little cleanup. I will post here some questions before commiting non trivial changes to CVS.
1/ should we remove schema.xml and the like from lib/db and mod/attendance?
Those files were added a year ago, IMO they are outdated and not used. Or am I missing something??
Cleanup in CVS
Number of replies: 11Re: Cleanup in CVS
2/ delete or fix mod/forum/delete.php?
Does not work due to wrong require, but is not used from any other script. Is it some non-working hidden tool?
Does not work due to wrong require, but is not used from any other script. Is it some non-working hidden tool?
Re: Cleanup in CVS
Gone.
Re: Cleanup in CVS
3/ delete or fix course/quickreport.php
Again a bit outdated, not linked from any other script.
Again a bit outdated, not linked from any other script.
Re: Cleanup in CVS
I was hoping someone would take this and run with it but yes, it belongs on contrib. Gone.
Re: Cleanup in CVS
Recent arrivals (like me) don't feel confident removing files of unknown heritage and history 
I'll certainly wait until I'm an old hand before I'm bold enough to start killing files. I already cause enough trouble as things are...
I'll certainly wait until I'm an old hand before I'm bold enough to start killing files. I already cause enough trouble as things are...
Re: Cleanup in CVS
Sure, I do not like breaking anyone's toys too
Re: Cleanup in CVS
4/ scorm
there is some weird require('../config.php'); in funtion scorm_delete_instance() from mod/scorm/lib.php. IMO there should be
global $CFG; instead.
there is some weird require('../config.php'); in funtion scorm_delete_instance() from mod/scorm/lib.php. IMO there should be
global $CFG; instead.
Re: Cleanup in CVS
That is wierd. Gone!
Re: Cleanup in CVS
Is course/enrol.html used anymore? It looks to me like it has been rendered obsolete by the new enrolment architecture in enrol/
Re: Cleanup in CVS
Zapped!
XML schema files
Yes, probably a good idea. I can't see us making the jump to the XML schema in the near future.