Project

General

Profile

Actions

Bug #75909

closed

Wrong link to wiki in Extbase typoscript

Added by Tymoteusz Motylewski about 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-04-25
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

file typo3/sysext/extbase/ext_typoscript_setup.txt
contains link to old project on wiki:

 # if enabled, default controller and/or action is skipped when creating URIs through the URI Builder (see http://forge.typo3.org/projects/typo3v4-mvc/wiki/Skip_default_arguments_in_URIs)
  96                 skipDefaultArguments = 0

this page is not accessible any more.

Internet archvive helped me recover following text:

Skip default arguments in URIs
This feature is part of Extbase 1.4, that will be included in TYPO3 4.6

From version 1.4 on you can configure Extbase to skip the URI arguments for controller and action if they are equal to the respective default in the target plugin.

NOTE: This only works reliably, if you do not modify the default controller / actions of a plugin via FlexForms!

You can enable the feature with following TypoScript configuration:

plugin.tx_yourextension {
    features {
        skipDefaultArguments = 1
    }
}
You can enable the feature globally, but make sure that all installed Extbase extensions are compatible with that setting:

config.tx_extbase {
    features {
        skipDefaultArguments = 1
    }
}

We should move this documentation to a proper place and fix the link.

Actions #1

Updated by Tymoteusz Motylewski about 8 years ago

another occurrence of the link to old wiki is in
typo3/sysext/extensionmanager/ext_typoscript_setup.txt

Actions #2

Updated by Gerrit Code Review almost 8 years ago

  • Status changed from New to Under Review

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

Actions #3

Updated by Tomita Militaru almost 8 years ago

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

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF