Project

General

Profile

Activity

From 2016-10-10 to 2016-11-08

2016-11-08

21:37 Revision 21465ac5: [BUGFIX] Hide language switcher if record has no default translation
Disable further language menu options in free mode. If language record
doesn't have a record in the default language ...
Christina Hauk
13:09 Revision 692f4390: [BUGFIX] Continue searching after empty result in suggest wizard
Apply the same fix as was done for the LiveSearch.
Resolves: #78457
Related: #77566
Releases: master,7.6
Change-Id: ...
Wouter Wolters
13:08 Revision 82e93c5b: [BUGFIX] Continue searching after empty result in suggest wizard
Apply the same fix as was done for the LiveSearch.
Resolves: #78457
Related: #77566
Releases: master,7.6
Change-Id: ...
Wouter Wolters
12:58 Revision 6349288c: [TASK] Replace beginsWith method with strpos to reduce execution time
Use the native PHP method strpos instead of StringUtility::beginsWith
method. The beginsWith method runtime compared ...
Wouter Wolters
11:26 Revision 9e245cef: [TASK] Cover t3_origuid in functional tests for Wokspaces/Regular/Publish
The t3_origuid field is now covered in functional tests for DataHandler
in workspaces module (Regular/Publish suite)....
Tymoteusz Motylewski
11:16 Revision 44f6cfec: [TASK] Cover t3_origuid in functional tests for Wokspaces/Regular/Publish
The t3_origuid field is now covered in functional tests for DataHandler
in workspaces module (Regular/Publish suite)....
Tymoteusz Motylewski

2016-11-07

23:12 Revision 4fe96a69: [BUGFIX] Support \ArrayAccess objects with getter methods in ObjectAccess
In #66995 the extbase ObjectAccess has been cleaned up and introduced
a behavior where it is not possible anymore to ...
Sascha Egerer
22:53 Revision 45e138cf: [TASK] Provide documentation Settings.cfg
It was requested by the documentation team to add
a Settings.cfg to all extensions that provide docs.
Change-Id: Ic5...
Gernot Schulmeister
22:53 Revision c52d0e7b: [TASK] Update Fluid engine dependency to 2.0.3
Solves this issue: https://github.com/TYPO3/Fluid/pull/228
Change-Id: Idc377dac0d074194b065448a0ce4b8641a94249a
Reso...
Claus Due
21:38 Revision e0093889: [BUGFIX] Hide language switcher if record has no default translation
Disable further language menu options in free mode. If language record
doesn't have a record in the default language ...
Christina Hauk
18:49 Revision a1f741dd: [TASK] Deprecate TYPO3_DB and Prepared Statement class
Add deprecation docs and logging information to both PHP
classes.
Resolves: #78244
Releases: master
Change-Id: Iacc4...
Benni Mack
18:06 Revision 9b7fd177: [!!!][TASK] Flex form data structure refactoring
Method BackendUtility::getFlexFormDS() does two things at once:
It finds a data structure by given data (TCA, row, .....
Christian Kuhn
16:32 Revision e050098a: [TASK] Remove Documentation/Settings.yml
The files were substituted with "Settings.cfg" a while
ago and are now obsolete according to the docs team.
Change-I...
Christian Kuhn
16:23 Revision 5eb4024c: [TASK] Remove Documentation/Settings.yml
The files were substituted with "Settings.cfg" a while
ago and are now obsolete according to the docs team.
Change-I...
Christian Kuhn
13:32 Revision ca6e0874: [BUGFIX] Listview: Display parent field of categories
Resolves: #72311
Releases: master, 7.6
Change-Id: I47b19ccb5e74c5755630dba3626dad29b7b24fc7
Reviewed-on: https://revi...
Michael Oehlhof
13:29 Revision a854bd24: [BUGFIX] Listview: Display parent field of categories
Resolves: #72311
Releases: master, 7.6
Change-Id: I47b19ccb5e74c5755630dba3626dad29b7b24fc7
Reviewed-on: https://revi...
Michael Oehlhof
13:14 Revision 21163a01: [BUGFIX] ElementBrowser does not highlight selected file in file list view
FileLinkHandler in element browser should highlight the selected file
reference in browser. If the link value is "fil...
Joerg Boesche
13:00 Revision b4aa94cd: [TASK] Move toplevel index.php to frontend extension
This moves the toplevel "index.php" to the frontend extension
as "frontend.php". The toplevel "index.php" becomes a s...
Mathias Brodala
10:52 Revision 127931c5: [TASK] Remove duplicate calls to substr in InfoPageTyposcriptConfigController
substr is called 3 times with the same parameters, use one variable for this.
Resolves: #78583
Releases: master
Chan...
Wouter Wolters
10:42 Revision 54355481: [TASK] Update Fluid engine dependency to 2.0.2
Solves the following issues:
* ViewHelpers using compiling traits would call incorrect method if renderStatic was in...
Claus Due

2016-11-06

06:47 Revision 4eb3a118: [TASK] Drastically reduce TS re-parsing in TemplatePaths
This change implements a runtime cache which stores the view
configuration for extension keys. This
avoids calling re...
Claus Due

2016-11-05

19:54 Revision a65c39ae: [TASK] LiveSearch: Refactor use of queryBuilder to use prepared statements
According to task #78437 queries should follow the prepared statement principle.
Thus the LiveSearch has to be refact...
Manuel Selbach
19:51 Revision 4dfc22c5: [FOLLOWUP][TASK] Fluidification of Opendocs Toolbar (2nd try)
`list($x, )` does not work on empty arrays, causing `$x` being null then.
The code now checks whether there are actua...
Andreas Fernandez
19:12 Revision 5cf95564: [FEATURE] Enumeration constants getName methods
It comes in handy to use the names of enumeration objects
sometimes. Two getName() functions provide the name
once un...
Anja Leichsenring
18:52 Revision 420b16f6: [FOLLOWUP][TASK] Fluidification of Opendocs Toolbar
The properties `$openDocs` and `$recentDocs` are described and treated
as arrays, but initialized as null values. Thi...
Andreas Fernandez
18:35 Revision 31ab5fd3: [!!!][TASK] Migrate MissingFilesCommand to Symfony Console
The EXT:lowlevel command "Missing Files" searches through
the reference index and checks for references (and soft ref...
Benni Mack
18:15 Revision 756d0d16: [TASK] Replace TCEmain with the new naming DataHandler
The old class name is still in use in the core, replace them
with the new name DataHandler.
Resolves: #78550
Release...
Wouter Wolters
18:12 Revision 277a10b4: [TASK] Fluidification of Opendocs Toolbar
Resolves: #78051
Releases: master
Change-Id: I579734bd47bd20cbc5d23d3bd4d8fe27426c248e
Reviewed-on: https://review.ty...
Michael Oehlhof
15:39 Revision 18792c93: [DOC] Clarify phpdoc of SimpleFileBackend that lifetime is unsupported
Resolves: #78579
Releases: master, 7.6
Change-Id: I9260256630a6916bcc5b8cb8b93041f0a3bcf444
Reviewed-on: https://revi...
Markus Klein
15:39 Revision a3736fc2: [DOC] Clarify phpdoc of SimpleFileBackend that lifetime is unsupported
Resolves: #78579
Releases: master, 7.6
Change-Id: I9260256630a6916bcc5b8cb8b93041f0a3bcf444
Reviewed-on: https://revi...
Markus Klein
14:31 Revision a861b188: [BUGFIX] Load ext_emconf information in extension installation
With patch https://review.typo3.org/50427/ TER information were not
loaded for extension information. Unfortunately t...
Nicole Cordes
14:18 Revision 09a0b4fb: [TASK] styleguide: TCA flex_5 DS example without sheets
Christian Kuhn
13:22 Revision da8e4d77: [!!!][TASK] Migrate LostFilesCommand to Symfony Console
The EXT:lowlevel command "LostFiles" searched through
uploads/* and checks if any files are not in use by TYPO3 by
ch...
Benni Mack
10:25 Revision 1c7cf356: [!!!][TASK] Migrate OrphanRecords Command to Symfony Console
The CLI cleaner command "orphan_records" in EXT:lowlevel is
migrated to a command based on Symfony Console.
Previoul...
Benni Mack

2016-11-04

14:03 Revision 92140026: [TASK] Remove unused main module language files
Files are unused since TYPO3 4.2
Resolves: #78565
Releases: master
Change-Id: I3cc145b056fd4479611c3f0ad8cb71da99078...
Wouter Wolters
10:04 Revision 744aebb4: [BUGFIX] Load ext_emconf information in extension installation
With patch https://review.typo3.org/50427/ TER information were not
loaded for extension information. Unfortunately t...
Nicole Cordes
10:03 Revision e9a50d77: [BUGFIX] Load ext_emconf information in extension installation
With patch https://review.typo3.org/50427/ TER information were not
loaded for extension information. Unfortunately t...
Nicole Cordes
08:47 Revision 01214cd3: [TASK] Remove unused locallang file for clearcache menu
The locallang file is not used in the core anymore since 6.2
Resolves: #78564
Releases: master
Change-Id: I8b0cf2fd7...
Wouter Wolters

2016-11-03

21:00 Revision 066e2830: [TASK] Upgrade Fluid engine to 2.0.1
Doing so solves the following issues:
* Cached files not correctly detected (CMS not affected, uses different backen...
Claus Due

2016-11-02

09:49 Revision 4e733205: [TASK] Delete unused iframepanel JavaScript code
Since the new ViewPort setup the iframepanel JavaScript
code is unused. The new ViewPort code marked this code alread...
Wouter Wolters
09:48 Revision 0c16f811: [TASK] Load modulemenu as RequireJs module
Rename the modulemenu JavaScript file to ModuleMenu.js
Load the module with RequireJS in the BackendController.
Reso...
Wouter Wolters
06:50 Revision 3bce1c47: [BUGFIX] Use correct path to JS resources
This problem is related to the change https://review.typo3.org/48915/.
The patch removed usage of ExtensionManagement...
Nicole Cordes
04:12 Revision 12c19164: [TASK] Update ext:styleguide to 8.0.5
Change-Id: Ia94a213f81d45db978e7a95e857283d4d9c32848
Resolves: #78539
Releases: master
Reviewed-on: https://review.ty...
Christian Kuhn
03:46 Revision 7dd34f8d: [TASK] Remove not evaluated JavaScript property fsMod.currentMainLoaded
This property is unevaluated since TYPO3 6.1
Resolves: #78537
Releases: master
Change-Id: Id5decd6d06b05bfc2c13b3587...
Wouter Wolters
03:42 Revision 1038c36e: [TASK] Remove JavaScript setting consoleOverrideWithDebugPanel
No usage of the setting consoleOverrideWithDebugPanel is in the core.
Resolves: #78535
Releases: master
Change-Id: I...
Wouter Wolters
03:40 Revision 22e271a9: [TASK] Remove check for startInTaskCenter to set as startModule
The backend user setting has been removed already since TYPO3 4.3
We can safely drop this check.
Resolves: #78534
Re...
Wouter Wolters
03:38 Revision f4a2c9af: [TASK] Use new modal for not found page when using &edit as parameter
When using &edit=123124312321 as extra parameter for the backend
an oldschool alert is shown.
Replace this with a nic...
Wouter Wolters
02:28 Revision ba21e9cf: [BUGFIX] Add page.target to external links in fluid_styled_content
Resolves: #78006
Releases: master
Change-Id: I1e1caf13e4b8da7ed1a6253c3004fe2b94593aa1
Reviewed-on: https://review.ty...
Michael Oehlhof
01:46 Revision 83623e37: [TASK] styleguide: Fix .travis.yml styleguide
Christian Kuhn

2016-11-01

22:45 Revision 97b51c18: [TASK] styleguide: Duplicate declaration in .travis.yml
Christian Kuhn
22:40 Revision 8c19ac82: [TASK] styleguide: Add example functional test and enable in travis
Christian Kuhn
16:11 Revision c87756c0: [TASK] styleguide: Move ext_icon.svg to Resources/Public/Icons/Extension.svg
Christian Kuhn
14:35 Revision 88f25845: [TASK] styleguide: Fix a bunch of deprecated TCA settings
Christian Kuhn
13:58 Revision c9b04b8c: [TASK] styleguide: Add disable_controls="allowedTables" example as group_db_9
Closes 68
Related: https://github.com/TYPO3-CMS/styleguide/issues/77668
Christian Kuhn
13:50 Revision affb5b13: [TASK] Remove leftover page/branch versioning code
There are several places within EXT:version and DataHandler
which try to do "pageVersionizing" but it's not possible
...
Benni Mack
13:50 Revision 677c3efb: [TASK] styleguide: Add isHiddenPalette example
Closes https://github.com/TYPO3-CMS/styleguide/issues/69
Related: https://github.com/TYPO3-CMS/styleguide/issues/78327
Christian Kuhn
13:38 Revision 88b9d0a8: [TASK] styleguide: Rename group_db_3_multiple to group_db_8
Follow naming scheme ...
This field is a test base for forge issue https://github.com/TYPO3-CMS/styleguide/issues/76923
Christian Kuhn
13:29 Revision 859e0ae8: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/64 from 7elix/feature/AddNewField
[TASK] styleguide: Add a new example with multiple true and suggest Christian Kuhn
13:20 Revision 04d7128d: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/67 from RauchF/add_example_for_selectcheckbox_with_default_values
[TASK] styleguide: Add an example for a selectCheckBox field with multiple defaults Christian Kuhn
13:03 Revision 255a973a: [TASK] Allow multiple search words for file search
The file search must consider each word of the search text as
individual word and all of them must be present in the ...
Markus Klein
12:57 Revision a35745ea: [BUGFIX] Always log exception data if file handling fails
If file handling fails in ContentObjectRenderer the log message
must contain also the exception information, otherwis...
Markus Klein
12:50 Revision 6f11465b: [TASK] Allow multiple search words for file search
The file search must consider each word of the search text as
individual word and all of them must be present in the ...
Markus Klein
12:47 Revision ce23ec31: [BUGFIX] Always log exception data if file handling fails
If file handling fails in ContentObjectRenderer the log message
must contain also the exception information, otherwis...
Markus Klein
12:32 Revision 0c4a74e2: [TASK] Set TYPO3 version to 6.2.29-dev
Change-Id: Ife0da2ee83cd14079486ad8984214227e1aa6e32
Reviewed-on: https://review.typo3.org/50473
Reviewed-by: TYPO3 R...
TYPO3 Release Team
12:31 Revision f0c8f578: [RELEASE] Release of TYPO3 6.2.28
Change-Id: I5663bb360cc70465f323da4385661d249e95bbb3
Reviewed-on: https://review.typo3.org/50472
Reviewed-by: TYPO3 R...
TYPO3 Release Team
12:20 Revision 74b08659: [TASK] Set TYPO3 version to 7.6.13-dev
Change-Id: If8aa6ed92272d5dcc177648da094b292b69b3fde
Reviewed-on: https://review.typo3.org/50471
Reviewed-by: TYPO3 R...
TYPO3 Release Team
12:19 Revision 6c158c9a: [RELEASE] Release of TYPO3 7.6.12
Change-Id: I6c2426e198988e52ff3e6239d81c7add9361b8d9
Reviewed-on: https://review.typo3.org/50470
Reviewed-by: TYPO3 R...
TYPO3 Release Team
12:08 Revision 1211ada4: [BUGFIX] Catch exception in Upgrade Wizard
Catch any StatementException and create an ErrorStatus
message containing the exception message.
Resolves: #78529
Re...
Frank Nägler
11:48 Revision 94ec1469: [BUGFIX] Prevent installation of incompatible extensions
If an extension is installed, all information are gathered from database.
Here also a check for possible update versi...
Benni Mack
11:31 Revision d4e5a0d6: [!!!][TASK] Drop unused JavaScript from backend.js
Remove the following unused JavaScript methods from the core.
TYPO3._instances
TYPO3.addInstance
TYPO3.getInstance
T...
Wouter Wolters
11:27 Revision 1a742329: [!!!][TASK] Remove backend user option debugInWindow
The option is unused in the core and no usages are found in TER.
Resolves: #78522
Releases: master
Change-Id: Id3cb7...
Wouter Wolters
11:22 Revision 82c6be75: [!!!][TASK] Remove unused configuration options for JavaScript
Remove all options that are not used anymore from TYPO3.configuration
in JavaScript context.
Resolves: #78525
Releas...
Wouter Wolters
11:01 Revision 8bff4bdd: [TASK] Properly escape all form attributes in SetupModuleController
Change-Id: Ia208202e440992e7cf6a21639b83f84205fc2606
Resolves: #69062
Releases: master, 7.6
Reviewed-on: https://revi...
Stefan Neufeind
00:28 Revision 4d4a519b: [BUGFIX] Make checks in localize compatible with new Localization Wizard
The checks for language and localization-parent in DataHandler's localize
method are made compatible with the options...
Tymoteusz Motylewski

2016-10-31

23:26 Revision 3dcf111d: [BUGFIX] Remove dependency to RsaEncryptionModule in LoginRefresh
This patch removes the hard dependency to RsaEncryptionModule and adds
a check if the module can be loaded.
It on th...
Frank Nägler
23:08 Revision 57d452db: [BUGFIX] Make checks in localize compatible with new Localization Wizard
The checks for language and localization-parent in DataHandler's localize
method are made compatible with the options...
Tymoteusz Motylewski
22:59 Revision b330463d: [BUGFIX] Allow RTE transformations in palettes
When having an RTE inside a palette (e.g. sys_file_reference
description field changed to a RTE field) then the RTE c...
Johannes Schlier
22:48 Revision e9f52844: [BUGFIX] Allow RTE transformations in palettes
When having an RTE inside a palette (e.g. sys_file_reference
description field changed to a RTE field) then the RTE c...
Johannes Schlier
21:56 Revision ecda3d66: [TASK] styleguide: Add a linebreak to rte palette example
Christian Kuhn
21:34 Revision 12781f6e: [TASK] styleguide: RTE in palette example
closes https://github.com/TYPO3-CMS/styleguide/issues/70 Christian Kuhn
16:40 Revision a43deabd: [BUGFIX] Use FAL api to delete file in garbage collection task
This patch uses FAL file objects and their api to delete them from
recycler. This is needed to clean up the database ...
Nicole Cordes
15:50 Revision 9f307625: [BUGFIX] Fix path resolving for Default.css in EXT:rtehtmlarea
Path calculation is missing the resolving of EXT: syntax.
Fix this by adding GeneralUtility::getFileAbsFileName.
Res...
Wouter Wolters
15:41 Revision 5178ab93: [BUGFIX] Prevent adding a backend user without password
Resolves: #78411
Releases: master, 7.6
Change-Id: I47273726595639621c988910a537b205f49be13c
Reviewed-on: https://revi...
Michael Oehlhof
15:33 Revision cb47b413: [BUGFIX] Prevent adding a backend user without password
Resolves: #78411
Releases: master, 7.6
Change-Id: I47273726595639621c988910a537b205f49be13c
Reviewed-on: https://revi...
Michael Oehlhof
14:46 Revision c390d7b0: [BUGFIX] Create missing directory in UnitTestsBootstrap
typo3temp/assets is needed by ExtensionCompatibilityTesterTest
Change-Id: Ia346f74fc36e402af4a06e28fa2b2961122a3f5a
...
Christian Kuhn
14:25 Revision 55143df2: [BUGFIX] Add icon rendering for custom permissions options
The icon rendering of custom page options was lost during
refactoring of the ItemProviders.
Resolves: #77075
Release...
Benjamin Serfhos
14:09 Revision b3e183e1: [BUGFIX] Add icon rendering for custom permissions options
The icon rendering of custom page options was lost during
refactoring of the ItemProviders.
Resolves: #77075
Release...
Benjamin Serfhos
11:40 Revision 0a83dfb6: [BUGFIX] DebuggerUtility changes global blacklist
This is a partial backport of master issue #78499 fixing an issue
in extbase DebuggerUtility to properly reset two st...
Christian Kuhn
10:29 Revision 0020a944: [TASK] README.md Contribution Workflow Link
Link to docs.typo3.org instead of wiki.
Change-Id: Ib76f1fb11b9cc0e8069407528ab058f7ae2e984e
Resolves: #78510
Releas...
Christian Kuhn
03:30 Revision 81acd413: [FOLLOWUP][BUGFIX] Fetching configuration-comments should require no comma
Fix regex to capture description correctly.
Resolves: #78333
Releases: master, 7.6
Change-Id: I8b731c2e1c2a4e9e3d1fd...
Markus Klein
03:30 Revision fb2957fc: [FOLLOWUP][BUGFIX] Fetching configuration-comments should require no comma
Fix regex to capture description correctly.
Resolves: #78333
Releases: master, 7.6
Change-Id: I8b731c2e1c2a4e9e3d1fd...
Markus Klein

2016-10-30

20:41 Revision c085b960: [TASK] Cleanup .travis.yml
* Remove some acceptance test setup left overs
* Increase number of functional tests jobs again, sync with 7.6 settin...
Christian Kuhn
20:03 Revision a0369b61: [BUGFIX] Enable curl on AppVeyor CI
Facebook Webdriver dependency needs curl enabled.
Resolves: #78502
Releases: master
Change-Id: I216b4c82fb4f648d1bc4...
Wouter Wolters
19:13 Revision 7d067bb2: [BUGFIX] Dependencies between unit tests
Our unit tests have an annoying history of dependencies between
each other: There are tests that rely on global state...
Christian Kuhn
18:14 Revision a135a5dd: [BUGFIX] Remove Firefox CSS loading hack in RTE editor
Remove a totally outdated Firefox hack for loading CSS files.
Resolves: #78492
Releases: master
Change-Id: I5dad91d0...
Markus Klein
10:30 Revision 84fd0139: [TASK] styleguide: Add a "customPermOptions" example
Related: https://github.com/TYPO3-CMS/styleguide/issues/77075 Christian Kuhn

2016-10-29

23:00 Revision 4c89976e: [BUGFIX] Remove an erratic unit test
The permission tests tend to be erratic depending on the
environment. We can't control every detail and some of them
...
Christian Kuhn
22:43 Revision 1ed8d6f6: [BUGFIX] Prevent installation of incompatible extensions
If an extension is installed, all information are gathered from database.
Here also a check for possible update versi...
Nicole Cordes
22:42 Revision 20b35c39: [BUGFIX] Prevent installation of incompatible extensions
If an extension is installed, all information are gathered from database.
Here also a check for possible update versi...
Nicole Cordes
14:24 Revision 21400737: [TASK] Make clickarea of cache clearing bigger
Make clear cache icons part of the clickable area.
Resolves: #78377
Releases: master
Change-Id: I058386c230ad59160af...
Manuel Glauser
14:07 Revision 4859b5a7: [TASK] Update composer dependencies
Resolves: #78483
Releases: master
Change-Id: I10b4fc4c8205291eee7570e57985a7a2fcbf3b28
Reviewed-on: https://review.ty...
Markus Klein
13:44 Revision fd1bdceb: [TASK] Fluidification of installed services report
Resolves: #78088
Releases: master
Change-Id: I975361c525c22c5fbc2b6e7ced4f0a4e5ac8d514
Reviewed-on: https://review.ty...
Michael Oehlhof
13:30 Revision 740eb470: [TASK] Optimize usability of new category tree toolbar
This patch improves the usability of the category tree toolbar.
- Add a better icon for the toggle button
- Add a ti...
Frank Nägler
13:14 Revision 9df5ce3a: [BUGFIX] Allow "0" as path segment in ArrayUtility
The empty() checks are too loose when checking for path segments
of an array, as "0" is a valid segment.
Instead we n...
Helmut Hummel
12:49 Revision d6b4de0d: [BUGFIX] Allow shortcuts to edit module
As the shortcut to edit a record is named "xMOD_alt_doc.php" and hasn't
any module configuration, it needs proper han...
Nicole Cordes
11:40 Revision b60491d4: [BUGFIX] Allow "0" as path segment in ArrayUtility
The empty() checks are too loose when checking for path segments
of an array, as "0" is a valid segment.
Instead we n...
Helmut Hummel
09:46 Revision 95f6be32: [FOLLOWUP][TASK] Refactor use of queryBuilder to use prepared statements
Fix mistakes.
Resolves: #78437
Releases: master
Change-Id: Iefe82b5c2ef0f3643c3c69cda82de0992a10dd00
Reviewed-on: ht...
Markus Klein
00:30 Revision d6b50d73: [BUGFIX] Use correct content type for BE ajax requests
Fix invalid content type in toolbar items.
Resolves: #78493
Releases: master, 7.6
Change-Id: Ie4341136a9978e1c446f38...
Markus Klein
00:29 Revision 19ee6261: [BUGFIX] Use correct content type for BE ajax requests
Fix invalid content type in toolbar items.
Resolves: #78493
Releases: master, 7.6
Change-Id: Ie4341136a9978e1c446f38...
Markus Klein

2016-10-28

14:11 Revision 07e7e6a2: [TASK] Update bower components to latest versions
This patch updates the bower components to the latest version.
Also the version contraints in bower.json are updated ...
Frank Nägler
13:27 Revision 23b82ddc: [TASK] Merge all changes done by grunt build
Make compiling with grunt clean again when executing.
Resolves: #78482
Releases: master
Change-Id: I716783c338d7247a...
Wouter Wolters
13:10 Revision 239299cd: [BUGFIX] Fix not working DatePicker
The upgrade to jQuery 3.1.1 broke the DatePicker.
Update to the newest release to fix the problem.
Resolves: #78474
...
Wouter Wolters
13:00 Revision 01a3b752: [BUGFIX] Remove broken types defintion
The type defintions of d3.js are broken and removed until we need it and
it is fixed by the authors.
Also the path ma...
Frank Nägler

2016-10-27

21:36 Revision fe02b742: [!!!][TASK] Remove ExtDirect from Workspaces
This patch removes ExtDirect from EXT:workspaces and add a new AJAX disptacher.
The ExtDirect classes are renamend an...
Frank Nägler
16:21 Revision 32d99247: [TASK] Switches TcaMigrationsCheck to Ajax
Similar to the "TCA in ext_tables.php check" the "TCA Migrations"
check now uses Ajax to show its results.
Most of t...
Patricia Tiedemann
16:05 Revision 12f289f0: [TASK] Fluidification of HelpToolbarItem
Resolves: #78466
Releases: master
Change-Id: I7ec8ed209f057733f0607f68b9645df7f634a4bb
Reviewed-on: https://review.ty...
Marc Willmann
15:47 Revision 8358dd62: [TASK] Update to TypeScript 2.0
Resolves: #78430
Releases: master
Change-Id: Iba0303ebde90be0008f73f88bf9338389274d38a
Reviewed-on: https://review.ty...
Frank Nägler
15:40 Revision 1050dbf3: [TASK] Deprecate frameset and frame
HTML5 does not support frame and frameset anymore.
Deprecate TypoScript that can be used to create a
markup based on ...
Daniel Windloff
15:38 Revision 20e2da05: [TASK] Admin Panel clear cache icon position is wrong
Correct lightning icon position in admin panel
Resolves: #78370
Releases: master
Change-Id: I71653139e46babd8f45431f...
Gianluigi Martino
15:00 Revision 4dbff0a0: [TASK] Clean up DebuggerUtility
This patch cleans up the DebuggerUtility and fixing two issues:
* removes possible XSS
* makes it more readable
Res...
Nicole Cordes
14:45 Revision 8a2a85ed: [BUGFIX] Wrong query generation in extbase QueryParser
Fixes wrong constraint building in
convertQueryToDoctrineQueryBuilder()
Resolves: #78428
Related: #77379
Releases: m...
Gerrit Mohrmann
14:24 Revision 1205dd02: [TASK] Decode body for alternative request methods
PHP only decodes data for POST requests. This commit adds a similar
support (using the same mechanisms, according to ...
Andreas Wolf
14:19 Revision 8b0cd87c: [TASK] Replace topbar TYPO3 logo png file with svg file
Releases: master
Resolves: #78463
Change-Id: I59aad51a22d1ae0af5e7d99e92f06be850e84e14
Reviewed-on: https://review.ty...
Jan Helke
14:18 Revision b8e51ea8: [TASK] Acceptance test for Elements Group
Resolves: #78462
Releases: master
Change-Id: Ia05d57def8f842beb22e3b9a17f392c39071993c
Reviewed-on: https://review.ty...
Gordon Brüggemann
13:52 Revision f70f9a63: [BUGFIX] Fix backend logo acceptance test
The TYPO3 logo in the backend now links to the backend itself, thus
update the test accordingly.
Resolves: #78465
Re...
Daniel Gohlke
13:13 Revision 013adaa4: [BUGFIX] Legacy class name usage
Use
\TYPO3Fluid\...\ViewHelperNode
instead of legacy
\TYPO3\CMS\...\ViewHelperNode
Resolves: #78448
Releases: master...
Markus Klein
13:03 Revision bcfe42dd: [TASK] Extbase RequestBuilder: provide plugin name in exception
Add plugin name as it is already provided in above exception.
Resolves: #78438
Releases: master
Change-Id: Idd1498bb...
Josef Glatz
12:48 Revision cf207815: [BUGFIX] FrontendContentAdapterService replaces LF chars before concat
FrontendContentAdapterService now replaces LF characters before
concatenation is being performed with LF.
CRLF is be...
Daniel Neugebauer
12:30 Revision a5f9261b: [TASK] Add Acceptance test for Install Tool
You have to set the env typo3InstallToolPassword with
plaintext password to run these acceptance tests.
Resolves: #7...
Daniel Gohlke
12:28 Revision c2e47c15: [TASK] Optimize topbar logo link
This patch fixes the clickable area of the topbar logo link.
Furthermore, the logo link of topbar header leads to th...
Andreas Steiger
12:13 Revision 8d94734d: [TASK] Acceptance test for TER search in ExtensionManager
Add some tests for Get Extensions in ExtensionManager.
Resolves: #78453
Relates: #78437
Releases: master
Change-Id: ...
Marco Bresch
12:04 Revision 84eba275: [BUGFIX] Fix negative pid when doing a positioned insert
If you insert a content element (or a page) at a concrete position f.e.
after content element 15 the value in $row['p...
Marco Huber
12:03 Revision 3e888e03: [BUGFIX] Fix negative pid when doing a positioned insert
If you insert a content element (or a page) at a concrete position f.e.
after content element 15 the value in $row['p...
Marco Huber
11:18 Revision 87797053: [BUGFIX] Fix unclear position for the new page using the wizard
Resolves: #72957
Releases: master, 7.6
Change-Id: I06cee55c78365ff83a239fff71ef02a180009f30
Reviewed-on: https://revi...
Michael Oehlhof
11:18 Revision 56b85b3d: [BUGFIX] Fix unclear position for the new page using the wizard
Resolves: #72957
Releases: master, 7.6
Change-Id: I06cee55c78365ff83a239fff71ef02a180009f30
Reviewed-on: https://revi...
Michael Oehlhof
10:48 Revision 4ac656b4: [TASK] Streamline checkbox styling in TranslationStatusController
In order to be consistent (e.g. list module), change the checkbox
styling in TranslationStatusController.
Resolves: ...
Daniel Windloff

2016-10-26

21:07 Revision 707036e7: [TASK] Fluidification of UserToolbarItem
Resolves: #78451
Releases: master
Change-Id: If4d40e41abc604b430168293446ab5dfd579ca3e
Reviewed-on: https://review.ty...
Marc Willmann
19:54 Revision 70fb62cb: [TASK] Move workspaces preview hook to EXT:workspaces
Move the preview functionality (of sys_preview) from EXT:version to
EXT:workspaces as it resolves solely functionalit...
Benni Mack
19:52 Revision 9939cbf2: [TASK] Fluidification of SuggestWizard
Resolves: #78420
Releases: master
Change-Id: I2d3ea1c0f3bda176f68da62f5d379e4af0647494
Reviewed-on: https://review.ty...
Marc Willmann
19:35 Revision 42fc8572: [TASK] Improve acceptance test for extensionmanager
Summarize two tests in one test to uninstall and install the belog extension.
Resolves: #78441
Relates: #78185, #778...
Marco Bresch
19:34 Revision 37e3136e: [BUGFIX] Pass correct query parameter to image manipulation view
The TCA type "imageManipulation" has a boolean config called "enableZoom".
As declared in "ImageManipulationElement" ...
Philip Majewski
19:30 Revision b594c78d: [TASK] Add acceptance test for ModuleMenuButton on resize
Resolves: #78447
Releases: master
Change-Id: Ie4c28c8163369677dfd40707d8bc008a83254cae
Reviewed-on: https://review.ty...
Gordon Brüggemann
19:30 Revision 31044f0c: [TASK] Acceptance test for NavigationComponent Tree
Resolves: #78452
Releases: master
Change-Id: I097a9572662e7a4f36f1e0899b92fd2c41b89afe
Reviewed-on: https://review.ty...
Gordon Brüggemann
19:23 Revision 0c6821c6: [BUGFIX] Pass correct query parameter to image manipulation view
The TCA type "imageManipulation" has a boolean config called "enableZoom".
As declared in "ImageManipulationElement" ...
Philip Majewski
18:47 Revision 93b28a88: [TASK] Acceptance test for Inline 1n from styleguide
Resolves: #78435
Releases: master
Change-Id: Ib0877a56834045e8c9ec2244e5f603ec940376a5
Reviewed-on: https://review.ty...
Gordon Brüggemann
18:28 Revision b2bfeb7d: [BUGFIX] Additional type checks and minor code improvements.
Resolves: #78402
Releases: master
Change-Id: I35b8555511a9560904048697c58e4f7a63b2023d
Reviewed-on: https://review.ty...
Marc Willmann
18:26 Revision b821e45a: [!!!][TASK] Migrate FlexForm cleaning command to Symfony Console
The lowlevel cleaner command for cleaning FlexForm XMLs
in the database (e.g. when a flexform has changed) is migrate...
Benni Mack
18:16 Revision 3b636451: [FOLLOWUP][TASK] Refactor queryBuilder usage
Double usage of ->createNamedParameter() on searchWord results
in always empty result list for EM TER search action.
...
Anja Leichsenring
17:01 Revision adebb136: [BUGFIX] Group mount points that have the same parent
If options.pageTree.showPathAboveMounts is enabled in
UserTS, group mount points that have the same parent page.
Res...
Michael Stucki
17:01 Revision 502cf195: [BUGFIX] Show mountpoint path in record + link browsers if enabled in UserTS
If options.pageTree.showPathAboveMounts is enabled in
UserTS, respect the setting also in record and link
browsers.
...
Michael Stucki
16:58 Revision 353887d7: [BUGFIX] Typos and wording issues in master documentation
Resolves: #78442
Releases: master
Change-Id: Ic081062296aad1353b80633b8f5a074ea0586d7f
Reviewed-on: https://review.ty...
Stephan Großberndt
16:54 Revision 7fe55fc4: [TASK] Improve problem reporting of validateRstFiles.sh
Script gives now detailed advice of how to solve any
detected problem.
Resolves: #78449
Releases: master
Change-Id: ...
Anja Leichsenring
16:50 Revision 34aff023: [FEATURE] Overwrite maximum number of Indexed Search results.
TypoScript setting
`plugin.tx_indexedsearch.settings.blind.numberOfResults`
receives a comma separated list of intege...
Karol Lamparski
16:47 Revision 75ff38aa: [BUGFIX] Group mount points that have the same parent
If options.pageTree.showPathAboveMounts is enabled in
UserTS, group mount points that have the same parent page.
Res...
Michael Stucki
16:38 Revision ef2ce991: [BUGFIX] Show mountpoint path in record + link browsers if enabled in UserTS
If options.pageTree.showPathAboveMounts is enabled in
UserTS, respect the setting also in record and link
browsers.
...
Michael Stucki
16:37 Revision 678848f7: [BUGFIX] Fix page tree mountpoint path
If options.pageTree.showPathAboveMounts is enabled in
UserTS, don't add the name of the mountpoint startpage to
this ...
Michael Stucki
16:33 Revision b0d663a3: [TASK] Fluidification of ClearCacheToolbarItem
Resolves: #78436
Releases: master
Change-Id: I31e1d290f58ac01749091a05002025ee4598a49c
Reviewed-on: https://review.ty...
Marc Willmann
16:04 Revision 4c938aca: [BUGFIX] Fix page tree mountpoint path
If options.pageTree.showPathAboveMounts is enabled in
UserTS, don't add the name of the mountpoint startpage to
this ...
Michael Stucki
15:50 Revision d478cbe9: [TASK] Refactor use of queryBuilder to use prepared statements
To remove the susceptiblity to errors of SQL injections within the core
the principle of prepared statements should b...
Manuel Selbach
12:11 Revision 9e3cca87: [TASK] Move code from PageLayoutView to proper class
The code is only used in PageInformationController and should
therefore reside in this class instead of PageLayoutVie...
Georg Ringer
09:37 Revision ff6a9256: [TASK] Use ViewHelper compiling Traits
This change implements ViewHelper compiling traits
from the new Fluid 1.1.0 ViewHelperCompiler feature.
The Traits a...
Claus Due

2016-10-25

22:43 Revision 9167a9ea: [BUGFIX] Adding back access to parentMenuArr and menuitem in subMenu
Adding the possibility to access the menuArr and direct menuItem from
the parent menu in subMenu instances to provide...
Stefan Bürk
22:32 Revision 5b1dcea4: [BUGFIX] Adding back access to parentMenuArr and menuitem in subMenu
Adding the possibility to access the menuArr and direct menuItem from
the parent menu in subMenu instances to provide...
Stefan Bürk
21:46 Revision 5bb7eb6e: [!!!][TASK] Migrate lowlevel deleted records command to SymfonyConsole
The lowlevel cleaner command for permanently delete records
in the database that have been previously marked as "dele...
Benni Mack
21:14 Revision a67d926e: [BUGFIX] Report module should not alert when all db tables are utf8
In case a database default character set is latin1 but all tables
created in the database are utf8, the reports modul...
Benni Mack
21:08 Revision dbc97538: [TASK] Split huge Formhandler test into smaller tests
This patch could stabilize the execution of acceptance tests.
Resolves: #78433
Releases: master
Change-Id: If2598f9f...
Daniel Gohlke
18:50 Revision ed57ea9f: [BUGFIX] Make extbase subclasses work with numeric types
The extbase subclasses configuration does currently not work with a
numeric database field that identifies the type o...
Sascha Egerer
18:41 Revision 7256ce1f: [BUGFIX] Make extbase subclasses work with numeric types
The extbase subclasses configuration does currently not work with a
numeric database field that identifies the type o...
Sascha Egerer
18:22 Revision fd46561f: [TASK] Add acceptance test for language module
Resolves: #78405
Releases: master
Change-Id: Ia821ec39f98a0fadefd7b44a59b2467f478ff9bc
Reviewed-on: https://review.ty...
Daniel Gohlke
18:04 Revision 028aecf5: [TASK] Acceptance test for Scheduler task
Resolves: #78404
Releases: master
Change-Id: I80c1155631702b4632018624d42362e648cb42a8
Reviewed-on: https://review.ty...
Gordon Brüggemann
17:51 Revision a72f7d31: [TASK] Change default resolution for acceptance tests
Change the resolution to have a proper overview when running
acceptance tests in head-mode and when screenshots are t...
Daniel Gohlke
17:06 Revision d9e7b6a8: [FEATURE] Place global Fluid ViewHelper namespaces in TYPO3 configuration
This change moves the default/global namespaces from being stored
directly on the ViewHelperResolver to being stored ...
Claus Due
16:51 Revision 2d4255b7: [BUGFIX] Wrong doctrine migration in indexed_search
Insert column 'phash' in the select statement
in checkContentHash()
Resolves: #78429
Related: #77390
Releases: maste...
Gerrit Mohrmann
16:32 Revision 8f997b6d: [TASK] Replace setLocale() in tests with phpunit backup functionality
There is a phpunit shipped functionality to reliably fiddle with locale
settings and have the valid settings back aft...
Anja Leichsenring
16:30 Revision e696b442: [BUGFIX] Implement CMS setRenderingContext for AbstractConditionViewHelper
This fixes an issue where the CMS specific overridden
setRenderingContext method on CMS AbstractConditionViewHelper i...
Claus Due
15:59 Revision 5b1295b4: [BUGFIX] Authentication service respects deleted-flag
Avoids impossible logins due to wrong mappings to old
(deleted) users with the same username as a valid one.
Resolve...
Marc Willmann
15:47 Revision 532475ef: [TASK] Add Acceptance test for Template module
Resolves: #78423
Releases: master
Change-Id: Ieba60cceb7eac17543783fb9a4d220ca58fe5bb5
Reviewed-on: https://review.ty...
Daniel Gohlke
14:13 Revision 145eb8c7: [BUGFIX] Add missing implementation of refresh methods
This patch implements the missing refresh methods in the Viewport.js.
Workspaces need this method to refresh the cont...
Frank Nägler
13:44 Revision 25888407: [BUGFIX] Hide page tree toggle button (if no page tree is needed)
Do not show the page tree toggle button for modules
that don't use the page tree to select a current page or folder.
...
Daniel Windloff
11:41 Revision 075d71de: [BUGFIX] Minor lint in 7.6 .travis.yml
The missing semicolon may lead to unexpected behavior.
Change-Id: I503d042139729fb6f60090480f60e1f66da43976
Resolves...
Christian Kuhn
11:30 Revision d2620008: [TASK] splitFunctionalTests.sh in 6.2
Change-Id: I3b0071b2beccee21249e9ebb8112662ca62bbd76
Resolves: #78418
Releases: 6.2
Reviewed-on: https://review.typo3...
Christian Kuhn
11:07 Revision 2e197388: [BUGFIX] Fix reference count when ref_table is sys_file
When ref_table is sys_file the references to sys_file_metadata
should be excluded. Otherwise the deletion of sys_file...
Wouter Wolters
11:06 Revision c01ccd3a: [BUGFIX] Fix reference count when ref_table is sys_file
When ref_table is sys_file the references to sys_file_metadata
should be excluded. Otherwise the deletion of sys_file...
Wouter Wolters
11:04 Revision 8b2d2379: [FOLLOWUP][TASK] Remove *.js.map from repository
The generated JS files contain references to its source maps.
Per default these maps should not be generated.
To prev...
Frank Nägler
00:09 Revision 4f5926a8: [TASK] Remove failing test in IntegerValidatorTest
This test fails due to an invalid locale. It has been
removed in all other branches, too.
Change-Id: I293d508fd7786b...
Anja Leichsenring

2016-10-24

23:13 Revision 5033a15f: [BUGFIX] Add type check to prevent error if backend user is null
$backendUser may be null, this would cause an error. Add an
additional type check to prevent this.
Resolves: #78392
...
Marc Willmann
21:21 Revision 95c32a5a: [!!!][FEATURE] Check TCA changes in ext_tables.php
TCA changes within ext_tables.php can be moved to
Configuration/TCA since core 6.2. Still having them in
ext_tables.p...
Christian Kuhn
20:36 Revision f16795de: [TASK] Remove *.js.map from repository
This patch removes *.js.map files from the repository and adds a new
rule to the .gitignore file.
Resolves: #78407
R...
Frank Nägler
20:00 Revision 7a07a476: [FEATURE] Add fluid debug information to admin panel
This patch adds a new option to the admin panel to show debug information
about partials and sections in frontend.
R...
Frank Nägler
19:48 Revision 405b9051: [BUGFIX] Custom select renderTypes use TcaSelectItems
There are two FormEngine data provider for type=select: TcaSelectItems
for "normal" renderTypes and TcaSelectTreeItem...
Christian Kuhn
19:48 Revision 9c1bd4e0: [BUGFIX] Custom select renderTypes use TcaSelectItems
There are two FormEngine data provider for type=select: TcaSelectItems
for "normal" renderTypes and TcaSelectTreeItem...
Christian Kuhn
19:09 Revision 103cccee: [TASK] Fluidification of Avatar.php
Resolves: #77852
Change-Id: I60aae1b35219ac91e74d62cc57e1a48ec630a831
Reviewed-on: https://review.typo3.org/49865
Rev...
Marc Willmann
19:02 Revision 6b4d26d8: [TASK] Add role typescript to Includes.txt
This patch add the role „typescript“ to the Includes.txt.
With this patch code in a rst file can be declared as Type...
Frank Nägler
18:57 Revision 57d9a4c3: [BUGFIX] Respect options.disableDelete UserTSConfig
The UserTSConfig setting "options.disableDelete" was not respected
in the record ClickMenu, the database record list ...
Christian Weiske
18:28 Revision 07ad56f4: [BUGFIX] Remove old grunt-copy dependency
Resolves: #78403
Releases: master
Change-Id: I55ec9f662cd7ddd827f1f46ab9c1664aac22a5b6
Reviewed-on: https://review.ty...
Frank Nägler
18:28 Revision 841bd349: [TASK] Add jasmine typings as dev dependency
This patch add jasmine typings as dev dependency which brings IDE
support / code completion for the testing framework...
Frank Nägler
18:27 Revision 753a8cda: [BUGFIX] Fix bug in Popover.setOptions and add JSUnit tests
Resolves: #78396
Releases: master
Change-Id: I9a132a547b3be04417094b3ce5a2e1eed6dd843c
Reviewed-on: https://review.ty...
Frank Nägler
17:25 Revision b2155215: [BUGFIX] Prevent duplicate pastes in rtehtmlarea
if pasteFormat or pasteStructur is activated in user settings,
pastings in rtehtmlarea will be inserted twice. Once a...
Stefan Froemken
17:24 Revision 34d32feb: [BUGFIX] Prevent duplicate pastes in rtehtmlarea
if pasteFormat or pasteStructur is activated in user settings,
pastings in rtehtmlarea will be inserted twice. Once a...
Stefan Froemken
15:58 Revision 2130c800: [TASK] Add js files in TypeScript folder to .gitignore
Resolves: #78389
Releases: master
Change-Id: Ic022f1a19859cf48d92a1e50d45327c42ea7be21
Reviewed-on: https://review.ty...
Frank Nägler
15:22 Revision 308df64f: [BUGFIX] Fetching configuration-comments should require no comma
So far a comma was required before the comment. But CGL says that
the last element in an array should have no trailin...
Stefan Neufeind
15:22 Revision 7d6e9879: [BUGFIX] Fetching configuration-comments should require no comma
So far a comma was required before the comment. But CGL says that
the last element in an array should have no trailin...
Stefan Neufeind
13:45 Revision fe1baddf: [BUGFIX] Load typings of no-def folder
Resolves: #78388
Releases: master
Change-Id: Id73c21676ebb0225429bb81334be23fd5f01ed66
Reviewed-on: https://review.ty...
Frank Nägler
12:35 Revision 8e8dee20: [BUGFIX] Set caption and copyright filemetadata DB columns to TEXT
This patch changes the SQL field type of two fields on
sys_file_metadata, caption and copyright, to increase
the allo...
Claus Due
12:34 Revision 4509b783: [BUGFIX] Set caption and copyright filemetadata DB columns to TEXT
This patch changes the SQL field type of two fields on
sys_file_metadata, caption and copyright, to increase
the allo...
Claus Due

2016-10-23

20:44 Revision 14bf0e5a: [TASK] Cover t3_origuid in Workspaces Regular/Modify functional tests
t3_origuid field is covered in Workspaces Regular/Modify functional tests.
Releases: 7.6, master
Resolves: #78382
Ch...
Tymoteusz Motylewski
20:06 Revision 9cef5632: [TASK] Cover t3_origuid in Workspaces Regular/Modify functional tests
t3_origuid field is covered in Workspaces Regular/Modify functional tests.
Releases: 7.6, master
Resolves: #78382
Ch...
Tymoteusz Motylewski

2016-10-22

14:24 Revision ad5904df: [BUGFIX] Add a missing Index to .rst file
Change-Id: Ifc6a7b251d216d3a3ab9b68752eb14444bc53474
Resolves: #78380
Releases: master
Reviewed-on: https://review.ty...
Christian Kuhn

2016-10-21

16:19 Revision 198725e7: [TASK] Remove doubled classes in EXT:version
The AutoPublishTask and the WorkspacesUtility are actually
very encapsulated and never used nor registered in EXT:ver...
Benni Mack
16:17 Revision 0ead90a1: [BUGFIX] Fix reference count when ref_table is sys_file
When ref_table is sys_file the references to sys_file_metadata
should be excluded. Otherwise the deletion of sys_file...
Wouter Wolters
15:59 Revision 6c497f49: [TASK] Deprecate caseSensitive parameter of Extbase Query::like
In contrast to a case insensitive query a case sensitive query can
not be enforced as it largely depends on the setti...
Morton Jonuschat
15:58 Revision 91808b30: [BUGFIX] Avoid fatal errors in Admin Panel
The functionality to display / explain DB select queries does not
work with DBAL and doctrine anymore.
The leftovers...
Benni Mack
15:49 Revision 37352982: [BUGFIX] Add missing functionality for YouTube "related" parameter
This parameter indicates whether the player should show
related videos when playback of the initial video ends.
Suppo...
Tim Rücker
15:37 Revision 779a6ff4: [BUGFIX] Add missing functionality for YouTube "related" parameter
This parameter indicates whether the player should show
related videos when playback of the initial video ends.
Suppo...
Tim Rücker
15:22 Revision ab3358bf: [BUGFIX] Backend page module: set default mode to "Columns"
Change the page module default mode from "QuickEdit" to "Columns".
Especially for TYPO3 newcomers it's much easier to...
Josef Glatz
15:22 Revision 97afb12b: [BUGFIX] Backend page module: set default mode to "Columns"
Change the page module default mode from "QuickEdit" to "Columns".
Especially for TYPO3 newcomers it's much easier to...
Josef Glatz
14:30 Revision 143b84ef: [BUGFIX] Prevent malformed SQL query in AbstractDatabaseRecordList
This change prevents the creation of a malformed SQL query in
AbstractDatabaseRecordList::makeQueryArray. The problem...
Claus Due
14:20 Revision 1eb96565: [FOLLOWUP][FEATURE] Add missing information status for addSystemMessage
Set correct reference to forge issue in rst file.
Resolves: #78103
Releases: master
Change-Id: I80267a5578f5fcfbc914...
Frank Nägler
14:14 Revision 5cabf135: [FEATURE] Add missing information status for addSystemMessage
Adds the possibility to pass and set status parameter
TYPO3\CMS\Backend\Toolbar\Enumeration\InformationStatus through...
Christopher Orth
13:53 Revision 2a688436: [BUGFIX] Add back-reference to $self in compiled Fluid templates
This fixes a bug where using any ViewHelper to generate
the layout name would fail if the template is compilable.
The...
Claus Due
13:19 Revision 953119f8: [BUGFIX] Reset SYS/exceptionalErrors in live preset
Resolves: #76901
Releases: master, 7.6, 6.2
Change-Id: I50167e4d64ef9cda8d39e9f2e03fc08e3de646b1
Reviewed-on: https:/...
Benni Mack
13:00 Revision fa4a6182: [TASK] Migrate wizard icons to use icon fonts
Resolves: #77630
Resolves: #77629
Releases: master, 7.6
Change-Id: I9e73fb6d1f7197d5c35309fa98093eeee44ccb02
Reviewed...
Georg Ringer
12:42 Revision ee5d4a0b: [TASK] Check t3_origuid field in DataHandler functional tests
The value of the t3_origuid is now checked in Datahandler
functional tests.
Releases: master, 7.6
Resolves: #78303
C...
Tymoteusz Motylewski
12:36 Revision d59447ac: [TASK] Raise version number of compatibility6 in update wizard
Resolves: #78371
Releases: master,7.6
Change-Id: Iaa4c6065bdf3beb0ce226733e89d14485efa0fea
Reviewed-on: https://revie...
Wouter Wolters
12:36 Revision cf18e8b9: [TASK] Raise version number of compatibility6 in update wizard
Resolves: #78371
Releases: master,7.6
Change-Id: Iaa4c6065bdf3beb0ce226733e89d14485efa0fea
Reviewed-on: https://revie...
Wouter Wolters
12:35 Revision c7f05376: [TASK] Raise version number in openid update wizard
Raise version number to 7.6.4.
Resolves: #78369
Releases: master,7.6
Change-Id: Iabaddaa0c0223f7a1564e1ea0ec2d4c6d2e...
Wouter Wolters
12:35 Revision e14cd2f3: [TASK] Raise version number in openid update wizard
Raise version number to 7.6.4.
Resolves: #78369
Releases: master,7.6
Change-Id: Iabaddaa0c0223f7a1564e1ea0ec2d4c6d2e...
Wouter Wolters
12:14 Revision 40ea592c: [TASK] Check t3_origuid field in DataHandler functional tests
The value of the t3_origuid is now checked in Datahandler
functional tests.
Releases: master, 7.6
Resolves: #78303
C...
Tymoteusz Motylewski
10:50 Revision 0d47228a: [BUGFIX] MM references are not transformed to versioned entities
Scenario:
* within a workspace
* using a MM intermediate table for relations
* having versioned entities on both side...
Oliver Hader
10:37 Revision 27b16b3b: [BUGFIX] Correct position of t3editor autocomplete
The position of the autocomplete list for the TypoScript was incorrect
when the editing iframe was scrolled.
Resolve...
Robert Vock
10:37 Revision 218ea578: [BUGFIX] Show Create Content button only for allowed languages
The Create Content button inside the Page Module is now only shown for
languages the backend-user is actually allowed...
Daniel Maier
10:36 Revision da06d6be: [BUGFIX] Do not cut constants in debug output
Unsubstituted constants should be logged in full length and not
cut after 50 character.
Resolves: #78107
Releases: m...
Sascha Egerer
10:36 Revision 6212a49f: [BUGFIX] Prevent Uncaught TypeError in ClickMenu.js
This patch prevent an Uncaught TypeError ClickMenu.js.
In case the reloadFrame parameter not exist, the variable res ...
Benni Mack
10:34 Revision 9ffe88a2: [BUGFIX] Check if TypoScript is loaded for indexed_search
Check if TypoScript is loaded for indexed_search, if not,
show an error message.
Resolves: #75866
Releases: master, ...
Tomita Militaru

2016-10-20

22:47 Revision b71fa590: [BUGFIX] Resolves wrong usage of col and colgroup
* Remove <col> calculate and use short syntax
* Add CSS to render the table fixed
Resolves: #78296
Releases: master,...
Markus Sommer
22:31 Revision 930b5da7: [BUGFIX] isHiddenPalette removes 'form-section' class
If the first palette of a form is hidden, a tiny line is append
under the tab title. This patch removes it.
Resolves...
Eric Chavaillaz
22:31 Revision 48cf5847: [BUGFIX] Resolves wrong usage of col and colgroup
* Remove <col> calculate and use short syntax
* Add CSS to render the table fixed
Resolves: #78296
Releases: master,...
Markus Sommer
22:21 Revision 0d3ade03: [BUGFIX] isHiddenPalette removes 'form-section' class
If the first palette of a form is hidden, a tiny line is append
under the tab title. This patch removes it.
Resolves...
Eric Chavaillaz
22:11 Revision f44e43d4: [BUGFIX] Prevent error for tree in flexform
This patch prevent JS errors in case a tree is rendered in a FlexForm,
before the record was saved for the first time...
Frank Nägler
16:49 Revision df98a15a: [BUGFIX] MM references are not transformed to versioned entities
Scenario:
* within a workspace
* using a MM intermediate table for relations
* having versioned entities on both side...
Oliver Hader
08:02 Revision 1aa85fd0: [FOLLOWUP][DOCS] 8.4 Documentation Part 1/2
Fix rendering of rst file which is part of the 8.4 changelog
Releases: master
Change-Id: I8aa75cdca1ad581eace9c0ada8...
Josef Glatz

2016-10-19

21:04 Revision 3ff9128d: [TASK] Goodbye phantomJS, hello firefox
phantomJS is too unstable. Base the acceptance tests on
firefox only for now, free composer from phantom installers.
...
Christian Kuhn
13:47 Revision cdd7efef: [CLEANUP] Simplify checkFilePermissions.sh ignore list
Initialize the array directly.
Resolves: #78341
Releases: master
Change-Id: I3ae5688d0cee452979c18eb334e575144a22238...
Mathias Brodala
13:40 Revision 93dd4169: [FOLLOWUP][TASK] Update to jQuery 3.1.1
This followup fixes an error in jsfunc.inline.js related to the jQuery
update.
Resolves: #77249
Releases: master
Cha...
Frank Nägler
12:34 Revision 4d6e601b: [FOLLOWUP][TASK] Remove global option BACK_PATH
A missing deprecation log entry was added while removing
BACK_PATH
Relates: #72491
Resolves: #78314
Releases: master...
Benni Mack
11:35 Revision dec5989a: [TASK] Add RST snippet validation script
Documentation snippets are now checked for validity.
Every rst file needs:
* An include line at the very top
* A ref...
Mathias Schreiber
11:11 Revision a3d89d99: [TASK] Move ext_icon.png to Resources/Public/Icons for all sysexts
All extension icons of all system and test extensions shipped with
the core are now located at EXT:.../Resources/Publ...
Benni Mack
10:55 Revision 76246f4b: [BUGFIX] Prevent Uncaught TypeError in ClickMenu.js
This patch prevent an Uncaught TypeError ClickMenu.js.
In case the reloadFrame parameter not exist, the variable res ...
Frank Nägler
10:55 Revision 6f140f76: [FOLLOWUP][TASK] Update to jQuery 3.1.1
Fix path in karma.js configuration to use new jQuery version.
Resolves: #77249
Releases: master
Change-Id: I555fd904...
Wouter Wolters

2016-10-18

16:25 Revision ea9d1fa2: [FOLLOWUP][TASK] Deprecate TypoScript option config.noScaleUp
Fix RST file issues.
Resolves: #78317
Releases: master
Change-Id: Id9372777cca3c5895721a47be12eaf0e705ac9f3
Reviewed...
Wouter Wolters
16:24 Revision 0df6b767: [TASK] Update to jQuery 3.1.1
Update jQuery to 3.1.1.
Solves deprecations in our JavaScript code.
Resolves: #77249
Releases: master
Change-Id: Ic...
Wouter Wolters
16:17 Revision 29a6cd0a: [TASK] Deprecate property iframe in TYPO3.Backend.ContentContainer
Deprecate the property top.TYPO3.Backend.ContentContainer.iframe
and introduce an accessor method.
Resolves: #78279
...
Frank Nägler
16:09 Revision 8e0210b1: [TASK] Deprecate TypoScript option config.noScaleUp
Such a configuration option should be only configurable on a
"per installation" basis via the global TYPO3 configurat...
Josef Glatz
15:17 Revision 72ed029a: [TASK] Update TYPO3 version to TYPO3 8.5-dev
Resolves: #78330
Releases: master
Change-Id: I624b770a0c93fcc3f23607c9a09ba6cfadd8a255
Reviewed-on: https://review.ty...
Wouter Wolters
13:48 Revision 1c550298: [TASK] Set TYPO3 version to 8.4.1-dev
Change-Id: Ifaf30391b7811f75ad1d581dfa47c37b81a013c8
Reviewed-on: https://review.typo3.org/50261
Reviewed-by: TYPO3 R...
TYPO3 Release Team
13:47 Revision e67cfa06: [RELEASE] Release of TYPO3 8.4.0
Change-Id: Ia019a480d832fcecad243a1d0d671a5d6372a576
Reviewed-on: https://review.typo3.org/50260
Reviewed-by: TYPO3 R...
TYPO3 Release Team
13:31 Revision 959d35a7: [BUGFIX] Streamline iframe namings for new backend
The name of the iframe is now available via top.list_frame
and top.nav_frame instead of top.content.list_frame and
to...
Benni Mack
12:09 Revision 4fa11971: [DOCS] 8.4 Documentation Part 2/2
Releases: master
Resolves:
Change-Id: I733e600f96771b8e97b4fd0dc55e63b7a6e48e4a
Reviewed-on: https://review.typo3.org...
Anja Leichsenring
11:30 Revision 22ba0aba: Revert "[BUGFIX] Do not render HTML in Install Tool's flash message"
Some places intentionally use HTML which needs to be passed though in
raw. Patch needs more work.
This reverts commi...
Stefan Neufeind
11:26 Revision 0ff64152: [BUGFIX] Remove console.log calls from Viewport.js
Resolves: #78324
Releases: master
Change-Id: I94f4c2ac7bad855a195de7f84f5a9ac972a49742
Reviewed-on: https://review.ty...
Frank Nägler
09:16 Revision b0c9317c: [BUGFIX] Fix missing page types in create pages wizard
While cleaning up $GLOBALS[PAGE_TYPES] with #77360 it was
assumed the keys and values are not evaluated anymore.
But ...
Wouter Wolters
06:40 Revision 9caa7aab: [BUGFIX] Fix special menu element rendered in wrong order
The ListViewHelper gets an array with the uids to display in the special
menu, configured from the plug-in.
The rende...
Johannes Schlier

2016-10-17

18:00 Revision 2cead56b: [BUGFIX] Do not render HTML in Install Tool's flash message
This patch avoids rendering HTML tags in the flash messages of changes
that may be stored in the input fields of "All...
Andreas Fernandez
17:58 Revision 1bbac59a: [DOC] Document xmlns-carrying node behavior in Fluid
This change documents the fact that xmlns-based
namespace importing works slightly different since Fluid
standalone b...
Claus Due
17:55 Revision 22b393c5: [BUGFIX] Fix special menu element redered in wrong order
The ListViewHelper gets an array with the uids to display in the special
menu, configured from the plug-in.
The rende...
Johannes Schlier
17:36 Revision 6cccaa5a: [BUGFIX] getQuery should respect orderBy
ContentObjectRenderer::getQuery now respects orderBy if given.
Change-Id: Ic9e640c8dcfd37815bb7ad1f89f551ad2c360422
...
Susanne Moog
17:33 Revision c5e0e403: [BUGFIX] Fix radio buttons of new content element wizard
This patch fix cropped radio buttons and click area of the radio buttons
in the new content element wizard.
Resolves...
Frank Nägler
17:20 Revision 4731c29c: [BUGFIX] Fix backend tree height
This patch set the height for the backend trees (page and filelist) to 100%.
Resolves: #78307
Releases: master
Chang...
Frank Nägler
15:28 Revision 87d35e37: [BUGFIX] Make TypoScript option config.noScaleUp work again
A former commit introduced a bug, which makes `config.noScaleUp`
useless. This commit fixes the regression introduced...
Josef Glatz
15:09 Revision ab0ce01d: [DOCS] 8.4 Documentation Part 1/2
Releases: master
Resolves:
Change-Id: Ie836aa522318f2e877572bf1029c47f0ecd119c5
Reviewed-on: https://review.typo3.org...
Mathias Schreiber
14:21 Revision 9c14f352: Revert "[BUGFIX] Do not turn storages automatically offline"
This reverts commit 157e1f269902c9b3ab57c95f71534949606fc658.
This change introduced bugs with storages that were ex...
Helmut Hummel
12:47 Revision 6857d0bc: [FOLLOWUP][TASK] Doctrine: Migrate BackendUserAuthentication::getPagePermsClause
After the doctrine refactoring a hook is now not working anymore
as before
Relates: #75556
Resolves: #78313
Releases...
Benni Mack
12:41 Revision 264c7813: [BUGFIX] Fix wrong icon color in Filelist > info popup
This patch fixes the icon color on the "info" popup (Filelist > Info).
The icon in the "show" button now has the corr...
Frank Nägler
09:39 Revision 5a568ed2: [BUGFIX] Remove dependency to RsaEncryptionModule in LoginRefresh
This patch removes the hard dependency to RsaEncryptionModule and adds
a check if the module can be loaded.
It on th...
Frank Nägler

2016-10-16

19:14 Revision 2f0c77bc: [BUGFIX] Correct overflow behavior of sitename in topbar
Resolves: #78234
Releases: master
Change-Id: I10f10b717f7e852a4ef8c1bf15702287737b28ba
Reviewed-on: https://review.ty...
Benjamin Kott

2016-10-15

17:22 Revision b39cdc5c: [BUGFIX] Don't encode title of CEs twice in link wizard
The content element titles are passed through BackendUtility::getRecordTitle
with htmlspecialchars() applied.
Change...
Daniel Goerz
15:39 Revision 0b756513: [BUGFIX] Acceptance tests fails due to viewport changes
Fix a couple of acceptance test selectors to adapt to
viewport changes.
Change-Id: I72050096c5c01134af2416f6610b416a...
Christian Kuhn
00:07 Revision f7a30114: [BUGFIX] Use context specific table in PageRepository
By invoking the ConnectionPool instance, it's possible to use
different database connections and different database p...
Oliver Hader

2016-10-14

19:56 Revision c1d70e4d: [BUGFIX] Make class loading for tests work again
In TYPO3 non composer mode, we need to register the autoload
information for extensions, which we missed when moving
...
Helmut Hummel
16:05 Revision 200e0337: [BUGFIX] Sanitize loading first module
Suppress an invalid content iframe call if a
user logs in with no access rights to main modules.
Resolves: #78297
Re...
Wouter Wolters
11:47 Revision 6542e06c: [BUGFIX] Do not provide non selectable columns in colPos selector
When a backend layout is active for a page, editing a content
element will have the "columns" of this layout selectab...
Helmut Hummel
11:43 Revision 9e27eb11: [BUGFIX] Do not provide non selectable columns in colPos selector
When a backend layout is active for a page, editing a content
element will have the "columns" of this layout selectab...
Helmut Hummel
11:33 Revision c5ab384d: [BUGFIX] Show login spinner if EXT:rsaauth is not installed
If EXT:rsaauth is not installed and `BE/loginSecurityLevel` is not "rsa",
the loading spinner is now shown after subm...
Andreas Fernandez
11:32 Revision 8cd668e4: [BUGFIX] Show login spinner if EXT:rsaauth is not installed
If EXT:rsaauth is not installed and `BE/loginSecurityLevel` is not "rsa",
the loading spinner is now shown after subm...
Andreas Fernandez

2016-10-13

21:59 Revision 6508e9af: [TASK] Update Fluid dependency to 2.0
This change updates the Fluid dependency and fixes
the single breaking change introduced by this new
major version.
...
Claus Due
20:55 Revision 45dede72: [FOLLOWUP][TASK] Remove acceptance test setup from travis
Remove ConfigureStartNginxFpm.sh from checkFilePermissions.sh
Resolves: #78280
Releases: master
Change-Id: I52bd99c6...
Wouter Wolters
19:18 Revision 15dbf79a: [BUGFIX] Side effects from LocalConfiguration in acceptance tests
The functional tests and acceptance test setup is designed to fetch
database settings from a LocalConfiguration if th...
Christian Kuhn
17:22 Revision 34532762: [BUGFIX] Hide edit icon in list view
If a record is not editable for a user, the edit icon in the record
list should be hidden.
This patch changes follow...
Nicole Cordes
16:57 Revision 305f0a61: [BUGFIX] Hide edit icon in list view
If a record is not editable for a user, the edit icon in the record
list should be hidden.
This patch changes follow...
Nicole Cordes
16:35 Revision d31544a8: [BUGFIX] Main module ajax refresh
The main module id has been renamed from #typo3-menu to #menu.
Adapt that in JS to successfully reload the main modul...
Christian Kuhn
16:04 Revision 80e64d10: [BUGFIX] Prevent crash in Install Tool and EM with invalid ext_tables.sql
If a parsing exception is thrown, this exception is now catched and the
error message is being displayed as a flash m...
Xavier Perseguers
15:31 Revision 861ae197: [TASK] Update Fluid Standalone dependency to 1.1.1
Applies https://github.com/TYPO3Fluid/Fluid/commit/8d9fb64825eb79302b36f973fc2f48e7f19841df
as the only change.
Chan...
Claus Due
14:18 Revision 42e2a93d: [BUGFIX] Fix failing acceptance test on topbar bookmark
Adapt viewport changes in the acceptance tests too.
Resolves: #78273
Related: #52877
Releases: master
Change-Id: Ie6...
Joerg Kummer
14:18 Revision f20de408: [BUGFIX] Fix failing acceptance test on topbar flush cache
Adapt viewport changes in the acceptance tests too
Resolves: #78272
Related: #52877
Releases: master
Change-Id: I694...
Joerg Kummer
14:11 Revision e3e91958: [TASK] Remove acceptance test setup from travis
The acceptance tests are very hard to stabilize on travis
and still flaky. They are disabled for quite a while for
th...
Christian Kuhn
13:57 Revision 508f3a3f: [BUGFIX] Fix styling of RTE wizard
Resolves: #78267
Releases: masster
Change-Id: I9e798209e0d9bef05345fc88f9dcf691613cfcb1
Reviewed-on: https://review.t...
Frank Nägler
12:38 Revision 728569da: [BUGFIX] Fix frame communication for RTE wizards
This patch fix broken wizards in RTE.
The patch re-add the property top.TYPO3.Backend.ContentContainer.iframe
Resol...
Frank Nägler
12:03 Revision 29d1b0a6: [BUGFIX] Include CORS settings attribute when using integrity
For Subresource Integrity to work, the CDN must support
Cross-Origin Resource Sharing (CORS). The `crossorigin` attri...
Xavier Perseguers
11:35 Revision 633c36b4: [BUGFIX] Include CORS settings attribute when using integrity
For Subresource Integrity to work, the CDN must support
Cross-Origin Resource Sharing (CORS). The `crossorigin` attri...
Xavier Perseguers
10:33 Revision 44aa8dc4: [BUGFIX] Prevent exception due to missing id in the language menu
Make sure the "id" parameter is set when using
"addQueryString.exclude" to prevent the exception in the cHash
calcula...
Xavier Perseguers
10:07 Revision 04481f83: [BUGFIX] Prevent exception due to missing id in the language menu
Make sure the "id" parameter is set when using
"addQueryString.exclude" to prevent the exception in the cHash
calcula...
Sascha Nowak
09:54 Revision 726bf2c8: [BUGFIX] Fix icon color in dropdown
This patch use inline SVG to colorize the icon in SplitButton dropdown.
Resolves: #78253
Releases: master
Change-Id:...
Frank Nägler
09:51 Revision c470f416: [BUGFIX] Re-introduce `top.TYPO3.Backend.NavigationContainer.PageTree`
This patch re-adds the `top.TYPO3.Backend.NavigationContainer.PageTree`
object that is required to execute the `updat...
Andreas Fernandez
09:51 Revision 0a2013bb: [BUGFIX] Prevent exception due to missing id in the language menu
Make sure the "id" parameter is set when using
"addQueryString.exclude" to prevent the exception in the cHash
calcula...
Sascha Nowak
09:46 Revision 18e53b04: [BUGFIX] Use correct element for `TYPO3.Backend.ContentContainer.getUrl()`
`TYPO3.Backend.ContentContainer.setUrl()` writes the URL into a different
element than `TYPO3.Backend.ContentContaine...
Andreas Fernandez

2016-10-12

20:42 Revision 59f74041: [BUGFIX] Exception with cHashIncludePageId but no id in the URL
If the 'id' parameter is not provided in the URL but the
FE|cHashIncludePageId is set to true, TYPO3 will throw an ex...
Dmitry Dulepov
20:29 Revision a6dd4d5e: [BUGFIX] Exception with cHashIncludePageId but no id in the URL
If the 'id' parameter is not provided in the URL but the
FE|cHashIncludePageId is set to true, TYPO3 will throw an ex...
Dmitry Dulepov
20:29 Revision 11668448: [BUGFIX] Exception with cHashIncludePageId but no id in the URL
If the 'id' parameter is not provided in the URL but the
FE|cHashIncludePageId is set to true, TYPO3 will throw an ex...
Dmitry Dulepov
13:23 Revision a7a04b52: [TASK] splitFunctionalTests.sh in 7.6
To allow parallel execution of functional tests in 7.6, the
splitFunctionalTests.sh is copied over from master with o...
Christian Kuhn
08:31 Revision d41ab0da: [BUGFIX] Invalid query generation in extbase QueryParser
Change-Id: I9ecafac85a0498d615bf14a9b53867679f310abf
Resolves: #78227
Related: #77379
Releases: master
Reviewed-on: h...
Daniel Goerz
07:53 Revision f3317ce7: [BUGFIX] Fix requiring playlist argument when "loop" is set
The YouTubeRenderer does not force the playlist argument yet
when the loop argument is set to 1. According to the doc...
Wouter Wolters

2016-10-11

23:15 Revision 3cb7bf79: [BUGFIX] Fix CSS of DateTimePicker
This patch fix broken CSS for DateTimePicker.
Resolves: #78241
Releases: master
Change-Id: I5860aaf8af5f2ca349bc920b...
Frank Nägler
20:59 Revision 55bb0baa: [TASK] Add more contrast to clear cache menu
This patch fix the low contrast of the clear cache menu.
Resolves: #78239
Releases: master
Change-Id: I6750dcbb6ebdc...
Frank Nägler
20:22 Revision 5d99bd32: [BUGFIX] Acceptance tests fails on main frame name
The viewport patch from issue #52877 renamed the content
iframe from "content" to "contentIframe". The patch changes
...
Joerg Kummer
16:02 Revision b8b40e8b: [TASK] Upgrade Fluid dependency to 1.1.0
This task upgrades the version of Standalone Fluid being
used from 1.0.10 to 1.1.0.
List of changes:
https://github...
Claus Due

2016-10-10

23:53 Revision 5186ec79: [!!!][FEATURE] Move generated autoload info to typo3conf
It turned out to be misleading, that additional class loading
information of extensions (in non composer mode) is in ...
Helmut Hummel
22:43 Revision 9b7ed3ae: [!!!][TASK] Make the TYPO3 Backend responsive and remove ExtJS Viewport
A responsive CSS viewport replaces the legacy the ExtJS
component TYPO3.Viewport.
Resolves: #52877
Releases: master
...
Kay Strobach
22:05 Revision 8afa3442: [TASK] Cleanup and deprecate TYPO3_DB occurrences
All instances of $GLOBALS[TYPO3_DB] in the TYPO3 Core classes
except for certain highly used functionalities have bee...
Wouter Wolters
21:46 Revision cd8c1e03: [TASK] Improve duplicate exception code check
* better regex finds more with less false positives
* use grep instead of ack-grep
* find exceptions without exceptio...
Christian Kuhn
21:38 Revision 0aee6a0b: [FOLLOWUP][BUGFIX] Do not override hidden UC fields in user settings
Check if there is actually a user TSconfig available before using it.
Resolves: #77263
Releases: master, 7.6
Change-...
Markus Klein
21:38 Revision f288f76b: [FOLLOWUP][BUGFIX] Do not override hidden UC fields in user settings
Check if there is actually a user TSconfig available before using it.
Resolves: #77263
Releases: master, 7.6
Change-...
Markus Klein
17:58 Revision b633be9b: [FOLLOWUP][FEATURE] Introduce TypeScript processing
This patch add npm update to fix broken travis builds.
Resolves: #77900
Releases: master
Change-Id: I5a3df419f33ec94...
Frank Nägler
15:41 Revision 922e71cc: [FEATURE] Introduce TypeScript processing
This patch introduce a grunt TypeScript processor and linter.
Resolves: #77900
Releases: master
Change-Id: I642db25c...
Frank Nägler
01:20 Revision 31707ee5: [FOLLOWUP][BUGFIX] Fix evaluation of rootLevel configuration in NewRecordController
If there is no configuration for the rootLevel in a tables' TCA, the
NewRecordController silently assumes -1. This me...
Nicole Cordes
01:20 Revision c3c27ece: [FOLLOWUP][BUGFIX] Fix evaluation of rootLevel configuration in NewRecordController
If there is no configuration for the rootLevel in a tables' TCA, the
NewRecordController silently assumes -1. This me...
Nicole Cordes
 

Also available in: Atom