[00:03] Recent Bug: Tracker item: #4055 - - Wishlist and bugs reporting : why not to have defined "Related project : Release 70 ; Release 80 ? - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=4055 [00:03] *** Caarrie|away is now known as Caarrie|sleeping [00:30] *** redflo has left [00:49] *** Trebly has quit IRC (Ping timeout: 240 seconds) [00:51] *** Trebly has joined #tikiwiki [00:56] *** Trebly has quit IRC (Ping timeout: 244 seconds) [01:01] *** Trebly has joined #tikiwiki [01:06] *** Trebly has quit IRC (Ping timeout: 240 seconds) [01:38] *** chealer has quit IRC (Quit: Konversation terminated!) [02:01] *** goj has quit IRC (Disconnected by services) [02:01] *** goj_killedByISP has joined #tikiwiki [02:01] *** goj_killedByISP is now known as goj [02:39] *** Myrkul has joined #tikiwiki [02:40] hi :) still trying to get my page with the form working... can i somehow change the select statement in a call to the sql plugin with the values in the form? [02:40] i'm thinking i'll need to make a plugin to bridge them...any tips on how i might do that? [03:16] *** arildb has joined #tikiwiki [03:16] *** arildb has quit IRC (Client Quit) [03:51] *** arildb has joined #tikiwiki [05:19] *** chealer has joined #tikiwiki [05:19] *** chealer has quit IRC (Changing host) [05:19] *** chealer has joined #tikiwiki [05:31] *** DarkTomas has joined #tikiwiki [05:31] Hello [05:32] I do not know if I've overlooked but possibly somewhere is what the hardware requirements Tiki Wiki CMS Groupware has? [05:41] *** marclaporte has quit IRC (Ping timeout: 276 seconds) [06:03] *** DarkTomas has quit IRC (Ping timeout: 265 seconds) [06:35] *** marclaporte has joined #tikiwiki [06:35] *** ChanServ sets mode: +o marclaporte [06:55] *** coaboa has joined #tikiwiki [06:55] polom tikiverse [07:01] *** coaboa|afk has joined #tikiwiki [07:02] *** coaboa has quit IRC (Ping timeout: 245 seconds) [07:39] tikiwiki: 03chealer * r38919 10/trunk/lib/setup/user_prefs.php: [REF] Timezones: minor simplification/correction/clarification (DateTime knows CEST. remove timezone regex check now that there's a proper check) [07:45] tikiwiki: 03chealer * r38920 10/trunk/lib/setup/javascript.php: [07:45] tikiwiki: Timezones: when detecting browser's timezone, do not set local_tz to UTC if detected timezone is not recognized [07:45] tikiwiki: Note: partially reverts r33286. This should cause the timezone to change from UTC to the default timezone when detection fails [07:50] *** chealer has quit IRC (Quit: Konversation terminated!) [08:08] *** redflo has joined #tikiwiki [08:14] *** JoernOtt has joined #tikiwiki [08:18] *** Wilkins has joined #tikiwiki [09:03] *** arildb_ has joined #tikiwiki [09:03] *** arildb has quit IRC (Read error: Connection reset by peer) [09:05] New Forum Posts: How to do mandatory category for wiki pages - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=42671 [09:09] *** Wilkins_ has joined #tikiwiki [09:10] *** Jyhem_laptop_ has joined #tikiwiki [09:11] *** coaboa|afk has quit IRC (Remote host closed the connection) [09:11] *** JoernOtt has quit IRC (Ping timeout: 244 seconds) [09:11] *** Wilkins has quit IRC (Remote host closed the connection) [09:11] *** Jyhem_laptop has quit IRC (Remote host closed the connection) [09:12] *** Sp4rKy has quit IRC (Ping timeout: 244 seconds) [09:12] *** Sp4rKy has joined #tikiwiki [09:12] *** Sp4rKy has quit IRC (Changing host) [09:12] *** Sp4rKy has joined #tikiwiki [09:19] *** Merbster has joined #tikiwiki [09:24] I need to create a list of tracker items, that has a "checkbox" so that the item can be "crossed off" on the list. [09:25] Is there any easy way to do this that I ahve missed? [09:49] *** arildb_ is now known as arildb [10:07] *** Wilkins_ is now known as Wilkins [10:18] *** rodrigoprimo has joined #tikiwiki [11:05] *** rodrigoprimo has quit IRC (Ping timeout: 260 seconds) [11:13] *** JoernOtt has joined #tikiwiki [11:59] *** aleu has joined #tikiwiki [11:59] hi [12:00] does anyone her know if it is possible to pass filter params by url parameters for a trackerlist or trackerfilter? [12:04] yes it is [12:04] aleu, [12:05] this is great news, can you also tell me how to do that? [12:05] *** arildb has quit IRC (Read error: Connection reset by peer) [12:05] *** arildb_ has joined #tikiwiki [12:05] http://doc.tiki.org/Wiki+Argument+Variables <- it's with these [12:05] if you include an argument variable on your page with {{yourspecialarg}} [12:05] you can pass in the value for that placeholder by specifying an url param named the same [12:06] in this case it would be somethinglike: yourwikihost.com/tiki-index.php?page=myPage&yourspecialarg=yourspecialvalue [12:06] aleu, the cool thing is, that these arg variables are rendered before the plugins, so they can be used as argument values. [12:07] so in your case with the trackerlist it would be {TRACKERLIST(... filterfield"200" filtervalue="{{yourspecialarg}}" ...) [12:07] where 200 is the ID of the field youw ant to filter [12:07] more filtering options etc. can be found on the individual plugin doc pages. [12:07] aleu. [12:08] great, i will immediately try that, thank you very much! [12:08] aleu, no problem, don't hesitate to highlight me if you have further questions, I have used these features extensively :) [12:21] everything works very nicely, thanks again! I have however one mor question: how to enable this filtering only if a parameter was entered? [12:21] so if no url parameter was given I should somehow disable filtering, in order to show all values [12:21] otherwise i will just get the message that no entry was found [12:43] aleu, hmm [12:43] aleu, the easiest way if probably to hack the argument variable parser. [12:43] is* [12:43] else you have to maybe do it with the JQ plugin. [12:44] aleu, depends, do you mind having to edit a php file everytime you upgrade to a new tiki version? [12:56] aleu, The simplest solution might be to add a link to a similar page that doesn't contain the filtering. [12:57] because I don't know any way to remove plugin parameters. [12:57] maybe you could have both the filterfield and filtervalue be set by an argument variable [12:57] if the filterfield is empty I don't think it knows waht field it should filter by and thus would filter by none. Allthough you'd have to test it [13:05] *** RobertPlummer has joined #tikiwiki [13:10] *** jonnyb has joined #tikiwiki [13:11] long time no polom [13:22] polom back :-) [13:22] hi Jyhem [13:22] *** Caarrie|sleeping is now known as Caarrie|away [13:27] Merbster, thank you very much for your ideas, the simplest way, which I will use, is to have a similar page that doesn't filter. filterfield as param does not work, as it says "incorrect filterfield" when nothing is passed. Thanks again very much and have a nice day! [13:28] aleu, no problem :) [13:29] polom all [13:30] hi RobertPlummer [13:31] Good day to you guys :) [13:31] *** aleu has quit IRC (Quit: Page closed) [13:39] hmm [13:40] Why does tiki interpret a linebreak as a br in the HTML plugin? [13:40] as a
* [13:41] Did it always do it like that? [13:41] jonnyb: pdf export, get a chance to check it out yet? [13:41] hi RobertPlummer - nope, sorry [13:41] emergency firefighting only recently [13:42] :) [13:42] i'm afraid i did find a little issue with the code plugin on dev.t.o (although greatly improved in general, thanks! :) ) [13:43] i set the "colors" param to "php mixed" and nothing shows up at all (in Safari) [13:59] tikiwiki: 03jonnybradley * r38921 10/trunk/lib/trackers/trackerlib.php: [FIX] trackers: Update items count in the tracker definition before updating unified search index (in case it doesn't return) [14:11] *** radek82 has joined #tikiwiki [14:36] *** redflo has quit IRC (Quit: Leaving.) [14:44] tikiwiki: 03lphuberdeau * r38922 10/trunk/templates/modules/mod-map_layer_selector.tpl: [FIX] jQuery would not send the correct element as 'this', likely because element is added afterwards to the tree, optional layers now toggle correctly [15:00] *** marclaporte has quit IRC (Quit: Leaving.) [15:01] Is there any way to rename the 3 tracker item status ? [15:01] or would I have to rely on JS? :P [15:02] Merbster: you could try the custom lang.php file? [15:02] jonnyb, but that would not be page specifik [15:03] that would be global across the whole wiki I think [15:03] and then it would not fit [15:03] I am thkning about using JS to rename the selection text but not the values [15:03] sounds like the only way for now (without building some new features) [15:03] this is the FINAL deadline [15:03] 20 dec. [15:04] and I have a second project too where I have to build a database that can support enough data to simulate logisitcs at a hospital [15:04] so I am cornered enough as it is :P [15:19] New Forum Posts: Print verions of thumpnail pictures - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=42676 [16:00] *** arildb__ has joined #tikiwiki [16:00] *** arildb_ has quit IRC (Read error: Connection reset by peer) [16:00] *** arildb__ is now known as arildb [16:20] *** Merbster has quit IRC (Read error: Connection reset by peer) [16:26] *** SJ-Jay has joined #tikiwiki [16:49] Recent Bug: Tracker item: #4056 - - Avatar PNG Background Transparent to Black on Resize - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=4056 [16:59] Recent Bug: Tracker item: #4057 - - Login Hover - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=4057 [17:13] *** RobertPlummer has quit IRC (Ping timeout: 240 seconds) [17:23] *** jonnyb has quit IRC (Quit: I am going outside... I may be some time...) [17:26] *** Wilkins has quit IRC (Ping timeout: 260 seconds) [18:06] *** arildb_ has joined #tikiwiki [18:06] *** arildb has quit IRC (Read error: Connection reset by peer) [18:06] *** arildb_ is now known as arildb [18:22] *** Merbster has joined #tikiwiki [18:24] *** rodrigoprimo has joined #tikiwiki [18:28] *** RobertPlummer has joined #tikiwiki [18:48] *** Bernard1 has joined #tikiwiki [18:54] *** Trebly has joined #tikiwiki [18:58] *** coaboa has joined #tikiwiki [18:58] polom [18:58] lomop [19:03] on a tracker (form generator), i have a country field (external country tracker). For some country (checkbox y/n in the country tracker) i need to display dialog box that show specific information concerning this country… Any idea someone on how to do that ? [19:08] Bernard1, what kind of information? images, text, video? or just text? [19:08] just text [19:08] hi Merbster :) [19:08] does it have to be presented in a certain way? [19:09] Hello btw :) [19:09] nothing fancy a browser dialog box can do [19:09] ;) [19:10] Well there's the new plugindialog box but you'd need to know a bit of jquery to hook it up to the different country links. [19:10] also if you have 100 different countries I don't know how well it would scale with 100 dialog plugins on the same page. [19:10] you'd have to test that or ask the author of the plugin [19:11] Mmm… my idea is to have a "travel" tracker and a "country" tracker. (dynamic link). In the country tracker you have the country name, a checkbox (alert y/n) and a alert text content. [19:12] when a country is selected and has alert=y the alert text content should be displayed. [19:12] i fear the plugindialog is not really adapted… [19:20] you are right if it can be done as simple as an alert() I'd go with that too [19:21] LOL… me too if knew how to do it ! [19:21] I am thinking [19:21] how are you displaying your records? [19:21] ... [19:21] good point ! [19:21] with trackerlist or list ? [19:21] pretty tracker [19:23] you can use pretty tracker on either of those [19:23] template with input plugins for a form generator… I believe that (don't laught i'm not a coder) a kind of condition (if) on the tracker country, with field = country selected. but i have no idea on how to do that [19:26] you can't really do conditional fields without some jquery stuff [19:27] ok conclusions; It can be done. But i have to find someone to do it for me. :) [19:28] tks Mebster, i got a romantic night so i should think about this tomorrow now. cu ;) [19:29] Rule 354: romantic nights hate computers and playstation [19:31] I know [19:31] I live with a woman :) [19:41] *** Trebly has quit IRC (Ping timeout: 260 seconds) [19:50] *** Merbster has quit IRC (Quit: Leaving) [19:57] *** blast_hardcheese has quit IRC (Read error: Connection reset by peer) [20:05] *** SJ-Jay has quit IRC (Read error: Connection reset by peer) [20:38] *** Bernard1 has quit IRC (Quit: Leaving.) [20:43] *** rodrigoprimo1 has joined #tikiwiki [20:44] *** rodrigoprimo has quit IRC (Ping timeout: 245 seconds) [20:54] *** blast_hardcheese has joined #tikiwiki [21:04] tikiwiki: 03robertplummer * r38923 10/trunk/ (4 files in 4 dirs): [ENH] Refinements to much of the input building process, getting things like repeating and dependancy cleaned up [21:27] tikiwiki: 03robertplummer * r38924 10/trunk/lib/ (core/Report/Builder.php wiki-plugins/wikiplugin_report.php): [FIX] Handled defaults and if report is blank [21:36] *** coaboa has quit IRC (Remote host closed the connection) [22:02] *** RobertPlummer has quit IRC (Ping timeout: 240 seconds) [22:16] *** RobertPlummer has joined #tikiwiki [22:25] tikiwiki: 03robertplummer * r38925 10/trunk/lib/jquery_tiki/tiki-jquery.js: [FIX] Code cleanup for visible event [22:28] tikiwiki: 03robertplummer * r38926 10/trunk/lib/codemirror_tiki/codemirror_tiki.js: [FIX] once visible only needed, not bind [22:29] tikiwiki: 03robertplummer * r38927 10/trunk/lib/wiki-plugins/wikiplugin_report.php: [FIX] Switched to visible element, it beats the guess work [22:33] *** RobertPlummer has quit IRC (Ping timeout: 244 seconds) [22:43] *** Trebly has joined #tikiwiki [22:44] does somebody know if I can use the auth token for another tiki site? or is there soem doc? [22:51] http://doc.tiki.org/Wiki-Syntax+Links&structure=Documentation+TOC something is broken again with the code plugin - there are a lot of {HTML} [23:00] *** radek82 has quit IRC (Quit: Leaving) [23:25] *** redflo has joined #tikiwiki [23:57] *** Trebly_ has joined #tikiwiki [23:58] *** Trebly has quit IRC (Read error: Connection reset by peer) [23:58] *** Trebly_ is now known as Trebly