Skip to content
Snippets Groups Projects
  1. Dec 18, 2011
    • Dmitry Dulepov's avatar
      [BUGFIX] ENABLE_INSTALL_TOOL does not respect fileCreateMask · fb105d1a
      Dmitry Dulepov authored
      When this file is created by the Install tool, the fileCreateMask
      is not respected. That does not allow to delete this file through
      FTP or from SSH if the web server user and group is different
      from logged in user.
      
      Change-Id: I2f719aff3ed14b6d1ae6eea51057b78a8f84b262
      Resolves: #21740
      Releases: 4.7, 4.6
      Reviewed-on: http://review.typo3.org/6877
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      Reviewed-by: Mario Rimann
      Reviewed-by: Stefan Neufeind
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      fb105d1a
    • Felix Kopp's avatar
      [BUGFIX] Checkbox-array space · e8171182
      Felix Kopp authored
      Increases space on horizontal checkbox-array in TCE forms.
      
      Change-Id: Id84734b6d6ccc6f430ff9d87715e447dd06307b2
      Fixes: #32088
      Releases: 4.6, 4.7
      Reviewed-on: http://review.typo3.org/6918
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      e8171182
    • Markus Klein's avatar
      [BUGFIX] @charset must be lowercase in CSS · 6567cb51
      Markus Klein authored
      CSS files must comply to http://www.w3.org/TR/CSS21/syndata.html#charset
      which requires @charset to be
      "the 10 characters '@charset "' (lowercase, no backslash escapes)".
      Also the CSS compressor looks for the lowercase version.
      
      Change-Id: I71436dfd4a74da8ee5592e6755565d96d160d1fe
      Fixes: #32163
      Releases: 4.7, 4.6, 4.5, 4.4
      Reviewed-on: http://review.typo3.org/6979
      Reviewed-by: Jan
      Tested-by: Jan
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Simon Schaufelberger
      Tested-by: Simon Schaufelberger
      Reviewed-by: Oliver Klee
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      6567cb51
  2. Dec 17, 2011
    • Mario Rimann's avatar
      [BUGFIX] sessionTimeout for BE does not work · 719c1a2f
      Mario Rimann authored
      Changes an is_string() check to a check out of t3lib_Utility_Math
      which will also accept '86400' as a valid value and not only 86400.
      
      Change-Id: I5a8bfe4b1015d9a6195a9831272bd7e5518110dc
      Resolves: #32274
      Releases: 4.7, 4.6, 4.5
      Reviewed-on: http://review.typo3.org/7079
      Reviewed-by: Markus Klein
      Reviewed-by: Simon Schaufelberger
      Tested-by: Simon Schaufelberger
      Reviewed-by: Michael Stucki
      Reviewed-by: Oliver Klee
      Tested-by: Markus Klein
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      719c1a2f
    • Stanislas Rolland's avatar
      [BUGFIX] Fix path check for custom RTE styles · 9c5409b4
      Stanislas Rolland authored
      Fix for #29899 introduced a check if the file holding
      custom RTE CSS exists. However that path used was
      wrong.
      
      Change-Id: I1b4f23bb6bc29add925a956636fe3b8dd01f6b86
      Resolves: #32625
      Releases: 4.5, 4.6, 4.7
      Reviewed-on: http://review.typo3.org/7314
      Reviewed-by: Stanislas Rolland
      Tested-by: Stanislas Rolland
      Reviewed-by: Stefan Neufeind
      Tested-by: Stefan Neufeind
      Reviewed-by: Julian Hofmann
      Tested-by: Julian Hofmann
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      9c5409b4
    • Mario Rimann's avatar
      [BUGFIX][reports] Missing check for SOAP extension · 36250e8d
      Mario Rimann authored
      Add SOAP PHP-Module to the list of required modules to be checked in the
      reports module.
      
      Change-Id: Ifad1a7e81fbec4a22707a7a12090234dbb7b9496
      Resolves: #11806
      Releases: 4.7, 4.6
      Reviewed-on: http://review.typo3.org/6991
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      36250e8d
    • Steffen Gebert's avatar
      [BUGFIX] Ambiguous XCLASS naming tx_em_Connection_ExtDirectServer · 5005a07c
      Steffen Gebert authored
      The naming for XCLASSing tx_em_Connection_ExtDirectServer is written
      with and without underscore between "connection" and "extdirectserver".
      
      Change-Id: Ifcdc2c52643473eb48b4be2c91d72248e2340bdd
      Resolves: #32596
      Releases: 4.7, 4.6, 4.5
      Reviewed-on: http://review.typo3.org/7330
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      5005a07c
  3. Dec 16, 2011
    • Dmitry Dulepov's avatar
      [TASK] Invalid SQL and bad code in tslib_fe · f2468837
      Dmitry Dulepov authored
      tslibe_fe::determineId() contains invalid SQL statement (using "!=")
      and bad code (variable "$idQ", missing check for start/stop dates).
      
      Change-Id: If4c5db49a010331b5257ee33647cb23b31c5e020
      Resolves: #32159
      Releases: 4.7, 4.6, 4.5
      Reviewed-on: http://review.typo3.org/6974
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      f2468837
    • Dmitry Dulepov's avatar
      [BUGFIX] Sporadic memcache error on server load · 0b243aba
      Dmitry Dulepov authored
      Memcache server sometimes closes connection under heavy load. In
      such cases TYPO3 shows error messages in Frontend when setting
      the value to cache fails. This should not happen because it is
      not such a error that should cause server down times. Change the
      exception to a warning in sys_log instead. Admins can see the
      error and work on it.
      
      Change-Id: Ied3da87149e50843f8950395b3003a8cac06dbdc
      Resolves: #30162
      Releases: 4.7, 4.6, 4.5
      Reviewed-on: http://review.typo3.org/5599
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Oliver Klee
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      0b243aba
    • Dmitry Dulepov's avatar
      [BUGFIX] "Show page" does not use a proper URL scheme · 929feb24
      Dmitry Dulepov authored
      "Show page" context menu and Web>View do not use proper scheme if
      that is set in the page properties. They always use the scheme of
      the Backend.
      
      Change-Id: I08d3f4a384353b879ea90e1331097f583131ee40
      Resolves: #31959
      Releases: 4.7, 4.6, 4,5
      Reviewed-on: http://review.typo3.org/6774
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      929feb24
    • Francois Suter's avatar
      [BUGFIX] Multiple values not displayed for simple items lists · 7071979c
      Francois Suter authored
      t3lib_BEfunc::getProcessedValue() is used throughout the Core to
      transform values stored as indices into human-readable values.
      
      However for select-type fields based on a list of items
      (and not a foreign table) where multiple selections are possible,
      t3lib_BEfunc::getProcessedValue() fails to display anything.
      This is due to t3lib_BEfunc::getLabelFromItemlist(),
      being unable to handle several values.
      
      This patch introduces a new method to avoid breaking compatibility.
      
      Change-Id: I074099cd5fc06a346a86246bdf7620ebdc7b18cb
      Resolves: #31374
      Releases: 4.7, 4.6, 4.5
      Reviewed-on: http://review.typo3.org/6379
      Reviewed-by: Björn Pedersen
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Francois Suter
      Tested-by: Francois Suter
      7071979c
    • Felix Kopp's avatar
      [FEATURE] Disable Page Information option · f8eb1427
      Felix Kopp authored
      Adds an option to disable Page Information function in Web > Page.
      
      Fixes: #32086
      Releases: 4.7
      Change-Id: Ie1b157e425a20b2495e7e953bbda71fd55c15e83
      Reviewed-on: http://review.typo3.org/6916
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      Reviewed-by: Stefan Neufeind
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      f8eb1427
    • Stanislas Rolland's avatar
      [TASK] Migrate to ExtJS 4: Migrate RTE · 463526e5
      Stanislas Rolland authored
      1. Migrate RTE.
      2. Add soft hyphen insertion feature.
      
      Change-Id: Ic81ecf9f682ead18680475534e27a267d6cc59e8
      Resolves: #32200
      Releases: 4.7
      Reviewed-on: http://review.typo3.org/7106
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      Reviewed-by: Georg Ringer
      463526e5
    • Mario Rimann's avatar
      [FEATURE] Integrate config.pageTitleSeparator · b5dd1129
      Mario Rimann authored
      Adds a Typoscript option to make the the separator string that is
      used between the site title and the page title configurable.
      
      Change-Id: I8fd088ee15d09a0c2414d48d30058c2ed85a1b98
      Resolves: #17030
      Releases: 4.7
      Reviewed-on: http://review.typo3.org/7041
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      b5dd1129
    • Dominique Feyer's avatar
      [TASK] Add clear l10n cache when the user clear all cache · b3fd4851
      Dominique Feyer authored
      Currently the l10n parser cache can only be cleared manually, by adding this in locallang.php:
      
      $GLOBALS['TYPO3_CONF_VARS']['SYS']['lang']['cache']['clear_menu'] = TRUE;
      
      This patch change the default behavior. By default the l10n cache is cleared on "clear all cache",
      if the clear l10n menu item is enabled, it's not cleared on clear all cache.
      
      Change-Id: I969a76d4a17ed847f39884883a887f4e0cb9c3a3
      Fixes: #32600
      Releases: 4.7, 4.6
      Reviewed-on: http://review.typo3.org/7283
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      b3fd4851
    • Dmitry Dulepov's avatar
      [TASK] Reports module uses internal data of salted passwords · 08c684f0
      Dmitry Dulepov authored
      Reports module changes from issue #30695 introduced a check
      for the saltedpasswords extension and a report about users,
      whose passwords are not protected by the saltedpasswords.
      That check queries database directly and uses internal
      knowledge of saltedpasswords about marking the password
      with certain characters. This can break reports module
      if saltedpasswords adds a new scheme to salt passwords.
      Only saltedpasswords should know about those prefixes.
      Other extensions should use the API of saltedpasswords
      to query the information.
      
      Change-Id: Iec27610c2227ed15537f37b53e1b26443b5a276f
      Resolves: #32136
      Releases: 4.7, 4.6, 4.5
      Reviewed-on: http://review.typo3.org/6953
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      08c684f0
    • Stanislas Rolland's avatar
      [TASK] Migrate to ExtJS 4: Migrate TCEforms · 1a1930c8
      Stanislas Rolland authored
      1. Remove custom resizer.
      2. Migrate date and time picker.
      3. Migrate other custom classes
      
      Change-Id: I32bc6d6e98db7be4677d552caf923c3f999683a1
      Resolves: #32196
      Releases: 4.7
      Reviewed-on: http://review.typo3.org/7105
      Reviewed-by: Georg Ringer
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      1a1930c8
    • TYPO3 v4 Release Team's avatar
      [TASK] Raise submodule pointer · 186b463d
      TYPO3 v4 Release Team authored
      Change-Id: I1f8fd1d6ab8149a9dc8d6f0486794e2e6c4147d4
      Reviewed-on: http://review.typo3.org/7301
      Reviewed-by: TYPO3 v4 Release Team
      Tested-by: TYPO3 v4 Release Team
      186b463d
    • Stanislas Rolland's avatar
      [BUGFIX] RTE not loading in IE when content css file does not exist · 8ed8b24f
      Stanislas Rolland authored
      Solution: Fallback to the default contentCSS file when the file
      specified in Page TS Config does not exist or is of zero size.
      
      Change-Id: I18fe77f5fad13a244e4dc8570bbdf940b0721fcc
      Resolves: #29899
      Releases: 4.5, 4.6, 4.7
      Reviewed-on: http://review.typo3.org/6650
      Reviewed-by: Stanislas Rolland
      Tested-by: Stanislas Rolland
      8ed8b24f
  4. Dec 15, 2011
  5. Dec 13, 2011
  6. Dec 12, 2011
    • Christian Kuhn's avatar
      [TASK] Clean up about modules extension · 0d9d98d0
      Christian Kuhn authored
      tx_aboutmodules_Functions was used in the good old days to render the main
      module menus. Now, the only code that used this class was the about module
      extension. The patch refactors the about module and moves the needed code of
      the tx_aboutmodules_Functions to its own class. This makes the extension
      way easier to maintain.
      tx_aboutmodules_Functions is declared obsolete and unmaintained.
      
      Change-Id: I15402c995a00f16006e20ecc40bd841d6b42c1cb
      Resolves: #31296
      Releases: 4.7
      Reviewed-on: http://review.typo3.org/6338
      Reviewed-by: Oliver Hader
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      0d9d98d0
    • Sebastian Fischer's avatar
      [FEATURE] Add two hooks to tx_sysaction_task · 3212aaec
      Sebastian Fischer authored
      Add central hook object registration in the sys_action task which gets
      used for two hook methods. One that modifies the transfered data before
      the process of the task self acts on them. The other hook that enables
      custom error checking. Like special checks on the submitted password
      for complexity or similier.
      
      Change-Id: I2a2a2ffdfb896d798ce0b96c3d48334956cf49b7
      Fixes: #32055
      Releases: 4.7
      Reviewed-on: http://review.typo3.org/6915
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      Tested-by: Steffen Ritter
      3212aaec
    • Simon Schaufelberger's avatar
      [TASK] swift mailer update to version 4.1.3 · d7e77553
      Simon Schaufelberger authored
      Change-Id: Id2ffafb17b3f9e81d6fb0f623528021c7b958ec1
      Resolves: #32062
      Releases: 4.7
      Reviewed-on: http://review.typo3.org/6902
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      Reviewed-by: Oliver Klee
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      d7e77553
  7. Dec 11, 2011
  8. Dec 07, 2011
    • Oliver Hader's avatar
      [BUGFIX] Menus using sectionIndex is broken · 2aa3a058
      Oliver Hader authored
      Menu rendering using sectionIndex is broken
      due to a wrong sql_free_result() call.
      
      Change-Id: I8d5c1fac0705ab03a5888abfba7cf73169a9f80f
      Fixes: #32375
      Releases: 4.7
      Reviewed-on: http://review.typo3.org/7145
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      2aa3a058
    • Tolleiv Nietsch's avatar
      [BUGFIX] Add possibility to use Wizards->Suggest in FlexForms · edc53e00
      Tolleiv Nietsch authored
      The field names generated for the suggest wizard are
      not compatible with "flex" fields. This changes loads
      the datastructure for the field and expands the
      field name as needed.
      
      Change-Id: I8d25594ba0376f7d35aa7f52860cad975014cc0a
      Fixes: #22231
      Releases: 4.5, 4.6
      Reviewed-on: http://review.typo3.org/5703
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      edc53e00
    • Felix Kopp's avatar
      [BUGFIX] Page module: language table width · 46bee40d
      Felix Kopp authored
      The table to display languages in page module next to each other
      gets the same width as page module table to display columns.
      Styles language table head cell background correctly.
      
      Change-Id: I5e67cf22a2667a4fe7a81257ac844e019c281546
      Resolves: #30206
      Releases: 4.7
      Reviewed-on: http://review.typo3.org/5229
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      Reviewed-by: Markus Klein
      Reviewed-by: Sebastian Fischer
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      46bee40d
  9. Dec 06, 2011
  10. Dec 05, 2011
  11. Nov 29, 2011