|
Eloy Lafuente (stronk7) made changes - 06/May/08 09:35 AM
Eloy Lafuente (stronk7) made changes - 06/May/08 09:36 AM
Martin Dougiamas made changes - 15/May/08 03:02 PM
Ok I attached a patch for this case. I'll ask MD for voting, then I'll fix all other places.
Jerome Mouneyrac made changes - 29/May/08 10:38 AM
Jerome Mouneyrac committed 4 files to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 25/Jun/08 11:01 AM
Jerome Mouneyrac committed 4 files to 'Moodle CVS' - 25/Jun/08 11:26 AM
tested and commited on 1.9 and HEAD (excepted glossary, there were no other places to fix)
Jerome Mouneyrac made changes - 25/Jun/08 11:29 AM
Mitsuhiro Yoshida committed 2 files to 'Lang CVS' - 25/Jun/08 01:23 PM
martignoni committed 1 file to 'Lang CVS' - 25/Jun/08 09:26 PM
Jenny, thanks for reporting, and Jérôme, thanks for fixing
Helen Foster made changes - 01/Jul/08 11:50 PM
Dongsheng Cai made changes - 02/Jul/08 01:35 PM
reopening, the change in weblib.php annoys me - it throws debug messages all over the user profile, please fix it there or reconsider the debug message, thanks
Petr Skoda made changes - 03/Jul/08 07:17 AM
Jerome Mouneyrac made changes - 03/Jul/08 11:57 AM
Jerome Mouneyrac committed 3 files to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 03/Jul/08 12:08 PM
Jerome Mouneyrac committed 2 files to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 03/Jul/08 12:08 PM
Jerome Mouneyrac committed 3 files to 'Moodle CVS' - 03/Jul/08 12:10 PM
Jerome Mouneyrac committed 2 files to 'Moodle CVS' - 03/Jul/08 12:15 PM
I fixed Edit user profil page. Tested and commit on 1.9 and HEAD
Jerome Mouneyrac made changes - 03/Jul/08 12:24 PM
Mitsuhiro Yoshida committed 4 files to 'Lang CVS' - 03/Jul/08 05:15 PM
martignoni committed 3 files to 'Lang CVS' - 08/Jul/08 04:57 AM
Petr Skoda made changes - 09/Jul/08 06:44 PM
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
I think we should:
1) Transform that call to helpbutton() to use one standard help file (lang/en_utf8/help/block_glossary_random/type.html)
2) Review if there are more uses of helpbutton() using $text contents instead og external help files. Fix all them to use standard help files.
3) add debugging message to helpbutton() in case it receive something in $text, informing it's not the recommended way.
Note that the $text option won't work properly because the text needs to be always cleaned and, when cleaned... html tags always break, so it's unusable. That's the cause I suggest to move all current uses of $text in that function to real help files usage.
Confirm with MD, plz. TIA and ciao