Issue Details (XML | Word | Printable)

Key: MDL-3926
Type: Bug Bug
Status: Reopened Reopened
Priority: Trivial Trivial
Assignee: Ludo's dfwikiteam
Reporter: Pieterjan Heyse
Votes: 2
Watchers: 0
Operations

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

Wiki does not work correctly when using & in the title.

Created: 16/Aug/05 10:18 PM   Updated: 15/Nov/08 12:25 AM
Component/s: Wiki (1.x)
Affects Version/s: 1.5.1
Fix Version/s: None

Environment: Linux
Issue Links:
Relates
 

Database: MySQL
Participants: Ludo's dfwikiteam, Michael Penney and Pieterjan Heyse
Security Level: None
Affected Branches: MOODLE_15_STABLE


 Description  « Hide
When I use the & sign in the description of my new wiki and I edit the main page, the name of that page crops before the & sign.



I'll explain :



when I use Projectomschrijvingen & voorbereidingen as description and I click the Edit button only Projectomschrijvingen survives. Needless to say that this does not work as expected.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Michael Penney added a comment - 29/Nov/06 04:22 AM
  1. also breaks things badly in 1.5.4, when a wiki page has a title:

Content Area Group #2

Not only is everthing after the # not printed, but also (and worse), the code from the HTML editor is printed after hitting "Edit", the going back to "View", we get:

Edit this page 'Content Area Group'
Try not to worry too much about formatting, it can always be improved later.
edit_content = new HTMLArea('edit-content'); var config = edit_content.config; function spellClickHandler(editor, buttonId) { editor._textArea.value = editor.getHTML(); var speller = new spellChecker( editor._textArea ); ---and all the rest of the html editor code.

Typing something in the editor fixes the problem, but it's disconcerting.