Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.

Commit 02c9322

Browse files
committed
[TASK] Document migration to webdevops
Fixes #487
1 parent 1ef070c commit 02c9322

File tree

8 files changed

+52
-52
lines changed

8 files changed

+52
-52
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# MetaSEO - Changelog
22

3-
Latest version of the [changelog](https://github.com/mblaschke/TYPO3-metaseo/blob/develop/Documentation/ChangeLog/Index.rst)
3+
Latest version of the [changelog](https://github.com/webdevops/TYPO3-metaseo/blob/develop/Documentation/ChangeLog/Index.rst)

Classes/Controller/Ajax/AbstractPageSeoController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ protected function getPageRepository()
409409
/**
410410
* Returns array of classes which contain Ajax controllers with <ajaxPrefix> => <className)
411411
*
412-
* @see {@link https://github.com/mblaschke/TYPO3-metaseo/issues/380}
412+
* @see {@link https://github.com/webdevops/TYPO3-metaseo/issues/380}
413413
*
414414
* @return array
415415
*/

Classes/Page/Part/MetatagPart.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ protected function advMetaTags(array &$metaTags, array $pageRecord, $sysLanguage
586586
$metaTags['adv.' . $tagName] = array(
587587
'tag' => 'meta',
588588
'attributes' => array(
589-
'rel' => $tagName, //see https://github.com/mblaschke/TYPO3-metaseo/issues/464
589+
'rel' => $tagName, //see https://github.com/webdevops/TYPO3-metaseo/issues/464
590590
'href' => $tagValue,
591591
),
592592
);
@@ -600,7 +600,7 @@ protected function advMetaTags(array &$metaTags, array $pageRecord, $sysLanguage
600600
$metaTags['adv.' . $tagName] = array(
601601
'tag' => 'meta',
602602
'attributes' => array(
603-
'rel' => $tagName, //see https://github.com/mblaschke/TYPO3-metaseo/issues/464
603+
'rel' => $tagName, //see https://github.com/webdevops/TYPO3-metaseo/issues/464
604604
'href' => $tagValue,
605605
),
606606
);
@@ -1248,7 +1248,7 @@ protected function generateLinkMetaTags()
12481248

12491249
// Only generate up, prev and next if NOT rootpage
12501250
// to prevent linking to other domains
1251-
// see https://github.com/mblaschke/TYPO3-metaseo/issues/5
1251+
// see https://github.com/webdevops/TYPO3-metaseo/issues/5
12521252
if (!$currentIsRootpage) {
12531253
$startPage = $GLOBALS['TSFE']->cObj->HMENU($this->tsSetupSeo['sectionLinks.']['start.']);
12541254
$startPageUrl = null;

Documentation/AdministratorManual/Index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Installation via composer
2727
- Make sure that you have TYPO3 CMS installed in composer mode
2828
- `cd` to the path with your `composer.json`
2929
- To install via TER (recommended default), run `composer require typo3-ter/metaseo -o`
30-
- To install via Packagist (for enthusiasts), run `composer require mblaschke/metaseo -o`
30+
- To install via Packagist (for enthusiasts), run `composer require webdevops/metaseo -o`
3131
- If asked for a version constraint, answer with `*`
3232
- Include “static extension template” (Template → Info/Modify → Edit the whole template record → “Include static
3333
(from extensions):” and select “MetaSEO”)
@@ -36,7 +36,7 @@ Installation via composer
3636
Migration from TYPO3 CMS 7.6 to 8.7
3737
-----------------------------------
3838

39-
- Check out the latest `announcements <https://github.com/mblaschke/TYPO3-metaseo/issues/376>`_.
39+
- Check out the latest `announcements <https://github.com/webdevops/TYPO3-metaseo/issues/376>`_.
4040

4141
Migration from TYPO3 CMS 6.2 to 7.6
4242
-----------------------------------

Documentation/ChangeLog/Index.rst

+31-31
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,22 @@ Changelog
2525
| | - Compare and update the database schema in the install tool. |
2626
| | - Page title prefix/suffix inheritance has changed. Please check your titles. |
2727
| | |
28-
| | `Milestone 2.1.0 <https://github.com/mblaschke/TYPO3-metaseo/milestone/5?closed=1>`_ |
29-
| | `Changes in 2.1.0 <https://github.com/mblaschke/TYPO3-metaseo/compare/2.0.4...2.1.0>`_ |
28+
| | `Milestone 2.1.0 <https://github.com/webdevops/TYPO3-metaseo/milestone/5?closed=1>`_ |
29+
| | `Changes in 2.1.0 <https://github.com/webdevops/TYPO3-metaseo/compare/2.0.4...2.1.0>`_ |
3030
+-------------+----------------------------------------------------------------------------------------------------+
3131
| **2.0.4** | **New feature and Bugfix release** |
3232
| | |
3333
| | - Sitemap: Tags `lastmod` and `priority` now can be disabled via configuration |
3434
| | |
35-
| | `Milestone 2.0.4 <https://github.com/mblaschke/TYPO3-metaseo/milestone/17?closed=1>`_ |
36-
| | `Changes in 2.0.4 <https://github.com/mblaschke/TYPO3-metaseo/compare/2.0.3...2.0.4>`_ |
35+
| | `Milestone 2.0.4 <https://github.com/webdevops/TYPO3-metaseo/milestone/17?closed=1>`_ |
36+
| | `Changes in 2.0.4 <https://github.com/webdevops/TYPO3-metaseo/compare/2.0.3...2.0.4>`_ |
3737
+-------------+----------------------------------------------------------------------------------------------------+
3838
| **2.0.3** | **New feature and Bugfix release** |
3939
| | |
4040
| | - Number of entries shown in sitemap now can be changed via extension manager |
4141
| | |
42-
| | `Milestone 2.0.3 <https://github.com/mblaschke/TYPO3-metaseo/milestone/16?closed=1>`_ |
43-
| | `Changes in 2.0.3 <https://github.com/mblaschke/TYPO3-metaseo/compare/2.0.2...2.0.3>`_ |
42+
| | `Milestone 2.0.3 <https://github.com/webdevops/TYPO3-metaseo/milestone/16?closed=1>`_ |
43+
| | `Changes in 2.0.3 <https://github.com/webdevops/TYPO3-metaseo/compare/2.0.2...2.0.3>`_ |
4444
+-------------+----------------------------------------------------------------------------------------------------+
4545
| **2.0.2** | **Bugfix release** |
4646
| | |
@@ -49,13 +49,13 @@ Changelog
4949
| | - Non-admin backend users can now to edit page properties, if permission is given by TYPO3 |
5050
| | - Link generation (start/prev/next) now uses first element of group for start |
5151
| | |
52-
| | `Milestone 2.0.2 <https://github.com/mblaschke/TYPO3-metaseo/milestone/8?closed=1>`_ |
53-
| | `Changes in 2.0.2 <https://github.com/mblaschke/TYPO3-metaseo/compare/2.0.1...2.0.2>`_ |
52+
| | `Milestone 2.0.2 <https://github.com/webdevops/TYPO3-metaseo/milestone/8?closed=1>`_ |
53+
| | `Changes in 2.0.2 <https://github.com/webdevops/TYPO3-metaseo/compare/2.0.1...2.0.2>`_ |
5454
+-------------+----------------------------------------------------------------------------------------------------+
5555
| **2.0.1** | **Bugfix release** (2016-11-06) |
5656
| | |
57-
| | `Milestone 2.0.1 <https://github.com/mblaschke/TYPO3-metaseo/milestone/7?closed=1>`_ |
58-
| | `Changes in 2.0.1 <https://github.com/mblaschke/TYPO3-metaseo/compare/2.0.0...2.0.1>`_ |
57+
| | `Milestone 2.0.1 <https://github.com/webdevops/TYPO3-metaseo/milestone/7?closed=1>`_ |
58+
| | `Changes in 2.0.1 <https://github.com/webdevops/TYPO3-metaseo/compare/2.0.0...2.0.1>`_ |
5959
+-------------+----------------------------------------------------------------------------------------------------+
6060
| **2.0.0** | **Major release** (2016-03-07) |
6161
| | |
@@ -86,48 +86,48 @@ Changelog
8686
| | changed to `plugin.metaseo.metaTags.canonicalUrl` |
8787
| | - Changed names of hooks, use camelCase now |
8888
| | |
89-
| | `Milestone 2.0.0 <https://github.com/mblaschke/TYPO3-metaseo/milestone/2?closed=1>`_ |
90-
| | `Changes in 2.0.0 <https://github.com/mblaschke/TYPO3-metaseo/compare/1.0.8...2.0.0>`_ |
89+
| | `Milestone 2.0.0 <https://github.com/webdevops/TYPO3-metaseo/milestone/2?closed=1>`_ |
90+
| | `Changes in 2.0.0 <https://github.com/webdevops/TYPO3-metaseo/compare/1.0.8...2.0.0>`_ |
9191
+-------------+----------------------------------------------------------------------------------------------------+
9292
| **1.0.8** | **Bugfix release** (2014-04-25) |
9393
| | |
94-
| | `Milestone 1.0.8 <https://github.com/mblaschke/TYPO3-metaseo/milestone/4?closed=1>`_ |
95-
| | `Changes in 1.0.8 <https://github.com/mblaschke/TYPO3-metaseo/compare/1.0.7...1.0.8>`_ |
94+
| | `Milestone 1.0.8 <https://github.com/webdevops/TYPO3-metaseo/milestone/4?closed=1>`_ |
95+
| | `Changes in 1.0.8 <https://github.com/webdevops/TYPO3-metaseo/compare/1.0.7...1.0.8>`_ |
9696
+-------------+----------------------------------------------------------------------------------------------------+
9797
| **1.0.7** | **Bugfix release** (2015-04-18) |
9898
| | |
99-
| | `Milestone 1.0.7 <https://github.com/mblaschke/TYPO3-metaseo/milestone/3?closed=1>`_ |
100-
| | `Changes in 1.0.7 <https://github.com/mblaschke/TYPO3-metaseo/compare/1.0.6...1.0.7>`_ |
99+
| | `Milestone 1.0.7 <https://github.com/webdevops/TYPO3-metaseo/milestone/3?closed=1>`_ |
100+
| | `Changes in 1.0.7 <https://github.com/webdevops/TYPO3-metaseo/compare/1.0.6...1.0.7>`_ |
101101
+-------------+----------------------------------------------------------------------------------------------------+
102102
| **1.0.6** | **Bugfix release** (2015-02-26) |
103103
| | |
104-
| | `Milestone 1.0.6 <https://github.com/mblaschke/TYPO3-metaseo/milestone/14?closed=1>`_ |
105-
| | `Changes in 1.0.6 <https://github.com/mblaschke/TYPO3-metaseo/compare/1.0.5...1.0.6>`_ |
104+
| | `Milestone 1.0.6 <https://github.com/webdevops/TYPO3-metaseo/milestone/14?closed=1>`_ |
105+
| | `Changes in 1.0.6 <https://github.com/webdevops/TYPO3-metaseo/compare/1.0.5...1.0.6>`_ |
106106
+-------------+----------------------------------------------------------------------------------------------------+
107107
| **1.0.5** | **Bugfix release** (2014-10-24) |
108108
| | |
109-
| | `Milestone 1.0.5 <https://github.com/mblaschke/TYPO3-metaseo/milestone/1?closed=1>`_ |
110-
| | `Changes in 1.0.5 <https://github.com/mblaschke/TYPO3-metaseo/compare/1.0.4...1.0.5>`_ |
109+
| | `Milestone 1.0.5 <https://github.com/webdevops/TYPO3-metaseo/milestone/1?closed=1>`_ |
110+
| | `Changes in 1.0.5 <https://github.com/webdevops/TYPO3-metaseo/compare/1.0.4...1.0.5>`_ |
111111
+-------------+----------------------------------------------------------------------------------------------------+
112112
| **1.0.4** | **Bugfix release** (2014-09-15) |
113113
| | |
114-
| | `Milestone 1.0.4 <https://github.com/mblaschke/TYPO3-metaseo/milestone/13?closed=1>`_ |
115-
| | `Changes in 1.0.4 <https://github.com/mblaschke/TYPO3-metaseo/compare/1.0.3...1.0.4>`_ |
114+
| | `Milestone 1.0.4 <https://github.com/webdevops/TYPO3-metaseo/milestone/13?closed=1>`_ |
115+
| | `Changes in 1.0.4 <https://github.com/webdevops/TYPO3-metaseo/compare/1.0.3...1.0.4>`_ |
116116
+-------------+----------------------------------------------------------------------------------------------------+
117117
| **1.0.3** | **Bugfix release** (2014-09-10) |
118118
| | |
119-
| | `Milestone 1.0.3 <https://github.com/mblaschke/TYPO3-metaseo/milestone/12?closed=1>`_ |
120-
| | `Changes in 1.0.3 <https://github.com/mblaschke/TYPO3-metaseo/compare/1.0.2...1.0.3>`_ |
119+
| | `Milestone 1.0.3 <https://github.com/webdevops/TYPO3-metaseo/milestone/12?closed=1>`_ |
120+
| | `Changes in 1.0.3 <https://github.com/webdevops/TYPO3-metaseo/compare/1.0.2...1.0.3>`_ |
121121
+-------------+----------------------------------------------------------------------------------------------------+
122122
| **1.0.2** | **Bugfix release** (2014-09-04) |
123123
| | |
124-
| | `Milestone 1.0.2 <https://github.com/mblaschke/TYPO3-metaseo/milestone/11?closed=1>`_ |
125-
| | `Changes in 1.0.2 <https://github.com/mblaschke/TYPO3-metaseo/compare/1.0.1...1.0.2>`_ |
124+
| | `Milestone 1.0.2 <https://github.com/webdevops/TYPO3-metaseo/milestone/11?closed=1>`_ |
125+
| | `Changes in 1.0.2 <https://github.com/webdevops/TYPO3-metaseo/compare/1.0.1...1.0.2>`_ |
126126
+-------------+----------------------------------------------------------------------------------------------------+
127127
| **1.0.1** | **Bugfix release** (2014-09-03) |
128128
| | |
129-
| | `Milestone 1.0.1 <https://github.com/mblaschke/TYPO3-metaseo/milestone/10?closed=1>`_ |
130-
| | `Changes in 1.0.1 <https://github.com/mblaschke/TYPO3-metaseo/compare/1.0.0...1.0.1>`_ |
129+
| | `Milestone 1.0.1 <https://github.com/webdevops/TYPO3-metaseo/milestone/10?closed=1>`_ |
130+
| | `Changes in 1.0.1 <https://github.com/webdevops/TYPO3-metaseo/compare/1.0.0...1.0.1>`_ |
131131
+-------------+----------------------------------------------------------------------------------------------------+
132132
| **1.0.0** | **Major release** (2014-08-31) |
133133
| | |
@@ -137,10 +137,10 @@ Changelog
137137
| | - Fixed and improved documentation (now reStructuredText) |
138138
| | - Fixed sitemap url generation in TYPO3 scheduler |
139139
| | |
140-
| | `Milestone 1.0.0 <https://github.com/mblaschke/TYPO3-metaseo/milestone/9?closed=1>`_ |
140+
| | `Milestone 1.0.0 <https://github.com/webdevops/TYPO3-metaseo/milestone/9?closed=1>`_ |
141141
+-------------+----------------------------------------------------------------------------------------------------+
142142

143143

144144
Latest information also is available in the list of
145-
`milestones <https://github.com/mblaschke/TYPO3-metaseo/milestones>`_ and tagged
146-
`releases <https://github.com/mblaschke/TYPO3-metaseo/releases>`_.
145+
`milestones <https://github.com/webdevops/TYPO3-metaseo/milestones>`_ and tagged
146+
`releases <https://github.com/webdevops/TYPO3-metaseo/releases>`_.

Documentation/Introduction/Index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Found a bug?
137137
------------
138138

139139
Just send a mail to [email protected]
140-
or file an issue at `github <https://github.com/mblaschke/TYPO3-metaseo>`_
140+
or file an issue at `github <https://github.com/webdevops/TYPO3-metaseo>`_
141141
or ask MetaSEO's `slack channel <https://typo3.slack.com/messages/ext-metaseo/>`_
142142

143143
Thanks to...

Documentation/Settings.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ conf.py:
99
version: 2.1
1010
release: 2.1.0
1111
html_theme_options:
12-
github_repository: mblaschke/TYPO3-metaseo
12+
github_repository: webdevops/TYPO3-metaseo
1313
github_branch: develop
1414
latex_documents:
1515
- - Index

0 commit comments

Comments
 (0)