[00:58] Jyhem_laptop_ joined #tikiwiki [01:57] fabricius amette: ping [01:57] fabricius amette_: ping [02:54] fabricius joined #tikiwiki [03:02] amette_ left #tikiwiki [04:27] torsten1 joined #tikiwiki [04:33] fabricius joined #tikiwiki [08:12] fabricius joined #tikiwiki [08:56] Bsfez joined #tikiwiki [09:01] redflo joined #tikiwiki [09:41] robertokir joined #tikiwiki [09:57] luciash plopplop [10:07] Bsfez joined #tikiwiki [10:08] Bsfez polom [10:09] luciash hi B [10:15] luciash did it help? [10:15] Bsfez Perfect, it solved this case (using exit URL) and I will update doc and help. :) [10:15] luciash Bsfez: ?itemId&cookietab=2 [10:16] Bsfez yes [10:16] luciash cool :) [10:16] Bsfez Still this is not the ultimate solution for this case. [10:17] luciash :( [10:17] Bsfez I'm saving 5 time part of the item which may be a problem; mandatory, interruption in betwen [10:17] Bsfez etc... [10:17] luciash :'( [10:17] Bsfez he he he [10:17] luciash :_( [10:17] Bsfez I'm working to improve Tiki you know :) [10:17] luciash :< [10:18] luciash just a little porg smiley ;) [10:18] Bsfez :) [10:20] Bsfez I'm on my tiki tracking regression day... I will post a lot of stuff :D :D :D [10:23] luciash cool, I have to work here tho :( [10:23] luciash are you serious we release alpha tomorrow? [10:23] luciash or did i misunderstood? [10:23] Bsfez yes [10:24] Bsfez no time... [10:24] Bsfez if not now release will be after january [10:24] luciash we still have no star names to choose from (except the Aquila suggestion) [10:24] Bsfez (beside dev need a push before too many regressions accumulate) [10:30] Bsfez Before I goof... we commit in 18.x right (I can't believe I ask this again :D :D :D) [10:48] luciash ha ha [10:49] luciash new features to trunk, fixes to 18.x, yes [10:49] Bsfez yes I checked (and updated where to commit) thanks Luci ! [10:50] Bsfez (clarified, not really updated) [10:52] luciash tks for the clarification. btw, plural in English almost always ends with "s" [10:53] luciash s/tooltip/tooltips for example [10:54] Bsfez thanks correcting it [11:17] amette_ joined #tikiwiki [11:41] Bsfez Arrrrrr Luci catastrophe !!!! [11:41] Bsfez Using tab + tracker plugin recreate an item on each click... :( [11:46] fabricius joined #tikiwiki [12:19] amette_ polom [12:20] luciash amette_: hi bro [12:20] amette_ heya bracho :) [12:21] luciash Bsfez: you cannot have two "?" in URL [12:22] Bsfez beahhh I tried with : Add%2Bnew%2Bagreement?cookietab=2?itemId [12:22] luciash yes, that is stupid [12:23] Bsfez the itemId is auto-increment. when moving from tab1 to tab2 the item is saved and id is incremented (so each step save a new item with part of the data) [12:23] luciash you must use ?cookietab=2&itemId [12:23] Bsfez let's try that one :D [12:23] Bsfez (and yes I think you are right - me stupid :D) [12:25] Bsfez you got your 12 points back ! [12:26] Bsfez (and I go to the corner of the class) [12:28] luciash I meant using 2 times "?" in URL is not a good idea, sorry :) [12:28] * luciash goes downtown to pick up someone, bbl [12:29] Bsfez it's mainly a wrong idea :D [12:43] jonnyb joined #tikiwiki [12:54] fabricius joined #tikiwiki [12:57] fabricius polom [13:02] amette_ heya fabricius [13:16] amette_ left #tikiwiki [13:16] amette_ joined #tikiwiki [13:25] luciash re [14:02] luciash Jyhem: heard you cleaning dishes, are you there? [14:02] luciash or Jyhem_laptop_ :) [14:04] luciash Jyhem: on jitsi [14:04] Jyhem yes, on it! [14:06] fabricius amette_ hello [14:38] Bsfez joined #tikiwiki [14:40] Bsfez I need a man ! (Annie Lennox song) [14:54] RadoS Buy one. [14:55] Bsfez Mmm... I have humour but I would laugh at that wuth the day we are living in. [14:55] Bsfez anyway... [14:55] Bsfez I need a dev :) [14:55] Bsfez at lib/prefs/theme.php [14:56] Bsfez this : $themes = array_map('ucfirst', $themelib->list_themes()); [14:56] Bsfez create a dropdown with themes where uppercase are on the top of the list, ie: [14:57] Bsfez In my themes folder I have: fivealive, thenews, Tikipedia (note the T). [14:58] Bsfez on the dropdown at tiki-admin.php?page=look it shows : Tikipedia, fivealive, thenews [15:05] Bsfez joined #tikiwiki [15:06] Bsfez joined #tikiwiki [15:12] robertokir joined #tikiwiki [15:35] lincolna joined #tikiwiki [15:36] lincolna what are things like {page} and {now} called again? trying to find the documentation on them [15:37] luciash lincolna: you mean {{page}}? it is argument variable [15:37] luciash argvars for short [15:37] lincolna thanks [15:38] lincolna couldn't remember, and couldn't work backwards because search engines ignore non-letter characters [15:46] Bsfez joined #tikiwiki [15:52] lincolna ah, {now} is a plugin, not like {{page}} argvar [15:52] lincolna hmm [15:52] lincolna is there any way I can feed the current date/time to a plugin? [16:01] Bsfez joined #tikiwiki [16:06] robertokir joined #tikiwiki [16:50] luciash lincolna: what do you mean by feed? [16:51] lincolna ok, in case I'm going about this entirely the wrong way, I'll sdet out the whole problem: [16:52] lincolna I have a tracker with a date/time field. I want to display the tracker on a wiki page (currently using {trackerfilter}). I want to filter out any cases where the date/time field is before today. [16:53] lincolna The approach I was trying to use was giving the current date to the exactvalue parameter of {trackerfilter} [16:55] luciash lincolna: you can use exactvalue="greaterequal(now)" for example [16:56] lincolna just the word "now", nothing extra around it? [16:56] luciash yes [16:57] luciash greater(now) or lower(now) should work as well [16:58] lincolna thanks [16:58] lincolna that does indeed do what I was after [17:02] luciash sorry less(now) (not lower) [18:21] Telesight joined #tikiwiki [18:51] j0n3 joined #tikiwiki [18:58] Bsfez joined #tikiwiki [19:52] Bsfez joined #tikiwiki [20:04] Bsfez joined #tikiwiki [20:25] fabricius joined #tikiwiki [21:00] Bsfez joined #tikiwiki [21:25] fabricius joined #tikiwiki [21:54] Bsfez joined #tikiwiki [22:48] Bsfez joined #tikiwiki [23:42] Bsfez joined #tikiwiki