Tiki|bot: Recent Bug: - http://dev.tiki.org/item6925-Avoid-displaying-buttons-or-item-when-no-action-is-possible robertokir: joined #tikiwiki gour: joined #tikiwiki gour_: joined #tikiwiki luciash: polom
Jyhem: onclick="needToConfirm=false" allows leaving the page even if you modified a form content without the alert iirc
s/alert/confirmation dialog/ ricks99: joined #tikiwiki fabricius: joined #tikiwiki chibaguy: joined #tikiwiki Jyhem: luciash: oooohhh, thanks. Meaning leaving by following an unrelated link in the page instead of clicking on the submit button…
Makes sense. I did not think of this during my testing -: Jyhem might talk to a lawyer *again* about FOSS licenses ? :-) RadoS: joined #tikiwiki robertokir: joined #tikiwiki xavi: joined #tikiwiki fabricius: polom Jyhem: hi fabricius
See you next week? 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.
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. Jyhem: Sound great, kind of :-) 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 Jyhem: Ohhh, broken car is bad news :-( fabricius: let's chat off-list / off-chat for details, when we can meet and such things
by the way, i have some questions and ideas regarding Trackers and CustomSearch
Maybe I will have to write some forum posts, but maybe in short here in the chat?
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
Tracker:
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
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.
I would see a use for that for example for kanban alike tasklists and such things
Anyway i am afraid, that my skills are currently not enough.
CustomSearch
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.
This works when I use PluginList
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.
Not sure if a bug or just technically impossible with CustomSearch
Currently I am doing quite nice things with Trackers on Wikipages and tpl files. -: Jyhem not sure either if CustomSearch has a CSV export… fabricius: Working with field values as values for HTML parameters in the template, but currently not having the success I want/need.
learning a lot with this stuff.
LIST has
{OUTPUT(template="table" downloadable="Sample file.csv")}
...column specification...
{OUTPUT}
This works with LIST ... I think aswell with LIST and tablesorter (now not 100% sure) and it does NOT work with CustomSearch
downloadable="Sample file.csv" provides a downloadbutton below the table, but with CustomSearch instead of List, the process starts but does not end successfully.
It breaks.
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.
likely all ater the conference.
after Jyhem: Oh nice, I did not know of downloadable="Sample file.csv" 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.
The file contains the tracker content in a CSV file - so it does the expected. Simple and Obvious.
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
becaus that seems the main thing what is not involved in the List verson
For my nice customer project it would be very useful to have it workung with CustomSearch, as I use there CS rather than List 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? -: Jyhem playing with mPDF exports 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… -: Jyhem adds a URL param for filenames fabricius: yes, Tiki18 - so i will do a bugreport rather than a forum post for the download thingi
mPDF is quite cool, but I am quite in the beginning of getting used to the really nice options it offers.
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.
mPDF and pagebreak ... I have to manually add pagebreaks and print several times to prevent widows and orphans
https://dev.tiki.org/Widows-and-Orphans-in-mPDF Jyhem: wow, I killed a firefox trying some {display format=slug } fabricius: what is format=slug? What shall that do? Jyhem: the closest thing I found to making |escape:'url'
now trying {display … format=trackerrender |escape:'url'} 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
I havent't seen it in the display control block
only in .tpl files
ex. in the files in templates/examples/shop Jyhem: no success with {{display name="tracker_field_f_120" format=trackerrender default="-"}|escape:'url'}
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 luciash: there is no {OUTPUT(tplwiki="my_page_tpl")}... right? Jyhem: no, not yet. But I just gave up on the control block
luciash: {output template="something.tpl"} is coming up :-( It was {OUTPUT(template="table")} before
fabricius: if $foo='my title', then {$foo|escape:'url'} would show "my+title" (or "my%20title", same thing) 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)
Jyhem: I thought you could escape that in the wiki page tpl
I wonder about the "templaterender : to use a field as a template (Tiki 19) - experimental, more info to come..." 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 luciash: ah, yup, List GUI suggests there are template, wiki, tplwiki and inline options! Jyhem: Ohhh, all hail the GUI ! :-)
the page also mention report, carousel, medialist… fabricius: joined #tikiwiki ricks99: joined #tikiwiki