Lindsey DiLoreto

Results 10 issues of Lindsey DiLoreto

99% sure this is a bug... If you sort by "Entry Type", you'll notice that it's sorting by the entry type's **id**, instead of the entry type's **name**. Obviously, that's...

bug

It would be awesome if we could change the name of the default columns, including `title`. Here's my current code, before I discovered DashCols... ``` public function modifyEntryTableAttributes(&$a, $source) {...

enhancement

First let me say, fantastic plugin! I've been using it for years and it's very reliable. I actually came here to file this FR, and stumbled across a [related thread](https://github.com/hillholliday/Craft-User-Manual/issues/15)...

enhancement
help wanted

This little plugin has been pretty helpful, thanks! 🙂 Within the control panel, it would be great if we could set the **leading day of the week** for each Store...

enhancement

Just wondering if a Craft 3 version is on the way... And if so, when do you estimate it'll be available? Thanks!

Is it possible to put the shortcuts in order manually? It seems they are always shown in alphabetical order, regardless of how they are sorted in the JSON.

After the `ipAddress` column: 'userAgent' => $this->text()

feature request

It would be awesome if we could also set the colors via a custom config file... - **/config/matrix-colors.php** ```php return [ 'colors' => [ 'text' => '#deecd5', 'embed' => '#dbd8ee',...

feature request

This one is a little heavier... hence why I'm submitting it separately. --- Essentially, this PR converts the field value into a `ProductModel`, which can contain the **full details** of...

### What happened? The documentation for `EVENT_AFTER_SAVE_USER_PHOTO` is incorrect, on the Events Generator page. Not sure whether this is because the [constant's docblock](https://github.com/craftcms/cms/blob/0a86c21cccf84b4dbb2e7e93ab47025938a148e5/src/services/Users.php#L173) is also wrong. Ditto for `EVENT_BEFORE_SAVE_USER_PHOTO`. Here...

bug