Issue Details (XML | Word | Printable)

Key: MDL-14137
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Dongsheng Cai
Reporter: Urs Hunkler
Votes: 1
Watchers: 2
Operations

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

Databas field description with Umlauts get seaved as strange encodings -> preset can't be imported

Created: 02/Apr/08 12:28 AM   Updated: 29/Apr/08 08:33 AM
Return to search
Component/s: Database activity module
Affects Version/s: 1.9
Fix Version/s: 1.9.1

File Attachments: None
Image Attachments:

1. Insertion_of_new_field_failed.png
(9 kB)

Participants: Dongsheng Cai, Eloy Lafuente (stronk7), Petr Skoda, Robert Allerstorfer and Urs Hunkler
Security Level: None
QA Assignee: Eloy Lafuente (stronk7)
Resolved date: 18/Apr/08
Affected Branches: MOODLE_19_STABLE
Fixed Branches: MOODLE_19_STABLE


 Description  « Hide
Database field entries with Umlauts get saved as strange encodings -> preset can't be imported.
"können" gets "können" in the preset.xml

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Dongsheng Cai committed 1 file to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 09/Apr/08 02:07 PM
MDL-14137, replace htmlentities with htmlspecialchars
MODIFY mod/data/lib.php   Rev. 1.137.2.10    (+3 -3 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 09/Apr/08 02:08 PM
MDL-14137, replace htmlentities with htmlspecialchars, merged from MOODLE_19_STABLE
MODIFY mod/data/lib.php   Rev. 1.148    (+3 -3 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 17/Apr/08 10:58 AM
MDL-14137, donot filter single and double quote anymore, see tracker
MODIFY mod/data/lib.php   Rev. 1.137.2.17    (+3 -3 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 17/Apr/08 10:59 AM
MDL-14137, donot filter single and double quote anymore, see tracker, merged from MOODLE_19_STABLE
MODIFY mod/data/lib.php   Rev. 1.156    (+3 -3 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 18/Apr/08 10:11 AM
MDL-14137, use addslash in get_settings() and remove the second parameter of htmlspecialchars()
MODIFY mod/data/lib.php   Rev. 1.137.2.21    (+4 -5 lines)
Dongsheng Cai committed 1 file to 'Moodle CVS' - 18/Apr/08 10:12 AM
MDL-14137, use addslash in get_settings() and remove the second parameter of htmlspecialchars()
MODIFY mod/data/lib.php   Rev. 1.160    (+4 -5 lines)
Petr Skoda committed 1 file to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 22/Apr/08 03:30 PM
MDL-14137 adding minor fix for quotes in fieldname
MODIFY mod/data/field.php   Rev. 1.24.4.2    (+2 -2 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 22/Apr/08 03:31 PM
MDL-14137 adding minor fix for quotes in fieldname; merged from MOODLE_19_STABLE
MODIFY mod/data/field.php   Rev. 1.27    (+2 -2 lines)