Ryan Cramer
Ryan Cramer
@moqmar Thanks, I've not observed this before, but also not using the environment you've mentioned, so interested in learning more. Is it just a rename of directories that would fail...
Thanks for the info @matjazpotocnik @moqmar this is helpful. The rename() behavior on linux file systems is actually exactly what we want for best case (safest and fastest), but I...
Thanks @Toutouwai I've been looking at this one for a good 30 minutes, but can't seem to figure it out. Following the stack of error messages, they never even get...
I think I can add this, and that .php file limitation there is a mistake, as it was supposed to include .inc and .module as well. Which extension(s) did you...
We actually already have a hook intended for this purpose: `Page::listable` (from the PageRender module). But we're not actually using it that way in PageList. However, we should be able...
Page::listable has actually been there since the beginning (carried over from PW v1). I never found it that useful, so PW v2 doesn't really use it anywhere particularly useful. Though...
For PageList, listable() is just used for the roots of each ajax-requested branch. If it's used on the children(), which is what I think is being requested here, then it...
Just another thing to mention when you try it (will be pushed with 2.6.9 is pushed later today): the listable() check is skipped for superuser, so when you test it,...
An invisible status sounds like an interesting idea. Though I don't think we could just add a Page::statusInvisible and have it work with the existing status levels, because status levels...
@dominiklenne I just tested here but the line number matched up for me. Can you paste in the Hanna Code where you are observing the wrong line number? Thanks.