Skip to content
Snippets Groups Projects
  1. Mar 21, 2018
  2. Mar 20, 2018
  3. Mar 06, 2018
  4. Feb 20, 2018
  5. Feb 16, 2018
  6. Feb 10, 2018
  7. Dec 27, 2017
  8. Dec 19, 2017
  9. Dec 12, 2017
  10. Dec 09, 2017
  11. Nov 27, 2017
  12. Oct 17, 2017
  13. Oct 16, 2017
  14. Sep 09, 2017
    • Matthias Vogel's avatar
      [!!!][TASK] Migrate modules to regular backend routing · ae18caad
      Matthias Vogel authored
      This patch removes the separate request handler for backend modules,
      which was accessed via "&M=moduleName" GET parameter. This is now
      migrated into the RouteDispatcher which can dispatch modules as well.
      
      Now, modules are called via the "&route" parameter like all other routes.
      
      Additionally, the requested URLs for modules were requested with the additional
      "moduleToken" which is now called "token".
      
      This way, special treatment for modules when dispatching is removed,
      however the security checks are still in place so this is kept as is.
      
      All places where URLs are generated can now still be accessed via
      `BackendUtility::getModuleUrl()` which can deal with routes, module names
      and routePaths (from the URL) to keep backwards-compatibility.
      
      Next Steps:
      - Migration wizard for bookmarks + Streamline bookmarks code (see todos)
      - Check what needs to be added in ExtensionManagementUtility
      - Introduce slugs in routes for BE, e.g. /file-edit/{fileId}/ and /mod...
      ae18caad
  15. Aug 23, 2017
  16. Jul 08, 2017
  17. Jun 12, 2017
  18. May 17, 2017
  19. May 12, 2017
  20. Apr 06, 2017
  21. 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
  22. Feb 24, 2017
  23. Feb 17, 2017
  24. Dec 03, 2016
  25. Oct 26, 2016
  26. Sep 01, 2016
  27. Aug 30, 2016
  28. Aug 22, 2016
  29. Jun 03, 2016
  30. May 28, 2016
  31. May 05, 2016
  32. Apr 27, 2016
  33. Apr 19, 2016
  34. Apr 18, 2016
  35. Jan 16, 2016
  36. Jan 14, 2016
  37. Dec 21, 2015