Skip to content
Snippets Groups Projects
  1. Apr 12, 2013
    • Christian Kuhn's avatar
      [TASK] Raise submodule pointer · ae4a7959
      Christian Kuhn authored
      Change-Id: If7a3a3c8c9921efef4fb8c8956d5e1d0a0ebfdca
      Reviewed-on: https://review.typo3.org/19839
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      ae4a7959
    • Christian Kuhn's avatar
      [TASK] Remove last mentions of t3lib_formmail · f3bc1a92
      Christian Kuhn authored
      Change-Id: I7774323581f97bd3562eaa1fa67a5faae748446a
      Resolves: #47160
      Releases: 6.1
      Reviewed-on: https://review.typo3.org/19834
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      f3bc1a92
    • Christian Kuhn's avatar
      [TASK] Clean up data submission handling · c172319e
      Christian Kuhn authored
      The patch encapsulates the data submission that can feed
      DataSubmissionController from index_ts to
      TypoScriptFrontendController.
      
      Change-Id: I3d357f97f77db5e675f4ec446fc3015214e372a2
      Resolves: #47158
      Related: #47157
      Releases: 6.1
      Reviewed-on: https://review.typo3.org/19826
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Thomas Maroschik
      Tested-by: Thomas Maroschik
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      c172319e
    • Stefan Neufeind's avatar
      [TASK] Cleanup for ClassNamingUtility · 47e1cdc4
      Stefan Neufeind authored
      Small cleanups for the new feature
      which just got merged.
      
      Releases: 6.1
      Fixes: #43052
      Change-Id: I9c7df202f7e63c148f35fefe30e134b0a299b124
      Reviewed-on: https://review.typo3.org/18189
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      47e1cdc4
    • Christian Kuhn's avatar
      [BUGFIX] Namespace forgotten t3lib_formmail · 31ca9fe2
      Christian Kuhn authored
      Class t3lib_formmail was deprecated with 6.0 and not namespaced,
      but it is still used by the default mail content object and
      handles submitted data.
      The patch post-namespaces the class for now and removes the
      deprecation.
      
      Fixes: #47157
      Releases: 6.1, 6.0
      
      Change-Id: I904020fbf269ea77d1cd45bd02cd7ce459e92eb0
      Reviewed-on: https://review.typo3.org/19824
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      31ca9fe2
    • Christian Kuhn's avatar
      [BUGFIX] Deprecate forgotten t3lib classes · 1498adf9
      Christian Kuhn authored
      Nearly all classes in t3lib were namespaced with 6.0 except some
      old deprecated functionality. Some of the files miss a proper
      deprecation. This is fixed with the patch:
      
      * Deprecate t3lib_readmail, t3lib_syntaxhl, t3lib_xml
      * Move some forgotten constants from t3lib_svbase to bootstrap
      
      Change-Id: I15a7c99e4ca254e22aa4037aed0e76e9495ef0e3
      Fixes: #46278
      Releases: 6.1, 6.0
      Reviewed-on: https://review.typo3.org/18905
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      1498adf9
    • Christian Kuhn's avatar
      [TASK] Raise submodule pointer · c52c2c48
      Christian Kuhn authored
      Change-Id: I95d940d3409a0258321547ef9a44adb9c10eb786
      Reviewed-on: https://review.typo3.org/19822
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      c52c2c48
    • Christian Kuhn's avatar
      [TASK] Use typo3/thumbs.php instead of t3lib/thumbs.php · 57c7283b
      Christian Kuhn authored
      Change-Id: I5b5d38167ee852770cc042fce7adc995b3934c63
      Resolves: #47153
      Releases: 6.1
      Reviewed-on: https://review.typo3.org/19817
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Nicole Cordes
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      57c7283b
  2. Apr 11, 2013
  3. Apr 10, 2013
  4. Apr 09, 2013
  5. Apr 08, 2013
    • Benjamin Mack's avatar
      [TASK] Remove deprecated code from Core · c56c76c4
      Benjamin Mack authored
      Furthermore there is outstanding code to be
      removed which is deprecated.
      
      Resolves: #26508
      Releases: 6.1
      Change-Id: Ic2fa23d9d87fa81c6ec4526afba2d75064a693bc
      Reviewed-on: https://review.typo3.org/1799
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      Reviewed-by: Wouter Wolters
      Reviewed-by: Benjamin Mack
      Tested-by: Benjamin Mack
      c56c76c4
    • Benjamin Mack's avatar
      [TASK] Deprecate IconUtility::getIconImage · 1b1dda4a
      Benjamin Mack authored
      IconUtility::getIconImage
      is not used anymore in the core, so deprecated this function.
      
      Change-Id: Ic9d33160d0ca802dcdec929400f7919e39c8aec8
      Resolves: #22706
      Releases: 6.1
      Reviewed-on: https://review.typo3.org/12903
      Reviewed-by: Nicole Cordes
      Tested-by: Nicole Cordes
      Reviewed-by: Benjamin Mack
      Tested-by: Benjamin Mack
      1b1dda4a
  6. Apr 07, 2013
    • Philipp Gampe's avatar
      [BUGFIX] File collection should request update after changing the storage · 3e1f97ab
      Philipp Gampe authored
      Currently the form is not reloaded if you change the storage inside a
      file collection record.
      You need to save the form before you can select a folder.
      
      Automatically reload the form after changing the storage.
      
      Fixes: #47007
      Releases: 6.1,6.0
      Change-Id: Ide6dddca64707f7f353aecc98943c79afd9eec78
      Reviewed-on: https://review.typo3.org/19718
      Reviewed-by: Alexander Opitz
      Tested-by: Alexander Opitz
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      3e1f97ab
    • Steffen Ritter's avatar
      [BUGFIX] Images from non-local storages are not displayed · cfcdf189
      Steffen Ritter authored
      The content object renderer adds absRefPrefix to all
      generated image URLs, leading to incorrect URLs for
      storages not relative to the siteroot. Additionally,
      the URLs generated by the driver are also escaped in
      ContentObjectRenderer::cImage(), leading to broken
      absolute URLs.
      
      Change-Id: I40c0a7ea55ff3a1155e7a05b1fc37da7d0cf44e4
      Resolves: #42223
      Releases: 6.1, 6.0
      Reviewed-on: https://review.typo3.org/15837
      Reviewed-by: Alexander Opitz
      Reviewed-by: Nicole Cordes
      Tested-by: Nicole Cordes
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      cfcdf189
    • Felix Kopp's avatar
      [BUGFIX] EM: add visual feedback for download+install · 24c9fc18
      Felix Kopp authored
      Process of downloading and installing remote extensions takes
      some time - this patch brings visual feedback to inform users
      that something complex is happening in the background.
      
      Change-Id: Iae6c8ca90f163b49b0d6a63740eb773f29127d91
      Fixes: #46274
      Releases: 6.1, 6.0
      Reviewed-on: https://review.typo3.org/19722
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      24c9fc18
    • Benjamin Mack's avatar
      [BUGFIX] Adjust category exception message to namespaces · 186e98b2
      Benjamin Mack authored
      The exception message in ExtensionManagementUtility::makeCategorizable
      now refers to namespaces instead of t3lib.
      
      Fixes: #42996
      Releases: 6.1, 6.0
      
      Change-Id: Ifd52a2fb96335fa9bde6ec98b6ddcf8dd4c6bf74
      Reviewed-on: https://review.typo3.org/16451
      Reviewed-by: Steffen Ritter
      Reviewed-by: Benjamin Mack
      Tested-by: Benjamin Mack
      186e98b2
    • Nicole Cordes's avatar
      [BUGFIX] Function buildUrl does not handle port setting · d968e222
      Nicole Cordes authored
      The function buildUrl in the TYPO3\CMS\Core\Utility\HttpUtility class
      does not handle any port setting. This has to be added after the host
      setting separated by a colon.
      
      Change-Id: Ie2b24dd076b8abc79ababbd19d6699d6a9fb47a3
      Fixes: #47012
      Releases: 6.1, 6.0, 4.7
      Reviewed-on: https://review.typo3.org/19721
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      d968e222
    • Benjamin Mack's avatar
      [FEATURE] Migration wizard for RTE magic images missing · a7c0794c
      Benjamin Mack authored
      All magic images of the RTE are still residing in uploads/
      with a name like RTEmagicC_*.
      
      The update wizard moves the files to fileadmin/_migrated_/RTE/
      and adds them to the file index.
      
      Resolves: #46614
      Releases: 6.1
      Change-Id: Ie5fa6bdf84e994e9e1ac3c804ce4eecdce072c86
      Reviewed-on: https://review.typo3.org/19232
      Reviewed-by: Benjamin Mack
      Tested-by: Benjamin Mack
      a7c0794c
    • Philipp Gampe's avatar
      [BUGFIX] Illegal string offset in EditDocumentController · 1befafd8
      Philipp Gampe authored
      If a content element is opened from the opendocs module, a warning is
      shown because overrideVals is used without checking if it is an array.
      
      Fixes: #46965
      Releases: 6.1, 6.0, 4.7, 4.5
      Change-Id: If25b21121708226594cfac6436278c297f32ddb9
      Reviewed-on: https://review.typo3.org/19636
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      1befafd8
  7. Apr 06, 2013
    • Benjamin Mack's avatar
      [BUGFIX] Hide move placeholder in WS preview · 6a472ab1
      Benjamin Mack authored
      Move placeholder are visible in the navigation
      during WS preview if they are moved for example
      from the first to the second level.
      
      Change-Id: I7e3339488d9d64cdf04154fb0334880f76576f8d
      Fixes: #38705
      Releases: 6.0,4.7,4.6,4.5
      Reviewed-on: https://review.typo3.org/12666
      Reviewed-by: Benjamin Mack
      Tested-by: Benjamin Mack
      6a472ab1
    • Steffen Ritter's avatar
      [BUGFIX] Upload in backend does not index file · 49f5814e
      Steffen Ritter authored
      If a file is uploaded within the backend (f.e. file-module)
      the file is not automatically indexed. If done within the
      file-module the indexing happens when the folder is shown.
      If the file is uploaded somehow else using the
      ExtendedFileUtility it's not indexed.
      
      Add the indexing to the upload function.
      
      Releases: 6.1, 6.0
      Fixes: #46595
      Change-Id: I9ea30797390f960a8e382a1f2c456259d3daa60c
      Reviewed-on: https://review.typo3.org/19218
      Reviewed-by: Alexander Opitz
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Benjamin Mack
      Tested-by: Benjamin Mack
      49f5814e
    • Philipp Gampe's avatar
      [BUGFIX] Write config to extTables destroys HTML output · 54a4a12d
      Philipp Gampe authored
      If you enter HTML to update a field in e.g. TCA to write the value into
      extTables.php, then the HTML will be printed into the configuration
      module.
      htmlspecialchar the output.
      
      Fixes: #46999
      Releases: 6.1,6.0,4.7,4.5
      Change-Id: I390b4252316b8bdf01e5bbcc5a8b33833bdf73e8
      Reviewed-on: https://review.typo3.org/19694
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      54a4a12d
    • Alexander Opitz's avatar
      [BUGFIX] EM ConstantsView crashs with dep/faulty types. · 4b98be87
      Alexander Opitz authored
      The types default and input are deprecated. Removing of this let
      the ConstantsView crash, as there is no function configuration for them.
      
      We now readd the config in 6.1 as we have no problems with this lines
      in the core and we don't know how much extsnions exists which fail.
      
      Resolves: #46996
      Related: #44763
      Releases: 6.1, 6.0
      Change-Id: I670e80bab6b415997fcfd26de19fba870a0f8446
      Reviewed-on: https://review.typo3.org/19697
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      4b98be87
    • Anja Leichsenring's avatar
      [TASK] Remove array items to perform string comparison · 35b431ae
      Anja Leichsenring authored
      The Fluid IfViewHelper doesn't need any longer array items to perform
      string comparison.
      The patch removes all occurences in extensionmanager sysext.
      
      Resolves: #46995
      Releases: 6.1
      Change-Id: If533afd4d0f4522b3455e308a7f01969f4fb0326
      Reviewed-on: https://review.typo3.org/19691
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      35b431ae
    • Anja Leichsenring's avatar
      [TASK] Sort version column enabled as default · d1cbae89
      Anja Leichsenring authored
      On calling upon AllVersionsView in Extension Manager the sorting of
      version column should be enabled as default.
      
      Resolves: #46997
      Releases: 6.1, 6.0
      Change-Id: Id8ce5388f892686cdba0137804e9e093860dfbf5
      Reviewed-on: https://review.typo3.org/19693
      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
      d1cbae89
    • Benjamin Mack's avatar
      [TASK] XLF core locallang files are still referenced with .php/.xml · a887fdcb
      Benjamin Mack authored
      The core still access xliff language files as .php or .xml,
      although the files themselves are converted to .xlf since quite
      some time. This could cause confusion.
      
      This is a cleanup taken all .xlf files in the EXT:lang/.xlf
      directory and run via a sed script (thanks to Stucki)
      
      Resolves: #46940
      Releases: 6.1
      Change-Id: I427776b176ba2c23678689029eaf388dff90d0fa
      Reviewed-on: https://review.typo3.org/19579
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      a887fdcb
    • Jost Baron's avatar
      [TASK] Move code for clearing text fields to jquery plugin · 60c3ec7a
      Jost Baron authored
      The code for clearing text fields in the extension manager is now
      encapsulated in a jquery plugin, and the form for searching the TER
      is automatically submitted if it is cleared and a search result was
      shown.
      
      Resolves: #46853
      Related: #43410
      Releases: 6.1
      Change-Id: I36ec6b3614cf18551018eba1d0dee15bdaf63b5e
      Reviewed-on: https://review.typo3.org/19505
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      60c3ec7a
    • Wouter Wolters's avatar
      [BUGFIX] EM: sorting in dataTable incorrect · 2d242c95
      Wouter Wolters authored
      The dataTable sortes version string incorrectly:
      
      1.12.1
      1.1.1
      
      Intended:
      1, 2, 3, ., 9, 10, 11, ., 99, 100, 101, ...
      
      Also disable sorting on column "Actions"
      Fixes: #46977
      Releases: 6.1, 6.0
      
      Change-Id: Ie6211edee52bf712f4463a57d800f0c1e705f1da
      Reviewed-on: https://review.typo3.org/19674
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      2d242c95
    • Benjamin Mack's avatar
      [TASK] Remove unused TYPO3 configuration option · d32fbf1d
      Benjamin Mack authored
      The t3InstId option was introduced in version 3.x and never used
      by the old EM, and is not even used by the current EM, and also
      not with the t3o. As long as there is no functionality
      that deals with that option, it should be removed completely again.
      
      Resolves: #46993
      Releases: 6.1
      Change-Id: Ic506c89375ce012c6ea2bb73649aaa50a2155104
      Reviewed-on: https://review.typo3.org/19689
      Reviewed-by: Alexander Opitz
      Tested-by: Alexander Opitz
      Reviewed-by: Wouter Wolters
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      d32fbf1d
    • Christian Kuhn's avatar
      [TASK] NEWS.txt thanks to all contributors for merge number 10.000 · cda19cc3
      Christian Kuhn authored
      Change-Id: Iac334745b537a15af9291cd05917a38a9e4eaf95
      Releases: 6.1
      Reviewed-on: https://review.typo3.org/19688
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Felix Kopp
      Tested-by: Felix Kopp
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Magdalena Leichsenring
      Tested-by: Magdalena Leichsenring
      Reviewed-by: Alexander Opitz
      Tested-by: Alexander Opitz
      Reviewed-by: Benjamin Mack
      Tested-by: Benjamin Mack
      Reviewed-by: Nicole Cordes
      Tested-by: Nicole Cordes
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      cda19cc3
    • 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