Skip to content
Snippets Groups Projects
  1. Apr 06, 2013
    • Stefan Neufeind's avatar
      [BUGFIX] swiftmaileradapter should ignore empty headers · d57609de
      Stefan Neufeind authored
      Further processing empty header-values with
      functions like parseAddress() can lead to
      unexpected problems.
      
      Change-Id: Ida436f384a6a6a86d7fbd119083a9037157f48df
      Fixes: #42106
      Releases: 4.5, 4.7, 6.0, 6.1
      Reviewed-on: https://review.typo3.org/15779
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Philipp Gampe
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      d57609de
    • Helmut Hummel's avatar
      [BUGFIX] Fix processed files if original has special chars · f9ebcda0
      Helmut Hummel authored
      Filenames of files uploaded in TYPO3 CMS before 6.0.1
      can contain problematic characters, because filename
      sanitizing of added files was introduced with 6.0.1.
      
      The same happens if files are not uploaded through
      the TYPO3 backend and then indexed.
      
      The filenames of processed files are sanitized when
      adding them to the storage but the not sanitized
      original filename identifier is kept in the database
      record of the processed files, which causes wrong
      generated paths.
      
      Update the identifier of the processed file along
      with all other properties after adding them
      to the storage.
      
      Change-Id: I53e4eb42def291ba88ce18209a348b1e2f592185
      Resolves: #45221
      Related: #42925
      Releases: 6.1, 6.0
      Reviewed-on: https://review.typo3.org/18529
      Reviewed-by: Benjamin Mack
      Tested-by: Benjamin Mack
      f9ebcda0
    • Philipp Gampe's avatar
      [BUGFIX] EM manual links open in the same window · d13dce57
      Philipp Gampe authored
      If you open an extension in the get menu (show all versions), a link to
      the manual is rendered.
      It currently opens with target _top.
      
      Change it to _blank to force opening the link in a new window.
      
      Fixes: #46983
      Releases: 6.0,6.1
      Change-Id: Ie4f8bd09e94addc453b13a4fcc9745c39f14fe2c
      Reviewed-on: https://review.typo3.org/19669
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      d13dce57
    • Nicole Cordes's avatar
      [BUGFIX] BackendUtility::calcAge returns negative value for 0 · 6c1df8d8
      Nicole Cordes authored
      Currently the function calcAge returns the value -0 min for zero seconds.
      This should be changed as zero is unsigned. Besides some UnitTests are
      added to verify the functionality of that function.
      
      Change-Id: Ie0c7572e63bf8d3a6f074f2ccf0db63ac6f5c801
      Fixes: #46984
      Releated: 6.1, 6.0
      Reviewed-on: https://review.typo3.org/19670
      Reviewed-by: Alexander Opitz
      Tested-by: Alexander Opitz
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      6c1df8d8
    • Felix Kopp's avatar
      [TASK] EM: remove nested pagination in showAllVersions · 0817b845
      Felix Kopp authored
      The dataTable was encapsulated within a pagination.
      Now there is only the dataTable which displays all versions at once.
      
      Change-Id: I3c82beea56bc225f9197b25b214e10c5c41efe4b
      Fixes: #46976
      Releases: 6.0, 6.1
      Reviewed-on: https://review.typo3.org/19662
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Alexander Opitz
      Tested-by: Alexander Opitz
      Reviewed-by: Benjamin Mack
      Tested-by: Benjamin Mack
      0817b845
    • Steffen Ritter's avatar
      [BUGFIX] Fix ResourceFactory Test · 2f506263
      Steffen Ritter authored
      Travis fails to execute some newly introduced Factory
      Tests. This patch aims to clean them up and make
      Travis happy again :)
      
      Change-Id: I8b57eb9bd3cbcb2cb3fc2831a4d1fbffa1c30877
      Resolves: #45748
      Releases: 6.1, 6.0
      Tested-by: Christian Kuhn
      Reviewed-on: https://review.typo3.org/19672
      Reviewed-by: Christian Kuhn
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      2f506263
    • Felix Kopp's avatar
      [BUGFIX] EM: increased visual significance of Upload .t3x · c27b83f6
      Felix Kopp authored
      Increase the visibility of upload form in "Manage extensions".
      
      Change-Id: I6b3b563aac28d834023dc39d7d79e963f62eb23f
      Fixes: #46979
      Releases: 6.1, 6.0
      Reviewed-on: https://review.typo3.org/19667
      Reviewed-by: Alexander Opitz
      Tested-by: Alexander Opitz
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      c27b83f6
    • Ivan Kartolo's avatar
      [BUGFIX] Get folder object if a path is given · c6d1d85c
      Ivan Kartolo authored
      Get folder instead file object if a path is given to FAL.
      
      Change-Id: I6d183d319eacbab403079b126685a13eb3ae7d5c
      Resolves: #45748
      Releases: 6.1, 6.0
      Reviewed-on: https://review.typo3.org/18690
      Reviewed-by: Stefan Neufeind
      Tested-by: Stefan Neufeind
      Reviewed-by: Alexander Opitz
      Tested-by: Alexander Opitz
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      c6d1d85c
    • Felix Kopp's avatar
      [BUGFIX] EM: show versions link to read manual · 9f6e4d89
      Felix Kopp authored
      Fixes the "read online" link in extension detail view.
      
      Change-Id: I54cb1c90cb1f11b101a06160a67d2bac34185985
      Fixes: #46978
      Releases: 6.1, 6.0
      Reviewed-on: https://review.typo3.org/19663
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Alexander Opitz
      Tested-by: Alexander Opitz
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      9f6e4d89
    • Wouter Wolters's avatar
      [TASK] Cleanup FrontendLoginController · 354a2442
      Wouter Wolters authored
      * Make use of the "use" statement for GeneralUtility
      * Long lines are spread over more lines for readability
      
      Change-Id: I6299913aa83588782b2a27d9e4105811746cf91f
      Resolves: #46900
      Releases: 6.1
      Reviewed-on: https://review.typo3.org/19549
      Reviewed-by: Alexander Opitz
      Tested-by: Alexander Opitz
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      354a2442
    • Felix Kopp's avatar
      [BUGFIX] EM: configuration view CSS corrections · c107bbcb
      Felix Kopp authored
      Corrects padding+margins for text, group, container in
      configureExtension view.
      
      Change-Id: If6ea1f596e13ae1179e01ad3798e900f64ce8dd2
      Fixes: #46958
      Releases: 6.1, 6.0
      Reviewed-on: https://review.typo3.org/19660
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      c107bbcb
    • Nicole Cordes's avatar
      [BUGFIX] saltedpasswords not installed by default · 61d45e42
      Nicole Cordes authored
      Because of folder renaming the autoloader of saltedpasswords is not
      executed anymore so rsa and saltedpasswords are not installed by default.
      
      Change-Id: Ib4c950e77048f2fcbca20d0f7bf2a0b7f9f11a0e
      Fixes: #43241
      Releases: 6.1, 6.0
      Reviewed-on: https://review.typo3.org/19647
      Reviewed-by: Alexander Opitz
      Reviewed-by: Wouter Wolters
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      61d45e42
    • Philipp Gampe's avatar
      [BUGFIX] Fix phpdoc after namespacing · e8e920c7
      Philipp Gampe authored
      Fix three occurences of old class names in phpdoc.
      
      Fixes: #46972
      Releases: 6.0,6.1
      Change-Id: Ia9b37cecf92dd21b8bea83ef351e1006c420b83f
      Reviewed-on: https://review.typo3.org/19650
      Reviewed-by: Wouter Wolters
      Reviewed-by: Magdalena Leichsenring
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      e8e920c7
    • Felix Kopp's avatar
      [TASK] EM: easy access to showAllVersions · 6edce6dd
      Felix Kopp authored
      The showAllVersions view is not easily accessible since only
      tiny links point there. This patch adds further links.
      
      Change-Id: I75b7a51a902a43d0ea584d037ee023a695c943ec
      Fixes: #46971
      Releases: 6.0, 6.1
      Reviewed-on: https://review.typo3.org/19648
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      6edce6dd
    • Felix Kopp's avatar
      [BUGFIX] EM: reduce prominence of state column · fdfc38fc
      Felix Kopp authored
      Decrease the width of state column and invert the coloring.
      The prominence of the state column is reduced to minimum.
      
      Change-Id: I979b93b0bd1924fac856087a2b00e9ad30eb12ee
      Fixes: #46967
      Releases: 6.1, 6.0
      Reviewed-on: https://review.typo3.org/19640
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Benjamin Mack
      Tested-by: Benjamin Mack
      fdfc38fc
    • Christian Kuhn's avatar
      Revert "[BUGFIX] Throw Exception if typo3 extension repository is not defined" · bb7bf33d
      Christian Kuhn authored
      This reverts commit 130a840d
      
      Change-Id: I7e3494ec83d0f4acb588f556970a3a91f60df904
      Reviewed-on: https://review.typo3.org/19651
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      bb7bf33d
    • Nicole Cordes's avatar
      [BUGFIX] Sorting of file links CE is broken · ac25c466
      Nicole Cordes authored
      On editing a content element of CType "uploads" ("File Links") you can
      define fields for sorting and target of the files. Those fields are not
      evaluated during the frontend rendering process.
      
      Change-Id: I3d59f3088e7600b5c4c57c5187f288b600adaf16
      Fixes: #46444
      Releases: 6.1, 6.0
      Reviewed-on: https://review.typo3.org/19644
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      ac25c466
    • Nicole Cordes's avatar
      [TASK] Add OpenSSL verification to system environment check · 84cec5d5
      Nicole Cordes authored
      Add OpenSSL verification to system environment check to be able to require
      rsa and saltedpassword extensions.
      
      Change-Id: I2eedc03569f93478eac426807f83c348c5788b42
      Resolves: #46959
      Releases: 6.1
      Reviewed-on: https://review.typo3.org/19626
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      84cec5d5
    • Andreas Wolf's avatar
      [BUGFIX] Automatic creation of processed files folder fails · 966d2a47
      Andreas Wolf authored
      The ResourceStorage tries to automatically create the processed files
      folder if it does not exist. The identifier of the folder is taken from
      the storage's configuration.
      
      The automatic creation however fails, because when splitting the
      identifier (e.g. /someFolder/_processed_/) by '/', the resulting array
      always contains empty elements. Creating a folder with an empty name
      fails however; therefore, empty elements should be skipped.
      
      Change-Id: Ia9d0fe5314f67cb01da20682dfb684b711bc3cf7
      Resolves: #46586
      Releases: 6.1, 6.0
      Reviewed-on: https://review.typo3.org/19206
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      966d2a47
    • Benjamin Mack's avatar
      [BUGFIX] Extension Manager does not use calcAge · 9dd0f268
      Benjamin Mack authored
      The extension manager does his own magic with calculating the age
      of the last TER update. This can be done automatically with
      BackendUtility::calcAge.
      
      Resolves: #46962
      Relates: #46524
      Releases: 6.1, 6.0
      Change-Id: I1917da7fa97e8692ee5bac799377e2a62ad14864
      Reviewed-on: https://review.typo3.org/19632
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Jost Baron
      Tested-by: Jost Baron
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      9dd0f268
  2. Apr 05, 2013
    • Thomas Löffler's avatar
      [BUGFIX] EM: Update button -> display version · 1e13b5f8
      Thomas Löffler authored
      Adds the target version of the extension which
      needs an update into the title tag of the update
      button.
      
      Releases: 6.0, 6.1
      Resolves: #45245
      Change-Id: Icd5f98407300abf5759554002c1d42b9214a106c
      Reviewed-on: https://review.typo3.org/18085
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      1e13b5f8
    • Sascha Egerer's avatar
      [BUGFIX] Throw Exception if typo3 extension repository is not defined · 130a840d
      Sascha Egerer authored
      When there is no repository with id 1 is defined
      in tx_extensionmanager_domain_model_extension you get an exception if
      you try to update the extension list
      
      Resolves: #42849
      Releases: 6.1, 6.0
      Change-Id: Ia60aa2227ab3a801c9002d821295c6eb01043e3f
      Reviewed-on: https://review.typo3.org/19628
      Reviewed-by: Nicole Cordes
      Tested-by: Nicole Cordes
      Reviewed-by: Sascha Egerer
      Tested-by: Sascha Egerer
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      130a840d
    • Wouter Wolters's avatar
      [BUGFIX] EM: Colorpicker in extension configuration is broken · 84a15089
      Wouter Wolters authored
      The colorpicker in extension configruation is broken. This is
      because of missing images.
      
      Also this fixes an issue with duplicate ID tags on a page. Which
      causes some problem when CSS is defined on the same name.
      
      Change-Id: I5c3b7005cd0f1df9399c0e1506bd8d408d661743
      Fixes: #46021
      Fixes: #46953
      Releases: 6.1, 6.0
      Reviewed-on: https://review.typo3.org/19616
      Reviewed-by: Nicole Cordes
      Tested-by: Nicole Cordes
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      84a15089
    • Nicole Cordes's avatar
      [BUGFIX] Read permission check for folders is broken · 55876415
      Nicole Cordes authored
      The read permission check for folders is broken because there are some
      inconsistencies in naming. For files the action to check is called "read",
      for folders this check is called "browse". This should be adjusted for
      folders to be equal to file check and renamed to "read".
      
      Change-Id: I80862b60ea7d674df75dee0063764fed95570c6b
      Fixes: #46582
      Releases: 6.1, 6.0
      Reviewed-on: https://review.typo3.org/19205
      Reviewed-by: Alexander Opitz
      Tested-by: Alexander Opitz
      Reviewed-by: Tom Ruether
      Reviewed-by: Stefan Neufeind
      Reviewed-by: Wouter Wolters
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      55876415
    • Felix Kopp's avatar
      [BUGFIX] EM: fix state columns' CSS · a4745294
      Felix Kopp authored
      Brings official typo3.org state colors. Also fixes several
      errors for IE and hovering in general.
      
      Change-Id: Ib24edbe60ac0fb4aad259be3e603d836bed27ab0
      Fixes: #46955
      Releases: 6.1, 6.0
      Reviewed-on: https://review.typo3.org/19621
      Reviewed-by: Sascha Egerer
      Tested-by: Sascha Egerer
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      a4745294
    • Benjamin Mack's avatar
      [BUGFIX] RTE: Magic Images are put in root folder · 2fe60a63
      Benjamin Mack authored
      Due to some problems when find the magic folder, currently
      all files from the RTE are put in the root directory of the TYPO3
      installation.
      
      However, RTE should use the default upload folder of the user
      by default.
      
      Resolves: #46605
      Releases: 6.1, 6.0
      Change-Id: I4f9f6606bccdeefde563d243a2ad1c9311c6ae81
      Reviewed-on: https://review.typo3.org/19224
      Reviewed-by: Wouter Wolters
      Reviewed-by: Felix Nagel
      Tested-by: Felix Nagel
      Reviewed-by: Tom Ruether
      Reviewed-by: Stefan Neufeind
      Reviewed-by: Alexander Opitz
      Tested-by: Alexander Opitz
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      2fe60a63
    • Felix Kopp's avatar
      [BUGFIX] Page module title obeys language overlay · 2ae293b2
      Felix Kopp authored
      Makes the page backend module's headline language overlay aware.
      
      The displayed headline is the page title of the selected page.
      But the displayed headline should also consider the selected language.
      
      Change-Id: Ie8b3b81139b9618ac5d2331dc86be5e5cad613d5
      Resolves: #39106
      Releases: 6.1
      Reviewed-on: https://review.typo3.org/13598
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Pascal Dürsteler
      Tested-by: Pascal Dürsteler
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      2ae293b2
    • Felix Kopp's avatar
      [TASK] EM: Remove contentWrap container · efa41f58
      Felix Kopp authored
      The content wrap container "contentWrap" is removed
      as the last memory of tabbed content.
      
      Change-Id: I3d7b54c92a74217917fade99d1edaa4bc640c337
      Fixes: #46948
      Releases: 6.0, 6.1
      Reviewed-on: https://review.typo3.org/19614
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      efa41f58
    • Wouter Wolters's avatar
      [TASK] EM: Add title to "Show all versions" icon · b17ebec0
      Wouter Wolters authored
      * Add a title to the icon to show all extension versions
      * Add the link for "Show all versions" to the extension title
      
      Change-Id: Iea15bcaf8cda25662a76245e85ecd128cc3f8b6b
      Resolves: #46951
      Releases: 6.1, 6.0
      Reviewed-on: https://review.typo3.org/19613
      Reviewed-by: Benjamin Mack
      Tested-by: Benjamin Mack
      b17ebec0
    • Christian Kuhn's avatar
      [TASK] Raise submodule pointer · e77a51e1
      Christian Kuhn authored
      Change-Id: I7be7c86cbbf4e4d7b89590707820bd6ae09d0a89
      Reviewed-on: https://review.typo3.org/19618
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      e77a51e1
    • Anja Leichsenring's avatar
      [BUGFIX] Add version title in showAllVersion view · cbfd2b75
      Anja Leichsenring authored
      Fixes: #46949
      Releases: 6.1, 6.0
      Change-Id: I2634bc186baec2a0298596c6fb9982a8c32edd7c
      Reviewed-on: https://review.typo3.org/19610
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      cbfd2b75
    • Felix Kopp's avatar
      [TASK] EM: extension info within "Get Extensions" · f7c53b9b
      Felix Kopp authored
      Improves the single view / showAllVersions with further details.
      Brings detail view as a base for further improvements.
      
      Change-Id: Ia774a064508d6e98438f6480d929e39cbe7e5534
      Fixes: #39919
      Releases: 6.0, 6.1
      Reviewed-on: https://review.typo3.org/19607
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      f7c53b9b
    • Nicole Cordes's avatar
      [TASK] Extract status identifier to separate property · ee18f310
      Nicole Cordes authored
      Instead of parsing the status objects for their classes it is better to
      refactor the severity status as own property. So even the CSS class
      backparsing can be dropped.
      
      Change-Id: I6d709017e4b98582aa3b64e512107999d4f2bbb2
      Resolves: #46943
      Releases: 6.1
      Reviewed-on: https://review.typo3.org/19591
      Reviewed-by: Nicole Cordes
      Tested-by: Nicole Cordes
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Wouter Wolters
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      ee18f310
    • Anja Leichsenring's avatar
      [BUGFIX] Move EM extension configuration save button to DocHeader · c7107b6e
      Anja Leichsenring authored
      The configuration action brings a Save button.
      Save button should be in DocHeader.
      
      Fixes: #46941
      Releases: 6.0, 6.1
      Change-Id: I05b1c2bf5f6406462ee0a1fcaaa2f5eefbee88f8
      Reviewed-on: https://review.typo3.org/19593
      Reviewed-by: Alexander Opitz
      Tested-by: Alexander Opitz
      Reviewed-by: Jost Baron
      Tested-by: Jost Baron
      Reviewed-by: Sascha Egerer
      Tested-by: Sascha Egerer
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      c7107b6e
    • Felix Kopp's avatar
      [BUGFIX] EM: Add return link to showAllVersions · dd3aae14
      Felix Kopp authored
      Extension manager ShowAllVersions view does not deliver
      link to return to the TER list. The return link is added.
      
      Change-Id: Iaf266203222416d4c5656d5d52927c0b750b8860
      Fixes: #46938
      Releases: 6.0, 6.1
      Reviewed-on: https://review.typo3.org/19586
      Reviewed-by: Sascha Egerer
      Tested-by: Sascha Egerer
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      dd3aae14
    • Benjamin Mack's avatar
      [TASK] Deprecated Big/Small/Medium/Standard-Document · c6aab2c8
      Benjamin Mack authored
      Deprecates classes:
      
      - BigDocumentTemplate
      - SmallDocumentTemplate
      - MediumDocumentTemplate
      - StandardDocumentTemplate
      
      These classes are rarely used.
      Also the standard style in the backend move along.
      
      Resolves: #45955
      Releases: 6.1
      Change-Id: Ic6e261eef960a71f56a8c5af4724f24e5da8e32c
      Reviewed-on: https://review.typo3.org/18555
      Reviewed-by: Benjamin Mack
      Tested-by: Benjamin Mack
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Magdalena Leichsenring
      Tested-by: Magdalena Leichsenring
      c6aab2c8
    • Felix Kopp's avatar
      [TASK] EM: Remove search form in showAllVersions · cae4134d
      Felix Kopp authored
      The search form is necessary on TER list but displayed in
      showAllVerions. The search form is removed with this patch.
      
      Change-Id: Ic9a6fcd33418209ba0d5def357c5b722051b31c4
      Fixes: #46942
      Releases: 6.0, 6.1
      Reviewed-on: https://review.typo3.org/19588
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Sascha Egerer
      Tested-by: Sascha Egerer
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      cae4134d
    • Felix Kopp's avatar
      [TASK] EM: Modules deserve headlines · aa2e318e
      Felix Kopp authored
      Users should know which context is active.
      Display context as module headline.
      
      Change-Id: I7e572c019f3d6a290ee699a695c98a5d4ccc6e4e
      Fixes: #46934
      Releases: 6.0, 6.1
      Reviewed-on: https://review.typo3.org/19580
      Reviewed-by: Sascha Egerer
      Tested-by: Sascha Egerer
      Reviewed-by: Alexander Opitz
      Tested-by: Alexander Opitz
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      aa2e318e
    • Georg Ringer's avatar
      [BUGFIX] Fix breaking t3editor by using hsc() · dbb9f999
      Georg Ringer authored
      t3editor misses a htmlspecialchars() when displaying content of
      the CE "HTML".
      
      Change-Id: I84b65cd42bee971adc6fb77149f6789e76fc6567
      Fixes: #33651
      Releases: 6.1,6.0,4.7,4.6,4.5
      Reviewed-on: https://review.typo3.org/19510
      Reviewed-by: Marcus Schwemer
      Tested-by: Marcus Schwemer
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      dbb9f999
    • Felix Kopp's avatar
      [BUGFIX] Move EM tabs to function menu · 8e56888b
      Felix Kopp authored
      Changes the tabs in extension manager to a function menu.
      The views to manage+get extensions are different from a
      user perspective.
      
      Change-Id: I2612667cdb2656fa8954b09ada858581318b3c1d
      Fixes: #46931
      Release: 6.0, 6.1
      Reviewed-on: https://review.typo3.org/19563
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Magdalena Leichsenring
      Tested-by: Magdalena Leichsenring
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      8e56888b