[02:01] Tiki|bot New Forum Posts: Problems with CSV Export / Import of Banning Lists - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=44131 [03:07] goj_killedByISP joined #tikiwiki [08:12] redflo joined #tikiwiki [10:04] jacmoe joined #tikiwiki [13:17] jacmoe joined #tikiwiki [14:04] rodrigoprimo joined #tikiwiki [14:06] xavi joined #tikiwiki [14:06] xavi polom [14:07] xavi anyone knows how to use data from a cell in a tiki spreadsheet into another tiki spreadsheet? (in 9x) [14:09] xavi joined #tikiwiki [14:51] El joined #tikiwiki [14:52] El_Presidente joined #tikiwiki [14:54] El_Presidente Hi! [14:54] El_Presidente Anyone here who knows how to produce dynamic Tracker input? [14:55] El_Presidente I want to have checkbox or a drop down list and depending on the choice another input shall pop up or stay hidden\ [14:56] El_Presidente i found a website where something like this is described, but this does not work [15:04] xavi El_Presidente: see http://doc.tiki.org/PluginJQ [15:04] radek82 joined #tikiwiki [15:04] xavi this works for me in 6x [15:04] xavi and some people reported that something like that works for them in 9x [15:06] El_Presidente Thanks! I will try it [15:07] CIA-36 tikiwiki: 03jonnybradley * r41608 10/trunk/ (29 files in 17 dirs): [15:07] CIA-36 tikiwiki: [MRG] Automatic merge, branches/9.x 41575 to 41607 [15:07] CIA-36 tikiwiki: Conflict on lib/core/Services/Tracker/Controller.php merged manually [15:22] jonnyb joined #tikiwiki [15:23] jonnyb polom [15:24] Jyhem polom jonnyb [15:25] jonnyb hi Jyhem [15:25] Jyhem are you working on table sortable columns right now ? (I read smtg in dev list)? [15:27] jonnyb no [15:27] jonnyb just got the minify thing to work [15:28] Jyhem ok [15:33] * Jyhem looking at it. Fearing interferences [15:35] Jyhem If I do a lot of $headerlib->add_jq_onready('code'); in a plugin, does it mean a lot of js files are downloaded, or are they grouped automagically ? [15:36] jonnyb add_jq_onready is added to the page source (unminified) [15:37] Jyhem In other words, is it good practice to build one big $code variable and then do $headerlib->add_jq_onready($code); or is it a waste of time and useless complications ? [15:37] Jyhem each call to add_jq_onready is added separately, you say , [15:37] Jyhem each call to add_jq_onready is added separately, you say ? [15:39] jonnyb no, they're all in one