Skip to content
Snippets Groups Projects
  1. Nov 26, 2021
  2. Sep 24, 2021
  3. Sep 23, 2021
  4. Sep 03, 2021
  5. Apr 15, 2020
  6. Apr 14, 2020
  7. Sep 03, 2018
  8. Jun 01, 2018
  9. May 13, 2018
  10. Aug 30, 2016
  11. Nov 20, 2015
  12. Oct 09, 2015
  13. Sep 25, 2015
  14. Aug 04, 2015
  15. Jul 15, 2015
  16. Apr 01, 2015
  17. Dec 30, 2014
  18. Dec 13, 2014
  19. Nov 29, 2014
  20. Nov 15, 2014
  21. Nov 14, 2014
  22. Nov 13, 2014
  23. Nov 03, 2014
  24. Oct 28, 2014
  25. Oct 25, 2014
  26. Oct 16, 2014
  27. Oct 11, 2014
  28. Sep 09, 2014
  29. Jul 06, 2014
    • Frans Saris's avatar
      [BUGFIX] Replace module token in be shortcut returnUrl · e82b6a7f
      Frans Saris authored
      During the addition of the token check for mod.php the token
      in the BE shortcut url was already replaced (#56359) but
      not in the returnUrl parameter that can be present.
      
      This patch makes sure that also the module token is replaced in
      the returnUrl param.
      
      Resolves: #59963
      Releases: 6.3, 6.2
      Change-Id: I12b9d6022240d0399825aade21b0879bfbc7eb6c
      Reviewed-on: https://review.typo3.org/31386
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Marcin Sągol
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      e82b6a7f
  30. Jun 28, 2014
    • Frans Saris's avatar
      [BUGFIX] BE shortcuts do not show up for editors · a451f48e
      Frans Saris authored
      Due to some wrong or missing checks the link to create a shortcut
      to a create new record form misses the correct name of the
      "motherModName" as a result the shortcut links are not rendered
      for non-admins. For admins these links do not work if PHP notices
      are transformed to exceptions.
      
      Resolves: #59946
      Releases: 6.3, 6.2
      Change-Id: I9acd74fd5dfefea62badc79e42e380466ce6c497
      Reviewed-on: https://review.typo3.org/31172
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Marcin Sągol
      a451f48e
  31. 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
  32. Jun 11, 2014
    • Zbigniew Jacko's avatar
      [TASK] Activate 'Flush system caches' with Preset 'Development' · f66a4db6
      Zbigniew Jacko authored
      Add a new configuration in Install Tool (['SYS']['clearCacheSystem']).
      If set, the toolbar of clearing system cache is visible (only for
      admin users).
      
      Add it also for Configuration Preset. For Production it is set to FALSE,
      for Development it is set to TRUE.
      
      Resolves: #57230
      Releases: 6.2
      Change-Id: Id45496c6bc1e64b4454ed7ff78e8db1179387b0f
      Reviewed-on: https://review.typo3.org/30656
      Reviewed-by: Krzysztof Adamczyk
      Tested-by: Krzysztof Adamczyk
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      f66a4db6