Skip to content
Snippets Groups Projects
  1. Jul 15, 2015
  2. Jul 14, 2015
  3. Jul 13, 2015
  4. Mar 26, 2015
  5. Mar 15, 2015
  6. Mar 10, 2015
  7. Mar 06, 2015
  8. Mar 02, 2015
  9. Feb 06, 2015
  10. Feb 04, 2015
  11. Jan 31, 2015
  12. Jan 30, 2015
  13. Jan 29, 2015
  14. Jan 18, 2015
  15. Jan 03, 2015
  16. Dec 29, 2014
  17. Dec 17, 2014
  18. Dec 13, 2014
  19. Dec 08, 2014
  20. Nov 13, 2014
  21. Nov 08, 2014
  22. Nov 03, 2014
  23. Oct 28, 2014
  24. Oct 27, 2014
  25. Oct 25, 2014
  26. Jun 22, 2014
    • Michael Schams's avatar
      [TASK] Re-work/simplify copyright header in PHP files - Part 8 · bde6364c
      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 #59784 for further details.
      
      Resolves: #59784
      Releases: 6.3, 6.2
      Change-Id: I1eacf9bf4537776e850d091d9d50bc72f8c2b20d
      Reviewed-on: https://review.typo3.org/31029
      Reviewed-by: Krzysztof Adamczyk
      Tested-by: Krzysztof Adamczyk
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      bde6364c
  27. Mar 23, 2014
  28. Mar 13, 2014
  29. Feb 23, 2014
  30. Feb 10, 2014
  31. Feb 09, 2014
  32. 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
  33. Oct 01, 2013
    • Christian Kuhn's avatar
      [TASK] Remove closing PHP tags · 77f29a3c
      Christian Kuhn authored
      Change-Id: Iaa92566c53301e49396fc9fb26b0b339c48d567b
      Resolves: #52360
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/24212
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Ernesto Baschny
      Tested-by: Ernesto Baschny
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      77f29a3c
  34. Aug 29, 2013
  35. Aug 12, 2013
    • Felix Kopp's avatar
      [FEATURE] Intgrate CSS class "lead" for introductions · 287d6c7c
      Felix Kopp authored
      The most relevant text should always be highly visible.
      Integrate the CSS class "lead" for introductions.
      
      Lead brings a slightly larger font size and should be used
      for the first short introduction text only.
      
      "Lead" is a semantical annotation.
      Follow-ups: Bring lead texts for all backend modules.
      
      Change-Id: I10305c2d2ed66526d7e882aceff17b5d317cfbb3
      Resolves: #51022
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/23050
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      287d6c7c