Adrian Jones
Adrian Jones
@hakeshdigital - do you need to be able to disallow live searching, or just limit the results? AdminRestrictBranch has a built in option via the `ProcessPageSearch::executeFor` hook limiting search results...
@ryancramerdesign and @teppokoivula - I am wondering if there might be a new setting that could be introduced, perhaps `$config->developmentMode` that could determine the default state for many potentially dangerous...
I would also vote for no / reduced menu caching - I would like to be able to add dynamic data to custom menus and never been able to because...
I've always added `iso` and `iso_long` fields to the language template because you can match `locale_accept_from_http($_SERVER['HTTP_ACCEPT_LANGUAGE'])` to the `iso_long` and if you ever need to send text out for translation...
@BernhardBaumrock - this one includes both: http://www.lingoes.net/en/translator/langcode.htm
We really need this - there is no one-size-fits-all for this stuff. In my case I want to enable `AutoFormat.RemoveEmpty` Seems like it should be a really easy enhancement to...
I came across this with a recent destination marketing site where they often recycle the same image many times in blog posts and event listings. I know we have a...
@ryancramerdesign - this would be really useful please - it's strange to me that you can use `executeNavJSON()` if the page is a child of Setup or similar, but not...
Just wanted to note that I saw this again recently, so there is definitely something going on, but it's hard to reproduce.
Thanks for the new `include` options. That certainly helps. Just a note on the `relativeTimeStr` suggestion though - it only accepts one timestamp, so not very useful as a replacement...