Skip to content
Snippets Groups Projects
  1. May 08, 2013
    • Fabien Udriot's avatar
      [BUGFIX] Remove 1000 pixelx limitation for preview image · 20751c8a
      Fabien Udriot authored
      There is a limitation of 1000 pixels width / height when creating a
      preview image, also known as ProcessedFile::CONTEXT_IMAGEPREVIEW
      
      The limitation is artificial and subjective and should be removed letting
      more freedom to the system, e.g for generating banner which are quite
      large.
      
      Change-Id: Id86c5491437a32b0011b4fe29129c3ee433712af
      Resolves: #47846
      Releases: 6.2, 6.1
      Reviewed-on: https://review.typo3.org/20439
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Alexander Opitz
      Tested-by: Alexander Opitz
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      20751c8a
  2. May 07, 2013
    • Wouter Wolters's avatar
      [TASK] Introduce jQuery in the Install Tool · 09829bf1
      Wouter Wolters authored
      Introduce jQuery in the Install Tool and remove all
      prototype JavaScript.
      
      Change-Id: I35f9ed136959c1bb523b6005fa8d8541181d09f9
      Resolves: #46897
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/19548
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      09829bf1
    • Christian Kuhn's avatar
      [TASK][INSTALL] Extract status objects to own namespace · 3cee1cc7
      Christian Kuhn authored
      With 6.1 status classes were introduced within the system environment
      check that represent the different fail severities.
      
      These objects are pretty useful within ext:install and could be used
      as common helper encapsulating all status tasks.
      
      The patch moves the status classes out of the system environment
      check to an own namespace within ext:install and adds a utility class
      that helps with rendering, filtering and sorting.
      
      Change-Id: Id5c6efb567c9b88b7255a1b8ba5a620ed75a7cd3
      Resolves: #47999
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/20561
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      3cee1cc7
  3. May 06, 2013
    • Christian Kuhn's avatar
      [BUGFIX] GeneralUtilityTest does non use absolute path · 1403c489
      Christian Kuhn authored
      Some of the 'link' tests for rmdir do not use absolute paths and
      only give desired results if current directory is the document root.
      
      Change-Id: I4a06c1a158175e939e70639627bb8e93e7b773fa
      Resolves: #47997
      Related: #47459
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/20558
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      1403c489
    • Anja Leichsenring's avatar
      [BUGFIX] Fix GeneralUtility::rmdir and usage in tests · 9b19353a
      Anja Leichsenring authored
      rmdir() has some issues fixed by the patch, especially if
      feeded with links:
      * If target is a dead link, the link was not removed.
      * If target is a link to a directory, only the link should be
        removed, but not the directory the link points to.
      * If recursion is disabled, but a directory has sub files or
        directories, a warning might be raised, now suppressed
        with an @.
      
      The method is now fully covered by tests and can handle files,
      links and directories. It is now used in GeneralUtilityTest
      itself to clean up any created file during tearDown, so a lot
      of tests can be streamlined.
      
      Fixes: #47459
      Releases: 6.2
      Change-Id: If58a6c2262165b84c4b674c1ae71fdddcbf56458
      Reviewed-on: https://review.typo3.org/20095
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      9b19353a
    • Georg Ringer's avatar
      [TASK] Unify donate button in about module · da4e4f0e
      Georg Ringer authored
      Change-Id: Iaf58bdb62fb9929af05398cc0d3f6a9f31c7cad4
      Resolves: #47933
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/20503
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      da4e4f0e
  4. May 05, 2013
    • Wouter Wolters's avatar
      [BUGFIX] Old Fluid ViewHelper namespace in ext:about · ba8454d3
      Wouter Wolters authored
      Replace old namespace to the new namespace in Logo.html
      
      Change-Id: Iadc6fa1e0397573974a399a18b2c3760887e3254
      Fixes: #47898
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/20476
      Reviewed-by: Nicole Cordes
      Reviewed-by: Stefan Froemken
      Tested-by: Stefan Froemken
      Reviewed-by: Stefan Neufeind
      Tested-by: Stefan Neufeind
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      ba8454d3
    • jyps's avatar
      [BUGFIX] Fix double-stdWrapping of GIFBUILDER's TEXT object · 6a3472a0
      jyps authored
      During extensive overhaul of stdWrap from TYPO3 v4.4 to v4.5 a
      bug was introduced that led to double-stdWrapping of all
      properties of GIFBUILDER's TEXT object.
      
      Change-Id: Ib74fdc9899f3d0ee3f6fc96ffbb9c7dbc3ee01e2
      Fixes: #41487
      Releases: 6.2, 6.1, 6.0, 4.7, 4.5
      Reviewed-on: https://review.typo3.org/16865
      Reviewed-by: Stefan Neufeind
      Tested-by: Stefan Neufeind
      6a3472a0
    • Patrick Broens's avatar
      [BUGFIX] Form email validation is case sensitive · ae7e35c1
      Patrick Broens authored
      Currently the FORM email validation is using a regular expression which
      checks the email address. This check also inclused case sensitivity.
      
      This patch fixes this by using the email address validator which comes
      with the extension core.
      
      Change-Id: Ib1449198f66f023a01c9791e74eb2d634abd77df
      Resolves: #43924
      Releases: 6.0, 6.1, 6.2
      Reviewed-on: https://review.typo3.org/20421
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      ae7e35c1
    • Georg Ringer's avatar
      [BUGFIX] BEfunc getProcessedValue doesn't show record title for "group" · bc3a855a
      Georg Ringer authored
      In the list view relation fields using the type group (internal_type=db)
      doesn't display the related value as expected. Instead, it shows
      the UID of the relation. As these calls go through getProcessedValue,
      the issue resolves the records by displaying the record titles correctly
      in the TYPO3 backend.
      
      Change-Id: I7d9cc8ec7f02e4a02518fcd14c81cc71f69b8ea7
      Resolves: #21410
      Releases: 6.2, 6.1, 6.0
      Reviewed-on: https://review.typo3.org/13082
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      bc3a855a
    • Felix Kopp's avatar
      [TASK] Move adminpanel.js to EXT: frontend · d98b964b
      Felix Kopp authored
      Admin panel is displayed on frontend when enabled. Editors can
      move this panel via drag+drop based on adminpanel.js.
      This file is only used in EXT: frontend and should remain there.
      
      Change-Id: Id0733f6a199487946a312f787c30d8126275ee6b
      Resolves: #47943
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/20518
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      d98b964b
    • Markus Klein's avatar
      [TASK] BE login template wrong · 224b22b8
      Markus Klein authored
      Accidentally reintroduced path to BE template.
      Remove superfluous line again.
      
      Releases: 6.2
      Change-Id: I71dad6fbe2e8026999cff402c36b688a511cc4c6
      Reviewed-on: https://review.typo3.org/20519
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      224b22b8
    • Wouter Wolters's avatar
      [FEATURE] Add missing stdWrap to the new "strPad" properties · 8bee41b5
      Wouter Wolters authored
      Change-Id: Id054b5b831d4b3cb83447c01648bb5ed6cde4589
      Resolves: #43604
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/20278
      Reviewed-by: Stefan Neufeind
      Tested-by: Stefan Neufeind
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      8bee41b5
    • Stanislas Rolland's avatar
      [BUGFIX] TCA:Suggest wizard doesn't work for select with maxitems=1 · 77333a44
      Stanislas Rolland authored
      For select fields with maxitems = 1, the suggest wizard does
      display, but you cannot select an item and transfer it to the
      selected list. Once you change it to maxitems > 1 everything
      works as expected.
      
      Solution: Avoid maxitems = 1 (unique) select fields being rendered as
      multiple selector boxes and add JS that is required whenever a suggest
      wizard is rendered.
      
      Fixes: #23789
      Releases: 4.5, 4.7, 6.0, 6.1, 6.2
      Change-Id: I1847c9dbf2fe3b4072743857bb84b8e6b112598b
      Reviewed-on: https://review.typo3.org/4270
      Reviewed-by: Stefan Neufeind
      Tested-by: Stefan Neufeind
      77333a44
    • Wouter Wolters's avatar
      [FEATURE] New TCA displayCond options BIT and !BIT · 2bb9cb37
      Wouter Wolters authored
      Add option to check with a multi-value field in displayCond.
      
      Example: FIELD:content:BIT:1
      
      Change-Id: I1f2bc770b55cb2843ac1b508a6d6856a638dac25
      Resolves: #45514
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/20272
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Stefan Neufeind
      Tested-by: Stefan Neufeind
      2bb9cb37
    • Nicole Cordes's avatar
      [BUGFIX] Resolve asterisk in allowed tables for suggest wizard · 7593dbe2
      Nicole Cordes authored
      In the suggest ajax script the setting of allowed tables is not parsed for
      the asterisk (*). If it is set all TCA tables should be parsed and checked
      for access and added to queryTables array.
      
      Change-Id: Icc288bcd31595a5f653aa4ac4faa4602535ecbcf
      Fixes: #21588
      Releases: 6.2, 6.1, 6.0, 4.7, 4.5
      Reviewed-on: https://review.typo3.org/20487
      Reviewed-by: Nicole Cordes
      Tested-by: Nicole Cordes
      7593dbe2
    • Nicole Cordes's avatar
      [BUGFIX] Label in list view is not escaped · d72a23d1
      Nicole Cordes authored
      The label of a field in the list view is not escaped,
      as the itemLabel function is broken, through the
      third parameter which cannot be HSCed afterwards
      if it contains HTML.
      
      Change-Id: I5adcf0ce97dd9f5e8fd9546b367f55f1ac0c532e
      Fixes: #29409
      Releases: 6.2, 6.1, 6.0
      Reviewed-on: https://review.typo3.org/13817
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Stefan Neufeind
      Tested-by: Stefan Neufeind
      d72a23d1
    • Nicole Cordes's avatar
      [TASK] Cleanup ext:backend · 24f83ec5
      Nicole Cordes authored
      Cleanup ext:backend with the following code changes:
      * Make use of the "use" statement for GeneralUtility
      * Make use of the "use" statement for BackendUtility
      * Case in switch statements are tabbed with one more tab
      
      Change-Id: I6549316dddc9575cab4e661b7c111ec947757cb8
      Fixes: #47900
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/20479
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      24f83ec5
    • Philipp Gampe's avatar
      [BUGFIX] Incorrect grouping of exclude fields in translated backend · 723b023e
      Philipp Gampe authored
      If you use the backend in a language other than English, then the
      grouping of the exclude fields in the be_group record is messed up when
      flexform fields are included.
      
      E.g. in a German backend, all tt_content fields are grouped below pages.
      
      Sort the table names beforehand and afterwards all fields inside each
      table.
      Besides the patch converts some variables names into meaningful ones.
      
      Fixes: #47839
      Related: #34098
      Releases: 6.2, 6.1, 6.0, 4.7, 4.5
      Change-Id: I28ebc69d5cfc0316bdf44558276d3e939d011c2d
      Reviewed-on: https://review.typo3.org/20427
      Reviewed-by: Nicole Cordes
      Tested-by: Nicole Cordes
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      723b023e
    • Christian Kuhn's avatar
      [TASK] Minor Installer.php clean up · 69508dc7
      Christian Kuhn authored
      Split method setupGeneral() to two methods.
      
      Resolves: #47872
      Releases: 6.2
      
      Change-Id: I802264188159f04bd0542efd6a719c0e6e1b6c25
      Reviewed-on: https://review.typo3.org/20463
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Wouter Wolters
      Reviewed-by: Thomas Maroschik
      Tested-by: Thomas Maroschik
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      69508dc7
    • Felix Kopp's avatar
      [FEATURE] New icon for EXT: reports backend module · 8da8b531
      Felix Kopp authored
      Brings a brand new icon for Reports extension & backend module.
      
      Since Reports and Log backend modules had exactly the same icon
      this change brings an usability improvement for all users.
      
      Change-Id: Ieeb868bdf1cba4aaaae0e833b9377ce663352237
      Resolves: #41631
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/20504
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      8da8b531
    • Philipp Gampe's avatar
      [TASK] Cleanup: Must use "self::" for local static member reference · f3a853b4
      Philipp Gampe authored
      Resolves: #47925
      Releases: 6.2,6.1
      Change-Id: I8b23f014fb215a262801480bd4bda3bc44f8c11c
      Reviewed-on: https://review.typo3.org/20501
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      f3a853b4
    • Philipp Gampe's avatar
      [TASK] Must use "self::" for local static member reference · 05751060
      Philipp Gampe authored
      Resolves: #47926
      Releases: 6.2, 6.1
      Change-Id: I89aaf7e6fe75d66e3b3769c6a1b6ecd04e8b6df5
      Reviewed-on: https://review.typo3.org/20502
      Reviewed-by: Laurent Cherpit
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      05751060
  5. May 04, 2013
  6. May 03, 2013
    • Felix Kopp's avatar
      [TASK] Remove superflous html templates · 1e0ad626
      Felix Kopp authored
      Removes templates from typo3/templates/ that are not in use.
      
      Change-Id: I6af873e4accd3b1376a6b61b5980a7f583b86d38
      Fixes: #47875
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/20465
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Benjamin Mack
      Tested-by: Benjamin Mack
      1e0ad626
    • Felix Kopp's avatar
      [TASK] Move login.html to EXT: backend · 8a1aa317
      Felix Kopp authored
      Move templates/login.html to EXT: backend.
      
      Change-Id: I6b7813f8f4d05256ea1fa8a12c54ba2e660202cc
      Fixes: #47873
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/20464
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      8a1aa317
  7. May 02, 2013
    • Patrick Broens's avatar
      [FEATURE] Usefull additions for responsive image galleries in csc · 3e2bb98e
      Patrick Broens authored
      For responsive html5 image galleries it might be wise to add some extra
      data, using extra html5 attributes containing the image count and the
      amount of rows.
      
      This patch adds these attributes to the elements with the class
      csc-textpic-imagewrap.
      
      Change-Id: I60e8fd055b472092282315fef2984481d083321c
      Resolves: #47578
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/20153
      Reviewed-by: Dmitry Dulepov
      Reviewed-by: Sebastian Fischer
      Tested-by: Sebastian Fischer
      Reviewed-by: Mattias Nilsson
      Tested-by: Mattias Nilsson
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      3e2bb98e
    • Patrick Broens's avatar
      [BUGFIX] The hgroup element has been removed from HTML5 specifications · 085d5321
      Patrick Broens authored
      css_styled_content is using the hgroup element for grouping the header
      and subheader in content elements. Since April 16th, 2013 the hgroup
      element has been removed from the HTML5 specifications.
      
      This patch removes the hgroup wrap. There is no alternative currently
      but the document outline is still there.
      
      Change-Id: Id9e5116ecdcc9b05ffd6cccfcbbcdcf2599ea5a5
      Fixes: #47572
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/20147
      Reviewed-by: Sebastian Fischer
      Reviewed-by: Steffen Roßkamp
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Stefan Neufeind
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      085d5321