Project

General

Profile

Actions

Bug #17859

closed

XClass of class.browse_links.php

Added by Pierre Boivin almost 17 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2007-11-28
Due date:
% Done:

0%

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

Description

It looks like that we can't create XClass for this class. I have to create an XClass for changing asort to natcasesort for the file listing.

See case 0005435.

See my code in "additional information" paragraph.

ext_localconf.php file

$TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['typo3/class.browse_links.php'] = t3lib_extMgm::extPath($_EXTKEY).'class.ux_browse_links.php';

class.ux_browse_links.php file

class ux_browse_links extends browse_links {
function expandFolder($expandFolder=0,$extensionList='') {
}
}
(issue imported from #M6848)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #17211: Natually sort browse_links popupClosed2007-04-17

Actions
Actions #1

Updated by Stanislas Rolland over 15 years ago

I see no reason why the xclass would not work. However, beware that this class is extended by many others (RTE, DAM, etc.)

But the real issue is the sort order of the files.

Actions #2

Updated by Oliver Hader over 15 years ago

I think that placing hooks is better here since this file is used in many plugins/modules/extensions.

Actions #3

Updated by Tolleiv Nietsch over 12 years ago

  • Status changed from New to Closed
  • Target version deleted (0)

Imho not relevant anymore after #31893

Actions

Also available in: Atom PDF