[00:05] luciash hi astroo- [00:05] astroo- hello [02:00] Tiki-KGB 03nkoth r47768 10trunk/lib/ 10validatorslib.php 10validators/validator_required_in_group.js * [FIX] Validation of drop down field with option not working [02:22] Tiki-KGB 03nkoth r47769 10trunk/lib/validatorslib.php * [FIX] Category and multiselect drop down field validation was not working [02:41] Tiki|bot joined #tikiwiki [03:45] Tiki|bot New Forum Posts: Tiki installation: Unzipper subproject help needed - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=49347 [03:55] astroo- joined #tikiwiki [03:55] Tiki|bot New Forum Posts: sync'ing the calendar - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=49348 [07:44] Telesight joined #tikiwiki [09:33] pianoliv joined #tikiwiki [10:34] redflo joined #tikiwiki [10:44] arildb joined #tikiwiki [10:50] Telesight joined #tikiwiki [10:53] Telesight joined #tikiwiki [10:56] arildb joined #tikiwiki [11:45] Tiki|bot Recent Bug: - nextdoc.t.o broken link file galleries in mobile mode - http://dev.tiki.org/item4770 [11:50] xavi joined #tikiwiki [11:51] xavi polom [11:52] xavi abradley : did you get your question answered? ("I'm using the categories module. Is it possible to have a new post by a user in X group automatically be assigned Y category?") [12:25] Tiki|bot Recent Bug: - nextdev.t.o in mobile: unable to click on the watch icon for a tracker item - http://dev.tiki.org/item4771 [12:35] Tiki|bot Recent Bug: - nextdev.t.o: mobile not working for wiki pages (it is working for tracker items) - http://dev.tiki.org/item4772 [12:52] arildb joined #tikiwiki [13:06] Tiki|bot New Forum Posts: Possible alternative to a centralized quality team? - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=49352 [13:15] Tiki|bot Recent Bug: - mobile doesn't recognize theme style in Look & Feel admin panel. - http://dev.tiki.org/item4773 [13:29] rodrigoprimo joined #tikiwiki [14:00] Tiki|bot joined #tikiwiki [14:05] arildb_ joined #tikiwiki [14:07] arildb__ joined #tikiwiki [14:11] arildb_ joined #tikiwiki [14:20] ricks99 joined #tikiwiki [14:36] eliasp_ joined #tikiwiki [15:11] Tiki|bot New Forum Posts: Running the unit tests - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=49355 [15:25] fabricius joined #tikiwiki [15:31] dhazel joined #tikiwiki [15:31] Tiki|bot New Forum Posts: Which version to commit my changes on? - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=49361 [15:43] abradley xavi, I did not but that's okay. I wasn't very happy with a bug I ran across so I'm looking at other groupware [16:21] alain_desilets joined #tikiwiki [16:52] Tiki|bot New Forum Posts: Fatal error: Class 'TikiLib' not found in lib/cache/cachelib.php on line 27 - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=49363 [16:57] MikeofMany joined #tikiwiki [16:59] xavi abradley: I was asking because I think that the answer is yes, you can do that. You can define at group level a default category for when the users in that group create an object with no category on it [17:00] xavi abradley: "a bug you found", "not very happy"? Which bug did you find, if I may ask? [17:01] MikeofMany left #tikiwiki [17:01] xavi I mean, of course there are bugs, some more complex and some more easy to fix. It's a question of time to have them fixed, and you can always pay a consultant to have them fixed for you at a faster speed if they are too important for one's every day life with tiki, etc. [17:03] abradley xavi, thanks for the info. What I'm calling a bug was when creating an article the table maker button would pop up a "loading" splash that never went away. Also, I couldn't get the table sytax in an article's source to actually generate a table. [17:04] xavi tiki version? [17:04] xavi and browser? [17:13] xavi Jyhem: do you know how to add i18n to strings in js portions of a tpl? [17:13] xavi or arildb ? [17:13] aalex_ joined #tikiwiki [17:14] xavi these ones (3) are in tiki-change_password.tpl, line 21, 24 & 27 [17:20] arildb Hi xavi, no I don't. However, it can be done if the string are supplied as the JS is built on the PHP side. Not very pretty nor practical though. [17:21] arildb but it can work [17:24] xavi there is a way already in place.... [17:24] xavi I'll search around in other files.... [17:24] xavi (jonnyb knows fro sure) [17:42] Jyhem xavi: what about the js way: tr("Change Highlighter") [17:43] Jyhem supposing the translation exists in language.js [17:43] xavi hi Jyhem, thanks, that is what I did.... (I will test in short, after a few tweaks in the user wizard which I run again in a brand new tiki) [17:44] Telesight joined #tikiwiki [17:44] Jyhem if it's a translation from language.php, you might try after {jq notonready=true} and before {literal} to put stuff like [17:45] Jyhem vartoomany = "{tr}Too many tries{/tr}"; [17:45] xavi ok [17:45] Jyhem then use variable vartoomany in the {literal} section [17:46] Tiki-KGB 03xavidp r47770 10trunk/lib/wizard/pages/user_preferences_reports.php * [FIX]Run section in onContinue also only if option daily reports is on [17:46] Jyhem I didn't try any of it, tell us what worked :) [17:52] Tiki-KGB 03xavidp r47771 10trunk/templates/ 10(6 files) [17:52] Tiki-KGB [FIX]Visual fixes (spacing, position of icon on the right like the rest of the same section type, etc) [17:55] xavi tr("Passwords missing") didn't do the trick. It was shown as literal text (as is): tr("Passwords missing") [17:56] xavi ^ Jyhem [18:23] Tiki|bot New Forum Posts: how to add i18n to js portion of tiki-change_password.tpl? - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=49368 [18:27] Jyhem xavi: I guess the tr function is defined after templates are displayed. So what a bout my plan B suggestion ? [18:31] xavi ok, there I go to try, Jyhem [18:31] xavi (thks) [18:35] xavi mmm, the vartoomany is shown literally [18:35] xavi ^Jyhem [18:38] xavi mmm, that's why the vartoomany was inside the quoted string. [18:38] xavi How do I set that out of the quotation marks? I don't get it to work like this: [18:38] xavi ret_msg.innerHTML = "Missing " varpassmissing; [18:40] marclaporte joined #tikiwiki [19:02] xavi enough for the day for me. Jyhem , I did send a message to the devel list about it. Maybe someone else knows another alternative. Cheers [19:02] xavi left #tikiwiki [19:04] arildb Are we branching Tiki12 today? [19:32] Tiki-KGB 03xavidp r47772 10trunk/lang/ca/language.php * [TRA]A few translations improved [21:12] arildb joined #tikiwiki [23:38] astroo- joined #tikiwiki [23:38] astroo- hello people [23:56] astroo- joined #tikiwiki