Ryan Cramer
Ryan Cramer
@adrianbj Unfortunately I don't know of a way to support that at present, but I really like the idea. The ajax-loaded tabs or fields are a feature of Inputfield forms,...
@teppokoivula Thanks, I've pushed a fix for this issue. Though I've not used these locking reads as most of the queries I write have to be compatible across myisam and...
@matjazpotocnik Good catch, thanks, I meant to commit that separately
@mpsn I can't duplicate it here yet. Trying both `$item->title` and `$item->getLanguageValue($user->language, 'title');` when set to a non-default language. With the inherit setting turned off, I just get a blank...
@tiefenb Thanks. I think a lot of those are duplicates of the same thing, and it looks like some of them are from your site's template files in site/templates/bto/. But...
@matjazpotocnik I'm not sure I understand those first 3 as the return types are already consistent with what it's asking for as far as I can tell. Or is it...
Thanks @matjazpotocnik that link explained it well. I'm not thrilled about the direction PHP is going with stuff like this but I have updated the code to have those ReturnTypeWillChange...
@matjazpotocnik Thanks, I've got some other updates in progress on InputfieldURL so will make sure that one is added. For HTMLPurifier, will wait a bit to see if they update...
Thanks @matjazpotocnik @kixe @sforsman I've pushed updates for all of these.
@mohitsharma786 These have already been covered. It looks like you are using the master branch, you'll want to switch to the dev branch in a development environment where you are...