zanderwar

Results 14 issues of zanderwar

Removes column ambiguity when using named scopes, an issue that would occur if you are using joins in your query on a table that also contains the uuid field. e.g....

While it is a namespace and should be `new \Madcoda\YouTube\YouTube()` as per PSR-4, it is in fact just `new \Madcoda\YouTube()`

Hi, I ran into an issue that was a bit of a pain for me I have an `AvatarService` class which can be handed a "default avatar", I've extended it...

As the image is never rendered until explicitly requested either via `saveAs` or `__toString()` it made no sense to make potentially desired methods private This PR just simply opens those...

![image](https://user-images.githubusercontent.com/13566916/32263613-94a6df52-bf3f-11e7-84ec-591a9607f759.png)

affects/v4
complexity/low
impact/low
type/enhancement
type/UX

If the existing class property has a doc block, then the positioning of it when it gets moved to the __constructor is a little whack Adding the following to the...

feature

Remove the need for `seoContentFields()` by using the DOM parser to better analyse the page content. We have to consider that majority of the time there is always duplicate content...

enhancement

This can be an issue for the Google preview and content related analysis, see #16 We could remove this with backwards compatibility, deprecate it and not have to break the...

bug

This PR introduces Page Rule handling. Primarily intended to ensure that you have Page Rules setup correctly for any SilverStripe project, you can also control your page rules. You can...