Navigation Menu

Skip to content

Commit

Permalink
[TASK] Remove leftover ExtJs comments and CSS
Browse files Browse the repository at this point in the history
Resolves: #85065
Releases: master
Change-Id: I0c9b151874acf0d4f725cff029ce5392ae054779
Reviewed-on: https://review.typo3.org/57040
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Georg Ringer <georg.ringer@gmail.com>
Tested-by: Georg Ringer <georg.ringer@gmail.com>
Reviewed-by: Jigal van Hemert <jigal.van.hemert@typo3.org>
Tested-by: Jigal van Hemert <jigal.van.hemert@typo3.org>
  • Loading branch information
wouter90 authored and Jigal van Hemert committed May 23, 2018
1 parent 50e3c63 commit b4a6531
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 40 deletions.
5 changes: 0 additions & 5 deletions Build/Resources/Public/Sass/scaffold/_scaffold.scss
Expand Up @@ -185,11 +185,6 @@ body {
bottom: 0;
left: 0;
right: 0;
// EXTJS PAGETREE FIXES START
#typo3-pagetree-treeContainer > div > .x-panel-body {
overflow: auto;
}
// EXTJS PAGETREE FIXES END
}

.scaffold-content-module {
Expand Down
13 changes: 0 additions & 13 deletions Build/Resources/Public/Sass/typo3/_element_csh.scss
Expand Up @@ -217,19 +217,6 @@ div.t3-view-help {
}
}

//
// ExtJS based CSH tooltips
//
.x-tip.typo3-csh-tooltip .x-tip-tl,
.x-tip.typo3-csh-tooltip .x-tip-cl {
padding-left: 8px;
}

.x-tip.typo3-csh-tooltip .x-tip-tr,
.x-tip.typo3-csh-tooltip .x-tip-cr {
padding-right: 8px;
}

//
// Context Sensitive Help (CSH)
//
Expand Down
5 changes: 0 additions & 5 deletions Build/Resources/Public/Sass/typo3/_element_pagetree.scss
Expand Up @@ -372,11 +372,6 @@
// CONTEXT MENU
//

// pagetree-context-menu shadow
.x-shadow {
z-index: 40 !important; // problem with EXTJS - needs to be removed
}

[id=typo3-pagetree-indicatorBar-temporaryMountPoint] {
.media-right {
position: absolute;
Expand Down
7 changes: 0 additions & 7 deletions Build/Resources/Public/Sass/typo3/_element_table.scss
Expand Up @@ -41,13 +41,6 @@
// </table>
//

// Revert Bootstrap $table-bg in order to allow ExtJS and dataTable <table>
table {
background: transparent;
font-size: inherit;
line-height: inherit;
}

//
// Default table styling
//
Expand Down
Expand Up @@ -621,7 +621,7 @@ export class GridEditor {
}

/**
* Creates an ExtJs Window with two input fields and shows it. On save, the data
* Creates an Modal with two input fields and shows it. On save, the data
* is written into the grid element.
*
* @param {number} col
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/backend/Resources/Public/Css/backend.css

Large diffs are not rendered by default.

Expand Up @@ -128,7 +128,7 @@ protected function mockDatabaseConnection()
/**
* @test
*/
public function addDataAddsTreeConfigurationForExtJs()
public function addDataAddsTreeConfigurationForSelectTreeElement()
{
$GLOBALS['TCA']['foreignTable'] = [];

Expand Down
Expand Up @@ -17,7 +17,7 @@
use TYPO3\CMS\Backend\Tree\TreeNodeCollection;

/**
* Renders a tca tree array for ExtJS
* Renders a tca tree array for the SelectElementTree
*/
class ArrayTreeRenderer extends \TYPO3\CMS\Backend\Tree\Renderer\AbstractTreeRenderer
{
Expand Down
Expand Up @@ -93,7 +93,6 @@ Clicking the title of a page is another option. It will load the right frame of
<trans-unit id="_pagetree.seeAlso" xml:space="preserve">
<source>xMOD_csh_corebe:list_module,
More about the Page Tree | https://docs.typo3.org/typo3cms/GettingStartedTutorial/GeneralPrinciples/PageTree/
Rendering Page trees [Technical] | https://docs.typo3.org/typo3cms/CoreApiReference/JavaScript/UsingExtjs/PageTree/
Using the page tree (Animation) | FILE:EXT:welcome/modsub/ani_01.gif
Clicking Icons or Titles? (Animation) | FILE:EXT:welcome/modsub/ani_06.gif
Creating pages (Animation) | FILE:EXT:welcome/modsub/ani_07.gif
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/install/Resources/Public/Css/install.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion typo3/sysext/recycler/Documentation/Introduction/Index.rst
Expand Up @@ -19,7 +19,7 @@ What does it do?
^^^^^^^^^^^^^^^^

The new improved recycler offers the possibilities of cleaning up the
garbage collection or to restore data again. Based on an ExtJS
garbage collection or to restore data again. Based on an JavaScript
interface it's possible to get a quick overview of the accordant
records, filter the resultset and execute the required actions.

Expand Down
Expand Up @@ -81,7 +81,7 @@ public function generateWorkspacePreviewLinksForAllLanguages($uid)
* @param string $table
* @param int $t3ver_oid
* @param int $orig_uid
* @todo What about reporting errors back to the ExtJS interface? /olly/
* @todo What about reporting errors back to the interface? /olly/
*/
public function swapSingleRecord($table, $t3ver_oid, $orig_uid)
{
Expand All @@ -103,7 +103,7 @@ public function swapSingleRecord($table, $t3ver_oid, $orig_uid)
*
* @param string $table
* @param int $uid
* @todo What about reporting errors back to the ExtJS interface? /olly/
* @todo What about reporting errors back to the interface? /olly/
*/
public function deleteSingleRecord($table, $uid)
{
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/workspaces/Classes/Service/StagesService.php
Expand Up @@ -238,7 +238,7 @@ public function getStagesForWSUser()
}

/**
* Prepares simplified stages array to be used in ExtJs components.
* Prepares simplified stages array
*
* @param StageRecord[] $stageRecords
* @return array
Expand Down

0 comments on commit b4a6531

Please sign in to comment.