[02:02] ricks99 joined #tikiwiki [08:58] Tiki|bot Recent Bug: - http://dev.tiki.org/item6925-Avoid-displaying-buttons-or-item-when-no-action-is-possible [09:34] robertokir joined #tikiwiki [10:02] gour joined #tikiwiki [12:52] gour_ joined #tikiwiki [13:14] luciash polom [13:15] luciash Jyhem: onclick="needToConfirm=false" allows leaving the page even if you modified a form content without the alert iirc [13:17] luciash s/alert/confirmation dialog/ [13:20] ricks99 joined #tikiwiki [14:44] fabricius joined #tikiwiki [15:26] chibaguy joined #tikiwiki [15:51] Jyhem luciash: oooohhh, thanks. Meaning leaving by following an unrelated link in the page instead of clicking on the submit button… [15:51] Jyhem Makes sense. I did not think of this during my testing [16:14] * Jyhem might talk to a lawyer *again* about FOSS licenses ? :-) [17:11] RadoS joined #tikiwiki [17:55] robertokir joined #tikiwiki [18:44] xavi joined #tikiwiki [19:26] fabricius polom [19:33] Jyhem hi fabricius [19:33] Jyhem See you next week? [19:37] fabricius I hope so. I am very stressed. Things in my personal environment are going chaotic and I am struggling to get things done that are not 100% doable. But I think it will all work out. There are people in my team and there are other teams and everybody is doing his/her best to cooperate and to collaborate. [19:37] fabricius Apart from that there the conference deveops very good and it seems that we have a chance to get double the amount of participants than the first two or three times each. [19:37] Jyhem Sound great, kind of :-) [19:38] fabricius Due to broken car and other factors I will come to Strasbourg only on Wednesday late afternoon and then there will have a lot of work for the next 72 hours [19:38] Jyhem Ohhh, broken car is bad news :-( [19:38] fabricius let's chat off-list / off-chat for details, when we can meet and such things [19:39] fabricius by the way, i have some questions and ideas regarding Trackers and CustomSearch [19:40] fabricius Maybe I will have to write some forum posts, but maybe in short here in the chat? [19:41] fabricius yes ... my car is not yet registered and the car of my collegue will be tried t be fixed until Tuesday late evening/night by another collegue and a friend of him and we have another collegue who will attend the conference as staff aswell as emergency backup for driving ... uhhhh things [19:43] fabricius Tracker: [19:43] fabricius I am playing with a template for CustomSearch or List, that allows to show/hide or to move (to different Tabs or Divs) elements/items without reloading the wikipage ... I have ideas, I tested, I think I need JavaScript, but I did not yet succedd [19:44] fabricius As example usecase I use a simple shopping list ... a new community member triggered me to look at it again after he read a forum post from me from last year. [19:45] fabricius I would see a use for that for example for kanban alike tasklists and such things [19:45] fabricius Anyway i am afraid, that my skills are currently not enough. [19:47] fabricius CustomSearch [19:47] fabricius Another thing is that we have the option to print a CSV lst of a tracker (via a parameter for the "output" control block) with only a one click button from the displayed table of a tracker on a wikipage. [19:47] fabricius This works when I use PluginList [19:48] fabricius But when I use CustomSearch, what I need for the project, the output fails and I guess this is due to some JavaScript/Ajax happening and causing an unintended behaviour for the very speciic but useful option. [19:49] fabricius Not sure if a bug or just technically impossible with CustomSearch [19:50] fabricius Currently I am doing quite nice things with Trackers on Wikipages and tpl files. [19:51] * Jyhem not sure either if CustomSearch has a CSV export… [19:51] fabricius Working with field values as values for HTML parameters in the template, but currently not having the success I want/need. [19:51] fabricius learning a lot with this stuff. [19:51] fabricius LIST has [19:52] fabricius {OUTPUT(template="table" downloadable="Sample file.csv")} [19:52] fabricius ...column specification... [19:52] fabricius {OUTPUT} [19:53] fabricius This works with LIST ... I think aswell with LIST and tablesorter (now not 100% sure) and it does NOT work with CustomSearch [19:54] fabricius downloadable="Sample file.csv" provides a downloadbutton below the table, but with CustomSearch instead of List, the process starts but does not end successfully. [19:54] fabricius It breaks. [19:55] fabricius When I write a bug report or a forum post, I will do it again and report the error message. Maybe I get this reproduced in a show instance. [19:55] fabricius likely all ater the conference. [19:55] fabricius after [19:56] Jyhem Oh nice, I did not know of downloadable="Sample file.csv" [19:57] fabricius When I use LIST instead of CUSTOMSEARCH, the downloadbutton works and let the browser download a file with the given name. Identical Code with CUSTOMSEARCH fails. [19:58] fabricius The file contains the tracker content in a CSV file - so it does the expected. Simple and Obvious. [19:59] fabricius Currently I do not know what is the problem in the CS version, but my idea is that it has to do something with the JS based content filtering of the CS [20:00] fabricius becaus that seems the main thing what is not involved in the List verson [20:01] fabricius For my nice customer project it would be very useful to have it workung with CustomSearch, as I use there CS rather than List [20:04] Jyhem Sorry, coding on the side and still haven't eaten, so I can't look anything up, but it looks like a plain bug. Is it Tiki 18? [20:06] * Jyhem playing with mPDF exports [20:07] Jyhem the page is a LIST plugin nicely formatted with itemId in the URL, so all PDFs have the name of the page with no reference to the content title… [20:07] * Jyhem adds a URL param for filenames [20:10] fabricius yes, Tiki18 - so i will do a bugreport rather than a forum post for the download thingi [20:11] fabricius mPDF is quite cool, but I am quite in the beginning of getting used to the really nice options it offers. [20:13] fabricius mPDF and PluginFade: the Fade part is always closed instead of open, even when I click through the page and open all Fades prior to printing the PDF ... sad. [20:15] fabricius mPDF and pagebreak ... I have to manually add pagebreaks and print several times to prevent widows and orphans [20:16] fabricius https://dev.tiki.org/Widows-and-Orphans-in-mPDF [20:19] Jyhem wow, I killed a firefox trying some {display format=slug } [20:21] fabricius what is format=slug? What shall that do? [20:24] Jyhem the closest thing I found to making |escape:'url' [20:25] Jyhem now trying {display … format=trackerrender |escape:'url'} [20:25] fabricius hmmm ... I have seen things like |escape: in templates, but do not yet what it apparently is used for and how and why to use actively [20:26] fabricius I havent't seen it in the display control block [20:26] fabricius only in .tpl files [20:27] fabricius ex. in the files in templates/examples/shop [20:27] Jyhem no success with {{display name="tracker_field_f_120" format=trackerrender default="-"}|escape:'url'} [20:29] Jyhem Yes, that's the problem: the display control block works fine, then people ask for this one little extra thing and Bam! all needs to be rewritten in a proper template file [20:37] luciash there is no {OUTPUT(tplwiki="my_page_tpl")}... right? [20:44] Jyhem no, not yet. But I just gave up on the control block [20:45] Jyhem luciash: {output template="something.tpl"} is coming up :-( It was {OUTPUT(template="table")} before [20:48] Jyhem fabricius: if $foo='my title', then {$foo|escape:'url'} would show "my+title" (or "my%20title", same thing) [20:53] luciash Jyhem: I know there is {output wiki="my_page_tpl"} but was not sure about tplwiki available for LIST (as we have it for PluginTrackerlist) [20:54] luciash Jyhem: I thought you could escape that in the wiki page tpl [20:58] luciash I wonder about the "templaterender : to use a field as a template (Tiki 19) - experimental, more info to come..." [21:00] Jyhem Ohhh, that was a general question? maybe {OUTPUT(tplwiki="my_page_tpl")} would work… There is no list of valid options in https://doc.tiki.org/PluginList-output-control-block [21:13] luciash ah, yup, List GUI suggests there are template, wiki, tplwiki and inline options! [21:18] Jyhem Ohhh, all hail the GUI ! :-) [21:20] Jyhem the page also mention report, carousel, medialist… [22:17] fabricius joined #tikiwiki [23:47] ricks99 joined #tikiwiki