Skip to content
Snippets Groups Projects
  1. Aug 02, 2011
  2. Aug 01, 2011
    • Xavier Perseguers's avatar
      [BUGFIX] Mirror selection is not respected · ff538097
      Xavier Perseguers authored
      When a specific mirror is selected in Extension Manager,
      the method used to return it fails.
      
      Change-Id: Ibb60edec1a7fac4e3c217aad47d9332f7edd5fc6
      Resolves: #27755
      Releases: 4.6, 4.5
      Reviewed-on: http://review.typo3.org/3999
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      Reviewed-by: Steffen Kamper
      Tested-by: Steffen Kamper
      ff538097
    • Susanne Moog's avatar
      [BUGFIX][Form] Remove third-party captcha support of the new form extension · c3fcd227
      Susanne Moog authored
      The form project checks for third-party extensions to provide captcha
      support currently. Remove the whole captcha support until a clean API
      for registering third-party extensions is developed.
      
      Change-Id: I1e9a8b8ff065fc091dadb582dcf8e06e7889d890
      Resolves: #28651
      Reviewed-on: http://review.typo3.org/3985
      Reviewed-by: Oliver Hader
      Reviewed-by: Xavier Perseguers
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      Tested-by: Oliver Hader
      c3fcd227
    • Jigal van Hemert's avatar
      [FEATURE] Substitute markers and subparts recursively · 98c46be3
      Jigal van Hemert authored
      Introduce new function to substitute markers and (nested) subparts
      recursively. The data array defines the structure of single and subpart
      markers and the function takes care of handling all the (sub)templates.
      
      Change-Id: Ie746aff506a895c6992d6ecf9acd532704838bbf
      Resolves: #28595
      Reviewed-on: http://review.typo3.org/3917
      Tested-by: Philipp Gampe
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      Reviewed-by: Steffen Kamper
      98c46be3
    • Xavier Perseguers's avatar
      [FEATURE] Add support for locales · 04c69699
      Xavier Perseguers authored
      Add a new class t3lib_l10n_Locales that is responsible to handle
      locales such as fr_CA within TYPO3 and add support for locales
      dependencies in Extension Manager.
      
      Change-Id: If5976fc7bfbe82d347a9d84a5ebac84dcc4c76a2
      Resolves: #28239
      Reviewed-on: http://review.typo3.org/3359
      Reviewed-by: Steffen Kamper
      Tested-by: Steffen Kamper
      Tested-by: Xavier Perseguers
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      04c69699
    • Xavier Perseguers's avatar
      [FEATURE] Integrate Form project into Core · 2851242b
      Xavier Perseguers authored
      Form project should now become a system extension.
      
      Change-Id: Ide145a64ebe9db26a87437c7befd88a1c5081012
      Resolves: #28388
      Reviewed-on: http://review.typo3.org/3472
      Tested-by: Philipp Gampe
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      2851242b
    • bidau's avatar
      [FEATURE] Use FlashMessage in be_user module · c866c869
      bidau authored
      Add FlashMessages:
      * info about cached grouplists being updated
      * when there are too many users to show
      
      Change-Id: Iedd62f7731e61a6dff7ca9b6d477d75524351828
      Resolves: #28543
      Reviewed-on: http://review.typo3.org/3817
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      Reviewed-by: Stefan Neufeind
      Reviewed-by: Georg Ringer
      c866c869
    • Dmitry Dulepov's avatar
      [BUGFIX] group field in TCEforms does not honor size=1 attribute · 4373e718
      Dmitry Dulepov authored
      If the field has size=1, it should be shown as a "single entry"
      selector box. In all cases it has a 'multiple="multiple"'
      attribute hard-coded, which prevents the control from being
      single line. The solution is not to add that attribute unless
      necessary.
      
      Change-Id: Iab244a0b797f117d270714ca14d88236399ead93
      Resolves: #25221
      Related: #24256
      Reviewed-on: http://review.typo3.org/972
      Reviewed-by: Georg Ringer
      Reviewed-by: Stefan Neufeind
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      4373e718
  3. Jul 31, 2011
    • Oliver Hader's avatar
      [BUGFIX] ImageMagick path detection fails on Mac OS X · d550d023
      Oliver Hader authored
      The ImageMagick path detection fails on Mac OS X. If MacPorts
      is used the additional folder /opt/local/bin should be checked.
      
      Change-Id: I5da3d4ec4fe614c1f5449604468d8def4ba35285
      Resolves: #28625
      Releases: 4.6, 4.5
      Reviewed-on: http://review.typo3.org/3961
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      d550d023
    • Jigal van Hemert's avatar
      [FEATURE] Monitor peak memory usage · 89c04198
      Jigal van Hemert authored
      Monitor the peak memory usage during page generation and report if
      it exceeds 90% of the memory limit.
      
      Change-Id: Ie0cfed4dce4b2f3e269832a28be7045b972a6867
      Resolves: #25836
      Reviewed-on: http://review.typo3.org/1507
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      Tested-by: Thorsten Kahler
      Reviewed-by: Stefan Neufeind
      Tested-by: Stefan Neufeind
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Jigal van Hemert
      89c04198
    • Stefan Geith's avatar
      [FEATURE] Hide translated records from List module · 563ff903
      Stefan Geith authored
      Add the new TSconfig option
        mod.web_list.hideTranslations = *
      or
        mod.web_list.hideTranslations = list,of,tables
      
      For those tables, only the records of the default language are shown in
      the List module. All translations are hidden.
      
      The 'Localization view', still shows all records, including translated
      records.
      
      Change-Id: Iede6697a8ee28155b9fd62153eb7299f738258e6
      Resolves: #23198
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/3289
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      563ff903
    • Philipp Gampe's avatar
      [FEATURE] Include HTTP Request2 for better HTTP handling · addec7b3
      Philipp Gampe authored
      Add the pear packages HTTP/Request2 end Net/URL2.
      Also add PEAR/Exception.php.
      
      Add t3lib_http_Request as wrapper for Request2.
      This sets the default options from TYPO3_CONF_VARS.
      
      Additionally add new TYPO3_CONF_VARS options and deprecate the old
      cURL options.
      
      Extend include_path that it also works with pear packages.
      
      Change-Id: I430685159cc966e13f1e833ca19ee8f0c75e400a
      Resolves: #28344
      Releases: 4.5,4.6
      Reviewed-on: http://review.typo3.org/3437
      Reviewed-by: Markus Klein
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      Reviewed-by: Stefan Neufeind
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      addec7b3
    • Kay Strobach's avatar
      [BUGFIX] The requested URL typo3/undefined was not found on this server · 36c83302
      Kay Strobach authored
      Wrong handling of module url changes in modulemenu causes false
      loadings.
      
      This change changes the loading logic a bit, so that it works again.
      
      Resolves: #28594
      Releases: 4.6, 4.5
      
      Change-Id: I1692040e38645d68002ae494e9261fd0ccb4d42d
      Reviewed-on: http://review.typo3.org/3909
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      36c83302
    • Oliver Hader's avatar
      [FEATURE] Integrate string replacement to stdWrap · a36b3738
      Oliver Hader authored
      Allow to search/replace strings, optionally with preg-regex.
      
      Change-Id: I05a067e06cf6d6d664a178c6cf91e17178d691a8
      Resolves: #19347
      Reviewed-on: http://review.typo3.org/3855
      Reviewed-by: Jo Hasenau
      Tested-by: Jo Hasenau
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      a36b3738
    • Markus Klein's avatar
      [BUGFIX] Error when opening TYPO3 manual · 48635522
      Markus Klein authored
      A missing parameter for SC_view_help::render_Table() causes
      TYPO3 manual to produce a PHP warning.
      This patch makes the second parameter optional.
      
      Change-Id: I2b3e2cf45d4b7b411e7e7b007c7650df0bd79ea8
      Resolves: #28330
      Releases: 4.6, 4.5
      Reviewed-on: http://review.typo3.org/3704
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      48635522
    • Georg Grossberger's avatar
      [FEATURE] Enable the GIFBUILDER cObject to render 32-bit PNG images · 93894011
      Georg Grossberger authored
      Introduce the "backColor" value "transparent" to create a PNG file
      that has a transparent color as background and enhance the existing
      code to keep it until the final image is written to a file.
      
      If "transparent" is set the following conditions must be met:
      * png_truecolor must be set to TRUE
      * reduceColors must not be set
      * format must not be set to jpg or gif
      
      If one of those conditions is not met, GIFBUILDER falls back to
      its default behaviour. Already existing backColor features are not
      affected by this change.
      
      The options "transparentBackground" and "transparentColor" have no
      effect if the backColor is transparent
      
      Change-Id: I0ce9a891710bbe1e7cae935c765aff2aa5640415
      Resolves: #28405
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/3703
      Reviewed-by: Jo Hasenau
      Reviewed-by: Georg Ringer
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      93894011
    • Steffen Gebert's avatar
      [FEATURE] Add UI support for Internationalized Domain Names (IDN) · 9e55c529
      Steffen Gebert authored
      Add support for inputting and converting IDN domains in TCEforms.
      
      The domain is still stored and processed as punycode, only the user is
      now able to also enter also the IDN with its special chars in the
      backend.
      
      Include 3rd-party converter class "IDNA Convert"
      
      Change-Id: I87d275a2f3bcfd321147b6d32a5403db704bdc4d
      Resolves: #14500
      Releases: 4.6
      Reviewed-on: http://review.typo3.org/3804
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      9e55c529
    • Georg Ringer's avatar
      [FEATURE] Improve wizard for creating new records · 4a74e6b5
      Georg Ringer authored
      Add the possibility to group records together, even
      when the extension key is a different one.
      
      Change-Id: I4acb806e27fbad6a240c530085e76bfa001c11cc
      Resolves: #28353
      Reviewed-on: http://review.typo3.org/3440
      Reviewed-by: Kay Strobach
      Tested-by: Kay Strobach
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Christian Mueller
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      4a74e6b5
    • Georg Ringer's avatar
      [FEATURE] Add hook to tslib_adminpanel · 706e08ac
      Georg Ringer authored
      Add a hook to the AdminPanel to allow additional
      code beeing added by other extensions
      
      Change-Id: Icec38ca8b91891a515a40ec2e8774a00cf553c40
      Resolves: #28568
      Releases: 4.6, 4.5
      Reviewed-on: http://review.typo3.org/3860
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      706e08ac
    • Alexander Stehlik's avatar
      [FEATURE] Enhance info array provided to services · cc37d50b
      Alexander Stehlik authored
      In t3lib_div::makeInstanceService() the info array passed to
      the instanciated service class is enhanced with information about
      the requested service type, service sub type and the excluded service
      keys.
      
      Deprecated references to global vars have been replaced with $GLOBALS
      array.
      
      Change-Id: I45d39b3a526ab2c9a2ce273784ecdc4c3f03affd
      Resolves: #26410
      Reviewed-on: http://review.typo3.org/1776
      Reviewed-by: Markus Klein
      Reviewed-by: Stefan Neufeind
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      cc37d50b
    • Mario Rimann's avatar
      [FEATURE] Change t3d exports default export target directory · 2faeda34
      Mario Rimann authored
      By default a t3d export ended up in fileadmin/ and the resulting file
      was publicly available. This change just changes the default directory
      to be fileadmin/_temp_/ which is .htaccess protected and cannot be
      accessed from outside.
      
      Change-Id: Ic01e1e38cb96e6f39ea84cd8f71decb046afccb0
      Resolves: #17516
      Reviewed-on: http://review.typo3.org/3728
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      2faeda34