Project

General

Profile

Actions

Task #66373

closed

Story #46140: Add configurable linkhandler for arbitrary records

Extend typolink to handle record links

Added by Markus Klein about 9 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
Link Handling, Site Handling & Routing
Target version:
Start date:
2015-04-10
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
medium
Sprint Focus:

Description

Add code to typolink (linkhandlers) to cope with those special links to records.

The configuration to generate the links is to be defined in TypoScript.

The right handler is identified by asking all handlers if they are capable of handling the current identifier (tab-identifier), which is the first part of the link. (e.g. news:<table>:<id> or blog:<table>:<id>)


Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Task #66372: Add a tab handler which can handle the selection of arbitrary recordsClosedMarkus Klein2015-04-112015-04-11

Actions
Related to TYPO3 Core - Bug #80806: Upgrade Wizard / Execute database migrations on single rows / Error: The RecordLinkHandler expects identifier and uid as $parameter configurationClosedMarkus Klein2017-04-11

Actions
Related to TYPO3 Core - Task #97957: Avoid misusing element browser for link handler concernsClosed2022-07-16

Actions
Actions #1

Updated by Markus Klein about 9 years ago

  • Description updated (diff)
Actions #2

Updated by Benni Mack almost 9 years ago

  • Target version changed from 7.2 (Frontend) to 7.4 (Backend)
Actions #3

Updated by Markus Klein almost 9 years ago

  • Category changed from Frontend to Link Handling, Site Handling & Routing
Actions #4

Updated by Susanne Moog over 8 years ago

  • Target version changed from 7.4 (Backend) to 7.5
Actions #5

Updated by Benni Mack over 8 years ago

  • Target version changed from 7.5 to 7 LTS
Actions #6

Updated by Markus Klein over 8 years ago

  • Target version changed from 7 LTS to 8 LTS
Actions #7

Updated by Gerrit Code Review about 7 years ago

  • Status changed from Accepted to Under Review

Patch set 11 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51526

Actions #8

Updated by Gerrit Code Review about 7 years ago

Patch set 12 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51526

Actions #9

Updated by Gerrit Code Review about 7 years ago

Patch set 13 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51526

Actions #10

Updated by Gerrit Code Review about 7 years ago

Patch set 14 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51526

Actions #11

Updated by Gerrit Code Review about 7 years ago

Patch set 15 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51526

Actions #12

Updated by Gerrit Code Review about 7 years ago

Patch set 16 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51526

Actions #13

Updated by Gerrit Code Review about 7 years ago

Patch set 17 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51526

Actions #14

Updated by Gerrit Code Review about 7 years ago

Patch set 19 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51526

Actions #15

Updated by Gerrit Code Review about 7 years ago

Patch set 20 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51526

Actions #16

Updated by Gerrit Code Review about 7 years ago

Patch set 21 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51526

Actions #17

Updated by Gerrit Code Review about 7 years ago

Patch set 22 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51526

Actions #18

Updated by Gerrit Code Review about 7 years ago

Patch set 23 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51526

Actions #19

Updated by Gerrit Code Review about 7 years ago

Patch set 24 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51526

Actions #20

Updated by Gerrit Code Review about 7 years ago

Patch set 25 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51526

Actions #21

Updated by Gerrit Code Review about 7 years ago

Patch set 26 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51526

Actions #22

Updated by Gerrit Code Review about 7 years ago

Patch set 27 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51526

Actions #23

Updated by Gerrit Code Review about 7 years ago

Patch set 28 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51526

Actions #24

Updated by Gerrit Code Review about 7 years ago

Patch set 29 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51526

Actions #25

Updated by Gerrit Code Review about 7 years ago

Patch set 30 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51526

Actions #26

Updated by Gerrit Code Review about 7 years ago

Patch set 31 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51526

Actions #27

Updated by Georg Ringer about 7 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #28

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions #29

Updated by Markus Klein over 5 years ago

  • Related to Bug #80806: Upgrade Wizard / Execute database migrations on single rows / Error: The RecordLinkHandler expects identifier and uid as $parameter configuration added
Actions #30

Updated by Christian Kuhn almost 2 years ago

  • Related to Task #97957: Avoid misusing element browser for link handler concerns added
Actions

Also available in: Atom PDF