Project

General

Profile

Bug #24693 » 17178.patch

Administrator Admin, 2011-01-20 23:15

View differences:

t3lib/class.t3lib_befunc.php (revision )
public static function getListViewLink($urlParameters = array(), $linkTitle = '', $linkText = '') {
$url = self::getModuleUrl('web_list', $urlParameters);
if (!t3lib_extMgm::isLoaded('list') || $url === FALSE) {
if (!t3lib_extMgm::isLoaded('recordlist') || $url === FALSE) {
return '';
} else {
return '<a href="' . htmlspecialchars($url) . '" title="' . htmlspecialchars($linkTitle) . '">' .
typo3/db_list.php (revision )
LF .
'Referer: ' . t3lib_div::getIndpEnv('HTTP_REFERER')
);
if (t3lib_extMgm::isLoaded('list')) {
if (t3lib_extMgm::isLoaded('recordlist')) {
t3lib_utility_Http::redirect(t3lib_BEfunc::getModuleUrl('web_list', array(), '', TRUE) . '&' . $query);
} else {
$title = sprintf($GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:extension.not.installed'), 'list');
typo3/sysext/recordlist/mod1/index.php (revision )
/***************************************************************
* Copyright notice
*
* (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
* (c) 1999-2011 Kasper Sk?rh?j (kasperYYYY@typo3.com)
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project is
......
* backend root directory. This has some historical and practical causes.
*
* $Id: index.php 10161 2011-01-20 14:54:34Z baschny $
* Revised for TYPO3 3.6 November/2003 by Kasper Skårhøj
* Revised for TYPO3 3.6 November/2003 by Kasper Sk?rh?j
* XHTML compliant
*
* @author Kasper Skårhøj <kasperYYYY@typo3.com>
* @author Kasper Sk?rh?j <kasperYYYY@typo3.com>
*/
/**
* [CLASS/FUNCTION INDEX of SCRIPT]
......
/**
* Script Class for the Web > List module; rendering the listing of records on a page
*
* @author Kasper Skårhøj <kasperYYYY@typo3.com>
* @author Kasper Sk?rh?j <kasperYYYY@typo3.com>
* @package TYPO3
* @subpackage core
*/
typo3/sysext/recordlist/ext_autoload.php (revision )
// This file was generated on 2009-10-26 22:04
$extensionPath = t3lib_extMgm::extPath('list');
$extensionPath = t3lib_extMgm::extPath('recordlistlist');
return array(
'sc_db_list' => $extensionPath . 'mod1/index.php',
);
typo3/backend.php (revision )
'moduleMenuWidth' => $this->menuWidth - 1,
'topBarHeight' => (isset($GLOBALS['TBE_STYLES']['dims']['topFrameH']) ? intval($GLOBALS['TBE_STYLES']['dims']['topFrameH']) : 30),
'showRefreshLoginPopup' => isset($GLOBALS['TYPO3_CONF_VARS']['BE']['showRefreshLoginPopup']) ? intval($GLOBALS['TYPO3_CONF_VARS']['BE']['showRefreshLoginPopup']) : FALSE,
'listModulePath' => t3lib_extMgm::isLoaded('list') ? t3lib_extMgm::extRelPath('list') . 'mod1/' : '',
'listModulePath' => t3lib_extMgm::isLoaded('recordlist') ? t3lib_extMgm::extRelPath('recordlist') . 'mod1/' : '',
'debugInWindow' => $GLOBALS['BE_USER']->uc['debugInWindow'] ? 1 : 0,
'ContextHelpWindows' => array(
'width' => 600,
typo3/sysext/workspaces/Classes/Controller/PreviewController.php (revision )
'moduleMenuWidth' => $this->menuWidth - 1,
'topBarHeight' => (isset($GLOBALS['TBE_STYLES']['dims']['topFrameH']) ? intval($GLOBALS['TBE_STYLES']['dims']['topFrameH']) : 30),
'showRefreshLoginPopup' => isset($GLOBALS['TYPO3_CONF_VARS']['BE']['showRefreshLoginPopup']) ? intval($GLOBALS['TYPO3_CONF_VARS']['BE']['showRefreshLoginPopup']) : FALSE,
'listModulePath' => t3lib_extMgm::isLoaded('list') ? t3lib_extMgm::extRelPath('list') . 'mod1/' : '',
'listModulePath' => t3lib_extMgm::isLoaded('recordlist') ? t3lib_extMgm::extRelPath('recordlist') . 'mod1/' : '',
'debugInWindow' => $GLOBALS['BE_USER']->uc['debugInWindow'] ? 1 : 0,
'ContextHelpWindows' => array(
'width' => 600,
......
if ($GLOBALS['LANG']->charSet !== 'utf-8') {
$t3Configuration['username'] = $GLOBALS['LANG']->csConvObj->conv($t3Configuration['username'], $GLOBALS['LANG']->charSet, 'utf-8');
$GLOBALS['LANG']->csConvObj->convArray($t3LLLcore, $GLOBALS['LANG']->charSet, 'utf-8');
$GLOBALS['LANG']->csConvObj->convArray($t3LLLfileUpload, $GLOBALS['LANG']->charSet, 'utf-8');
}
$js .= '
t3lib/class.t3lib_clipboard.php (revision )
if ($this->fileMode) {
$str = $GLOBALS['TBE_TEMPLATE']->dfw($str);
} else {
if (t3lib_extMgm::isLoaded('list')) {
if (t3lib_extMgm::isLoaded('recordlist')) {
$str = '<a href="' . htmlspecialchars(
t3lib_BEfunc::getModuleUrl(
'web_list',
t3lib/config_default.php (revision )
'em_wsdlURL' => 'http://typo3.org/wsdl/tx_ter_wsdl.php', // The SOAP URL for uploading extensions to the TER2. Usually doesn't need to be changed.
'em_mirrorListURL' => 'http://repositories.typo3.org/mirrors.xml.gz', // Allows to preset the URL for fetching the extension repository mirror list from. Used in the Extension Manager.
'requiredExt' => 'cms,lang,sv,em,list', // String (exclude). List of extensions which are REQUIRED and cannot be unloaded by the Extension Manager!
'requiredExt' => 'cms,lang,sv,em,recordlist', // String (exclude). List of extensions which are REQUIRED and cannot be unloaded by the Extension Manager!
'excludeForPackaging' => '(CVS|\..*|.*~|.*\.bak)', // String: List of directories and files which will not be packaged into extensions nor taken into account otherwise by the Extension Manager. Perl regular expression syntax!
'extCache' => 1, // <p>Integer (0, 1, 2, 3)</p><dl><dt>0</dt><dd>ext-scripts (ext_localconf.php and ext_tables.php) are NOT cached, but included every time</dd><dt>1</dt><dd>scripts cached to typo3conf/temp_CACHED_[sitePathHash]* (saves some milliseconds even with PHP accelerators)</dd><dt>2</dt><dd>scripts cached and prefix includes a hash based on the 'extList' string</dd><dt>3</dt><dd>scripts cached to typo3conf/temp_CACHED_* (no hash included at all...)</dd></dl>
'extList' => 'filelist,version,tsconfig_help,context_help,extra_page_cm_options,impexp,belog,about,cshmanual,aboutmodules,setup,opendocs,install,t3editor,felogin,feedit,recycler', // String (exclude) List of extensions which are enabled for this install. Use the Extension Manager (EM) to manage this!
    (1-1/1)