Anders Bjerner

Results 23 issues of Anders Bjerner

The package already has a dashboard for viewing all redirects across the Umbraco installation as well as a property editor for listing the redirects pointing to a given content or...

status/idea
priority/should-have

Might be nice to have events/notifications for: - creating a redirect - updating a redirect - deleting a redirect

type/feature

### Which version of Skybrud Redirects are you using? (Please write the *exact* version, example: 4.0.8) 4.0.13 ### Which Umbraco version are you using? (Please write the *exact* version, example:...

type/bug
umbraco/v12

Implements parts of https://github.com/umbraco/OurUmbraco/issues/222 There is a lot of good blog posts out there about Umbraco, so instead of just showing the most recent blog posts, this pull request introduces...

Still very much work in progress 😄 I only had a brief moment to work on this, so the first step is changing a bit in the way issues are...

Could something like below be an idea? ![image](https://user-images.githubusercontent.com/3634580/42080561-6a59a1a2-7b83-11e8-978c-b5178645106d.png) ![image](https://user-images.githubusercontent.com/3634580/42080503-2e5d2cdc-7b83-11e8-9588-003dfdacc36d.png)

status/idea

Eg. something like: ``` TwitterOAuthData twitter = content.GetTwitterOAuthData("twitter"); if (twitter.IsValid) { // do your thing here } ``` This will require less code and error checking when using the package.

feature request

The URL used in the code no longer works - se example on the URL below: https://github.com/warrenbuckley/UmbracoExtensionMethods/blob/master/ExtensionMethods/YouTube/YouTubeVideo.cs#L35 I'm looking into whether there is another way obtaining the same information.

As we talked about quite some time ago, I have now introduced helper classes for YouTube and the date methods. The extension methods now call the helper methods so that...