Project

General

Profile

Actions

Bug #76278

closed

PaginateViewHelper stopped working since update "[SECURITY] Validate complete referring request"

Added by Anonymous almost 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
Start date:
2016-05-24
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

PaginateViewHelper stopped working since update.
Each page contains the first result.


Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Bug #76280: Fluid pagebrowser dont workClosed2016-05-24

Actions
Actions #1

Updated by Markus Klein almost 8 years ago

  • Description updated (diff)

Hi David!

Where did you encounter this bug? In EXT:news?

Actions #2

Updated by Andreas Kienast almost 8 years ago

  • Status changed from New to Needs Feedback
Actions #3

Updated by Markus Klein almost 8 years ago

  • Category changed from Fluid to Extbase
  • Status changed from Needs Feedback to Accepted
  • Assignee deleted (Georg Ringer)
  • Complexity deleted (easy)
  • Is Regression changed from No to Yes
Actions #4

Updated by Anonymous almost 8 years ago

We use the default ViewHelper.

OK in TYPO3 8.1.0
NOT OK in TYPO3 8.1.1

<f:widget.paginate objects="{cruises}" as="paginatedCruises" configuration="{itemsPerPage: '{settings.limitresults}', insertAbove: 1, insertBelow: 1, maximumNumberOfLinks: 10}">
<f:render partial="Traffic3/google_remarketing.html" section="google_remarketing_searchresult_paginated" arguments="{paginatedCruises: paginatedCruises}" />
<div id="current-results" class="col-md-3 text-left responsive-text-center">
<p class="hidden-xs pull-left nomargin padding30">
<strong>Showing</strong> {paginatedCruises -> f:count()} of {cruises -> f:count()} results.
</p>
</div>
<f:for each="{paginatedCruises}" as="cruise">
<div class="row">
<f:render partial="ListView/CruiseList" arguments="{cruise: cruise, layout-width: 'col-lg-12 col-md-12 col-sm-12 col-xs-12', dateinfo-width: 'col-lg-5 col-md-5 col-sm-6 ol-xs-12', nextdepartureinfo-width: 'col-lg-7 col-md-7 col-sm-6 col-xs-12', cruiseinfo-class: 'margin-bottom10'}" section="CruiseListViewResponsive" />
</div>
</f:for>
</f:widget.paginate>

Actions #5

Updated by Stephan Großberndt almost 8 years ago

  • Category changed from Extbase to Fluid
  • Status changed from Accepted to Needs Feedback
  • Assignee set to Georg Ringer
  • Complexity set to easy

I can confirm this in 6.2.24

Actions #6

Updated by Stephan Großberndt almost 8 years ago

  • Category changed from Fluid to Extbase
  • Status changed from Needs Feedback to Accepted
  • Assignee deleted (Georg Ringer)
  • Complexity deleted (easy)
Actions #7

Updated by Gerrit Code Review almost 8 years ago

  • Status changed from Accepted to Under Review

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

Actions #8

Updated by Gerrit Code Review almost 8 years ago

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

Actions #9

Updated by Gerrit Code Review almost 8 years ago

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

Actions #10

Updated by Gerrit Code Review almost 8 years ago

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

Actions #11

Updated by Gerrit Code Review almost 8 years ago

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

Actions #12

Updated by Gerrit Code Review almost 8 years ago

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

Actions #13

Updated by Anonymous almost 8 years ago

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

Updated by Helmut Hummel almost 8 years ago

@David: Thank you very much for the incredibly fast bug report!

Actions #15

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF