Skip to content
Snippets Groups Projects
  1. Mar 14, 2014
    • Ernesto Baschny's avatar
      [BUGFIX] Remove ExtJS normalization · f3dc10b0
      Ernesto Baschny authored
      To avoid conflicts with normalize.css, we remove the normalization done by
      ExtJS, which is loaded after the normalize.css now.
      
      Resolves: #56418
      Releases: 6.2
      Change-Id: I8a5b633244c5074755d478d0497b8f438ef86b65
      Reviewed-on: https://review.typo3.org/28069
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Felix Kopp
      Tested-by: Felix Kopp
      Reviewed-by: Stefan Neufeind
      Tested-by: Stefan Neufeind
      Reviewed-by: Frans Saris
      Tested-by: Frans Saris
      f3dc10b0
    • Christian Reiter's avatar
      [BUGFIX] RootlineUtility does not consider disablefield · 6227339c
      Christian Reiter authored
      Make sure RootlineUtility::enrichWithRelationFields() respects
      the setting of $TCA[$table]['ctrl']['enablecolumns']['disabled'] when
      fetching foreign data for the rootline.
      
      Otherwise hidden relations from sys_file_reference are added to the
      rootline and cause exceptions in the frontend, instead of being ignored.
      
      Resolves: #56150
      Releases: 6.2, 6.1
      Change-Id: I21917fec1407a10818058da8ea879b0bb39441a4
      Reviewed-on: https://review.typo3.org/28277
      Tested-by: Wouter Wolters
      Reviewed-by: Alexander Opitz
      Tested-by: Alexander Opitz
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      6227339c
    • Christian Kuhn's avatar
      [BUGFIX] Tests: Incomplete mocking in PreparedStatementTest · f6f52eac
      Christian Kuhn authored
      Release PreparedStatementTest from an active DB connection. The
      quote tests are refactored a bit to find out in one specific test
      if it is done for parameters.
      
      Change-Id: I37853cd49368c2b23d0c2d6926fc806618674279
      Resolves: #56922
      Related: #51436
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/28398
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      f6f52eac
    • Christian Kuhn's avatar
      [BUGFIX] Tests: Refactor log writer tests in ext:core · 8bec5130
      Christian Kuhn authored
      Test files and class naming is adapted to subject class names in
      ext:core Log/Writer and the DatabaseWriterTests are rewritten to
      not depend on initialized database connection anymore.
      
      Change-Id: Ifff4e5a064018bb5b0db3bf9eeb1b9232adfb262
      Resolves: #56921
      Related: #51436
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/28396
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      8bec5130
    • Christian Kuhn's avatar
      [BUGFIX] Tests: Better mocking in ext:core · 05601363
      Christian Kuhn authored
      Some tests still rely on initialized $GLOBALS['TYPO3_DB']. The patch
      handles some easy cases in ext:core.
      
      Change-Id: I5b720154035cc5f8b156a9358806673daaf9c9ec
      Resolves: #56918
      Related: #51436
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/28394
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      05601363
    • Alexander Stehlik's avatar
      [BUGFIX] JavaScript generation in RTE element browser · ec4f5449
      Alexander Stehlik authored
      The JavaScript in the RTE element browser is now initialized at the
      end of the initialization process to make sure that all required
      class variables (like $this->act) are initialized.
      
      Resolves: #56860
      Releases: 6.2
      Change-Id: I39d3223921c5b17cffb31d98d62f02fa46663d27
      Reviewed-on: https://review.typo3.org/28338
      Reviewed-by: Tymoteusz Motylewski
      Tested-by: Tymoteusz Motylewski
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      ec4f5449
    • Christian Kuhn's avatar
      [BUGFIX] Tests: Incomplete mocking in ext:fluid · babb8ebc
      Christian Kuhn authored
      Change-Id: I4bd6ff219c3232211106e968fce45ee3f2dd674a
      Resolves: #56914
      Related: #51436
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/28390
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      babb8ebc
    • Christian Kuhn's avatar
      [BUGFIX] Tests: Incomplete mocking in backend condition matcher · 3194a29e
      Christian Kuhn authored
      Mock deterimenRootline to suppress calling database stuff
      in dependencies.
      
      Change-Id: I54938f9e20d52eda568c6520fa7bd72ec19b61e2
      Resolves: #56912
      Related: #51436
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/28388
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      3194a29e
    • Christian Kuhn's avatar
      [TASK] Remove not maintainable test · eb84fc9d
      Christian Kuhn authored
      ext:backend test getNodesSetsIsMountPointField() works on getNode()
      of PageTree DataProvider. The method has tons of dependencies that
      are sometimes even static, and the method is recursive. It is very
      hard to test properly and the current test is still not mocking
      completly. The test is removed for now since it does not give us
      much benefit and is hard to maintain in current state, the subject
      method should be covered by tests again if it was refactored.
      
      Change-Id: I344c584b4d6e3868471f4857a08223be3a5d03e4
      Resolves: #56907
      Related: #51436
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/28384
      Reviewed-by: Wouter Wolters
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      eb84fc9d
    • Oliver Hader's avatar
      [BUGFIX] Failing group/select test changeElementSorting · 521a411e
      Oliver Hader authored
      The workspace modify test "changeElementSorting" is failing
      in the frontend for the TCA types "select" and "group".
      
      The reason is, that the move placeholder is not selected
      via the "uidInList" TypoScript property and thus removed
      in PageRepository::versionOL().
      
      To avoid that, "uidInList" gets extended to look-up
      move placeholders if versioning preview is enabled.
      
      Resolves: #56782
      Releases: 6.2
      Change-Id: Ifae30527bead02b38888f326de2615f6bfe35f5b
      Reviewed-on: https://review.typo3.org/28278
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      Reviewed-by: Thorsten Kahler
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      521a411e
    • Christian Kuhn's avatar
      [BUGFIX] Tests: Incomplete mock in ext:scheduler · c96a2a57
      Christian Kuhn authored
      Do not call __construct of subject.
      
      Change-Id: I7b936efde9220c847b0a6278ea0d5b3606203e17
      Resolves: #56894
      Related: #51436
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/28374
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      c96a2a57
    • Anja Leichsenring's avatar
      [BUGFIX] Tests: improve Mocking in ext:extbase · dbf686f3
      Anja Leichsenring authored
      Unittests reveal some warnings which are caused by incomplete mocking.
      
      Change-Id: I42089bb6c9016187d83382a2fa10450310993a84
      Resolves: #56700
      Related: #51436
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/28370
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      dbf686f3
    • Georg Ringer's avatar
      [TASK] Remove checkbox "Include Access List" in be_groups · 61b925c8
      Georg Ringer authored
      The checkbox "Include Access Lists" in the be_groups just produces extra
      clicks and extra reloads. If you don't need those information in the
      current group, just don't look at the tab.
      
      Change-Id: I300f711944e76e4366472cf99011e1b193224239
      Resolves: #56893
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/28373
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      61b925c8
    • Nicole Cordes's avatar
      [BUGFIX] FunctionalTestCaseBootstrapUtility throws warnings on Windows · 9f4f9c4f
      Nicole Cordes authored
      If the FunctionalTestCaseBootstrapUtility::removeInstance() tries to
      delete an existing symlink to a folder, the function unlink() is used.
      This leads to a warning on Windows systems because unlink can only
      delete files and symlinks to files.
      This patch adds a rmdir() call for symlinks which works for Windows
      system as well.
      
      Resolves: #56892
      Releases: 6.2
      Change-Id: I2de757daea89a65a0a631c7592287e16218c1452
      Reviewed-on: https://review.typo3.org/28371
      Reviewed-by: Stefan Neufeind
      Tested-by: Stefan Neufeind
      9f4f9c4f
    • Markus Klein's avatar
      [CLEANUP] DataHandler::clear_cache() · 7cf15c8e
      Markus Klein authored
      * Improves the structure
      * Removes useless if
      * Retrieves the cacheManager only once
      
      Resolves: #56879
      Releases: 6.2
      Change-Id: Id96a3c74a58a9ebb9eb16aa55f87791afcba6a66
      Reviewed-on: https://review.typo3.org/28351
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Stefan Neufeind
      Tested-by: Stefan Neufeind
      7cf15c8e
  2. Mar 13, 2014