#1 2011-02-10 23:47:13

aurex
Member
Registered: 2010-05-02
Posts: 46

missing some accented vowels for Latin Spanish

In the generation of url from the title.

file: ionize.js
line: 1156

missing some accented vowels for Latin Spanish

Add:
text = text.replace(/á/g, 'a');
text = text.replace(/í/g, 'i');
text = text.replace(/ó/g, 'o');
text = text.replace(/ú/g, 'u');

Saludos!!!

Offline

#2 2011-02-12 13:29:51

toopixel
Ionize Core Team
From: Geneva
Registered: 2010-04-20
Posts: 272
Website

Re: missing some accented vowels for Latin Spanish

ok, thanks, we'll find a way to add that !


Too Pixel is a web agency located in Geneva, Switzerland

Offline

#3 2011-02-12 17:03:17

ukyo
Community Manager
From: Marmaris - Turkey
Registered: 2010-05-19
Posts: 629
Website

Re: missing some accented vowels for Latin Spanish

//Latin Turkish Chars
text = text.replace(/ş/g, 's');
text = text.replace(/ı/g, 'i');
text = text.replace(/ğ/g, 'g');


<ion:ukyo from="Turkey" />
User's documentation | Webdesigner's doc | Language files | My Github Repositories
Please send your first message to a forum section, not forum users or administration.

Offline

#4 2011-02-15 09:48:11

aurex
Member
Registered: 2010-05-02
Posts: 46

Re: missing some accented vowels for Latin Spanish

sure, i've finded some tiny minor bug's like this, where do i report them? here in this section?

Offline

#5 2011-02-15 09:53:21

toopixel
Ionize Core Team
From: Geneva
Registered: 2010-04-20
Posts: 272
Website

Re: missing some accented vowels for Latin Spanish

yes, exactly this is the right section to do so, later we'll probably try to find a good bug tracker script or something like that but for now the forums are enough


Too Pixel is a web agency located in Geneva, Switzerland

Offline

#6 2011-02-16 07:47:22

aurex
Member
Registered: 2010-05-02
Posts: 46

Re: missing some accented vowels for Latin Spanish

ok, because in the libraries\Tagmanager\Page.php, line 2426

//Missing $tag parameter for enclose function
    public static function tag_media_file_name($tag) { return self::enclose($tag->locals->media['file_name']); }

//rigth way 
    public static function tag_media_file_name($tag) { return self::enclose($tag, $tag->locals->media['file_name']); 

Offline

#7 2011-02-16 10:13:48

Michel-Ange
Ionize Core Team
From: Paris, France
Registered: 2010-03-22
Posts: 713
Website

Re: missing some accented vowels for Latin Spanish

Good check ! smile


Inspiration & Innovation : Websites by Partikule, Agence Web Paris

Offline

#8 2011-02-18 15:09:09

Guardian
Ion Tester
From: Mragowo, Poland
Registered: 2010-08-02
Posts: 133
Website

Re: missing some accented vowels for Latin Spanish

toopixel wrote:

yes, exactly this is the right section to do so, later we'll probably try to find a good bug tracker script or something like that but for now the forums are enough

I have used Mantis http://www.mantisbt.org/ for the last 5 years. I use it for a collaborative project with around a dozen developers (another CMS), which is configured as a private issue tracker (only the developers and QA staff have access), for my own projects which is configured to allow anyone to post a bug report, and for client projects.
If you don't want to install a PHP script like Mantis there are other third party providers like GitHib, which is similar to SourceForge.

Offline

#9 2011-02-18 16:20:17

toopixel
Ionize Core Team
From: Geneva
Registered: 2010-04-20
Posts: 272
Website

Re: missing some accented vowels for Latin Spanish

I am not convinced by Mantis (I've used that wisely in the past), I would better think like you are suggesting of using more modern tools like Assembla or GITHub to do such a task, or why not BitBucket like Ellislab for CodeIgniter


Too Pixel is a web agency located in Geneva, Switzerland

Offline

What's Ionize ?

Ionize is an Open Source Content Management System created by webdesigners for webdesigners.

Created and maintained by Partikule and Toopixel , Ionize wants to be the easiest and most powerful CMS.

Can I help ?

Because talent is nothing without involvement, we are looking for motivated coders and webdesigners to join the project team.

Resources

Website : www.ionizecms.com
Documentation : doc.ionizecms.com

Development : Ionize on GitHub
Translations : Translations on GitHub