Skip to content
Snippets Groups Projects
  1. Feb 26, 2018
  2. Jan 26, 2017
  3. Aug 30, 2016
  4. Jun 10, 2016
  5. Mar 30, 2016
    • Oliver Hader's avatar
      [BUGFIX] PageTree cannot select/expand hidden nodes · 56d48602
      Oliver Hader authored
      TYPO3.Backend.NavigationContainer.PageTree.select(64) does not
      select the correct page, but tries to determine the correct node
      levels, fakes the local node states and reloads the page tree.
      One thing that might not be considered there is the fact that
      pages are represented in hex-values with a leading "p", thus
      the integer "64" will be converted to "p40" as node id.
      
      To overcome this scenario and enable custom handling there,
      a new generic method is introduced:
      TYPO3.Backend.NavigationContainer.PageTree
      	.invokePageId(pageId, callback, allResults);
      
      The methods "selectPageId" and "expandPageId" show how this
      is actually used.
      
      Resolves: #60405
      Releases: master, 7.6
      Change-Id: If24b1a0ec261e9bcf00d214bf10c4b4a0aa5bed5
      Reviewed-on: https://review.typo3.org/47443
      
      
      Reviewed-by: default avatarOliver Hader <oliver.hader@typo3.org>
      Tested-by: default avatarOliver Hader <oliver.hader@typo3.org>
      56d48602
  6. Mar 04, 2016
  7. Nov 13, 2015
  8. Oct 29, 2015
  9. Oct 09, 2015
  10. Jul 15, 2015
  11. Jul 04, 2015
  12. May 11, 2015
  13. May 09, 2015
  14. May 01, 2015
  15. Dec 13, 2014
  16. Nov 13, 2014
  17. Nov 03, 2014
  18. Oct 25, 2014
  19. Jul 01, 2014
    • Nicole Cordes's avatar
      [TASK] Remove unused use statements · 05c6b4f7
      Nicole Cordes authored
      Several classes include unused use statements. This patch removes those
      statements or uses them in their code.
      
      Resolves: #59997
      Releases: 6.3
      Change-Id: I5890a80bcee96976e3c35d967db8c53a9c11b002
      Reviewed-on: https://review.typo3.org/31245
      Reviewed-by: Alexander Opitz
      Tested-by: Alexander Opitz
      Reviewed-by: Oliver Klee
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      05c6b4f7
  20. Jun 22, 2014
    • Michael Schams's avatar
      [TASK] Re-work/simplify copyright header in PHP files - Part 6 · 526c060f
      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 #59782 for further details.
      
      Resolves: #59782
      Releases: 6.3, 6.2
      Change-Id: Idcd11219eb132c8690cfde256950980e9423bafd
      Reviewed-on: https://review.typo3.org/31027
      Reviewed-by: Krzysztof Adamczyk
      Tested-by: Krzysztof Adamczyk
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      526c060f
  21. 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
  22. Jan 13, 2014
  23. Oct 16, 2013
  24. 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
  25. May 05, 2013
    • Nicole Cordes's avatar
      [TASK] Cleanup ext:backend · 24f83ec5
      Nicole Cordes authored
      Cleanup ext:backend with the following code changes:
      * Make use of the "use" statement for GeneralUtility
      * Make use of the "use" statement for BackendUtility
      * Case in switch statements are tabbed with one more tab
      
      Change-Id: I6549316dddc9575cab4e661b7c111ec947757cb8
      Fixes: #47900
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/20479
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      24f83ec5
  26. Mar 19, 2013
    • Wouter Wolters's avatar
      [TASK] Update copyright year to 2013 · 4d463976
      Wouter Wolters authored
      In this patch are also some fixes for files containing
      a interface. Due the namespace change all interfaces
      have the curly bracket not on the same line as the
      interface name.
      
      Change-Id: I64ba45de73693452d681ce7f018965968b11d2af
      Resolves: #46370
      Releases: 6.1
      Reviewed-on: https://review.typo3.org/18984
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      4d463976
  27. Nov 16, 2012
  28. Aug 23, 2012