Skip to content
Snippets Groups Projects
  1. Nov 09, 2012
    • Steffen Ritter's avatar
      [BUGFIX] Content Elements "uploads" ignores translations · a7d5b0a2
      Steffen Ritter authored
      The TypoScript Object "FILES" has been changed to be aware
      of translations in the meantime. Anyhow the Content Element
      uploads does not benefit from that, as it hardcodes the uid
      of the related element and therefore the automatic logic
      recognizing translations does not work.
      
      Remove the affected line of TypoScript.
      
      Change-Id: Ia70272a2d646c2d29eca311c44dc6a0706d1778c
      Releases: 6.0
      Fixes: #40607
      Reviewed-on: http://review.typo3.org/16363
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      a7d5b0a2
    • Georg Ringer's avatar
      [TASK] Improve rendering of non existent content types · 1c9795f6
      Georg Ringer authored
      If a custom content element is created by using
      an extension and the ext is removed, an empty content
      element is rendered in the page module.
      
      Now the same warning is shown as if a non existent
      plugin is rendered
      
      Change-Id: Ib98ff3fdf17d7383b51e6c108854a2fc34d5def4
      Resolves: #42510
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/16223
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Nicole Cordes
      Tested-by: Nicole Cordes
      Reviewed-by: Wouter Wolters
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      1c9795f6
    • Fabien Udriot's avatar
      [TASK] Add configuration for default categorized tables · 3effdb10
      Fabien Udriot authored
      A list of default categorized tables is put within the Install Tool
      for now, since we don't have a dedicated BE module for category
      
      Change-Id: I1b620652a09ae9712cbd5cd38a8bed8ab8605b6e
      Resolves: #38716
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/12674
      Reviewed-by: Fabien Udriot
      Tested-by: Fabien Udriot
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      3effdb10
    • Helmut Hummel's avatar
      [TASK] Raise submodule pointer · 3a0857ce
      Helmut Hummel authored
      Change-Id: Ia33701578c100bb67beb66d010f76208d9c16457
      Reviewed-on: http://review.typo3.org/16338
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      3a0857ce
  2. Nov 08, 2012
  3. Nov 07, 2012
  4. Nov 06, 2012
    • Steffen Ritter's avatar
      [TASK] Editors do not have rights to edit file metadata · c79bddac
      Steffen Ritter authored
      File records are stored in PID 0. In TYPO3 non-admins do not
      have access to anything stored in PID 0. As FAL won't work
      without granting access to file-meta-data for non-admins,
      
      A new TCA control configuration allows to ignore those
      permission restrictions for sys_file and sys_file_reference:
      
      * TCA/<table>/ctrl/security/ignoreWebMountRestriction
        Allows users to access records that are not in their
        defined web-mount and by-passes this restriction..
      * TCA/<table>/ctrl/security/ignoreRootLevelRestriction
        Allows users (non-admins) to access records that are
        stored on the root-level (page-id 0) and by-passes this
        restriction.
      
      Change-Id: If92b07b0ba63a0d544a337ddf4f55973fafcd345
      Fixes: #39805
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/13658
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      Reviewed-by: Stefan Neufeind
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      c79bddac
    • Michael Klapper's avatar
      [BUGFIX] Fix include path in file "t3lib/class.t3lib_cli.php" · 4d16f4e4
      Michael Klapper authored
      Resolves: #42731
      Releases: 6.0
      
      Change-Id: Icd08c7e9d1bb9f014ce77aae697e804aa4e17625
      Reviewed-on: http://review.typo3.org/16238
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      4d16f4e4
    • Stanislas Rolland's avatar
      [BUGFIX] Migrate images and links to files to FAL on way to RTE · c4128582
      Stanislas Rolland authored
      Links to files or folders in pre-FAL RTE-content should be transformed
      to FAL-compliant on way to RTE, whenever possible, otherwise they are
      viewed as external links.
      FAL-related attributes should also be added to images, whenever
      possible, on way to the RTE.
      
      Change-Id: I17e649986a57865fee738575be058c53ac30a50d
      Releases: 6.0
      Fixess: #36827
      Reviewed-on: http://review.typo3.org/10984
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      c4128582
    • Georg Ringer's avatar
      [FEATURE] Change the default doctype to html5 · e7e0a29a
      Georg Ringer authored
      Change-Id: If99bd9fb5357a39660f44a79f88cdd22528be3d8
      Resolves: #39957
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/13952
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      e7e0a29a
  5. Nov 05, 2012
    • Jigal van Hemert's avatar
      [TASK] Drag&Drop of Content-Elements in Page-Module · d62fb10e
      Jigal van Hemert authored
      Change-Id: I1fca2b537f134b57f3161d6ae636c6d9e67012e0
      Resolves: #17198
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/15103
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      d62fb10e
    • Hans Christian Reinl's avatar
      [TASK] EM: Improve appearance of "get extensions" · 314c7220
      Hans Christian Reinl authored
      * Change order of table-heads to reflect scribble better
      * Include link to all version of extensions as arrow
      * Move details of author into description and hide for now
      * Move loading mask on extension table
      
      Resolves: #42327
      Releases: 6.0
      
      Change-Id: I9e042f972a77e09482a5eeab429214bb13108f71
      Reviewed-on: http://review.typo3.org/15916
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      314c7220
    • Oliver Hader's avatar
      [TASK] Add basic unit test for IRRE form rendering · fae2dbcd
      Oliver Hader authored
      The basic information in IRRE are the repeatable triples of
      table-uid-field. This test ensures to have a working separation
      of stable and unstable segments available.
      
      Change-Id: Ie0a0e87faf4c4e7a41fb6aed01af6610f12b1c7f
      Resolves: #42702
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/16209
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      fae2dbcd
    • Georg Ringer's avatar
      [TASK] Add possibility for a custom TCA TreeProvider · 307318e2
      Georg Ringer authored
      Currently the tca tree uses its own DataProvider
      which makes sense but this is not extendable.
      Adding 3 additional lines would make it possible
      to use a custom provider.
      
      Needed e.g. in EXT:news to be able to render a tca tree
      with some BE user/-group restrictions ...
      
      Change-Id: Idc9bee2ede810e930c17a31ed08688b5654759ff
      Resolves: #42447
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/15980
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      307318e2
  6. Nov 04, 2012
    • Helmut Hummel's avatar
      [BUGFIX] Include accidentally removed autoload entries · 71515a7e
      Helmut Hummel authored
      Some of the removed entries have no pendant in the
      class alias map, which causes a fatal error e.g. in
      RTE image selector.
      
      Add them again and fix the class definition of
      ImageFolderTree.
      
      Fixes: #42677
      Releases: 6.0
      
      Change-Id: Ib6d6f2045012bac08feb612489a6334d3cb95649
      Reviewed-on: http://review.typo3.org/16193
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      71515a7e
    • Helmut Hummel's avatar
      [TASK] Cleanup core autoload files · e6a79948
      Helmut Hummel authored
      * Remove entries from the files, which can now be found
        by naming scheme.
      * Move core_autoload.php to sysext/core/ext_autoload.php
      * Regenerate LegacyClassesForIde file
      
      Resolves: #42666
      Releases: 6.0
      
      Change-Id: I090212affb1dfd85ae5711989a924fb754702409
      Reviewed-on: http://review.typo3.org/16182
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      e6a79948
    • Helmut Hummel's avatar
      [TASK] Add memcache backend tests again · 84b76ffd
      Helmut Hummel authored
      Memceache tests have been disabled because of
      problems with the travis ci service.
      
      Activate them again after the problems have been
      resolved and also activate PHPUnit color output.
      
      Releases: 6.0
      
      Change-Id: I8f488c499884e36c03736844f5325ad57deeecc5
      Reviewed-on: http://review.typo3.org/16179
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      84b76ffd
    • Helmut Hummel's avatar
      [TASK] Remove deprecated Extbase classes from IDE file · 3a21e271
      Helmut Hummel authored
      The deprecated classes have been removed in Extbase.
      Remove them from the IDE file also and raise the
      submodule pointer.
      
      Related: #41926, #41925
      Releases: 6.0
      
      Change-Id: Iaf7923b7d51231115f356c77eb8f929031d20e68
      Reviewed-on: http://review.typo3.org/16178
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      3a21e271
  7. Nov 03, 2012
    • Helmut Hummel's avatar
      [!!!][TASK] Rename ExtensionManager class · 133c1a9c
      Helmut Hummel authored
      The class ExtensionManager is actually a utility
      to manage extensions. Rename it to better reflect
      it's purpose.
      
      This is the final commit, which removes the old
      namespaced class name from the alias map and
      raises the submodule pointers.
      
      If you used ExtensionManager calls in your TYPO3 6.0
      extensions, you have to adapt your code and use the
      new class name.
      
      Resolves: #42661
      Releases: 6.0
      
      Change-Id: I371a64b276a93f25fabf6728bae8906fbc0e2c42
      Reviewed-on: http://review.typo3.org/16176
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      133c1a9c
    • Helmut Hummel's avatar
      [TASK] Rename ExtensionManager class Part 2 · 2171bf88
      Helmut Hummel authored
      The class ExtensionManager is actually a utility
      to manage extensions. Rename it to better reflect
      it's purpose.
      
      Renaming in submodules will be done seperately.
      The third step will then be to remove the old
      namespaced class name from the class alias map
      and raise the submodule pointers
      
      Related: #42661
      Releases: 6.0
      
      Change-Id: I0be22f117e9e4121001b6a14118d289834438066
      Reviewed-on: http://review.typo3.org/16163
      Reviewed-by: Anja Leichsenring
      Reviewed-by: Wouter Wolters
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      2171bf88
    • Helmut Hummel's avatar
      [TASK] Move ExtensionManager Class part 1 · 143d8b34
      Helmut Hummel authored
      Only move the class to keep track of history
      
      Related: #42661
      Releases: 6.0
      
      Change-Id: I9118c41c78493369ccc12ff5443c3faf2261fad4
      Reviewed-on: http://review.typo3.org/16162
      Reviewed-by: Wouter Wolters
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      143d8b34
    • Christian Kuhn's avatar
      [TASK] Re-implement update TER extension list task · 0d6d053c
      Christian Kuhn authored
      The scheduler task to update the TER extension list on a regular basis
      was removed with the implementation of the new extension manager.
      The patch adds an updated version of it and takes care that
      existing registered tasks of this type still work.
      
      Change-Id: Ic770ed78f23413b589352c25998eaee7863ec64f
      Resolves: #39915
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/16168
      Reviewed-by: Felix Kopp
      Tested-by: Felix Kopp
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Anja Leichsenring
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      0d6d053c
  8. Nov 02, 2012
    • Nicole Cordes's avatar
      [BUGFIX] Missing pid field in ext_tables_static+adt.sql · 998119f1
      Nicole Cordes authored
      In the ext_tables.sql there is a pid field which is left in the
      ext_tables_static+adt.sql file. This causes unnecessary ALTER queries in
      database comparison.
      
      Change-Id: Ia380f731c985a1739a88caf7c7f47fa3ec5a95cf
      Fixes: #42655
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/16152
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      998119f1
    • Christian Kuhn's avatar
      [TASK] Regression test for issue #39677 · 9aaa2f7a
      Christian Kuhn authored
      Add simple regression test for issue #39677 checking
      the generated string contains 'value="1"'
      
      Change-Id: I3bb51be68c22878d519d2176ab358777780b34d6
      Resolves: #42652
      Related: #39677
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/16151
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      9aaa2f7a
    • Oliver Hader's avatar
      [BUGFIX] Failure in AbstractRepository::findByUid on deleted record · d40ddbc9
      Oliver Hader authored
      Resource\AbstractRepository::findByUid fails if the record to
      be fetched has been deleted or simply does not exist. The
      condition whether something was fetched from database is wrong.
      
      count(FALSE) is TRUE, thus it needs to be ensure that there is
      a non-empty array.
      
      Change-Id: I9fbdb2ed79ceef9ed0782eeed3db15af73636731
      Releases: 6.0
      Fixes: #42593
      Reviewed-on: http://review.typo3.org/16102
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      d40ddbc9
    • Nicole Cordes's avatar
      [BUGFIX] Update LocalConfiguration fails · d6c90bbe
      Nicole Cordes authored
      Due to changes in function
      TYPO3\CMS\Core\Configuration\ConfigurationManager::writeLocalConfiguration
      an error is thrown when the configuration file isn't accessable.
      
      Of course when updating the system from a lower version it is not
      available. So the installation process has to create the file on its own
      to be able to write the settings.
      
      Change-Id: I89553390ebd9f1f576311535e02ec73da6618cd6
      Fixes: #42271
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/16088
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Wouter Wolters
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      d6c90bbe
    • Nicole Cordes's avatar
      [BUGFIX] No sorting in TypoScript Object Browser when browsing · 451dcf95
      Nicole Cordes authored
      If you enable "Sort alphabetically" the correct value (1) is submitted to
      extension settings. But when you use any other functionality of the page
      (e.g. setting some conditions or use search filter) the value is set to
      "on" which disables the sorting.
      
      Change-Id: I88233f94edba032c9b23072fb5e9132b276c8f1e
      Fixes: #39677
      Releases: 6.0, 4.7, 4.6, 4.5
      Reviewed-on: http://review.typo3.org/13567
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      451dcf95
    • Steffen Müller's avatar
      [TASK] Add Test for namespaces in Logger names · dca21aa4
      Steffen Müller authored
      Resolves: #42582
      Releases: 6.0
      
      Change-Id: I5cf8c01ce1749be92e5e073b5812106ba08dc025
      Reviewed-on: http://review.typo3.org/16100
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      dca21aa4
    • Oliver Hader's avatar
      [BUGFIX] Enable extenisions with BE modules don't refresh the module list · 07477c96
      Oliver Hader authored
      When installing an extension with BE modules through the new
      extension manager, the left frame with modules is not
      refreshed. An accordant call to the module menu widget needs
      to be triggered in those cases.
      
      Change-Id: Ibead3b1a0da99be300c16ae3237986387294a74f
      Releases: 6.0
      Fixes: #42009
      Reviewed-on: http://review.typo3.org/16129
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      07477c96
    • Christian Kuhn's avatar
      [TASK] Require green PHP 5.4 build on travis again · f20f134f
      Christian Kuhn authored
      Change-Id: Ifd13543b1b3b337171214f70087bc7010b3c0898
      Reviewed-on: http://review.typo3.org/16146
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      f20f134f