Issue Details (XML | Word | Printable)

Key: MDL-20554
Type: Bug Bug
Status: Open Open
Priority: Critical Critical
Assignee: Koen Roggemans
Reporter: Petr Skoda
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

CLONE -detect and fix all syntax $a-> and other problems in all language packs and make sure it never happens again

Created: 14/Oct/09 03:30 AM   Updated: 21/Oct/09 04:17 PM
Return to search
Component/s: Languages
Affects Version/s: 1.9.5
Fix Version/s: 1.9.7

Issue Links:
Cloners
 

Participants: Koen Roggemans and Petr Skoda
Security Level: None
QA Assignee: Koen Roggemans
Affected Branches: MOODLE_19_STABLE
Fixed Branches: MOODLE_19_STABLE


 Description  « Hide
some translators insert spaces after $a-> something
some translators translate $a->
some translators make syntax errors

1/ make script that detects these problems
2/ fix everything in cvs
3/ fix lang edit UI to prevent these problems


These problems often lead to famous blank screens if php 5.2 used because it throws fatal exception because object can not be cast to string anymore.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Petr Skoda added a comment - 14/Oct/09 03:31 AM
lalala, again lots of problems in lang packs

Petr Skoda added a comment - 14/Oct/09 04:40 AM
I could fix most of the problems myself, but I am not sure if my changes were correct

Koen: could you please contact the Khmer lang pack maintainer please and ask him to verify my changes? thanks


Koen Roggemans added a comment - 20/Oct/09 02:38 AM
ok, I'll do,

I thought that langfix.php checked these things, no?