Skip to content
Snippets Groups Projects
  1. Jun 04, 2018
  2. May 16, 2018
  3. Feb 12, 2018
  4. Dec 08, 2017
    • Markus Hoelzle's avatar
      [!!!][FEATURE] Move extension configuration to install tool · ebf0f1a7
      Markus Hoelzle authored
      With #82254 LocalConfiguration serialized array EXT/extConf has been
      changed to a not serialized array in EXTENSIONS. This patch follows
      up on this task an finishes various tasks:
      
      * An install tool silent upgrader upmerges given EXT/extConf settings
        to EXTENSIONS array. The resulting EXTENSIONS array does not contain
        dots for sub paths in its array key anymore and is accessible with a
        new ExtensionConfiguration->get() API to fetch values and whole
        extension config.
      * A new API is introduced to get() and set() extension specific
        configuration, is documented and used throughout the core to not
        unserialize old EXT/extConf anymore. Setting values updates legacy
        EXT/extConf to new values including compatible 'dot' ending on
        nested array configurations.
      * If extensions come with new configuration items in ext_conf_template.txt
        a silent upgrader of the install tool synchronizes these to the
        EXTENSIONS and old extConf array. Extensio...
      ebf0f1a7
  5. Nov 03, 2017
  6. Oct 20, 2017
  7. Aug 23, 2017
  8. May 18, 2017
  9. Apr 18, 2017
  10. 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
  11. Jan 27, 2017
  12. Dec 23, 2016
  13. Oct 26, 2016
  14. Sep 03, 2016
  15. Aug 30, 2016
  16. Jun 06, 2016
  17. May 27, 2016
  18. Oct 09, 2015
  19. Aug 16, 2015
  20. Jul 15, 2015
  21. Jul 07, 2015
  22. Jun 15, 2015
  23. Mar 02, 2015
  24. Jan 26, 2015
  25. Jan 19, 2015
  26. Dec 13, 2014
  27. Dec 12, 2014
  28. Nov 13, 2014
  29. Oct 28, 2014
  30. Oct 25, 2014
  31. Oct 11, 2014
  32. Sep 08, 2014
  33. Jun 22, 2014
    • Michael Schams's avatar
      [TASK] Re-work/simplify copyright header in PHP files - Part 9 · 2ffb721c
      Michael Schams authored
      This patch replaces the copyright/license header in PHP files with a
      new, simplified one. The new header does not show the year figure, nor
      an author name, and refers to the LICENSE.txt file for the full
      copyright information. License is: GPL2 or any later version.
      
      This is a multi-part commit due to the huge number of changed files.
      See issue #59785 for further details.
      
      Resolves: #59785
      Releases: 6.3, 6.2
      Change-Id: If6a4795e7f2841474241d236d8ed33baceee0d2e
      Reviewed-on: https://review.typo3.org/31030
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      2ffb721c
  34. Mar 26, 2014
  35. Feb 09, 2014
  36. Feb 01, 2014
    • Jo Hasenau's avatar
      [TASK] Use (int) instead of intval() or (integer) · 9646d26b
      Jo Hasenau authored
      This patch replaces most of around 1600 occurrences of
      intval() and every (integer) in the whole core.
      Additionally it changes GeneralUtility::intExplode to use references
      and typecasting as well.
      Some occurrences of strstr() together with intval() have been replaced
      with strpos() as well.
      And some superfluous intval calls have been removed or reduced
      to a single one i.e. for protected variables or before loops.
      Patch updated after Core CGL decision from 30.01.2014
      
      Resolves: #54265
      Releases: 6.2
      Change-Id: Iba57ffad1f4233ffa1a9f7d3ca5bfe9d2b53f1e8
      Reviewed-on: https://review.typo3.org/26740
      Reviewed-by: Stefan Neufeind
      Tested-by: Stefan Neufeind
      9646d26b
  37. Oct 15, 2013
    • Stefan Neufeind's avatar
      [FEATURE] Grouping for scheduler-jobs · e7e64ff5
      Stefan Neufeind authored
      Allows defining of task-groups and groups tasks in
      scheduler-list by those groups.
      
      Tasks inside a hidden group are neither automatically executed
      nor displayed in the scheduler module.
      Task-groups feature a description field that can hold additional
      information and is displayed below the group name in the scheduler
      list.
      
      Change-Id: I445cf9296ab03e9e0e9e3a35ba5a6aa66ad23f13
      Resolves: #52695
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/24608
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      Reviewed-by: Georg Ringer
      Tested-by: Markus Klein
      Reviewed-by: Markus Klein
      e7e64ff5
  38. Oct 13, 2013