Jyhem: fabricius: writing the page for a TikiFestStrasbourg2018 :)
fabricius: cool
still writing?
Jyhem: nope, posted and mail sent :)
fabricius: mail anwered :)
answered
joined #tikiwiki
Tiki|bot: Recent Bug: - http://dev.tiki.org/item6599-Time-and-Date-controls-don-t-adjust-the-date-picker-in-blog
luciash: polom
fabricius1: joined #tikiwiki
fabricius: joined #tikiwiki
zlinux: joined #tikiwiki
chibaguy: joined #tikiwiki
polom
jonnyb: joined #tikiwiki
joined #tikiwiki
joined #tikiwiki
seamymsg: joined #tikiwiki
jonnyb: polom chibaguy
luciash: re-polom
sf.net svn is unresponsive again :(
(504 Gateway Timeout)
fabricius: joined #tikiwiki
arildb: joined #tikiwiki
luciash: for a change now: svn: Can't open file '/svn/p/tikiwiki/code/db/write-lock': Permission denied
:-p
yay, on 6th try it went through!
jonnyb: moloq-er
Jyhem: polom
If I use a wiki page with list plugin for sending to a newsletter, there is pagination and only the first 25 get the mail, it seems
I guess we can't expect the newsletters to be more clever than that?
OK, adding {pagination max="-1"} kills pagination. Great, and so much more satisfactory than {pagination max="99999"}
:)
jonnyb: polom Jyhem
nice tip about max=-1, is that on the doc page?
chealer: joined #tikiwiki
polom
is there a way to get plugin calls auto-approved without changing code?
jonnyb: polom chealer
no, there is no way to auto-approve plugins sadly, LP always said it wasn't possible ;)
chealer: OK, I'll just temporarily change the validate value for the JQ plugin then, thanks jonnyb
in that case, is there a way to avoid making a mistake every time I type 10 characters of JavaScript?
so I don'T have to approve 50 times for the simplest JavaScript job :-)
jonnyb: why not use a custom.js file? that's what i tend to do (and use some source control for a history)
chealer: jonnyb: custom.js, is that something included automatically? or you can use the HTML plugin to include that file?
I'm getting better, make that 11 characters.
jonnyb: it gets included automatically if in themes/js or themes/yourtheme/js etc (same for custom.css)
chealer: jonnyb: ah, thanks.
it's not necessarily optimal because I only need the code for one form, but thanks, I could do that. there's an advantage in using the JQ plugin too (deployment a little easier)
Jyhem: jonnyb: hmm, I did not look at the doc page. It seemed natural (after trying 0 and failing)
I found {pagination max="xxx"} through the guy.
jonnyb: the gui guy? ;)
Jyhem: Ahh, yes, him/itself
chealer: I use the old firebug javascript console for writing jQuery scripts. Then I copy/paste in plugin. Now that firebug is dead, they astill provide a "scratchpad" which is the closest thing
jonnyb: chealer: you can always enclose your page specific js with: if ($("#page_42").length) { do the thing; } in custom.js, bit it will add a tiny bit to ervery page load
Jyhem: BTW, when I saved the gui, it did add the {pagination max="xxx"} but it lost the field name
chealer: Jyhem: yes, I'm doing a bit in the console too (didn't dare multiple lines yet).
Jyhem: {filter field="tracker_field_f_8" content="3 OR 4"} changed into {filter field="" content="3 OR 4"} :-(
chealer: jonnyb: yeah. it's alright.
but Jyhem, surely you know that Firebug was integrated (more or less) in Firefox, no?
Jyhem: yes, I know. The javascript console is part of the "less" :-(
chealer: I see what you're talking about Jyhem. thank you, that's most relevant.
Telesight: joined #tikiwiki
fabricius1: joined #tikiwiki
zlinux: joined #tikiwiki
xbrrn: joined #tikiwiki
Jyhem: Hmm, how do I bump up the PHP timeout around a loop again?
zlinux: joined #tikiwiki
Jyhem: set_time_limit(300);
but actually, what was required was
ini_set('memory_limit', '500M');