Issue Details (XML | Word | Printable)

Key: MDL-11844
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Petr Skoda
Reporter: Howard Miller
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

Please put back limited HTML in resource and activity names

Created: 19/Oct/07 10:12 PM   Updated: 29/Jul/08 10:36 PM
Return to search
Component/s: Course
Affects Version/s: 1.8.3, 1.9
Fix Version/s: 1.9.3

Issue Links:
Duplicate
 
Relates
 

Participants: Helen Foster, Howard Miller, Mauno Korpelainen and Petr Skoda
Security Level: None
QA Assignee: Helen Foster
Resolved date: 26/Jul/08
Affected Branches: MOODLE_18_STABLE, MOODLE_19_STABLE
Fixed Branches: MOODLE_19_STABLE


 Description  « Hide
As far as I can tell, all activity and resource names have had their tags stripped for the last few versions. This has caused numerous user complaints. For example, teachers on a botany course want to put the latin name of a plant in italics as this is the correct format. It would only need to be a very limited range of tags, probably just bold and italic.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Mauno Korpelainen added a comment - 22/Oct/07 11:18 PM
Howard,
there is one way to do it:

<span style="font-weight:bold">Test</span>

<span style="font-style:italic">Test</span>


Petr Skoda added a comment - 26/Jul/08 11:17 PM
should be fixed in cvs,
Helen: could you please review the new lang strings?

thanks for the report


Helen Foster added a comment - 29/Jul/08 10:13 PM
As the setting appears to only affect activity and resource names, and not forum post titles, or blog entry titles, I suggest the following small rewording:

$string['stripalltitletags'] = 'Remove HTML tags from all activity names';
$string['configstripalltitletags'] = 'Uncheck this setting to allow HTML tags in activity and resource names.';

Documentation added:

http://docs.moodle.org/en/HTML_settings


Helen Foster added a comment - 29/Jul/08 10:26 PM
Lang string rewording in cvs.

Howard, thanks for suggesting this improvement and Petr, thanks for implementing it


Howard Miller added a comment - 29/Jul/08 10:36 PM
Cool.... thanks