Skip to content
Snippets Groups Projects
  1. Sep 23, 2013
    • Philipp Gampe's avatar
      [BUGFIX] Move beuser property mappings to global scope · 68e91cca
      Philipp Gampe authored
      Currently the persistence settings for all tx_beuser models are defined
      in module.tx_beuser.persistence.classes.
      If any other module tries to access the corresponding backend user
      repository from tx_beuser, then no mappings will be loaded by extbase,
      resulting in a wrong cache entry for the model and the attempt to
      access a nonexisting table.
      
      Move the class mapping part of the TS template into
        config.tx_extbase.persistence.classes
      to make them available for all extensions and modules.
      
      Resolves: #51234
      Releases: 6.2, 6.1, 6.0
      Change-Id: I0b39c96c9db89c379e5613231a215f27b2dfbcde
      Reviewed-on: https://review.typo3.org/23967
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Stefan Neufeind
      Tested-by: Stefan Neufeind
      68e91cca
    • Alexander Stehlik's avatar
      [BUGFIX] Prevent leading space for empty ATagParams · d46858df
      Alexander Stehlik authored
      Currently a leading space will be returned by the ATagParams handler when
      the $addGlobal parameter is TRUE.
      
      This patch trims any space if no ATagParams have been configured.
      
      Resolves: #52171
      Releases: 6.2
      Change-Id: I53b3723e530beb96ff0dc9606963c6d9928d4478
      Reviewed-on: https://review.typo3.org/23954
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Stefan Neufeind
      Tested-by: Stefan Neufeind
      d46858df
    • Christian Finkemeier's avatar
      [BUGFIX] Fix PHP warning trigged in getAuthInfoArray() · 172606b3
      Christian Finkemeier authored
      AbstractUserAuthentication::getAuthInfoArray() calls
      $GLOBALS['TYPO3_DB']->cleanIntList() with a possible NULL argument.
      This leads to a PHP warning in GeneralUtility::trimExplode().
      
      Resolves: #50913
      Relates: #42921
      Releases: 6.2, 6.1, 6.0, 4.7, 4.5
      Change-Id: I42ddf8fed715c5f8ce060e6ca5826ef3ed8f223e
      Reviewed-on: https://review.typo3.org/22956
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Stefan Neufeind
      Tested-by: Stefan Neufeind
      172606b3
    • Alexander Stehlik's avatar
      [BUGFIX] Reset singletons in Extbase command · 71ac43b6
      Alexander Stehlik authored
      This patch fixes the handleRequest() method signature of
      the Cli request handler by returning the response object
      like it is expected by the RequestHandlerInterface.
      
      When the request is returned the Bootstrap process will
      reset the singletons which includes persisting of any
      changed objects.
      
      Resolves: #52092
      Releases: 6.2
      Change-Id: I78a507ab5b68ad67a85bf4a914494b39ea1407e1
      Reviewed-on: https://review.typo3.org/23885
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Stefan Neufeind
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      71ac43b6
    • Ernesto Baschny's avatar
      [BUGFIX] Correct storage selection (common prefixes) · 14b4edb7
      Ernesto Baschny authored
      If there is a local storage "uploads/test/" and a requested file
      is in "uploads/other/file.txt", the storage matching will not
      consider this storage for this file anymore, although they share a
      common prefix, but will use a correct matching storage (e.g. 0).
      
      Releases: 6.2, 6.1, 6.0
      Resolves: #52173
      Change-Id: Id14ffd6620554c086b6e77dca285ade8dee39ab2
      Reviewed-on: https://review.typo3.org/23966
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Stefan Neufeind
      Tested-by: Stefan Neufeind
      14b4edb7
    • Helmut Hummel's avatar
      [BUGFIX] Fix page.headerData + USER_INT · f28a9861
      Helmut Hummel authored
      INT scripts placed in page.headerData.XX were
      not replaced any more after introducing USER_INT
      capabilities of the pageRenderer in #22273
      
      This change reprocesses _INT placeholders after
      the pageRenderer replacements have been done.
      
      Resolves: #44825
      Releases: 6.0, 6.1, 6.2
      Change-Id: If11b692ed75120dbf122d95ca497b5e382fdf349
      Reviewed-on: https://review.typo3.org/23788
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      Reviewed-by: Wouter Wolters
      Reviewed-by: Jens Jacobsen
      Tested-by: Jens Jacobsen
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      f28a9861
    • Johannes Feustel's avatar
      [FEATURE] Viewpage module usablity optimization · 9869927e
      Johannes Feustel authored
      Improve usability of viewpage module with:
      
      * Added a default option with width and height set to auto
      * Selection is saved in $GLOBALS['BE_USER']->uc using ExtDirect
      StateProvider and restored after reload or page switch
      * Frame is resizeable and this custom value is also stored in the user
      settings as a new option of the selector
      * iframe is visually separated from outer module body
      
      Change-Id: I0f956b3b3b76ef5fea25c239acd8f95d4f93b765
      Fixes: #51933
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/23771
      Tested-by: Philipp Gampe
      Reviewed-by: Mattias Nilsson
      Tested-by: Mattias Nilsson
      Tested-by: Markus Klein
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      9869927e
  2. Sep 21, 2013
    • Peter Niederlag's avatar
      [FEATURE] add sorting on sys_category · 6278df2f
      Peter Niederlag authored
      sys_category until now misses a specific sort order
      and is sorted by title. Adding a sorting property
      gives more flexibility in sorting by custom
      needs.
      
      tca treeConfig of sys_category as well as categoryRegistry
      are adapted accordingly
      
      Change-Id: I663fb24dcd5486f911e256fe1a42c445a63543be
      Resolves: #51590
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/23615
      Reviewed-by: Francois Suter
      Tested-by: Francois Suter
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      6278df2f
  3. Sep 20, 2013
    • Nicole Cordes's avatar
      [BUGFIX] Increase length of identifier field in sys_file · ec0fa117
      Nicole Cordes authored
      Sometimes the identifier is longer than 200 chars. This patch increases
      the maximum length to 512 characters.
      
      Resolves: #48912
      Releases: 6.2, 6.1, 6.0
      Change-Id: I67edc1facf972d2ffef09a3204edc556464afda5
      Reviewed-on: https://review.typo3.org/23882
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Aske Ertmann
      Tested-by: Aske Ertmann
      Reviewed-by: Jon Langeland
      Tested-by: Jon Langeland
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      ec0fa117
    • Francois Suter's avatar
      [BUGFIX] Wrong exception on renaming folder · 7aa646f0
      Francois Suter authored
      When a user tries to rename a folder without the permissions
      to do so, the ResourceStorage throws a
      "InsufficientFileAccessPermissionsException" instead of a
      "InsufficientUserPermissionsException".
      
      Resolves: #52056
      Releases: 6.0, 6.1, 6.2
      Change-Id: I83e75038bd6763f201ef03ebf37018368e990e1a
      Reviewed-on: https://review.typo3.org/23862
      Reviewed-by: Helmut Hummel
      Reviewed-by: Frans Saris
      Tested-by: Frans Saris
      Reviewed-by: Fabien Udriot
      Reviewed-by: Francois Suter
      Tested-by: Francois Suter
      7aa646f0
    • Markus Klein's avatar
      [TASK] Update felogin doc with showForgotPassword change · bcbf6bfc
      Markus Klein authored
      Related: #50138
      Releases: 6.2
      Change-Id: I98bf8a4eadfae7183d8904956b3adcfdface1e5b
      Reviewed-on: https://review.typo3.org/23918
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      bcbf6bfc
    • Nicolas Forgeot's avatar
      [FEATURE] Show forgot password only if conf showForgotPassword = 1 · bd32759e
      Nicolas Forgeot authored
      Do not show forgot password form in felogin, if the forgot
      password link for the login form has been disabled.
      
      Resolves: #50138
      Resolves: #34597
      Releases: 6.2
      Change-Id: I40b490cb09dc339067ff4ff0bc0d0afe0464a456
      Reviewed-on: https://review.typo3.org/22541
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Marco Huber
      Tested-by: Marco Huber
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      bd32759e
  4. Sep 19, 2013
    • Alexander Stehlik's avatar
      [BUGFIX] Fix PHP warning when writing to Backend user log · f36574c7
      Alexander Stehlik authored
      The writelog method for the BackendUserAuthentication object is now
      checking if there is actually an uid available in the user array
      before it tries to access it.
      
      This prevents a PHP warning about an illegal string offset when writing
      log messages in an authentication service.
      
      Releases: 6.0, 6.1, 6.2
      Resolves: #49328
      Change-Id: I006c6b0ccd8f03292715a7d7ab8e457914637d93
      Reviewed-on: https://review.typo3.org/23116
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      f36574c7
    • Claus Due's avatar
      [BUGFIX] Display relations' titles when TCA label field is type inline · 807b5919
      Claus Due authored
      This change adds a case to treat "inline" TCA types the same way
      "select" is treated when building the record's label value.
      
      Before, if record used field of type "inline" as TCA label field, TYPO3
      would display fx "3" (number of related records as stored in field
      on parent record).
      
      After, TYPO3 will display fx "Record1, Record2, Record2" if "inline"
      field contains three related records named thusly.
      
      Fixes: #52133
      Releases: 6.2, 6.1, 6.0, 4.7, 4.5
      Change-Id: Ie06f09368e81505cb1e5989b61ae98add54b05ba
      Reviewed-on: https://review.typo3.org/23902
      Reviewed-by: Benjamin Rau
      Tested-by: Benjamin Rau
      Reviewed-by: Stefan Froemken
      Tested-by: Stefan Froemken
      Reviewed-by: Cedric Ziel
      Tested-by: Cedric Ziel
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      807b5919
    • Francois Suter's avatar
      [BUGIFX] Missing rendering for newer menus · d8ec3c18
      Francois Suter authored
      Rendering is missing in css_styled_content for menu types
      8 and 9 (introduced in 6.0 and 6.2 respectively) for older
      versions of the static templates (i.e. below 6.0).
      
      Add them down to 4.5.
      
      Resolves: #51837
      Releases: 6.2
      Change-Id: I5f6f9068ceb89851c67b3c1ee2bd580936498c70
      Reviewed-on: https://review.typo3.org/23674
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      d8ec3c18
  5. Sep 17, 2013
    • Oliver Hader's avatar
      [BUGFIX] Faulty expand/collapse behavior in Element Browser · 070a6cd4
      Oliver Hader authored
      On using the element browser in combination with files, the
      expand/collapse behavior is wrong. On opening a collapsed folder,
      an AJAX call fetches the sub-nodes that will be added to the DOM
      tree. However, the calling scope of the original rendering
      process and the AJAX call differ a lot.
      The only possibility to get this working is to transfer the
      scope and rebuild it in the AJAX context.
      
      Change-Id: I1bf7b56ae2d82d15e0246bd651f77793adde705b
      Fixes: #45859
      Releases: 6.0, 6.1, 6.2
      Reviewed-on: https://review.typo3.org/22934
      Reviewed-by: Henrik Ziegenhain
      Tested-by: Henrik Ziegenhain
      Reviewed-by: Markus Schubath
      Tested-by: Markus Schubath
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      070a6cd4
    • Ernesto Baschny's avatar
      [BUGFIX] Form Wizard: Adds mouse pointer to docheader icons · d16f5510
      Ernesto Baschny authored
      Resolves: #50907
      Releases: 6.2, 6.1, 6.0
      Change-Id: I232498fea18b270e9436aeaf710f728a62365a4b
      Reviewed-on: https://review.typo3.org/23874
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      d16f5510
    • Stefan Neufeind's avatar
      [BUGFIX] Fix cropping of transparent gifs with im6. · 2bb53489
      Stefan Neufeind authored
      The usage of the ! operator to force cropping empty image
      canvas is inverted between ImageMagick v4 and v6 while
      GraphicsMagick accepts both syntaxes. Because im4 is
      deprecated, we can always use im6 syntax.
      
      Fixes: #19045
      Releases: 6.2, 6.1, 6.0
      Change-Id: Iee1260a94f2686a512ce1b1df65c384319a4c4de
      Reviewed-on: https://review.typo3.org/13996
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Felix Buenemann
      Tested-by: Felix Buenemann
      Reviewed-by: Stefan Neufeind
      Tested-by: Stefan Neufeind
      2bb53489
    • Sebastian Michaelsen's avatar
      [FEATURE] Allow multiple category fields per table · 1461ad2f
      Sebastian Michaelsen authored
      It is only possible to do one makeCategorizable() call per
      table, because if you do more the later calls would overwrite the
      previous category field declaration. That's because of the way
      the registry stores the category fields - it can only store one
      field per table. This change improves that and allow multiple
      fields pers table.
      
      Additionally, a custom label can be set in the options array
      for each category field.
      
      Resolves: #51921
      Releases: 6.2
      Change-Id: I96d1235176109395339e9841564edadc0c71147d
      Reviewed-on: https://review.typo3.org/23772
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      1461ad2f
  6. Sep 16, 2013
    • Christian Kuhn's avatar
      [TASK] Remove GFX/im_mask_temp_ext_noloss setting · 87c133d4
      Christian Kuhn authored
      im_mask_temp_ext_noloss setting is a bugfix for a no longer supported
      Image Magick 5 version. It can be removed.
      
      Change-Id: I1001c3fc8fa924ec16e24a9e790a0decf2771bcc
      Resolves: #52012
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/23837
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      87c133d4
    • Christian Kuhn's avatar
      [TASK] Remove GFX/im_combine_filename setting · 557aaa3c
      Christian Kuhn authored
      Image Magick support for versions 4 and 5 was dropped. The setting
      to differentiate combine from composite is obsolete now and composite
      is used always.
      
      Change-Id: I0fbc847167d340fd83315285745c63d53225891a
      Resolves: #52011
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/23836
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      557aaa3c
    • Christian Kuhn's avatar
      [TASK] Remove BE/TSconfigConditions setting · a553a4ff
      Christian Kuhn authored
      Did you know there is an option to disable condition parsing in
      TS config? It is removed with the patch.
      
      Change-Id: If6ce720a4416af80b7deb293160e8b712c04ff0d
      Resolves: #52013
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/23838
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      a553a4ff
  7. Sep 15, 2013
    • Christian Kuhn's avatar
      [TASK] Remove GFX/im_no_effects setting · 52238b1c
      Christian Kuhn authored
      Support for Image Magick version 4 and 5 was dropped, allowed
      settings for im_version_5 are "im6" and "gm". As soon as one
      of this is set for im_version_5, bootstrap automatically sets
      "im_no_effects" to 1. In effect, this value is *always* one, so
      it is obsolete and can be removed from the system.
      
      Change-Id: Ieb798352aebaae4943018a225518591a952a8bcb
      Resolves: #52010
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/23835
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      52238b1c
    • Christian Kuhn's avatar
      [BUGFIX] Install tool: Use sRGB colorspace in presets · d05fcff5
      Christian Kuhn authored
      Image Magick versions 6.7 and above need sRGB as colorspace,
      otherwise images are too dark. This also works for older versions
      like 6.6. Use sRGB as default is image configuration presets.
      
      Change-Id: I7c50ee932b1335892eb228b10fc00136cfc54527
      Resolves: #52017
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/23840
      Reviewed-by: Steffen Müller
      Tested-by: Steffen Müller
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      d05fcff5
    • Steffen Müller's avatar
      [BUGFIX] SQL error in install tool if no root page available · 1048b0eb
      Steffen Müller authored
      Resolves: #52008
      Releases: 6.2
      Change-Id: I8fd7546ca6a293c6e9d11dd46d37a8cc89cf9620
      Reviewed-on: https://review.typo3.org/23833
      Reviewed-by: Wouter Wolters
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      1048b0eb
    • Wouter Wolters's avatar
      [BUGFIX] Install tool sanitizes image generation output · dc047c7f
      Wouter Wolters authored
      If execute path to ImageMagick or GraphicsMagick is not configured
      correctly, the "Test setup" image tests in the install tool may show
      false positives and do not render an error message that the image
      generation faild.
      The patch adds checks and displays an error message if for example
      ['GFX']['im_path'] is set to an invalid path.
      There are other issues in this area, for example existing test
      image files may be re-used with a broken configuration. These
      are also fixed with this patch.
      
      Change-Id: Id3cf116b80371379eae9c9dc348d9daee9d5b074
      Resolves: #35070
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/23797
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      dc047c7f
    • Wouter Wolters's avatar
      [TASK] Don't set extensions checked by default in InstallSysExtsUpdate · 3100b70f
      Wouter Wolters authored
      In the InstallSysExtsUpdate update wizard the extensions are checked
      by default. This gives the indication that the extensions need
      to be installed. In fact they are optional and therefore should
      not be checked by default.
      
      Change-Id: Ic61ad081b08d1906d224a29c79702db3fe1597e1
      Resolves: #47733
      Releas: 6.2
      Reviewed-on: https://review.typo3.org/23827
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      3100b70f
    • Wouter Wolters's avatar
      [FEATURE] Show string value for PHP error codes in install tool · b8222bd5
      Wouter Wolters authored
      "All configuration" in install tool shows the integer representation
      of the bit mask of the PHP error codes in settings like
      ['SYS']['errorHandlerErrors']. This change adds a view helper to
      show the current setting in an E_* constants representation.
      
      Resolves: #51376
      Releases: 6.2
      Change-Id: Ia69251d97c07b1180f8e7ad99b687b5639396892
      Reviewed-on: https://review.typo3.org/23794
      Tested-by: Wouter Wolters
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      b8222bd5
  8. Sep 14, 2013
  9. Sep 13, 2013
    • Helmut Hummel's avatar
      [TASK] Clean up install tool module · a88f8bc7
      Helmut Hummel authored
      Resolves: #51996
      Releases: 6.2
      Change-Id: I5afca17c80931f3f9946fa5f33dc29fd1f572644
      Reviewed-on: https://review.typo3.org/23823
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      a88f8bc7
    • Ernesto Baschny's avatar
      [FEATURE] Install tool: Left menu at fixed position · f5f5c979
      Ernesto Baschny authored
      * Streamlines install tool main template.
      * Adds a ContextService and use that in the templates.
        No more huge if/then/else constructs to differentiate
        standalone and backend modes.
      * Fixes the left menu (and TYPO3 logo), letting the
        rest scroll up and down.
      * In backend mode the menu and content starts right on top
        (no further headers to make scrolling look good)
      
      Releases: 6.2
      Resolves: #50910
      Change-Id: Ie2ec277026a82332b533af51a37e7f308dd24e8c
      Reviewed-on: https://review.typo3.org/23798
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Ernesto Baschny
      Tested-by: Ernesto Baschny
      f5f5c979
    • Wouter Wolters's avatar
      [TASK] Add new icon for ext:reports · 138f5445
      Wouter Wolters authored
      Add a new icon for ext:reports-module and adjust the
      IconViewHelper. Removes 2 old icons.
      
      Change-Id: Iff731cc27ad8e6323aea8c6c01c036f3a776b3e2
      Related: #41631
      Resolves: #51993
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/23818
      Reviewed-by: Stefan Neufeind
      Tested-by: Stefan Neufeind
      Reviewed-by: Ernesto Baschny
      Tested-by: Ernesto Baschny
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      138f5445
    • Christian Kuhn's avatar
      [BUGFIX] Install tool: Fixed document header · 4e5d1e8e
      Christian Kuhn authored
      The document header is not at a fixed position but "scrolls away".
      Fix this by adding a missing t3skin structure .css that defines this.
      
      Change-Id: Ia1b3209db1b5fa08157002bca950110830e2403e
      Resolves: #51989
      Related: #50910
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/23812
      Reviewed-by: Ernesto Baschny
      Tested-by: Ernesto Baschny
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      4e5d1e8e
    • Markus Klein's avatar
      [BUGFIX] Also consider JPEG files for IM/GM · 122a3c0f
      Markus Klein authored
      The Core does not check for the JPEG file extension
      when converting images with IM/GM.
      
      Resolves: #51981
      Releases: 6.2, 6.1, 6.0
      Change-Id: I148ecb0d3c71fdee563476c33865cd18420b2384
      Reviewed-on: https://review.typo3.org/23810
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      122a3c0f
  10. Sep 12, 2013
    • Georg Ringer's avatar
      [TASK] Use a 401 header if login is not successful · 9974f36d
      Georg Ringer authored
      If login is not correct, a 401 should be used instead of a 200.
      
      Change-Id: Ia2fa139e89fe19df77bb0530b4fbce502506f524
      Resolves: #51803
      Releases: 6.2,6.1,6.0,4.5
      Reviewed-on: https://review.typo3.org/23649
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      9974f36d
    • Alexander Opitz's avatar
      [BUGFIX] Replace SHOW DATABASE by query to schema · 7bb2cc9c
      Alexander Opitz authored
      The SQL query "SHOW DATABASE" may be restricted on the SQL Server.
      Since MySQL 5.0 (which is minimum since TYPO3 CMS 4.7) we can also query
      the information_schema table to gather the information to which table
      we have access.
      
      Resolves: #47744
      Releases: 6.2, 6.1
      Change-Id: Ie65abadeed54cbc54bee401bdc1aab18ffc8eea6
      Reviewed-on: https://review.typo3.org/23637
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      7bb2cc9c