Skip to content
This repository was archived by the owner on Jan 10, 2021. It is now read-only.

Commit 73de42c

Browse files
author
Nathan Glasl
committed
FIX, vendor update.
1 parent d5b8724 commit 73de42c

15 files changed

+17
-17
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ To ensure the current page version history remains, `/dev/tasks/MisdirectionHist
9393

9494
## Maintainer Contact
9595

96-
Nathan Glasl, nathan@silverstripe.com.au
96+
Nathan Glasl, nathan@symbiote.com.au

_config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* The misdirection specific configuration settings.
5-
* @author Nathan Glasl <nathan@silverstripe.com.au>
5+
* @author Nathan Glasl <nathan@symbiote.com.au>
66
*/
77

88
if(!defined('MISDIRECTION_PATH')) {

code/controllers/MisdirectionAdmin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* Misdirection CMS interface for creating, managing and testing customisable link redirection mappings.
5-
* @author Nathan Glasl <nathan@silverstripe.com.au>
5+
* @author Nathan Glasl <nathan@symbiote.com.au>
66
*/
77

88
class MisdirectionAdmin extends ModelAdmin {

code/dataobjects/LinkMapping.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* Simple and regular expression link redirection definitions.
5-
* @author Nathan Glasl <nathan@silverstripe.com.au>
5+
* @author Nathan Glasl <nathan@symbiote.com.au>
66
*/
77

88
class LinkMapping extends DataObject {

code/extensions/MisdirectionAdminTestingExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* This extension adds the testing interface used to view the link mapping recursion stack.
5-
* @author Nathan Glasl <nathan@silverstripe.com.au>
5+
* @author Nathan Glasl <nathan@symbiote.com.au>
66
*/
77

88
class MisdirectionAdminTestingExtension extends Extension {

code/extensions/MisdirectionFallbackExtension.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
/**
44
* This extension allows pages to have a fallback mapping for children that result in a page not found.
5-
* @author Marcus Nyeholt <marcus@silverstripe.com.au>
6-
* @author Nathan Glasl <nathan@silverstripe.com.au>
5+
* @author Marcus Nyeholt <marcus@symbiote.com.au>
6+
* @author Nathan Glasl <nathan@symbiote.com.au>
77
*/
88

99
class MisdirectionFallbackExtension extends DataExtension {

code/extensions/SiteTreeMisdirectionExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* This extension provides vanity mapping directly from a page, and automatically creates the appropriate link mappings when replacing the default automated URL handling.
5-
* @author Nathan Glasl <nathan@silverstripe.com.au>
5+
* @author Nathan Glasl <nathan@symbiote.com.au>
66
*/
77

88
class SiteTreeMisdirectionExtension extends DataExtension {

code/forms/MisdirectionTesting.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* The testing interface used to view the link mapping recursion stack.
5-
* @author Nathan Glasl <nathan@silverstripe.com.au>
5+
* @author Nathan Glasl <nathan@symbiote.com.au>
66
*/
77

88
class MisdirectionTesting implements GridField_HTMLProvider {

code/requestfilters/MisdirectionRequestFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* Hooks into the current director response and appropriately redirects towards the highest priority link mapping that may have been defined.
5-
* @author Nathan Glasl <nathan@silverstripe.com.au>
5+
* @author Nathan Glasl <nathan@symbiote.com.au>
66
*/
77

88
class MisdirectionRequestFilter implements RequestFilter {

code/services/MisdirectionService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* Handles the link mapping recursion to return the eventual result, while providing any additional functionality required by the module.
5-
* @author Nathan Glasl <nathan@silverstripe.com.au>
5+
* @author Nathan Glasl <nathan@symbiote.com.au>
66
*/
77

88
class MisdirectionService {

0 commit comments

Comments
 (0)