Ryan Cramer

Results 408 comments of Ryan Cramer

@BernhardBaumrock Okay thanks, if it doesn't break other usages (and sounds like it doesn't) then I'm fine to change it per your suggestion. The fix for the 404 is to...

@BernhardBaumrock One other question from the diff. Shouldn't this line: ~~~~~ $toggler = $($panel.data('toggler')); ~~~~~ be this? ~~~~~ $toggler = $panel.data('toggler'); ~~~~~ Why the extra $() call? I'm guessing it...

Thanks I have pushed the suggested fixes.

@szabeszg @jlahijani Thanks, fixed.

@adrianbj The page-delete permission does allow deleting of pages, though only pages they have page-delete permission assigned to. The user would also need access to the trash in order to...

@Toutouwai These are dynamically generated doc pages from the ProcessWireAPI module that go out and look for the class and then generate a doc page for it on the fly....

@adrianbj I can't duplicate the "double-click trash to permanently delete page" that you mentioned. I also don't see how it could be possible without something added on to it from...

@matjazpotocnik @Toutouwai I think you guys are right about Paths — I've added the Paths class to the main index (and also as $urls API var). for PagesNames, I've not...

@adrianbj After watching the video I tried to duplicate it again, but am not able to. I am wondering if that double click behavior might be related to the admin...

@harikt The language name (in Setup > Languages) and the URL prefix that it uses are two different things. For instance your language name might be "spanish" or "es-br" but...