[00:52] Tiki|bot New Forum Posts: Plugin Listpages fails to sort after upgrade 12.0 to 14.1 - https://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=57889 [00:52] Tiki|bot New Forum Posts: Elastic search on Tiki 12.x - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=57885 [00:52] Tiki|bot New Forum Posts: PayPal Donations, PDF creation and snippets: are they possible? - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=57884 [01:02] Tiki|bot New Forum Posts: Plugin Listpages fails to sort after upgrade 12.0 to 14.1 - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=57889 [01:02] Tiki|bot New Forum Posts: Elastic search on Tiki 12.x - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=57885 [01:02] Tiki|bot New Forum Posts: PayPal Donations, PDF creation and snippets: are they possible? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=57884 [01:13] Jyhem_ joined #tikiwiki [07:14] amette_ polom [08:53] giesen joined #tikiwiki [09:17] pbiendl joined #tikiwiki [10:15] redflo joined #tikiwiki [10:16] GillesM Hello [10:16] GillesM I am modifying one of my software who translate automatically translation files to Tikiwiki language.php :) [10:18] Tiki|bot joined #tikiwiki [10:22] amette_ GillesM : Good stuff! Have you seen the work that gezzza is doing with Transifex? [10:23] GillesM no .. [10:23] GillesM I need a tw in arabic .. and I will launch the translation for arabic language and I wil lcomplete french too [10:24] amette_ It's an online service, so we can integrate non-coders more easily into the translation workflow. If you are interested, best to contact gezza directly. I'm not really up to date on the effort. [10:24] amette_ Tiki in arabic - w00t! :) [10:48] xavi1 joined #tikiwiki [10:49] xavi polom [10:51] xavi quick question about jquery and fixing issues when using French, Dutch, Catalan langs etc. (see Re: http://sourceforge.net/p/tikiwiki/code/57056/ ) [10:52] xavi I see that addreference.tpl uses also single quotes in the jquery code. [10:52] xavi jQuery('#e_status').html('{tr}Saving...{/tr}'); [10:52] xavi (from line 41) [10:52] xavi Shouldn't that be replaced to double quotes? I.e.: [10:52] xavi jQuery('#e_status').html("{tr}Saving...{/tr}"); [10:53] xavi I mean, in jquery, is there any reason why not using double quotes around strings? [10:53] xavi (I can't test that myself now, I did run out of time of testing this thing ... still have to do the backport of r57056 to 14.x) [11:05] xavi another potential issue: at rebuild.tpl, line 23: onsubmit="$(this).parent().tikiModal('{tr}Rebuilding index...{/tr}')" [11:06] xavi could (shall) the single quotes there be converted to escaped double quotes? e.g. onsubmit="$(this).parent().tikiModal(\"{tr}Rebuilding index...{/tr}\")"> [11:07] amette_ I don't see any single quotes there... but either you do it the way you just posted it or you use single quotes as the outermost ones and then do not escape the inner ones iirc [11:08] amette_ ah, right, now I got it... you were changing the line above... [11:09] amette_ ... so: no, when you use double quotes as the outermost ones, you can use the single quotes and don't have to change them to double quotes. [11:09] amette_ afaik in JavaScript neither way is better... it boils down to personal preference. [11:10] amette_ So I would go with the first version, as there is no escaping necessary and it makes it more readable. [11:30] xavi hi amette_. thanks for your feedback. I wonder if you realize that with this syntax: [11:30] xavi onsubmit="$(this).parent().tikiModal('{tr}Rebuilding index...{/tr}')" [11:31] xavi whenever that string gets translated to a language that uses single quotes inside the translations, then tiki can produce a fatal error, afaik [11:32] amette_ Ah, nope, didn't realise that... make quite some sense though... better use double quotes then. ;) [11:33] amette_ And hope that no language uses double quotes in its strings. *g* [11:33] xavi yep, that's what I thought. :-) Willing to fix those nasty fragile points for the i18n of tiki [11:34] amette_ Cool, good stuff! :) [11:56] xavi message sent to the devel list about it :-) [11:56] xavi c u [11:57] xavi left #tikiwiki [11:57] Tiki|bot joined #tikiwiki [12:05] Tiki|bot joined #tikiwiki [12:09] Telesight joined #tikiwiki [13:42] Tiki|bot New Forum Posts: Fixing fragile points for tiki i18n: "single quote -> double quote" in translatable strings - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=57893 [13:42] Tiki|bot New Forum Posts: Plugin Listpages fails to sort after upgrade 12.0 to 14.1 - https://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=57889 [13:42] Tiki|bot New Forum Posts: Elastic search on Tiki 12.x - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=57885 [13:52] Tiki|bot New Forum Posts: Fixing fragile points for tiki i18n: "single quote -> double quote" in translatable strings - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=57893 [13:52] Tiki|bot New Forum Posts: Plugin Listpages fails to sort after upgrade 12.0 to 14.1 - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=57889 [13:52] Tiki|bot New Forum Posts: Elastic search on Tiki 12.x - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=57885 [15:54] fabricius joined #tikiwiki [16:08] macnific1 joined #tikiwiki [17:22] Tiki|bot New Forum Posts: Performance slowdowns caused by logging - crossposted from Sysadmins discussion - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=57895 [18:37] fabricius joined #tikiwiki [21:36] GillesM joined #tikiwiki [23:15] olinuxx joined #tikiwiki