Ryan Cramer
Ryan Cramer
@klor Any classes, whether custom Page classes, modules, or anything should will behave the same with regards to errors, as they all are handled by PW's error handler. If you...
@Toutouwai I've added the things you requested: > Seeing as data-* attributes are frequently used/needed these days, could MarkupHTMLPurifier be updated in some way (maybe a new hookable method that...
@Toutouwai The `WireArray::add()` method is meant to be an alias of the `WireArray::append()` method. If I understand what you are looking for, it would be something like this? ~~~~~ if(!$a->has($item))...
@jmartsch How about using the wired() method? I think it should do the same thing as an init() method in this case. It is called for any Wire-derived class when...
@klor The labels for both 'Content' and 'Children' tabs are already a configurable setting with the template, they appear on the Advanced tab when editing a template.
Thanks @Toutouwai @matjazpotocnik I've pushed a fix for this.
@v-maillard ProcessWire requires chmod for security, making sure files are writable to who they need to be, and not writable to others. So it's something that I don't think would...
Thanks @romaincazier I've pushed your suggested fixes for these.
The return value was correct except for the plural issue that Matjaz mentioned above. I've refactored this method to improve it and add the requested 'return' option, though I named...
@adrianbj This function focuses on accuracy, so it's more of a stopwatch situation. For that reason, I'd like to avoid approximating number of days/months, etc. So I had it just...