Skip to content
Snippets Groups Projects
  1. Jul 12, 2022
  2. Apr 15, 2020
  3. Apr 14, 2020
  4. Sep 04, 2019
  5. Jul 17, 2019
  6. Nov 05, 2018
  7. Aug 23, 2017
  8. Mar 28, 2017
    • Wouter Wolters's avatar
      [TASK] Streamline return tags in phpdocs · eb049dba
      Wouter Wolters authored
      The TYPO3 Core currently has no guidline how to handle phpdoc
      comments regarding @return annoations related to "void" and "null".
      
      In practice, these annotations have no additional value if no additional
      documentation is given.
      
      With this change, the php-cs-fixer will remove any unnecessary linebreaks
      within the comments above the @return annotation, as well as remove completely
      empty phpdoc comments because the @return annotation is removed.
      
      Please be aware, that once PSR-5 is accepted, this coding standard
      within the TYPO3 Core will change again, where there are currently
      some further proposal details like inheritance information.
      
      Resolves: #80454
      Releases: master
      Change-Id: Ie969d720684c0a75919fe5addd1c36ef5b12eb04
      Reviewed-on: https://review.typo3.org/51686
      
      
      Reviewed-by: default avatarNicole Cordes <typo3@cordes.co>
      Tested-by: default avatarNicole Cordes <typo3@cordes.co>
      Reviewed-by: default avatarBenni Mack <benni@typo3.org>
      Tested-by: default avatarBenni Mack <benni@typo3.org>
      eb049dba
  9. Oct 26, 2016
  10. Aug 30, 2016
  11. Aug 10, 2016
  12. Nov 18, 2015
  13. Nov 03, 2015
  14. Oct 09, 2015
  15. Oct 08, 2015
    • Markus Klein's avatar
      [!!!][FEATURE] ElementBrowser refactoring, LinkBrowser API - Part 1 · 886626f3
      Markus Klein authored
      This change refactors the ElementBrowser and splits it into
      multiple dedicated classes for each mode.
      
      The former modes for file, folder and record selection are now
      placed in dedicated *Browser classes.
      The former mode "wizard", which defines its actual functionality
      via the "act" variable, is a separate controller now, which
      provides the API to be exensible.
      
      The integration of the various trees and lists is solved by
      a dedicated LinkParameterProviderInterface. Any class can
      provides link parameters now by implementing this interface.
      
      Other than that:
       * Lots of unused code is removed
       * All JS is moved into requireJS modules
       * Tree code is simplified by properly using constructors
      
      Part 2 will:
       * add Breaking and Feature documentation
       * finalize RTE re-integration
       * finally delete unused classes
      
      Resolves: #66369
      Releases: master
      Change-Id: I0a28663ce4c91c2405abc9e2a13063699c6bb231
      Reviewed-on: http://review.typo3.org/42951
      
      
      Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
      Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
      Reviewed-by: default avatarBenni Mack <benni@typo3.org>
      Tested-by: default avatarBenni Mack <benni@typo3.org>
      886626f3
  16. Aug 25, 2015
  17. Aug 18, 2015
  18. Aug 13, 2015
  19. Aug 04, 2015
  20. Jul 18, 2015
  21. Jul 15, 2015
  22. Jul 14, 2015
  23. Jul 13, 2015
  24. Jul 09, 2015
  25. Jun 16, 2015
  26. May 09, 2015
  27. Apr 30, 2015
  28. Jan 29, 2015
    • Benjamin Mack's avatar
      [!!!][TASK] Move non-namespaced classes into correct places · cbbf6b67
      Benjamin Mack authored
      There are a few leftover classes inside typo3/ which
      haven't been moved or migrated yet into the according
      places.
      
      1. typo3/move_el.php. The extension classes
      to PagePositionMap are now moved to
      EXT:backend/Classes/Tree/View with according
      names.
      
      2. typo3/class.browse_links.php - several extensions
      to the PageTreeView and the FolderTreeView.
      
      3. typo3/db_new.php - an extension to the PageTreeView
      is now located in EXT:backend/Tree/View/NewRecordPageTreeView
      
      The base classes (localPageTree and localFolderTree)
      have been moved to
      EXT:backend/Classes/Tree/View/ElementBrowser*.
      
      The subclasses for recordlist (regular record picker)
      are moved into EXT:recordlist.
      
      The subclasses used in RTEhtmlarea are adopted to
      use the new naming scheme.
      
      All calls within the core have been adopted. As
      backwards compatibility, the old class names are
      added to EXT:compatibility6.
      
      3. The ext_autoload.php inside EXT:core is therefore
      not needed anymore, the call inside Bootstrap is
      not needed anymore.
      
      Resolves: #64516
      Releases: master
      Change-Id: I926baace282d6e95d73607f974cd91296d2df890
      Reviewed-on: http://review.typo3.org/36276
      
      
      Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
      Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
      Reviewed-by: default avatarTymoteusz Motylewski <t.motylewski@gmail.com>
      Tested-by: default avatarTymoteusz Motylewski <t.motylewski@gmail.com>
      cbbf6b67