Bug #68430
closedOverwriting labels by TypoScript not possible for all labels in indexed search (experimental mode)
100%
Description
The labels in locallang.xml contain dots following a number. This prohibits the change of texts via TS.
The labels should be changed so that they contain underscores instead of dots (as it is in pi-based version).
An example how to change the texts should be included in the manual.
For exapmle:
pi-based: "opt_freeIndexUid_header_0"
Extbased: "indexingConfigurationHeader.0"
Btw: Translating "result.noResult" via TS is no problem
Escaping the dot in the TS does not resolve the issue.
Updated by Markus Klein over 9 years ago
- Target version changed from 6.2.15 to 7.4 (Backend)
- Sprint Focus set to Stabilization Sprint
Hm... instead of changing the labels, we should change the translation logic, because we have hundreds of labels with dot notation nowadays.
Updated by Gerhard Rupp over 9 years ago
The "original" indexed search (pi-based) did have different labels which did not contain the dots. So labels already were changed.
Btw. as already stated a dot is only a problem if followed by a number.
Updated by Markus Klein over 9 years ago
I'll take a look into the unittests of the TypoScriptParser if that case is covered properly.
Updated by Gerrit Code Review over 9 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 http://review.typo3.org/41834
Updated by Markus Klein over 9 years ago
Testing instructions.
- add the "experimental" plugin to a page
- add the static template for indexed_search
- add TS like
plugin.tx_indexedsearch._LOCAL_LANG.default.searchTypes\.1 = asdf
- open FE and use advanced search.
Updated by Markus Klein over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 26ec7f665a5f5735cc1923ef9667ea9ff30d79aa.
Updated by Gerrit Code Review over 9 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41841
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41841
Updated by Markus Klein over 9 years ago
- Status changed from Under Review to Resolved
Applied in changeset 59dbf92134010068faf481b9a74ecdcad956c3d3.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed