You are not logged in.
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
ok, thanks, we'll find a way to add that !
Too Pixel is a web agency located in Geneva, Switzerland
Offline
//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
sure, i've finded some tiny minor bug's like this, where do i report them? here in this section?
Offline
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
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
Good check ! ![]()
Inspiration & Innovation : Websites by Partikule, Agence Web Paris
Offline
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
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
© 2010-2012 Partikule | Web agency Paris, France