Issue Details (XML | Word | Printable)

Key: MDL-16676
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Tim Hunt
Reporter: Tim Hunt
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

All references to the text.html and emoticons.html files need to be updated to point to text2.html and emoticons2.html

Created: 25/Sep/08 02:58 PM   Updated: 26/Sep/08 12:42 PM
Return to search
Component/s: Lib
Affects Version/s: 2.0
Fix Version/s: 2.0

Issue Links:
Relates
 

Participants: Pierre Pichet and Tim Hunt
Security Level: None
Resolved date: 25/Sep/08
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE


 Description  « Hide
This is a follow-up to MDL-13233.

The files had to be renamed because the content was changed.

However, a lot of places in code, and 3rd party plugins print links to this common HTML editor help file. So, as well as updating all references in core (about a dozen were not updated) we need to catch this in helpbutton and print a developer debug warning.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
tjhunt committed 7 files to 'Moodle CVS' - 25/Sep/08 03:12 PM
MDL-16676 All references to the text.html and emoticons.html files need to be updated to point to text2.html and emoticons2.html
MODIFY admin/uploaduser_form.php   Rev. 1.12    (+2 -2 lines)
MODIFY user/editlib.php   Rev. 1.27    (+2 -2 lines)
MODIFY course/edit_form.php   Rev. 1.51    (+2 -2 lines)
MODIFY lib/form/editorhelp.php   Rev. 1.7    (+3 -3 lines)
MODIFY user/profile/definelib.php   Rev. 1.17    (+2 -2 lines)
MODIFY lib/form/htmleditor.php   Rev. 1.16    (+2 -2 lines)
MODIFY course/request_form.php   Rev. 1.15    (+2 -2 lines)
tjhunt committed 1 file to 'Moodle CVS' - 25/Sep/08 03:13 PM
MDL-16676 Developer debug warning if you refer to the old text.html help file.
MODIFY lib/weblib.php   Rev. 1.1152    (+14 -4 lines)
tjhunt committed 25 files to 'Moodle CVS' - 25/Sep/08 06:04 PM
MDL-16676 All references to the text.html and emoticons.html files need to be updated to point to text2.html and emoticons2.html
MODIFY mod/label/mod_form.php   Rev. 1.13    (+2 -2 lines)
MODIFY mod/glossary/edit_form.php   Rev. 1.12    (+2 -2 lines)
MODIFY user/filters/text.php   Rev. 1.6    (+2 -2 lines)
MODIFY mod/glossary/mod_form.php   Rev. 1.26    (+1 -1 lines)
MODIFY mod/choice/mod_form.php   Rev. 1.26    (+1 -1 lines)
MODIFY mod/data/mod_form.php   Rev. 1.25    (+1 -1 lines)
MODIFY course/editcategory_form.php   Rev. 1.8    (+1 -1 lines)
MODIFY mod/glossary/Attic/comment_form.php   Rev. 1.11    (+2 -2 lines)
MODIFY mod/hotpot/mod_form.php   Rev. 1.8    (+1 -1 lines)
MODIFY lib/form/htmleditor.php   Rev. 1.17    (+2 -2 lines)
MODIFY blog/edit_form.php   Rev. 1.17    (+2 -2 lines)
MODIFY lib/form/editorhelp.php   Rev. 1.8    (+16 -1 lines)
MODIFY admin/user/user_message_form.php   Rev. 1.4    (+2 -2 lines)
MODIFY mod/forum/post_form.php   Rev. 1.34    (+2 -2 lines)
MODIFY lib/form/textarea.php   Rev. 1.7    (+20 -9 lines)
MODIFY mod/chat/mod_form.php   Rev. 1.16    (+1 -1 lines)
MODIFY mod/scorm/mod_form.php   Rev. 1.21    (+1 -1 lines)
MODIFY question/type/edit_question_form.php   Rev. 1.20    (+1 -1 lines)
MODIFY mod/assignment/type/online/assignment.class.php   Rev. 1.66    (+2 -2 lines)
MODIFY mod/assignment/mod_form.php   Rev. 1.11    (+1 -1 lines)
MODIFY mod/resource/type/html/Attic/resource.class.php   Rev. 1.48    (+2 -2 lines)
MODIFY mod/quiz/mod_form.php   Rev. 1.37    (+2 -2 lines)
MODIFY mod/forum/mod_form.php   Rev. 1.35    (+1 -1 lines)
MODIFY mod/resource/type/text/Attic/resource.class.php   Rev. 1.43    (+2 -2 lines)
MODIFY mod/wiki/mod_form.php   Rev. 1.8    (+1 -1 lines)