Project

General

Profile

Bug #24517 » 16971_v1.diff

Administrator Admin, 2011-01-19 02:20

View differences:

t3lib/class.t3lib_pagerenderer.php (Arbeitskopie)
};
Ext.Direct.on("exception", function(event) {
var backtrace = "";
if (event.where) {
backtrace = "<p style=\"margin-top: 20px;\">" +
"<strong>Backtrace:<\/strong><br \/>" +
event.where.replace(/#/g, "<br \/>#") +
"<\/p>";
if (event.code === Ext.Direct.exceptions.TRANSPORT) {
TYPO3.Flashmessage.display(
TYPO3.Severity.information,
TYPO3.LLL.core.extDirectTimeoutHeader,
TYPO3.LLL.core.extDirectTimeout,
30
);
} else {
var backtrace = "";
if (event.where) {
backtrace = "<p style=\"margin-top: 20px;\">" +
"<strong>Backtrace:<\/strong><br \/>" +
event.where.replace(/#/g, "<br \/>#") +
"<\/p>";
}
extDirectDebug(
"<p>" + event.message + "<\/p>" + backtrace,
event.method,
"ExtDirect - Exception"
);
}
extDirectDebug(
"<p>" + event.message + "<\/p>" + backtrace,
event.method,
"ExtDirect - Exception"
);
});
Ext.Direct.on("event", function(event, provider) {
typo3/backend.php (Arbeitskopie)
'donateWindow_button_disable' => $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:donateWindow.button_disable'),
'donateWindow_button_postpone' => $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:donateWindow.button_postpone'),
'csh_tooltip_loading' => $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:csh_tooltip_loading'),
'extDirectTimeout' => $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:ExtDirect.timeout'),
'extDirectTimeoutHeader' => $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:ExtDirect.timeoutHeader'),
);
$t3LLLfileUpload = array(
'windowTitle' => $GLOBALS['LANG']->getLL('fileUpload_windowTitle'),
typo3/sysext/lang/locallang_core.xml (Arbeitskopie)
- URL typo3/ajax.php: namespace parameter should be like: &quot;TYPO3.MyExtension&quot;\n
- javascript: method\'s name should be like: &quot;TYPO3.MyExtension.Sample.myMethod&quot;\n</label>
<label index="ExtDirect.noNamespace">Ext Direct error in &quot;%s&quot;: no namespace has been found.</label>
<label index="ExtDirect.timeout">Sorry, but an internal call timed out. If you think this issue is a bug, please report it with detailed informations at http://bugs.typo3.org/.</label>
<label index="ExtDirect.timeoutHeader">Timeout</label>
<label index="extension.not.installed">Extension "%s" is not installed.</label>
<label index="link.to.dblist.correctly">Please, do not link to this page. Use t3lib_BEfunc::getListViewLink() for link generation.</label>
<label index="link.to.filefile.correctly">Please, do not link to this page.</label>
(1-1/2)