Une bonne entrée est également
http://phpdocs.moodle.org
qui fournit un point d'entrée utile sur l'ensemble de la documentation du code de Moodle, sans avoir à "lire" le code. Le résumé des librairies permet déjà de se faire une première idée.
Valery Fremaux
Forumindlæg af Valery Fremaux
Justin,
thanks for reporting, it may help other users and save some headake tablets !!
I would be very likely to have experience feedback on the Leitner system results in teaching, specially would I be glad to receive some effective conclusion about efficiency in memorizing things.
cheers.
thanks for reporting, it may help other users and save some headake tablets !!
I would be very likely to have experience feedback on the Leitner system results in teaching, specially would I be glad to receive some effective conclusion about efficiency in memorizing things.
cheers.
Hi guys,
thanks for triggering in Moodle Tracker if possible, as its getting hard for mee to follow all moodle forum threads.
I will integrate a fix ASAP for this issue.
You should anyway avoid using directly $_GET superarrays in moodle :
prefer using
This is what is intended to do the require_variable statement but that still use obsolete function set.
I will revue quickly this index.php page that stil have some of those old fashion code calls.
Cheers, and thanks for reporting.
thanks for triggering in Moodle Tracker if possible, as its getting hard for mee to follow all moodle forum threads.
I will integrate a fix ASAP for this issue.
You should anyway avoid using directly $_GET superarrays in moodle :
prefer using
$id = required_param('id', PARAM_INT);So that parameter input will be secured.This is what is intended to do the require_variable statement but that still use obsolete function set.
I will revue quickly this index.php page that stil have some of those old fashion code calls.
Cheers, and thanks for reporting.
Hi Don,
no, there is obviously no logical and tremendous reason such feature could not be in. The only reason might have been because managing priorities introduces an additional complexity to the module by its implied extends (who changes priority, who set it up, what notifications might be sent). It was essentially the intrusion within the existing management process of entries that might be a bit time consuming.
Anyway, it is worth we have such kind of additional (maybe optional ?) feature in it. I may spend some hours on it next week.
Cheers.
no, there is obviously no logical and tremendous reason such feature could not be in. The only reason might have been because managing priorities introduces an additional complexity to the module by its implied extends (who changes priority, who set it up, what notifications might be sent). It was essentially the intrusion within the existing management process of entries that might be a bit time consuming.
Anyway, it is worth we have such kind of additional (maybe optional ?) feature in it. I may spend some hours on it next week.
Cheers.
Good news Dan,
Completed taks viewing apart is now available for testing... branch 1.9 STABLE only
No version bump. Just code update.
Changed files :
mod/tracker/view.php
mod/tracker/views/viewmyticketslist.php
mod/tracker/views/viewissuelist.php
+ lang files.
You have an extra top tab for browsing resolved issues apart from working issues, i.e. one who are either RESOLVED or ABANDONNED.
Cheers.
Completed taks viewing apart is now available for testing... branch 1.9 STABLE only
No version bump. Just code update.
Changed files :
mod/tracker/view.php
mod/tracker/views/viewmyticketslist.php
mod/tracker/views/viewissuelist.php
+ lang files.
You have an extra top tab for browsing resolved issues apart from working issues, i.e. one who are either RESOLVED or ABANDONNED.
Cheers.