Project

General

Profile

Actions

Bug #29086

closed

Livesearch didn't find alle pages

Added by Udo Leimberger over 12 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Category:
Pagetree
Target version:
Start date:
2011-08-18
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

If you are a BE user with various mountpoints (no admin) , liveserach didn't find all pages.
Attached - bugfix for class.t3lib_search_liveserach.php


Files

Actions #1

Updated by Markus Klein over 12 years ago

Hi Udo,

thanks for your contribution.

I suggest a different coding:

$pagelist = array();
$mounts = $GLOBALS['BE_USER']->returnWebmounts();
foreach ($mounts as $pageId) {
    $pagelist[] = $this->getAvailablePageIds($pageId, self::RECURSIVE_PAGE_LEVEL);
}
$pageIdList = implode(',', $pagelist);
unset($pagelist);

Could you please post this patch to the TYPO3 review system?
See http://forge.typo3.org/projects/typo3v4-core/wiki/Contribute_Walkthrough how it works.

Thank you.

Actions #2

Updated by Udo Leimberger over 12 years ago

Hi Marcus,

attached the new diff.

Unfortunately your link to the Contribute Walkthrough ends in a non completed doc.

Do you have another link ?

Thank you

Best regards
Udo

Actions #3

Updated by Mr. Hudson over 12 years ago

Patch set 1 of change Ie4c9c41f65d8a84722fa3847921912c7fb5a18f1 has been pushed to the review server.
It is available at http://review.typo3.org/4460

Actions #4

Updated by Udo Leimberger over 12 years ago

#29086 is now in review.

Actions #5

Updated by Mr. Hudson over 12 years ago

Patch set 2 of change Ie4c9c41f65d8a84722fa3847921912c7fb5a18f1 has been pushed to the review server.
It is available at http://review.typo3.org/4460

Actions #6

Updated by Mr. Hudson over 12 years ago

Patch set 3 of change Ie4c9c41f65d8a84722fa3847921912c7fb5a18f1 has been pushed to the review server.
It is available at http://review.typo3.org/4460

Actions #7

Updated by Mr. Hudson over 12 years ago

Patch set 4 of change Ie4c9c41f65d8a84722fa3847921912c7fb5a18f1 has been pushed to the review server.
It is available at http://review.typo3.org/4460

Actions #8

Updated by Mr. Hudson over 12 years ago

Patch set 5 of change Ie4c9c41f65d8a84722fa3847921912c7fb5a18f1 has been pushed to the review server.
It is available at http://review.typo3.org/4460

Actions #9

Updated by Anonymous over 12 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100
Actions #10

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF