Sunny Side Up

Results 46 comments of Sunny Side Up

here is what can be achieved in a few minutes with CSS (and my limited abilities): ![image](https://user-images.githubusercontent.com/167154/43051904-053a1f64-8e74-11e8-9408-e6c769a01fa0.png)

This is the CSS I added: ```css table.grid-field__table .sortablerowsheading { padding-top: 0!important; padding-bottom: 0!important; background-color: #ddd; border-bottom: 1px solid #aaa; } table.grid-field__table th.main { border-bottom: 1px solid #aaa; background-color: #ccc;...

This is not a good pull request. I was thinking about it again and it should allow for other extensions to come through if required. Maybe like this: ```php /**...

This happened to me when Atom tried to open a second window/instance.

Thank you for your swift and kind reply. This is the real issue I see: this is supposed to be an SEO module and it does many great things, but...

I will sort out the demo!

I have solved some issues. I am sure there are more to solve! Please report.

Hi, I have gone through and made more changes. I am working on the demo site. I expect this to be up in around two months, but e-commerce should work...

This is what I have written: https://github.com/sunnysideup/silverstripe-dynamic_cache_secure/blob/master/code/api/DynamicCacheSecureAndFlushable.php I guess the issue is that, when installed, any content editor can set any page to be "ADMIN ONLY". However, in reality, if...

We observed some really strange behaviour: 1. create a new page "TEST" this is only visible to admins. 2. visit the page a few times while logged in. 3. log...