Skip to content
Snippets Groups Projects
  1. Jun 24, 2013
    • Helmut Hummel's avatar
      Activate tests for PHP 5.5 on travis · ad8b06e0
      Helmut Hummel authored
      Change-Id: Iff803f329275f17921b26d88eb46d7b323b7c7ee
      Reviewed-on: https://review.typo3.org/21635
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      ad8b06e0
    • Wouter Wolters's avatar
      [FEATURE] Add task to auto update languages · 0d69c2d9
      Wouter Wolters authored
      Add a command controller to update the translation
      of extensions for selected languages.
      
      It is possible to override the selected languages
      to have the full control over the languages and how many
      there will be updated. This setting allow to set a comma
      separated list of locales.
      
      Change-Id: I9b0b5e1ab1aeffce30db45bb68fdd1421cf68bd2
      Resolves: #43703
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/20277
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Eric Chavaillaz
      Tested-by: Eric Chavaillaz
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      Reviewed-by: Stefan Neufeind
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      0d69c2d9
    • Jigal van Hemert's avatar
      [TASK] Add unit tests for "outdated" extensions · ec9a4e63
      Jigal van Hemert authored
      Follow up with unit tests for the extended reports.
      
      Change-Id: I097d1241722fdaf57a4a57b6d90f32359e8168f5
      Resolves: #49350
      Releases: 6.2, 6.1, 6.0, 4.7, 4.5
      Reviewed-on: https://review.typo3.org/21646
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      ec9a4e63
    • Jigal van Hemert's avatar
      [TASK] Add support for "outdated" extensions · 379d9990
      Jigal van Hemert authored
      Extension Manager displays installed extensions which are marked as
      "outdated" with different styling. Reports module also checks for
      installed and available "outdated" extensions.
      
      Change-Id: I3050f3f7142e4153954f1b7f76b4bf64a3066223
      Resolves: #49350
      Releases: 6.2, 6.1, 6.0, 4.7, 4.5
      Reviewed-on: https://review.typo3.org/21620
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      379d9990
    • Wouter Wolters's avatar
      [BUGFIX] Reports Module links to the standalone install tool · f0d8a255
      Wouter Wolters authored
      Link to the backend module instead of the standalone version.
      
      Change-Id: Icf32b91c1fe6edb2b3fa313c865441a1edc3a731
      Resolves: #49353
      Related: #49162
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/21616
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      f0d8a255
  2. Jun 23, 2013
    • Anja Leichsenring's avatar
      [TASK] Adapt install tool mail functions to use Swiftmailer · 14dc91f3
      Anja Leichsenring authored
      The mail sending functions in install tool use PHPs mail() function.
      They should use instead the Swiftmailer.
      
      Releases: 6.2
      Resolves: #49366
      Change-Id: I0d44150a37284804344793bfc34a89847b3ddb4b
      Reviewed-on: https://review.typo3.org/21622
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      14dc91f3
    • Anja Leichsenring's avatar
      [TASK] Remove Environment Check checkMailCapabilities · 681add8e
      Anja Leichsenring authored
      The check is removed due to providing sometimes inaccurate error status
      based on php.ini settings.
      For now the real mail test in Test Setup got some hints in case of
      missing test email. Later on the auto configuration tool (that not yet
      exists) will take over from here.
      
      Resolves: #49357
      Releases: 6.2, 6.1
      Change-Id: I290cca3fa4653b3a5310b9f27c2b125d9bfeb460
      Reviewed-on: https://review.typo3.org/21607
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      681add8e
    • Frans Saris's avatar
      [BUGFIX] Call to undefined method ElementConditionMatcher::setRecord() · 3349dc97
      Frans Saris authored
      Wrong usage of the new ElementConditionMatcher which results in a
      fatal error.
      
      Releases: 6.1, 6,2
      Resolves: #49354
      Change-Id: Ic460bb5c9ce81daa2f828866615bf2703ee56fd5
      Reviewed-on: https://review.typo3.org/21605
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      3349dc97
    • Wouter Wolters's avatar
      [BUGFIX] Reports module link to Install Tool section is incorrect · 788964e5
      Wouter Wolters authored
      Change the module name in the link and add a new label to
      mention the new section name Important Actions.
      
      Change-Id: I75b0698efd759d5a2f679ecceba059f8a8975876
      Resolves: #49352
      Related: #49162
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/21613
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      788964e5
    • Wouter Wolters's avatar
      [BUGFIX] Record history shows two back buttons in docheader · ebb99420
      Wouter Wolters authored
      The back-button is loaded twice in the record history module.
      Also we add back the CSH which was missing too.
      
      Change-Id: Ib509661bdb814f27ebff633d08ef85ada0b8e8ec
      Resolves: #49338
      Releases: 6.2, 6.1, 6.0
      Reviewed-on: https://review.typo3.org/21610
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      ebb99420
    • Zbigniew Jacko's avatar
      [BUGFIX] Invisible icon blocks mousefocus of non-required inputfields · a9c45b4e
      Zbigniew Jacko authored
      Set z-index for clear.gif, so a backend user can select the text
      inside input fields. Now it's also possible to set focus on the
      input field by clicking at the beginning of it.
      
      Fixes: #34042
      Releases: 6.0, 6.1, 6.2
      Change-Id: Icacbaf99d46da979a4eae715f97108df39e0728e
      Reviewed-on: https://review.typo3.org/21592
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      a9c45b4e
    • Soren Malling's avatar
      [FEATURE] Exclude doktypes from pagetree · d235b8b5
      Soren Malling authored
      Exclude specific doktypes from the pagetree by setting
      a configuration in a user/group TSconfig
      
      Example: Exclude "Folder" pages
        options.pageTree.excludeDoktypes = 254
      
      Example: Exclude "Folder" and "Standard" pages
        options.pageTree.excludeDoktypes = 254,1
      
      Resolves: #49279
      Releases: 6.2
      Change-Id: I806c9892b07382ce424f656234b6992b349885f1
      Reviewed-on: https://review.typo3.org/21520
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      d235b8b5
    • Markus Klein's avatar
      [TASK] Install: Update TTFdpi test description text · bd1ad1db
      Markus Klein authored
      Resolves: #49267
      Releases: 6.2
      Change-Id: Iffe09f072bda483ffa5f5be766ff0e84c3e025de
      Reviewed-on: https://review.typo3.org/21604
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      bd1ad1db
    • Andre Hähnel's avatar
      [FEATURE] Hook for tsfe::checkEnableFields · f8740268
      Andre Hähnel authored
      This hook for tsfe::checkEnableFields allows extensions to provide
      additional rules for page visibility when parent pages have
      "extend to subpages" activated.
      
      Change-Id: I6ef68802058863c9629333b59c0806dd2ab6c471
      Resolves: #48981
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/21306
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      f8740268
    • Anja Leichsenring's avatar
      [TASK] Remove constant PATH_t3lib · c2a474e5
      Anja Leichsenring authored
      The directory is gone, so the constant is not needed anymore.
      
      Resolves: #49348
      Relates: #49342
      Releases: 6.2
      Change-Id: I0ecec0dfd985b534e3357b175d6dd1e00cc0e4bd
      Reviewed-on: https://review.typo3.org/21599
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      c2a474e5
    • Christian Kuhn's avatar
      [TASK] Remove last bits of forceCharset handling · 2332335a
      Christian Kuhn authored
      Core version 4.5 introduced UTF8 only for charset conversion, and
      accepted a fallback under special circumstances. The fallback was
      removed with 4.7.
      This setting is now finally fully removed from the configuration
      and not taken into account anymore.
      
      Change-Id: Ic347c3decb985ec63eb499d5d75827fc7f1f7a8a
      Resolves: #49336
      Related: #49299
      Related: #34092
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/21584
      Reviewed-by: Markus Klein
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      2332335a
    • Visay Keo's avatar
      [BUGFIX] Skip link validation of RTE filelink · 558eaf42
      Visay Keo authored
      When a text is linked to a file using RTE link wizard,
      linkvalidator will detect it as internal link.
      The validation check for internal page when it is a file will always fail.
      
      This patch just skip validation if it finds a link to the file.
      
      TODO:
      * Proper validation of the file need to be applied.
      
      Resolves: #49286
      Releases: 6.0, 6.1, 6.2
      Change-Id: I1b4901e2ac311ae93442fef044e4f7d7ae415753
      Reviewed-on: https://review.typo3.org/21534
      Reviewed-by: Visay Keo
      Tested-by: Visay Keo
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      558eaf42
    • Stefan Neufeind's avatar
      [FEATURE] MathUtility: Add canBeInterpretedAsFloat · bb68f56d
      Stefan Neufeind authored
      Like canBeInterpretedAsInteger but for float.
      
      Change-Id: I9a44f2505f3702ef754a45f876a8197d2b6e2afb
      Resolves: #49144
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/21447
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      bb68f56d
    • Felix Kopp's avatar
      [TASK] Adapt INSTALL.txt to removed t3lib · e2d0dd80
      Felix Kopp authored
      There is no need to add symlink for t3lib.
      We can strip the line from INSTALL help file.
      
      Change-Id: Id5bb17412dc041a50d452734ab6031a7c1b041e2
      Resolves: #49346
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/21598
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      e2d0dd80
    • Krzysztof Adamczyk's avatar
      [FEATURE] Increase size of be_groups table subgroup field · c56d712a
      Krzysztof Adamczyk authored
      Change field subgroup from varchar(255) to text to allow
      storing more subgroups.
      
      Resolves: #36505
      Releases: 6.2
      Change-Id: Iec8cbc3fa83d03a891d4854fcf67c2418ef39d27
      Reviewed-on: https://review.typo3.org/21593
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      c56d712a
    • Philipp Gampe's avatar
      [FEATURE] Scheduler: Add delete button to edit view · 5282b206
      Philipp Gampe authored
      The task edit view misses a delete button similar to the tceforms edit
      view.
      Add this button for the edit action.
      
      Group the buttons to distinguish close from save and save from delete.
      
      Resolves: #48054
      Releases: 6.2
      Change-Id: I79997357f1069c53398f813fcd3b66f809fc059e
      Reviewed-on: https://review.typo3.org/20860
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      5282b206
    • Wouter Wolters's avatar
      [FEATURE] ViewHelper to display file sizes · 7985a653
      Wouter Wolters authored
      Simple ViewHelper that converts the size of a file to a human
      readable string.
      
      Usage:
      {fileSize -> f:format.bytes()}
      
      Change-Id: Iffb155e209fe0d2e89aae6d93706e994b4b0b8e7
      Resolves: #49139
      Related: #49128
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/21436
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Zbigniew Jacko
      Tested-by: Zbigniew Jacko
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      7985a653
    • Daniel Hürtgen's avatar
      [FEATURE] Enable chaining of set* funtions · 7557849d
      Daniel Hürtgen authored
      Applies chaining possibility for set*
      handling methods within querysettings api.
      
      Make sure method chaining like
      $query->getQuerySettings()->setRespectStoragePage(FALSE)
                                ->setRespectSysLanguage(FALSE)
                                ->setIgnoreEnableFields(TRUE)
                                ->setIncludeDeleted(TRUE);
      is possible for all methods.
      
      Releases: 6.2
      Resolves: #47684
      Change-Id: I3ce6eb3b100cf7762d885ad28f118a17f3268977
      Reviewed-on: https://review.typo3.org/21121
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      7557849d
  3. Jun 22, 2013
  4. Jun 21, 2013
    • Markus Klein's avatar
      [BUGFIX] Show unit "Bytes" for file size of Installer test images · 36465b9e
      Markus Klein authored
      Resolves: #49269
      Releases: 6.2
      Change-Id: I7f14e04c6bfe538336e1a3dc27c448eeea7a19d0
      Reviewed-on: https://review.typo3.org/21583
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      36465b9e
    • Christian Kuhn's avatar
      [TASK] Remove last bits of gdlib_2 setting · 7e04899e
      Christian Kuhn authored
      Support for gdlib version 1 was removed with core version 4.4.
      The patch removes the last code fragments where the old GFX/gdlib_2
      setting was used and activates a key in ext:install to remove
      the setting from LocalConfiguration.
      
      Change-Id: Icec65f13468306b80a575996a23cdbbbd21d715c
      Resolves: #49335
      Related: #22687
      Related: #49299
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/21582
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Markus Klein
      Reviewed-by: Philipp Gampe
      Reviewed-by: Stefan Neufeind
      Tested-by: Markus Klein
      7e04899e
    • Christian Kuhn's avatar
      [TASK] Remove last bit of multiplyDBfieldSize handling · 003ff66c
      Christian Kuhn authored
      multiplyDBfieldSize was used in the past to extend the size of
      database fields to cope with UTF8 content if the database did
      not support it. The setting was deprecated for a long time already
      and removed from DefaultConfiguration with version 6.0.
      The patch removes still existing handler code from ext:install.
      The setting is also removed from LocalConfiguration if found.
      
      Change-Id: Ia36b8c05cab8814c91ffa0d8e8afcd4de5c7060b
      Resolves: #49334
      Related: #35923
      Related: #49299
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/21581
      Reviewed-by: Philipp Gampe
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      003ff66c
    • Helmut Hummel's avatar
      [TASK] Cleanup openid extension · de32905b
      Helmut Hummel authored
      Cleanup remaining CGL issues after namespace change.
      Implement some best practices like strict string comparison
      or dependency injection pattern where appropriate.
      
      Last but not least make use of use statements for frequently
      used class names.
      
      Resolves: #48522
      Releases: 6.2
      Change-Id: I1f03d2fdf53ea7be42455663b36af56bc479fa21
      Reviewed-on: https://review.typo3.org/21035
      Reviewed-by: Wouter Wolters
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      de32905b
    • Christian Kuhn's avatar
      [FEATURE] Install tool: Remove obsolete keys from LocalConfiguration · b8c3c04b
      Christian Kuhn authored
      Some configuration settings are obsolete, but they have never been
      actively removed from LocalConfiguration. The patch introduces a
      list of obsolete configuration options (like SYS/extCache) to the
      install tool step controller and silently removes those settings
      from LocalConfiguration to keep it clean. This also obsoletes
      some deprecation code within core bootstrap.
      
      Change-Id: Id422801f5bbedc0f444a0d905bdbb7d736fd82e8
      Resolves: #49299
      Related: #49162
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/21553
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      b8c3c04b
    • Claus Due's avatar
      [BUGFIX] Flexform field is available but not passed to sub-function calls · afd8318a
      Claus Due authored
      This change fixes three occurrences of calls to FlexForm DS
      processing methods which accept a $fieldName argument but in
      the current state of the code is given an empty string instead
      of the $field variable which exists in all three contexts and
      contains the proper value.
      
      Passing the field name along to these sub functions allows hook
      subscribers to use the field name - among other things. In any
      case this fixes an unexpected behaviour turning it into an
      expected one.
      
      Resolves: #49331
      Releases: 6.2, 6.1, 6.0, 4.7, 4.5
      Change-Id: I078b0734f3bfa74a9acd61773c5c380f091286f8
      Reviewed-on: https://review.typo3.org/21574
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      afd8318a
    • Philipp Gampe's avatar
      [BUGFIX] Follow-up: Add stdWrap for _DEFAULT_PI_VARS · 6f8407e3
      Philipp Gampe authored
      Fix a broken unit test: Creating default object from empty value
      
      Resolves: #49314
      Related: #22045
      Releases: 6.2
      Change-Id: Iad2582f1949202441086c1d38605be18ac03a20c
      Reviewed-on: https://review.typo3.org/21563
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      6f8407e3
    • Markus Klein's avatar
      [BUGFIX] Illegal string offset warning in AjaxLoginHandler · 93ef3f01
      Markus Klein authored
      After logout $GLOBALS['BE_USER']->user['uid'] is checked.
      This is done without isset() which triggers a warning, as ->user is unset,
      if the logout was successful.
      
      Resolves: #49327
      Releases: 6.2, 6.1, 6.0, 4.7, 4.5
      Change-Id: Ia13af7f2a75090050113ff6a5d388b790df0bab1
      Reviewed-on: https://review.typo3.org/21569
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      93ef3f01
    • Anja Leichsenring's avatar
      [BUGFIX] Frontend shows HTML tags in messages · 458099e9
      Anja Leichsenring authored
      Hardcoded linebreak tags in StatusMessages were not resolved to
      linebreaks, but included into the output.
      Replacing the <br /> tags with the nl command using the nl2br
      viewhelper on the message output solves the problem.
      
      Releases: 6.2
      Resolves: #49266
      Change-Id: I07f6dd389df1ce3eedb2b2f957da91f14b8f566f
      Reviewed-on: https://review.typo3.org/21551
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      458099e9
    • Markus Klein's avatar
      [BUGFIX] Misleading label in beuser module · 75f756b8
      Markus Klein authored
      Change the wording of "loginBefore" label from
      "Login before"
      to
      "Logged in before".
      
      This should clarify the meaning of this filter.
      
      Resolves: #49318
      Release: 6.2, 6.1, 6.0
      Change-Id: I1aa15c054630c3f01859fb9ef2a40f3ca0ffad2b
      Reviewed-on: https://review.typo3.org/21566
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      75f756b8
    • Stefan Neufeind's avatar
      [FEATURE] Add stdWrap for _DEFAULT_PI_VARS · 7b5b6046
      Stefan Neufeind authored
      This feature allows multilevel variables as well.
      
      Example:
      plugin.tt_news._DEFAULT_PI_VARS {
        year.stdWrap.data = date:Y
      }
      
      Change-Id: I49ae6b420f98cf959f95289c99c49d7636a4ba52
      Resolves: #22045
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/14283
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      7b5b6046