Bug #68430
closed
Overwriting labels by TypoScript not possible for all labels in indexed search (experimental mode)
Added by Gerhard Rupp over 9 years ago.
Updated about 7 years ago.
Sprint Focus:
Stabilization Sprint
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.
- 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.
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.
I'll take a look into the unittests of the TypoScriptParser if that case is covered properly.
- 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
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.
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- 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
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
- Status changed from Under Review to Resolved
- Status changed from Resolved to Closed
Also available in: Atom
PDF