Skip to content
Snippets Groups Projects
  1. Mar 24, 2012
    • Philipp Gampe's avatar
      [BUGFIX] Fatal error function posix_getgroups is not available · 40d8fec1
      Philipp Gampe authored
      This happens for the mkdirSetsGroupOwnershipOfCreatedDirectory() test in
      t3lib_divTest.
      
      Solution, just skip the test if the function does not exists.
      
      Also do same safety check for posix_getegid() as done some tests above.
      
      Change-Id: I18cbebc0b22ae5a7318673ed8abd2bd01003ba57
      Fixes: #33718
      Releases: 6.0, 4.7
      Reviewed-on: http://review.typo3.org/8867
      Reviewed-by: Tolleiv Nietsch
      Tested-by: Tolleiv Nietsch
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      40d8fec1
  2. Mar 23, 2012
  3. Mar 21, 2012
  4. Mar 20, 2012
  5. Mar 18, 2012
  6. Mar 17, 2012
  7. Mar 16, 2012
    • Oliver Hader's avatar
      [BUGFIX] Fatal error 't3lib_lock' does not exist · 2eeaa4b0
      Oliver Hader authored
      The PHP fatal error occurs for the following settings:
      $TYPO3_CONF_VARS['SYS']['enableDeprecationLog'] is enabled
      $TYPO3_CONF_VARS['BE']['forceCharset'] is not "utf-8" (or empty)
      $TYPO3_CONF_VARS['SYS']['enableDeprecationLog'] is set to "file"
      
      Change-Id: If95166c985499ded9764e6f7d6df224110580d95
      Fixes: #34662
      Releases: 4.5, 4.6, 4.7, 4.8
      Reviewed-on: http://review.typo3.org/9643
      Reviewed-by: Tolleiv Nietsch
      Tested-by: Tolleiv Nietsch
      Reviewed-by: Oliver Klee
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      2eeaa4b0
  8. Mar 15, 2012
    • Tolleiv Nietsch's avatar
      [BUGFIX] Remove menu type special.userdefined · 6290f64f
      Tolleiv Nietsch authored
      The manual says that this type has been removed in 4.6 in favor of
      userfunctions.
      Besides that, the block makes use of includeMakeMenu(), which doesn't
      exist anymore.
      Therefore I'd say it's safe to remove the block.
      
      Change-Id: I69b33894eff55a8eedd0b04448229a96f6a0d199
      Fixes: #25100
      Release: 4.7, 4.6
      Reviewed-on: http://review.typo3.org/8848
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Stefan Neufeind
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      6290f64f
    • Tolleiv Nietsch's avatar
      [BUGFIX] Livesearch toolbar should close others · 5684e771
      Tolleiv Nietsch authored
      When focussing the livesearch in the backend, other menus
      should be closed.
      
      Change-Id: Ibc6e9727ab9142f549bef3d5615bcb1426b42ebe
      Fixes: #32890
      Release: 4.7, 4.6
      Reviewed-on: http://review.typo3.org/8837
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Stefan Neufeind
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      Reviewed-by: Sebastian Fischer
      5684e771
  9. Mar 13, 2012
    • TYPO3 v4 Release Team's avatar
      [TASK] Raise submodule pointer · 6c56a229
      TYPO3 v4 Release Team authored
      Change-Id: I6e7260fcb33f79f81ad2dbc4ae2da23130a009e6
      Reviewed-on: http://review.typo3.org/9619
      Reviewed-by: TYPO3 v4 Release Team
      Tested-by: TYPO3 v4 Release Team
      6c56a229
    • Stefan Neufeind's avatar
      [BUGFIX] imagecopyresized: correct invalid parameters · 06ea329b
      Stefan Neufeind authored
      The classes t3lib_stdgraphic and t3lib_iconworks provide
      the method imagecopyresized. Those functions got parameters
      $w, $h twice in the function-header and therefore the function
      only worked in "special cases".
      
      This patch also adds a docblock and improves the (internal)
      naming of the variables.
      
      Change-Id: Id43229caa3694e8859f9912946c963f907f92951
      Fixes: #26660
      Releases: 4.4, 4.5, 4.6, 4.7
      Reviewed-on: http://review.typo3.org/2564
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Philipp Gampe
      Reviewed-by: Stefan Neufeind
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      06ea329b
    • Steffen Ritter's avatar
      [BUGFIX] html5 rendering does handle non-xml documents · d0bea7c2
      Steffen Ritter authored
      When selecting html5 in config.doctype and deactivating
      config.xmlprologue = none the xmlns-attribute of <html> has
      to be omitted and the xhtml-cleaning has to be deactivated.
      
      Furthermore the non XML-Syntax of the charset meta-tag has to
      be provided to the renderer.
      
      Change-Id: I5b3d3fe084d745df2a1cc98c614ba1fff173a4db
      Fixes: #34730
      Releases: 4.8,4.7,4.6
      Reviewed-on: http://review.typo3.org/9537
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      Reviewed-by: Ingo Pfennigstorf
      Tested-by: Ingo Pfennigstorf
      Reviewed-by: Stefan Neufeind
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      d0bea7c2
    • Tolleiv Nietsch's avatar
      [BUGFIX] Properly check disabled versioning within tcemain · 564e0361
      Tolleiv Nietsch authored
      Setting $GLOBALS['TCA'][$table]['ctrl']['versioningWS'] = FALSE; isn't
      fully working within tcemain because some isset() checks don't
      look at the value atm.
      
      Change-Id: I5cfca5fa73a7f30b56342052ef0193f21999bce1
      Fixes: #33625
      Releases: 4.7, 4.6, 4.5
      Reviewed-on: http://review.typo3.org/8836
      Reviewed-by: Philipp Gampe
      Reviewed-by: Wouter Wolters
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Stefan Neufeind
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      564e0361
    • Fabrizio Branca's avatar
      [FEATURE] Add hook to stdWrap_cacheStore · 4a1388ec
      Fabrizio Branca authored
      In issue #34299 caching for stdWrap was introduced.
      
      With this patch I'd like to add a hook to the cacheStore method.
      Using this patch cache handling can be refined. usecases are
      - reuse provided tags for page tags
      - memorize lifetimes so that the pages lifetime can be limited
      to the shortest stdWrap lifetime
      
      Change-Id: I8faecc465c04810259b335a2cb30ec5a5a6ae52f
      Resolves: #34343
      Releases: 4.7, 4.6-backports, 4.5-backports
      Reviewed-on: http://review.typo3.org/9264
      Reviewed-by: Tolleiv Nietsch
      Tested-by: Tolleiv Nietsch
      Reviewed-by: Daniel Poetzinger
      Tested-by: Daniel Poetzinger
      Reviewed-by: Simon Schaufelberger
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      4a1388ec
    • Fabrizio Branca's avatar
      [FEATURE] Adding hook in flushByTag · 68c16d27
      Fabrizio Branca authored
      Cache tags could be reused for nc_staticfile cache or even for tagging
      varnish cache content. When it is flushed using the caching framework
      there should be a hook in place that allows to also purge other
      external caches.
      
      Change-Id: I39b85ca31722d66b9af1aeb76d248fc41dc360f6
      Resolves: #34475
      Releases: 4.8
      Reviewed-on: http://review.typo3.org/9327
      Reviewed-by: Tolleiv Nietsch
      Tested-by: Tolleiv Nietsch
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      68c16d27
    • Fabrizio Branca's avatar
      [FEATURE] Add hook to t3lib_cache_frontend_VariableFrontend->set() · a913e404
      Fabrizio Branca authored
      A hook is needed that is processed when storing something
      into the cache.
      
      This hook could be used to reuse the page tags in some external caches
      like nc_staticfilecache or even varnish. In combination with the
      hook introduced in #34475 external caches could easily be synced
      to the TYPO3 page cache.
      
      Change-Id: I0452b937c48ec5ab4e4147995da600bf9815f20a
      Resolves: #34476
      Releases: 4.8
      Reviewed-on: http://review.typo3.org/9328
      Reviewed-by: Tolleiv Nietsch
      Tested-by: Tolleiv Nietsch
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      a913e404
    • Markus Klein's avatar
      [BUGFIX] unlink issues warnings for lock files · 6a9e789b
      Markus Klein authored
      t3lib_lock issues warnings for non-existent lock files.
      
      Change-Id: I069f6d9bdb6e84e7436e81b9fdf94d14ab6065ec
      Fixes: #32282
      Releases: 4.7, 4.6, 4.5, 4.4
      Reviewed-on: http://review.typo3.org/7052
      Tested-by: Razakanirina
      Reviewed-by: Dmitry Dulepov
      Tested-by: Dmitry Dulepov
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      6a9e789b
  10. Mar 12, 2012
  11. Mar 11, 2012
    • Markus Opahle's avatar
      [BUGFIX] Multi-table relationship not recognized in t3lib_loadDBGroup · ec212a7d
      Markus Opahle authored
      If a multi-table relationship has $MM_oppositeFieldConf['allowed']=='*',
      then it is not recognized as such one in t3lib_loadDBGroup::start().
      
      Change-Id: Ifbf8a71af8a9d0a0636d8a2332999c402a717559
      Resolves: #34148
      Releases: 4.7, 4.6, 4.5
      Reviewed-on: http://review.typo3.org/9156
      Reviewed-by: Markus Opahle
      Tested-by: Markus Opahle
      Reviewed-by: Georg Ringer
      Reviewed-by: Simon Schaufelberger
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      ec212a7d
    • Bart Dubelaar's avatar
      [BUGFIX] process_datamap doesn't handle existing versions by itself · cd34190a
      Bart Dubelaar authored
      The process_datamap function in TCEmain expects to receive the ids
      of the existing offline counterparts of a record whenever operations
      are performed in a workspace. This implies that this has taken into
      account in all places where the process_datamap function is called.
      In some cases this is not properly done, see bug #32780 and related.
      The process_cmdmap function does handle this transparently,
      so it is desirable to have the same behavior in process_datamap.
      
      This fix implements the translation to versioned records for operations
      on a single record. Operations with child records (IRRE) still require
      the versioned id's, no bugs are known that would require this behavior
      to be changed.
      
      Change-Id: I1e41172b0cc1e04a4822147f3c48ca272b69467c
      Fixes: #32780
      Releases: 4.7, 4.6, 4.5
      Reviewed-on: http://review.typo3.org/8721
      Reviewed-by: Stefan Neufeind
      Reviewed-by: Wouter Wolters
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      cd34190a
    • Jigal van Hemert's avatar
      [BUGFIX] Fatal error if xlf file has wrong format · 1199739a
      Jigal van Hemert authored
      Check if there is a file->body element before trying to parse it
      further.
      
      Change-Id: I07c4f88199c7c8102ad5c02f19675a06f6c67b32
      Fixes: #34473
      Releases: 4.8, 4.7, 4.6
      Reviewed-on: http://review.typo3.org/9530
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      1199739a
    • Markus Klein's avatar
      [TASK] PHP 5.4 adjustments · 4f3ca69d
      Markus Klein authored
      Small adjustments for PHP 5.4 compatibility.
      
      Change-Id: I0ce1c8901a940980f2a753ee219fb6b01497cac8
      Resolves: #34685
      Releases: 4.8, 4.7, 4.6, 4.5
      Reviewed-on: http://review.typo3.org/9511
      Reviewed-by: Sebastian Fischer
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      4f3ca69d
    • Thomas Layh's avatar
      [BUGFIX] Resolving the correct preview domain · 393179a3
      Thomas Layh authored
      Since the patch #30892 the backend login domain has a higher priority
      than the first domain in the rootline.
      
      Changed this behavior to work like in the older TYPO3 version.
      
      Change-Id: Ib6be760eb2707fb0fbf7b3b37464ba9ef9eab744
      Fixes: #34698
      Releases: 4.8, 4.7, 4.6, 4.5
      Reviewed-on: http://review.typo3.org/9519
      Reviewed-by: Philipp Gampe
      Reviewed-by: Tolleiv Nietsch
      Tested-by: Tolleiv Nietsch
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      Reviewed-by: Wouter Wolters
      393179a3
  12. Mar 09, 2012
    • Georg Ringer's avatar
      [BUGFIX] Excludefieds must exclude admin only tables · 0b80b365
      Georg Ringer authored
      The field "allowed excludefields" should not show
      fields of tables which are restricted to admins,
      either because of the flag adminOnly =1 or
      rootLevel = 1
      
      Change-Id: Id9ed03ad33c2c6a83bac44d6d08f36483762ae6a
      Resolves: #34460
      Releases: 4.8,4.7,4.6,4.5
      Reviewed-on: http://review.typo3.org/9337
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      0b80b365
  13. Mar 08, 2012
  14. Mar 07, 2012
    • Patrick's avatar
      [BUGFIX] Page within a mountpoint using Show Content from Page results in 503 header · e0b5a760
      Patrick authored
      When pages:content_from_pid is used, the TSFE for the current object will be cloned to a temporary object for the page to get the content from. In this temporary object, the id for the page will be changed to the contents of content_from_pid. However, the MP variable will not be changed.
      
      This results in a TSFE object with the wrong MP variable connected to the id. Within this temporary object the rootline will be calculated, which will be empty, because of the wrong MP variable. This triggers the 503 header.
      
      This bugfix fixes this by emptying the MP variable.
      
      Change-Id: I380b33e6daf3d36a1799409f484cc2e75290681b
      Fixes: #32292
      Releases: 4.7, 4.6, 4.5
      Reviewed-on: http://review.typo3.org/7071
      Reviewed-by: Stefan Neufeind
      Reviewed-by: Steffen Ritter
      Tested-by: Stefan Neufeind
      Tested-by: Steffen Ritter
      e0b5a760
    • Jigal van Hemert's avatar
      [BUGFIX] redirect to referrer when changing password · adfccd26
      Jigal van Hemert authored
      The referrer and referrerDomains redirect options must be ignored after
      changing the password, otherwise you would end up on the page where the
      change password form was displayed (which shows an error message now).
      An extra option to ignore the referrer redirects is introduced for this.
      
      Change-Id: Iebb5cd67b5d04fe169bdc4d5ec7f9c025a1f7004
      Fixes: #21943
      Releases: 4.5, 4.6, 4.7
      Reviewed-on: http://review.typo3.org/7647
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      adfccd26
    • Dennis Ahrens's avatar
      [BUGFIX] Suggest Wizard crashes in Frontend Editing · 418fe713
      Dennis Ahrens authored
      As the backpath cannot be resolved, the JS dies.
      
      Change-Id: Iae96a3d16ca3ede7392c85f2a9623dba7d083ea8
      Fixes: #25079
      Releases: 4.7, 4.6, 4.5
      Reviewed-on: http://review.typo3.org/7452
      Reviewed-by: Dennis Ahrens
      Tested-by: Dennis Ahrens
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      418fe713
    • Dmitry Dulepov's avatar
      [BUGFIX] Shell command arguments are not escaped · a1cd99f5
      Dmitry Dulepov authored
      Shell command arguments should be escaped with escapeshellarg()
      PHP function, which adds single quotes around the argument and
      escapes all single quotes inside the argument.
      
      Change-Id: I4fb655e6496e1d0f09d6386831daa8d2f7a95351
      Resolves: #31278
      Releases: 4.7, 4.6, 4.5
      Reviewed-on: http://review.typo3.org/6779
      Reviewed-by: Oliver Hader
      Reviewed-by: Tolleiv Nietsch
      Tested-by: Tolleiv Nietsch
      Reviewed-by: Andy Grunwald
      Reviewed-by: Wouter Wolters
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      a1cd99f5
    • Philipp Gampe's avatar
      [BUGFIX] Fatal error: Call to undefined function posix_getgid() · 95c1f5f5
      Philipp Gampe authored
      Limit the data to entries which can be created without posix_getgid().
      
      Change-Id: I26f8950e2d69185ff990489f573e3dde8f870aca
      Fixes: #34482
      Releases: 4.8
      Reviewed-on: http://review.typo3.org/9333
      Reviewed-by: Oliver Klee
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      95c1f5f5
    • Georg Ringer's avatar
      [BUGFIX] Fix idna_convert.class not found · aad4ef53
      Georg Ringer authored
      Since #30311 an additional class is used to check
      domains but the call is wrong. This is fixed now
      
      Change-Id: I459b40c4b9fcab5d03d029f03b07385feb49e691
      Resolves: #34627
      Releases: 4.8, 4.7, 4.6, 4.5
      Reviewed-on: http://review.typo3.org/9448
      Reviewed-by: Oliver Klee
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      aad4ef53
Loading