• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

TYPO3GmbH / site-intercept / 17939265871
63%

Build:
DEFAULT BRANCH: develop
Ran 23 Sep 2025 07:49AM UTC
Jobs 1
Files 85
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

23 Sep 2025 07:48AM UTC coverage: 63.428%. Remained the same
17939265871

push

github

web-flow
[BUGFIX]: faulty redirect for syntax > index.html (#237)

### Description
Currently when visiting the syntax page (syntax/index.html inside TYPO3
explained > settings & config > TypoScript)
you wil get redirect towards the explanation of `menu` part of the data
processor. See also the [original issue
](https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-CoreApi/issues/6050)
this PR is based on.

### The goal
Seeing the syntax information page as can be seen on the 12.4 version
(syntax page [12.4
version](https://docs.typo3.org/m/typo3/reference-coreapi/12.4/en-us/Configuration/TypoScript/Syntax/Index.html))

### Scope
Main & 13.4

### understanding the change
In [this ](https://github.com/TYPO3GmbH/site-intercept/pull/213)PR the
redirect was added to move HMENU special properties into dataprocessor.
the index.html falls outisde of the Tmenu regex and thus the page gets
redirected.

We want to achieve that the orignal redirect keeps working and the
index.html does not get redirected.
by adding a OR inside the negative lookahead we exclude the index.html
from redirecting.

### links
[negative lookahead developer
mozilla](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Lookahead_assertion?utm_source=chatgpt.com)
[regex101 result with edited regex]( https://regex101.com/r/0BSjG4/2) 

### Important information
As i didn't succeed in setting up a local environment testing should
still be done.
only tested it in regex101, link is in the `link` section

1299 of 2048 relevant lines covered (63.43%)

3.69 hits per line

Jobs
ID Job ID Ran Files Coverage
1 17939265871.1 23 Sep 2025 07:49AM UTC 85
63.43
GitHub Action Run
Source Files on build 17939265871
  • Tree
  • List 85
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • aff5b901 on github
  • Prev Build on develop (#17848675714)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc