Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sg_news
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TYPO3
sg_news
Merge requests
!45
Bugfix pagebrowser handling
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Bugfix pagebrowser handling
bugfix_pagebrowserHandling
into
master
Overview
0
Commits
4
Pipelines
0
Changes
5
Merged
Johannes Kreiner
requested to merge
bugfix_pagebrowserHandling
into
master
2 years ago
Overview
0
Commits
4
Pipelines
0
Changes
1
Expand
To fix:
Canonical is included twice on category page
cHash is included in canonical for pagination
<link rel="prev"...
and
<link rel="next"...
need to be generated by
https://gitlab.sgalinski.de/typo3/sg_seo
Edited
2 years ago
by
Stefan Galinski
0
0
Merge request reports
Compare
version 3
version 3
32ff55f5
2 years ago
version 2
9c4a267c
2 years ago
version 1
57c88328
2 years ago
master (base)
and
latest version
latest version
8900ddef
4 commits,
2 years ago
version 3
32ff55f5
3 commits,
2 years ago
version 2
9c4a267c
2 commits,
2 years ago
version 1
57c88328
1 commit,
2 years ago
Show latest version
1 file
+
6
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Configuration/Routes/config.yaml
+
6
−
0
Options
@@ -3,7 +3,13 @@ routeEnhancers:
type
:
Plugin
namespace
:
tx_sgnews_pagebrowser
routePath
:
'
/{localizedSegment}/{currentPage}'
defaults
:
currentPage
:
'
0'
aspects
:
currentPage
:
type
:
StaticRangeMapper
start
:
'
1'
end
:
'
1000'
localizedSegment
:
type
:
LocaleModifier
default
:
page
Loading