Activity
From 2018-01-30 to 2018-02-28
2018-02-28
- 23:34 Revision 2a1a2c43: [BUGFIX] Return correct query part in ContentObjectRenderer::searchWhere
- Avoid using a prepared statement to return the final query part.
Resolves: #84022
Releases: master, 8.7
Change-Id: I... - 23:22 Revision c882e1ca: [BUGFIX] Return correct query part in ContentObjectRenderer::searchWhere
- Avoid using a prepared statement to return the final query part.
Resolves: #84022
Releases: master, 8.7
Change-Id: I... - 21:55 Revision 91c4a92d: [BUGFIX] Add space in lockedRecords messages for translated languages
- The space between the time amount and time unit must be
added directly in the code, as it's not possible to add a lea... - 21:35 Revision c90ead9a: [BUGFIX] Add space in lockedRecords messages for translated languages
- The space between the time amount and time unit must be
added directly in the code, as it's not possible to add a lea... - 17:48 Revision 4820410d: [BUGFIX] Allow browser notifications only on encrypted connection
- Google Chrome deprecated the browser notification API for unencrypted
origins. For this reason we now use an addition... - 17:46 Revision 8acdac43: [TASK] Notification change for chrome is Important, not Breaking
- Patch for issue #83971 is only an Important change, not
a breaking change and belongs to the 8.7.x documentation
fold... - 17:40 Revision dcccb047: [TASK] Consistently retrieve ApplicationContext from GeneralUtility
- As documented in Bootstrap code, GeneralUtility should be
used instead of Bootstrap to retrieve the ApplicationContex... - 17:28 Revision eab35317: [!!!][BUGFIX] Allow browser notifications only on encrypted connection
- Google Chrome deprecated the browser notification API for unencrypted
origins. For this reason we now use an addition... - 17:02 Revision c58e8da7: [TASK] Inject requestId into LogRecords
- Do not use global state from Bootstrap::getInstance(), rather pass
the requestId from LogManager through the Logger t... - 16:52 Revision cf983821: [TASK] Improve strictness of resource access blocking in _.htaccess
- For Apache HTTP versions 2.3+ there is a better way to avoid conflicts
in priority of sections. Since the `if` condit... - 16:52 Revision 2db77448: [!!!][TASK] Remove request type specific code in Bootstrap
- As all request type specific initialization has been
refactored to the Application classes, request type
specific cod... - 16:49 Revision 0ffc91c4: [BUGFIX] Avoid renumbering array keys on writing configuration
- Renumbering array keys, even if all keys are integer
is a destructive operation.
Doing so at least breaks our logging... - 16:49 Revision b6fde00a: [BUGFIX] Avoid renumbering array keys on writing configuration
- Renumbering array keys, even if all keys are integer
is a destructive operation.
Doing so at least breaks our logging... - 16:33 Revision fd28147d: [BUGFIX] Avoid renumbering array keys on writing configuration
- Renumbering array keys, even if all keys are integer
is a destructive operation.
Doing so at least breaks our logging... - 16:26 Revision 05fd022f: [TASK] Improve strictness of resource access blocking in _.htaccess
- For Apache HTTP versions 2.3+ there is a better way to avoid conflicts
in priority of sections. Since the `if` condit... - 14:53 Revision c5b7dbbc: [BUGFIX] Catch exception editing record with deleted relation
- Editing a record with a deleted related record leads to an uncaught
DatabaseRecordException. This patch catches the e... - 14:47 Revision a15ddcf5: [!!!][TASK] Migrate sys_notes away from extbase
- Simplify the sys_note handling by removing extbase from it
Resolves: #84055
Releases: master
Change-Id: Ib41d5e88c7e... - 13:52 Revision 5fbab6b6: [TASK] Log warning if a custom BE login image couldn't be resolved
- Log a warning message if the configured TYPO3 backend login
- logo or
- background image
can't get resolved.
Change-... - 13:37 Revision 537d74cf: [FEATURE] Provide VH to render icons for resources
- Provide a ViewHelper to render the markup to show
an icon for files and folders.
Resolves: #83942
Releases: master
C... - 13:33 Revision d2e86d69: [BUGFIX] Initiate correct storage of processed file during reconstitution
- Releases: master, 8.7
Resolves: #84069
Change-Id: Idd642770341ddd5513c650e5ae230bcb5e7e6824
Reviewed-on: https://revi... - 13:12 Revision b8e179bb: [BUGFIX] Make sure that mass actions actually process all changes
- Evaluate number of total items and trigger subsequent requests to
process the remaining items, so that all changes ar... - 13:08 Revision c5d57feb: [BUGFIX] Initiate correct storage of processed file during reconstitution
- Releases: master, 8.7
Resolves: #84069
Change-Id: Idd642770341ddd5513c650e5ae230bcb5e7e6824
Reviewed-on: https://revi... - 12:37 Revision fff0d7a7: [BUGFIX] Make sure that mass actions actually process all changes
- Evaluate number of total items and trigger subsequent requests to
process the remaining items, so that all changes ar... - 12:25 Revision b7966ee0: [TASK] Remove unused workspace_preview DB field
- The unused BE_USER method setWorkspacePreview()
updates a DB field called "workspace_preview_id" which just
does not ... - 12:18 Revision 6c378590: [TASK] Migrate Viewport to TypeScript
- Change-Id: Iafb5d62329d70704aac0dc73f8a6254e2745ffea
Resolves: #82611
Releases: master
Reviewed-on: https://review.ty... - 12:03 Revision f55547dd: [TASK] Update jQuery 3.2.1 ❯ 3.3.1
- Needs a typo3/testing-framework raise, too.
Commands:
yarn upgrade jquery
composer update typo3/testing-framework
U... - 11:36 Revision f0f8f0b7: [BUGFIX] Trigger 404 for subpage shortcuts w/o subpages
- This patch adds a try/catch around the call in TSFE to get
page and rootline with domain and makes getPageShortcut
fu... - 11:28 Revision 6287e1c2: [BUGFIX] Avoid PHP warnings within DatePickerViewHelper
- Avoid PHP warnings within ext:form DatePickerViewHelper if the property
properties.additionalAttributes.placeholder i... - 11:22 Revision c1eda7cf: [TASK] Upgrade grunt-contrib-uglify 2.0.0 ❯ 3.3.0
- Commands:
yarn upgrade grunt-contrib-uglify --latest
Upgrades:
uglify-js 2.7.5 > 3.3.12
Change-Id: I082a92d87ef1616... - 10:53 Revision df937701: [BUGFIX] Avoid PHP warnings within DatePickerViewHelper
- Avoid PHP warnings within ext:form DatePickerViewHelper if the property
properties.additionalAttributes.placeholder i... - 10:49 Revision e9bddaf6: [TASK] Update chosen-js 1.8.2 ❯ 1.8.3
- Commands:
yarn upgrade chosen-js
Updates:
- chosen-js@1.8.3
Resolves: #84061
Releases: master
Change-Id: Ic22da5e32... - 08:54 Revision 3eff062e: [TASK] Move preview setting evaluation in separate method
- The TSFE method "determineId" is hard to read, mostly due to
the fact that it first evaluates preview settings from a...
2018-02-27
- 20:34 Revision 733264c1: [TASK] Update build tool dependencies
- Commands:
yarn upgrade grunt
yarn upgrade grunt-sass
yarn upgrade jasmine-core
Updates:
- grunt@1.0.2
- grunt-sass@2... - 20:19 Revision a44f2696: [TASK] Update @types definitions
- Commands:
yarn upgrade @types/bootstrap
yarn upgrade @types/jasmine
yarn upgrade @types/jqueryui
Updates:
- @types/b... - 20:18 Revision 6f5d07d3: [TASK] Update codemirror 5.33.0 ❯ 5.35.0
- Command:
yarn upgrade codemirror
Updates:
- codemirror@5.35.0
Resolves: #84060
Releases: master
Change-Id: I5e62d8b... - 16:45 Revision 61df57ef: [FEATURE] New API for the admin panel
- The admin panel consisted of one big god class
that contained the complete rendering.
The hook to extend the admin p... - 16:45 Revision f0afa751: [BUGFIX] Correctly handle identical arrays in arrayDiffAssocRecursive
- Add a new test to make sure that identical input arrays also deliver
an empty result as difference.
Resolves: #84067... - 16:44 Revision 211edf64: [BUGFIX] Correctly handle identical arrays in arrayDiffAssocRecursive
- Add a new test to make sure that identical input arrays also deliver
an empty result as difference.
Resolves: #84067... - 16:31 Revision 17fcf208: [BUGFIX] Correctly handle identical arrays in arrayDiffAssocRecursive
- Add a new test to make sure that identical input arrays also deliver
an empty result as difference.
Resolves: #84067... - 09:39 Revision 9a5643f3: [TASK] Migrate NewMultiplePages to TypeScript
- Change-Id: I3fb32010cbbf319ddc35a9c0e13a771625e9c5be
Resolves: #82598
Releases: master
Reviewed-on: https://review.ty... - 09:24 Revision dc4069c6: [TASK] Streamline PHP assignments and comments
- Use shortening parameters on places that haven't been touched in a while
since PHP 7.0 was a requirement.
Fix PHPdoc...
2018-02-26
- 22:52 Revision 411c0f46: [TASK] Migrate PageActions to TypeScript
- Change-Id: I070facc7961d59b2151178810f3b77e6928607e0
Resolves: #82601
Releases: master
Reviewed-on: https://review.ty... - 21:18 Revision 92120c8d: [TASK] Migrate SplitButtons to TypeScript
- The SplitButtons module is migrated to TypeScript. Additionally, some
parameters of the Icons module are declared as ... - 20:25 Revision 63d47c8d: [BUGFIX] Declare arguments 3 - 5 in Icons.getIcon() as optional
- The arguments `overlayIdentifier`, `state` and `markupIdentifier` are
not required most times. This patch declares th... - 20:23 Revision 43b481cc: [TASK] Migrate DateTimePicker to TypeScript
- Change-Id: I7783157819cebea7c4ee55a0b0612483daf9cbf3
Resolves: #82582
Releases: master
Reviewed-on: https://review.ty... - 17:49 Revision dd06aba8: [TASK] Migrate Modal to TypeScript
- Change-Id: Ic71a3dde434402ad828e2098eefae80f4039475b
Resolves: #82596
Releases: master
Reviewed-on: https://review.ty... - 17:15 Revision 3c4c6090: [BUGFIX] Show error message when hiding page from context menu
- Renamed key in the response to match what is expected
in actions.js evaluateResponse method.
Releases: 8.7, 7.6
Reso... - 17:08 Revision 55e0ad3a: [BUGFIX] Prevent duplicating icons definition in the page tree
- Additionally add a console warning when doktype doesn't have an icon
Releases: master, 8.7
Resolves: #84018
Change-I... - 16:43 Revision 49aee1ae: [TASK] Consolidate singleton retrieval
- There is Bootstrap::getInstance()->getEarlyInstance() and
GeneralUtility::makeInstance() to retrieve (global) early i... - 15:21 Revision 92eba220: [TASK] Migrate Toolbar to TypeScript
- Change-Id: Iab7de8a076a8d0d9249504dd487278e57a6b9ba4
Resolves: #82606
Releases: master
Reviewed-on: https://review.ty... - 15:16 Revision 693a7140: [BUGFIX] Show error message when hiding page from context menu
- Renamed key in the response to match what is expected
in actions.js evaluateResponse method.
Releases: 8.7, 7.6
Reso... - 14:52 Revision 4e7937b4: [TASK] Move workspaces preview hook to PSR-15 middleware
- Frontend-related hooks are migrated into a PSR-15
compatible middleware to initialize workspace behaviour
and preview... - 12:58 Revision f060e856: [TASK] Call getDomainStartPage without third parameter
- The third parameter in PageRepository->getDomainStartPage
is not used anymore. Saving an extra call to GeneralUtility... - 10:34 Revision 6b18e40b: [TASK] Clean up user permission checking in FE request handling
- The PHP code for checking if a backend user is allowed to preview
a page should use the Permission bitmask.
Addition... - 06:25 Revision da591540: [TASK] Move workspace preview user to custom class
- Instead of faking an existing backend user, the workspace preview
functionality (= from a link) should use an anonymo...
2018-02-25
- 23:57 Revision 17441b5e: [TASK] Update readme copyright date to 2018
- Releases: master, 8.7, 7.6
Resolves: #84028
Change-Id: Ia6094c57c976ecf6e89b1d99aca0a1b12684e0b2
Reviewed-on: https:... - 23:57 Revision 92a5b25c: [TASK] Update readme copyright date to 2018
- Releases: master, 8.7, 7.6
Resolves: #84028
Change-Id: Ia6094c57c976ecf6e89b1d99aca0a1b12684e0b2
Reviewed-on: https:/... - 23:02 Revision 9e08821a: [BUGFIX] Use Icon API for date picker icons
- In the scheduler edit task view, a FontAwesome icon for the
date picker was used. This patch uses the IconViewHelper ... - 22:59 Revision 1eb995df: [BUGFIX] Show workspace preview text again
- Due to refactorings in various places, a simple copy/paste
mistake was done when showing the preview text of a
worksp... - 22:35 Revision cb0837e7: [TASK] Update readme copyright date to 2018
- Releases: master, 8.7, 7.6
Resolves: #84028
Change-Id: Ia6094c57c976ecf6e89b1d99aca0a1b12684e0b2
Reviewed-on: https:... - 22:34 Revision 5e9728ac: [TASK] Use TSFE API methods for checking workspace preview
- Instead of using the public "workspacePreview" parameter in TSFE,
which is only set when a sys_preview keyword is use... - 22:28 Revision fd8621d3: [TASK] Use PSR-7 request params in viewpage module
- Since changeset I3020aa7a9cffd92d4b96afd4d4044979a771db5b
the viewpage module is a native PSR-7 controller, therefore... - 21:52 Revision 84e2034e: [TASK] Get rid of special fePreview=2 for workspaces
- If a workspace is being previewed, the check does not have a kasper'sche boolean
value (0,1,2) anymore, as the detect... - 16:31 Revision 5f2526e7: [BUGFIX] Show workspace preview text again
- Due to refactorings in various places, a simple copy/paste
mistake was done when showing the preview text of a
worksp...
2018-02-24
- 18:20 Revision b61679ac: [TASK] Move evaluation of ADMCMD_noBeUser to workspace hook
- The GET parameter "ADMCMD_noBeUser" is handed over to the frontend
when a workspace preview is shown, in comparison t... - 12:29 Revision 85e59b07: [BUGFIX] Enable special workspace preview again
- The special workspace preview is now shown again,
before it was only shown when a workspace preview was active.
Reso... - 09:48 Revision 7768d5e7: [TASK] Remove last occurrences of default draft workspace
- The default draft workspace was deprecated with TYPO3 4.4,
and removed with TYPO3 4.6, but some parts were still left... - 09:35 Revision efeb346e: [BUGFIX] Fix page tree wrong height
- - added trigger for page tree when is visible
- changed order of checking page tree height, added this before load no...
2018-02-23
- 16:36 Revision 3954155c: [BUGFIX] Use Icon API for date picker icons
- In the scheduler edit task view, a FontAwesome icon for the
date picker was used. This patch uses the IconViewHelper ... - 16:13 Revision 0aa068b9: [BUGFIX] Append pageId variable to string properly
- Resolves: #84023
Releases: 8.7
Change-Id: I15c717b3087d18151a2a696e608ede481f7543f2
Reviewed-on: https://review.typo3... - 15:58 Revision 037fe02f: [FEATURE] EXT:Scheduler: Create task group from add/edit task form
- Resolves: #69187
Releases: master
Change-Id: I880f476c1df8cc4c92eec099eaa6f5439b5cc359
Reviewed-on: https://review.ty... - 15:55 Revision c3695a92: [TASK] Add data attributes in backend toolbar and menu components
- Add data attributes in backend toolbar and backend menu components,
to have general identifier for binding guided tou... - 15:48 Revision 69c6d983: [BUGFIX] Fix timestamp handling in QueryGenerator
- Since https://review.typo3.org/c/51242/ all hidden
FormEngine fields work with ISO dates but the
QueryGenerator can o... - 15:34 Revision 43a9f0cf: [BUGFIX] Fix timestamp handling in QueryGenerator
- Since https://review.typo3.org/c/51242/ all hidden
FormEngine fields work with ISO dates but the
QueryGenerator can o... - 15:24 Revision 725d8d9f: [TASK] Add data attributes in backend toolbar and menu components
- Add data attributes in backend toolbar and backend menu components,
to have general identifier for binding guided tou... - 15:17 Revision 84cdecc5: [FEATURE] Provide setting to hide restricted columns in page module
- The following TSConfig setting hides columns restricted via
mod.SHARED.colPos_list:
mod.web_layout.hideRestrictedCol... - 14:19 Revision 349a7fa4: [TASK] Do not repopulate $GLOBALS['TYPO3_CONF_VARS'] in installer
- This is a followup for Icc8a3482edaef1ea329e68638d5ef467548062fc
which missed to remove the TYPO3_CONF_VARS repopulat... - 12:22 Revision 109e8dc1: [TASK] Consolidate hooks in workspace preview
- The Workspace preview hooks first hook into TSFE->connectToDB
to see if ADMCMD_prev is set via GP/cookie. If so, the ... - 11:29 Revision cbbf4aa5: [BUGFIX] Encode node name when editing in the page tree
- Pass page title through encodeURIComponent before using it as request
parameter value
Releases: master
Resolves: #84... - 10:30 Revision f677ca2e: [TASK] Streamline size of email fields
- Change email field definition to 255 characters for the rfc compatibility.
Extend the TCA max option, too.
Resolves:...
2018-02-22
- 20:38 Revision b84f3779: [TASK] Remove additional GET variables for sys_preview links
- The possibility of EXT:workspaces to add additional GET variables to
preview links was dropped with TYPO3 6.0, instea... - 19:49 Revision 01a3d5a7: [TASK] Remove usage of extbase from viewpage module
- Remove the overhead of extbase from the backend extension "viewpage".
Resolves: #83987
Releases: master
Change-Id: I... - 19:38 Revision 1c5f3d9a: [BUGFIX] Hide readonly elements in summary page and emails
- Hide readonly form elements within the summary page and emails.
Resolves: #82471
Releases: master, 8.7
Change-Id: I9... - 12:28 Revision d0b63ba7: [BUGFIX] Don't download language packs of not loaded extensions
- The backend language module struggles with downloading
language packs of existing, but not loaded extensions
and fetc... - 12:28 Revision 62da5d3b: [BUGFIX] Don't download language packs of not loaded extensions
- The backend language module struggles with downloading
language packs of existing, but not loaded extensions
and fetc... - 12:14 Revision 61485b71: [BUGFIX] Don't download language packs of not loaded extensions
- The backend language module struggles with downloading
language packs of existing, but not loaded extensions
and fetc... - 12:02 Revision 563420f5: [TASK] Snychronize form framework documentation
- This patch synchronizes the documentation of the form framework
for TYPO3 v8.
Resolves: #83967
Releases: 8.7
Change-... - 11:56 Revision 94a5a0f9: [BUGFIX] Prevent repopulating TYPO3_CONF_VARS
- Instead of using the native API when changing a TYPO3 Extension
configuration through the new ExtensionConfiguration ...
2018-02-21
- 22:25 Revision 1150b86c: [BUGFIX] Set Severity object properly
- This patch fixes two issues with setting the `Severity` object:
* Check if TYPO3 is an available namespace
* Store th... - 21:23 Revision 73bfbe1c: [TASK] Unit tests: Do not rely on CacheManager instance
- The typo3/testing-framework bootstrap up until now
initialized the CacheManager singleton and put it
into GeneralUtil... - 21:15 Revision 017e870e: [TASK] Migrate Notification to TypeScript
- Change-Id: I71cbf24dc540b5a5659be8848d08be7dc2e84b22
Resolves: #82599
Releases: master
Reviewed-on: https://review.ty... - 20:02 Revision 37ada3dc: [TASK] Remove unused ADMCMD_previewWS GET parameter
- The workspace GET parameter "ADMCMD_previewWS" is not used anymore
since TYPO3 4.7 and can be removed, as it was used... - 19:58 Revision 2f715fa2: [BUGFIX] Have ImageManipulationWizard return HTMLResponse
- ImageManipulationWizard now returns a proper HTMLResponse instead of a JsonResponse.
Furthermore an missing import ha... - 12:36 Revision 928c481c: [BUGFIX] Fix wrong type in "rootLevel" option
- Several system tables used a wrong type for ctrl option "rootLevel"
in TCA. By definition in TCAref "rootLevel" is fr... - 12:17 Revision ef395cb2: [TASK] Rename /prototypes to /proto of form docs
- The folder /prototypes of the form documentation is renamed to /proto.
This is a first step to synchronize the docume... - 10:29 Revision 501acfd8: [BUGFIX] styleguide: Icon search javascript use $ instead of TYPO3.jquery
- 10:25 Revision 9207e27f: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/110 from TYPO3/feature/deprecated-icons
- [FEATURE] styleguide: Render deprecated icons
2018-02-20
- 23:17 Revision ffd75102: [TASK] Streamline deprecation handling in icon API
- Icon API supports some basic handling of deprecated icons
as well as keeping track of replacements. However, it is
no... - 21:54 Revision 859a4600: [BUGFIX] Avoid registering extension icons in IconRegistry
- Extensions usually have an individual icon that can be loaded
from Resources/Public/Icons/Extension.*. For some syste... - 21:53 Revision 514d1ff4: [BUGFIX] Use sys_file as soft reference for formDefinitions
- Register an embedded form definition as sys_file soft reference to show
the usage of the form definition within the f... - 21:23 Revision 2dd7f853: [BUGFIX] Use sys_file as soft reference for formDefinitions
- Register an embedded form definition as sys_file soft reference to show
the usage of the form definition within the f... - 21:21 Revision 881b3fc0: [TASK] Streamline usage of form framework icons
- Use form icons provided by the core. Remove - the now unused - icons
from the form folder.
Resolves: #83964
Releases... - 20:58 Revision 813410bf: [BUGFIX] Notice free FormEngine testing
- Similar solutions as in issue #83975
Change-Id: I04c06f0e73f5e7d44f225ad9b60c9cbed1016308
Resolves: #83981
Related: ... - 20:45 Revision 9dcd78ff: [BUGFIX] Add placeholder to date picker form elements
- Add the possibility to define a placeholder html attribute for
date picker form elements.
Resolves: #82514
Releases:... - 20:45 Revision 93efe905: [TASK] Extend untangleFilesArray function test in RequestBuilder
- Check for cases where the files array is nested more complex or
keywords (e.g. "error") are used as field names.
Run... - 20:40 Revision 9b5b32ba: [BUGFIX] Refactor record querying in deep nested structures in recycler
- This patch refactors how the recycler queries records in deep page
structures.
Instead of resolving each level of the... - 20:31 Revision bd4d2ed6: [BUGFIX] Refactor record querying in deep nested structures in recycler
- This patch refactors how the recycler queries records in deep page
structures.
Instead of resolving each level of the... - 20:24 Revision c05219a9: [BUGFIX] Add placeholder to date picker form elements
- Add the possibility to define a placeholder html attribute for
date picker form elements.
Resolves: #82514
Releases:... - 19:47 Revision e6d2c9b8: [BUGFIX] Fix miscellaneous palette in pages table
- Removed unnecessary locallang reference for field "editlock"
in showitem string. This field has been moved to access ... - 19:29 Revision 5cba4cbe: [BUGFIX] Fix miscellaneous palette in pages table
- Removed unnecessary locallang reference for field "editlock"
in showitem string. This field has been moved to access ... - 18:40 Revision 3d38d40c: [BUGFIX] EXT:form - fix design glitches of new element modal
- Streamline the markup of the new element modal of the form editor and
fix some style glitches due to side effects wit... - 18:40 Revision fbf5650d: [BUGFIX] EXT:form - fix design glitches of new element modal
- Streamline the markup of the new element modal of the form editor and
fix some style glitches due to side effects wit... - 18:25 Revision eba35306: [BUGFIX] Adjust side-effects for TcaSelectItems test cases
- Resolves: #83980
Related: #83975
Releases: master
Change-Id: I2e8a9f3a5682644ef1dd1f3746be961a93ccafca
Reviewed-on: h... - 16:28 Revision 14499f1d: [BUGFIX] Ensures call of synchronizeFieldValues with valid arguments
- Let 8.7 installtool upgrade wizard L10nModeUpdater ignore synchronization if parent entry of given translations is se...
- 15:53 Revision dd5be777: [FEATURE] styleguide: Render deprecated icons
- Renders deprecated icons of IconRegistry.
- 15:29 Revision a00fd09d: [BUGFIX] Ensures call of synchronizeFieldValues with valid arguments
- Let 8.7 installtool upgrade wizard L10nModeUpdater ignore synchronization if parent entry of given translations is se...
- 14:15 Revision 2845b6a3: [BUGFIX] Notice free TcaSelectItems testing
- Making FormEngine data providers notice free is a mixture of
fixing notices in the test subject, and improving test s... - 12:41 Revision 3a7ffec2: [TASK] Migrate Icons to TypeScript
- Change-Id: I4fa87602661e631adfe29d16e0f5bf31bb0f1104
Resolves: #82591
Releases: master
Reviewed-on: https://review.ty... - 12:15 Revision 91e8d3e1: [TASK] EXT:form - Rename "Vendor" javascript folder to "Contrib"
- Move folder typo3/sysext/form/Resources/Public/JavaScript/Backend/Vendor
to typo3/sysext/form/Resources/Public/JavaSc... - 11:58 Revision a98f62f5: [TASK] Extend untangleFilesArray function test in RequestBuilder
- Check for cases where the files array is nested more complex or
keywords (e.g. "error") are used as field names.
Run... - 10:52 Revision 602a2388: [TASK] EXT:form - Rename "Vendor" javascript folder to "Contrib"
- Move folder typo3/sysext/form/Resources/Public/JavaScript/Backend/Vendor
to typo3/sysext/form/Resources/Public/JavaSc... - 08:51 Revision 7427f11c: [BUGFIX] Fix source collection for GIFBUILDER
- If the file resource is a GIFBUILDER object, the dimension is set in the
properties XY, maxWidth or maxHeight.
Chang... - 08:20 Revision 242d3f32: [TASK] Change the label for scheduler "Save and create"
- The label for the "Save and create new document" in the scheduler module,
will be change to a more appropriate label ... - 08:19 Revision 02e28fc5: [TASK] Change the label for scheduler "Save and create"
- The label for the "Save and create new document" in the scheduler module,
will be change to a more appropriate label ... - 04:38 Revision fd9969bf: [BUGFIX] EXT:filelist Fixed exception when creating new text file
- The exception does not occur with the LocalDriver.
For testing use the driver mentioned in the forge issue.
Resolves...
2018-02-19
- 22:41 Revision 2d61aac0: [BUGFIX] Handle empty string icon-overlay identifier
- An overlay identifier can be an empty string, for instance when the icon API is
called with the Fluid icon view helpe... - 21:31 Revision c4666a0b: [TASK] Remove unused Bootstrap dependency from frontend request handler
- Due to moving BE user authentication to a middleware, the Bootstrap
instance is no longer needed in the frontend requ... - 20:51 Revision 5ff6ca61: [TASK] Remove ErrorIconViewHelper and move logic into model and template
- Simplify generation of the error icon by removing the ViewHelper and
generate the icon identifier in the model instea... - 19:24 Revision a5bb019c: [BUGFIX] Show all dropdown items of form finisher
- Show the entire content of a long finisher dropdown in form wizard.
Resolves: #83131
Releases: 8.7
Change-Id: I38a38... - 12:57 Revision 5333ae5b: [TASK] Catch exception in record editing if current record is deleted
- If an edit form is reloaded after the record has been deleted,
a message should be shown to the user instead of an ex... - 12:19 Revision 70e2d2f6: [BUGFIX] Use language fields as defined in TCA for „Duplicate“
- Change-Id: I123e6dae9b0b6a5bb68261bc9ae5aaf75a64822d
Resolves: #83926
Related: #83892
Releases: master
Reviewed-on: h... - 12:04 Revision 05ba3c3c: [TASK] Catch exception in record editing if current record is deleted
- If an edit form is reloaded after the record has been deleted,
a message should be shown to the user instead of an ex... - 11:58 Revision a8c2d085: [TASK] Remove unused ViewHelpers from extension manager
- Several ViewHelpers inside the extension maanger are not used and
can be removed. As those are not public API no RST ... - 11:47 Revision f7463c76: [TASK] Move BE User initialization into PSR-15 middleware
- The initialization of a Backend user for Frontend Contexts is currently
bound to TSFE, however, the only parts where ... - 09:55 Revision 25b9253f: [TASK] Move FE User initialization into PSR-15 middleware
- The initialization of a frontend user is currently bound to TSFE,
however, the only parts where TSFE is actually need... - 09:46 Revision 281755cc: [TASK] Remove "Set" button in belog extension
- The "Set" button is obsolete because the filter change automatically on dropdown select.
Resolves: #83895
Releases: ...
2018-02-18
- 17:52 Revision ff1c068a: [TASK] Migrate ToggleSearchToolbox to TypeScript
- Change-Id: Ib06890d7697f0a819d436b679995162cba5543fe
Resolves: #82605
Releases: master
Reviewed-on: https://review.ty... - 17:47 Revision f9152bc1: [TASK] Migrate Severity to TypeScript
- Change-Id: I5b738983f733da77100830b841419ba9d12fdf23
Resolves: #83955
Releases: master
Reviewed-on: https://review.ty... - 13:44 Revision a5e8ce4c: [BUGFIX] Show links to missing records in InputLink
- If the linked record wasn't found (wrong uid, removed from database) we
check before trying to gather an icon for the... - 13:31 Revision 0a1f7db0: [TASK] Deprecate array handling in AbstractTreeView
- The array handling in AbstractTreeView has not been used
in the core for quite some while. To clean that class up
a b... - 13:17 Revision 96d3514f: [TASK] Remove "Set" button in belog extension
- The "Set" button is obsolete because the filter change automatically on dropdown select.
Resolves: #83895
Releases: ... - 13:12 Revision aa4ce89d: [BUGFIX] Show links to missing records in InputLink
- If the linked record wasn't found (wrong uid, removed from database) we
check before trying to gather an icon for the... - 00:14 Revision 24c68e80: [TASK] Add composer.json integrity check
- Each composer.json file in a system extension now has its dependencies
checked against the root composer.json to avoi...
2018-02-17
- 23:44 Revision 498f4118: [TASK] Add composer.json integrity check
- Each composer.json file in a system extension now has its dependencies
checked against the root composer.json to avoi... - 23:17 Revision d892e05e: [TASK] Add CGL check for CSV fixtures
- We now make sure that invalid CSV no longer gets merged
into TYPO3s core.
Resolves: #83943
Releases: master, 8.7
Cha... - 22:23 Revision db08ce5c: [BUGFIX] Fix CSV fixtures in core
- All CSV fixtures are now a proper CSV file with a proper column count.
This makes editing them with a picky CSV edito... - 22:19 Revision 31e5d1f8: [BUGFIX] Synchronize root composer.json with ext:core composer.json
- Version constraints must be identical to not spoil
composer single extension installations.
Change-Id: Ic799ef5d5f69... - 22:17 Revision 53315d51: [TASK] Add CGL check for CSV fixtures
- We now make sure that invalid CSV no longer gets merged
into TYPO3s core.
Resolves: #83943
Releases: master, 8.7
Cha... - 21:35 Revision 30fbe565: [TASK] Unify installation tests
- MySql receives a test to install the introduction package, PgSql gets
one for the blank page preset.
With this change... - 21:13 Revision da3b740b: [TASK] Unify installation tests
- MySql receives a test to install the introduction package, PgSql gets
one for the blank page preset.
With this change... - 21:07 Revision fbbec9b3: [FEATURE] Allow deactivation of FormDataProviders
- To manipulate the FormEngine data provider list by extensions,
it can be helpful to just set a data provider as disab... - 21:07 Revision 62399539: [FEATURE] Allow deactivation of PSR-15 middlewares
- Similar to other places that use dependency configurations
via arrays, the middleware stack configuration now allows
... - 20:48 Revision e2e65ee2: [BUGFIX] Respect casing in CommandLineBackendUserRemovalUpdate
- System extensions used to create their _cli_* users lowercased.
The wizard queries only for uppercase varieties. Addi... - 20:48 Revision 85ab2f5b: [BUGFIX] Respect casing in CommandLineBackendUserRemovalUpdate
- System extensions used to create their _cli_* users lowercased.
The wizard queries only for uppercase varieties. Addi... - 20:40 Revision 8d8050e5: [TASK] Rewrite DragUploader in TypeScript
- Change-Id: If1aeff95d06e98e9c5a3725445bc616552c1eb14
Resolves: #82585
Releases: master
Reviewed-on: https://review.ty... - 20:39 Revision 111c29f9: [TASK] Move HTML generation in RemoveUserViewHelper to the view
- Instead of creating the HTML in the ViewHelper it should be done in
the template.
Resolves: #83918
Releases: master
... - 20:30 Revision 2348992f: [BUGFIX] Use correct content types in backend ajax and eID responses
- Due to the recent changes in the commit:
e487cf526980570aa8f7a92d170bf439637c5972
[TASK] Create own response ... - 20:00 Revision f0e1ca7f: [TASK] Add UnitTest for Compatibility7ExtractionUpdate
- Change-Id: I2450313e4fb470a62f9bb4e371e0200c720bb4b5
Resolves: #83950
Releases: master, 8.7
Reviewed-on: https://revi... - 19:56 Revision 3b15704f: [TASK] Migrate DocumentHeader to TypeScript
- Change-Id: I44878243205274bac6e328ee8f1e4db79377869c
Resolves: #82584
Releases: master
Reviewed-on: https://review.ty... - 18:24 Revision 12aef7c0: [BUGFIX] Fix CSV fixtures in core
- All CSV fixtures are now a proper CSV file with a proper column count.
This makes editing them with a picky CSV edito... - 16:37 Revision b6528d03: [TASK] Test for dangling instances in unit test execution
- If a test adds some mock or prophecy revelation to the
GeneralUtility::makeInstance() stack using addInstance(),
it i... - 10:03 Revision 7774deca: [TASK] Properly check for HTTPS
- Take into account empty and "off" values for the HTTPS request variable
to support ISAPI with IIS.
Resolves: #81837
...
2018-02-16
- 21:29 Revision d8966fc6: [BUGFIX] Flacky acceptance test
- Better safeguard a BookmarkCest detail to
stabilize that patch again.
Change-Id: Ia873d1c8a04d0ef329c280ff5d4d7518c6... - 21:29 Revision c9206f8d: [BUGFIX] Flacky acceptance test
- Better safeguard a BookmarkCest detail to
stabilize that patch again.
Change-Id: Ia873d1c8a04d0ef329c280ff5d4d7518c6... - 20:05 Revision bdb54ff1: [BUGFIX] Unit tests call parent::tearDown()
- For the memory garbage collection of UnitTestCase to kick in,
it is important that unit tests which implement tearDow... - 20:05 Revision 19e23dce: [BUGFIX] Unit tests call parent::tearDown()
- For the memory garbage collection of UnitTestCase to kick in,
it is important that unit tests which implement tearDow... - 20:04 Revision e487cf52: [TASK] Create own response instance in controller actions
- To further support the PSR-7 / PSR-15 and removal of
GeneralUtility::_GP() and friends efforts, all controllers
no lo... - 20:02 Revision 2b6a19ea: [TASK] Properly check for HTTPS
- Take into account empty and "off" values for the HTTPS request variable
to support ISAPI with IIS.
Resolves: #81837
... - 18:55 Revision 6f4b9e34: [BUGFIX] Fix table markup in DragDropUploader
- Resolves: #83938
Releases: master, 8.7
Change-Id: I71ddeb358cea2b24a4db46545a35ca956c6bc320
Reviewed-on: https://revi... - 17:50 Revision b1848291: [TASK] Deprecate TypoScriptFrontendController->page_cache_reg1
- Property page_cache_reg1 is a poor man limited way to manipulate
page cache tagging. It has been of very little use a... - 17:29 Revision cb4051c7: [TASK] Remove ClickMenuOnIconViewHelper of filelist extension
- Move the templating code into the template instead of using a
ViewHelper.
Resolves: #83919
Releases: master
Change-I... - 16:58 Revision d33c9f1d: [BUGFIX] Fix table markup in DragDropUploader
- Resolves: #83938
Releases: master, 8.7
Change-Id: I71ddeb358cea2b24a4db46545a35ca956c6bc320
Reviewed-on: https://revi... - 13:02 Revision 57d0ae78: [TASK] Unit test DataHandler->clearPrefixFromValue()
- Add a unit test to support the change from issue #83870.
Change-Id: Ic8a1006c56989a1aa2ef2734e1320447875f1138
Resolv... - 13:01 Revision ac263b3d: [CLEANUP] Remove obsolete fixtures of Fluid unit tests
- Change-Id: I8a54c72090fc9e9d39fae1ddd13d8f72f691fcc0
Resolves: #83929
Related: #79972
Related: #77127
Releases: maste... - 13:01 Revision d6b54539: [CLEANUP] Remove obsolete fixtures of Fluid unit tests
- Change-Id: I8a54c72090fc9e9d39fae1ddd13d8f72f691fcc0
Resolves: #83929
Related: #82414
Related: #79972
Related: #77127... - 12:51 Revision 676ce047: [TASK] Move FE OutputCompression to PSR-15
- Output Compression should be separated from the request handling, and is
now moved into a PSR-15 middleware.
This ch...
2018-02-15
- 20:36 Revision 83cdd7ff: [TASK] Move TSFE Initialization into a PSR-15 middleware
- In order to have the main request handler only deal with content creation,
and especially to move fe_user / be_user i... - 20:13 Revision 1220a482: [BUGFIX] Correct check for install tool requests in bootstrap
- Resolves: #83924
Releases: master, 8.7
Change-Id: If9f435c64addea63793586e131da19768749857c
Reviewed-on: https://revi... - 19:56 Revision 9ba14d5b: [TASK] Change the label for scheduler "Save and create"
- The label for the "Save and create new document" in the scheduler module,
will be change to a more appropriate label ... - 19:49 Revision 66e67f22: [TASK] Simplify Frontend Request Handler
- This patch improves the workflow readability by replacing variables,
simplifying if() clauses and orderings etc.
Res... - 19:43 Revision 46205335: [BUGFIX] Correct check for install tool requests in bootstrap
- Resolves: #83924
Releases: master, 8.7
Change-Id: If9f435c64addea63793586e131da19768749857c
Reviewed-on: https://revi... - 19:05 Revision b4aa8b7f: [TASK] Move "pageUnavailable_force" into a PSR-15 middleware
- The check if the frontend is in "maintenance mode",
set by $GLOBALS['TYPO3_CONF_VARS']['FE']['pageUnavailable_force']... - 17:37 Revision 54d3af08: [TASK] Make PSR-15 middlewares use normalizedParams
- This patch uses the newly introduced normalizedParams, marking
the first step away from GeneralUtility::getIndpEnv(),... - 17:00 Revision ff7c2aa0: [BUGFIX] Remove side effects from ErrorController tests
- Resolves: #83921
Releases: master
Change-Id: Icaa53e211ed2ca6ea9824a930960c2d9cee688ef
Reviewed-on: https://review.ty... - 13:30 Revision da4db433: [BUGFIX] Notice free InlineStackProcessor testing
- Change-Id: I77a4782f250a4b37051eb321fd5c6670b4366e24
Resolves: #83908
Releases: master
Reviewed-on: https://review.ty... - 13:27 Revision 53a4cce8: [TASK] Let Bamboo check for clean TypeScript build
- To avoid having stale TypeScript builds, Bamboo now recompiles every
TypeScript via grunt and checks for unwanted mod... - 12:54 Revision a77b2e09: [TASK] Separate Error handling from TSFE
- The goal is to decouple error handling from TSFE.
For that, a new ErrorController is added which can be
called and re... - 12:51 Revision 6362f63f: [TASK] Allow chaining in class ModuleTemplate
- For slightly more dense code ModuleTemplate now
returns $this on setter methods to allow chaining.
Change-Id: Icd92d... - 12:43 Revision d31d3aa2: [TASK] Let Bamboo check for clean TypeScript build
- To avoid having stale TypeScript builds, Bamboo now recompiles every
TypeScript via grunt and checks for unwanted mod... - 06:52 Revision cae6a007: [TASK] Hide "Group by page" if only one page is shown in EXT:belog
- It is unnecessary to show the "Group by page" checkbox if "This page" is
selected in the "Depth" dropdown.
Thus, the ... - 06:51 Revision a531790d: [TASK] Hide "Group by page" if only one page is shown in EXT:belog
- It is unnecessary to show the "Group by page" checkbox if "This page" is
selected in the "Depth" dropdown.
Thus, the ... - 02:29 Revision 48da8ebc: [BUGFIX] Show duplicate button only if it makes sense
- Resolves: #83892
Related: #77685
Releases: master
Change-Id: I16a7d57efa7d75e712bba24724d4da365b0aa40a
Reviewed-on: h...
2018-02-14
- 22:36 Revision 3d870286: [TASK] Move check if workspaces extension is loaded to the controller
- Instead of using a ViewHelper the logic can be moved to the controller
where it belongs.
As the ViewHelper is not a ... - 22:31 Revision cb97b111: [TASK] Set about module free from Extbase
- The whole Extbase stack for the about module
is not necessary, as there is only one action
in this controller, and it... - 22:29 Revision 1b31c266: [TASK] Update typo3/cms-styleguide
- composer update typo3/cms-styleguide
Version 9.0.2 brings examples of the new checkbox renderTypes
and a fal example... - 22:14 Revision 5278a235: [TASK] Show ordered PSR-15 middlewares in Configuration module
- In order to find out what middlewares are called in which order,
the Configuration module now has an additional list ... - 13:58 Revision 340f4eae: [FEATURE] Add normalized server parameters to PSR-7 requests
- To slowly substitute GeneralUtility::getIndpEnv() with a
better API, a new class is introduced that calculates all
no... - 12:57 Revision 414d1346: [TASK] styleguide: TCA: An a fal example with allowLanguageSynchronization
- 12:42 Revision 3ca46352: [TASK] Remove overkill extension classes in about module
- When the about module (EXT:about) was refactored into
Extbase, a Repository and Domain Model for Extensions was
added... - 10:43 Revision c924fbda: [FEATURE] Add possibility to use session data in TS conditions
- Since the session API has been adjusted it is no longer possible
to access the (now protected) sesData property of th... - 10:42 Revision e514f439: [!!!][TASK] Handle E_NOTICE free unit tests
- Raise typo3/testing-framework from 2.0.4 to 3.0.0:
composer require --dev typo3/testing-framework ^3.0
The new typo3... - 09:40 Revision e9960705: [BUGFIX] Cleanup Spool Mailer feature
- The default file path is not set, so the admin has to set this
to a sensible default outside the web folder when he/s...
2018-02-13
- 23:27 Revision 04ad015d: [TASK] Update typo3/testing-framework
- Raise from 2.0.3 to 2.0.4 in master and
from 1.2.2 to 1.2.3 in v8. Brings a patch
to hopefully stabilize acceptance t... - 23:27 Revision fc321fe4: [TASK] Update typo3/testing-framework
- Raise from 2.0.3 to 2.0.4 in master and
from 1.2.2 to 1.2.3 in v8. Brings a patch
to hopefully stabilize acceptance t... - 23:04 Revision d101e40f: [BUGFIX] Remove console.log() from compiled InfoWindow.js
- Resolves: #83886
Related: #83844
Releases: master
Change-Id: I2eca96de481c9b3d4a660f7cfded99099ea87743
Reviewed-on: h... - 22:10 Revision ec7830bb: [BUGFIX] Handle settings for report / check in linkvalidator
- The level and link type checkmark options are now handled seperately
for the "Report" and "Check Links" tab. This way... - 21:50 Revision aae95968: [BUGFIX] Handle settings for report / check in linkvalidator
- The level and link type checkmark options are now handled seperately
for the "Report" and "Check Links" tab. This way... - 20:52 Revision f7b516d0: [FEATURE] Add interlace option for image conversion
- When the option $GLOBALS['TYPO3_CONF_VARS'][GFX][processor_interlace]
is set, all images will be generated with the g... - 20:39 Revision c5eecf0e: [BUGFIX] Add missing htmlspecialchars() calls and cleanup in QueryView
- Add missing htmlspecialchars() calls in
EXT:core/Classes/Database/QueryView.php and do cleanup.
Resolves: #83354
Rel... - 15:19 Revision 0f969002: [BUGFIX] Add missing htmlspecialchars() calls and cleanup in QueryView
- Add missing htmlspecialchars() calls in
EXT:core/Classes/Database/QueryView.php and do cleanup.
Resolves: #83354
Rel... - 14:31 Revision 743d6780: [TASK] Remove two unused settings from LocalConfiguration
- The two (internal) settings 'SYS/isInitialInstallationInProgress' and
'SYS/isInitialDatabaseImportDone' have been obs... - 13:24 Revision 6af66f1d: [FEATURE] Add duplicate button
- This patch provides a new "duplicate" button inside of the topbar of the
edit record form next to the close button. T... - 13:22 Revision 85aa8905: [BUGFIX] Add missing space in regular expression
- DataHandler::clearPrefixFromValue is missing a space
in the regular expression when removing the prependAtCopy
label.... - 08:56 Revision 8858577f: [TASK] Use hash_equals for timing-safe comparison of hash-values
- To prevent timing-attacks on hash-comparions it is advised
to use hash_equals.
Resolves: #83329
Releases: master, 8.... - 08:04 Revision 2235b4a5: [BUGFIX] Fix backend user check in ProductionExceptionHandler
- Uncaught Error: Call to a member function isBackendUserLoggedIn() on null
in […]/typo3/sysext/core/Classes/Error/Prod...
2018-02-12
- 22:51 Revision 3900c7ae: [BUGFIX] Fix backend user check in ProductionExceptionHandler
- Uncaught Error: Call to a member function isBackendUserLoggedIn() on null
in […]/typo3/sysext/core/Classes/Error/Prod... - 22:39 Revision eaa28ad1: [BUGFIX] Show ImageMagick command on failure
- Install tool now shows an ImageMagick command which
failed.
Resolves: #83868
Releases: master
Change-Id: I4555d2ccdf... - 22:33 Revision 0b944f1d: [BUGFIX] Catch __PHP_Incomplete_Class classes
- Resolves: #66587
Releases: master, 8.7
Change-Id: I444c818e9f81d3595ca68513800c85d9f993f9b4
Reviewed-on: https://revi... - 21:45 Revision 16440346: [TASK] Directly wire Application and RequestHandler
- The frontend and backend Application and RequestHandler classes
are tightly coupled since the frontend eID request ha... - 21:43 Revision b6dd5365: [TASK] Use Logging API for scheduler logging
- The custom logging of the scheduler pollutes the sys_log table
by default in all installations.
Switching to proper ... - 20:23 Revision e624c933: [FEATURE] Add signal slot for user switch
- Resolves: #80263
Releases: master
Change-Id: Ida7b06961c2e9e813a03586fc6c8f26b3bcde3d8
Reviewed-on: https://review.ty... - 19:31 Revision 7c7ba163: [BUGFIX] Catch __PHP_Incomplete_Class classes
- Resolves: #66587
Releases: master, 8.7
Change-Id: I444c818e9f81d3595ca68513800c85d9f993f9b4
Reviewed-on: https://revi... - 18:11 Revision 6c8a2df3: [TASK] Deprecate StringFrontend cache frontend
- Can be drop-in replaced by VariableFrontend. There are no
occurrences in core code except for in tests and comments.
... - 17:27 Revision eb5f361e: [BUGFIX] Show hidden translated record only once in clipboard
- Right now, when user in workspace move element with translation
to the clipboard, translation is rendered twice in cl... - 17:27 Revision 213cbde0: [BUGFIX] Updated class name in scheduler docs
- Resolves: #66587
Releases: master, 8.7
Change-Id: If5fbb4df430aeb08122cc0713167a8cc464e6d55
Reviewed-on: https://revi... - 17:27 Revision 3e463610: [BUGFIX] Updated class name in scheduler docs
- Resolves: #66587
Releases: master, 8.7
Change-Id: If5fbb4df430aeb08122cc0713167a8cc464e6d55
Reviewed-on: https://revi... - 17:17 Revision ec15a3c6: [BUGFIX] Show hidden translated record only once in clipboard
- Right now, when user in workspace move element with translation
to the clipboard, translation is rendered twice in cl... - 16:27 Revision 3adb7533: [BUGFIX] Convert eID null return values to a NullResponse
- An eID script (like FileDumpController) might return null.
We need to convert that to a NullResponse in order to be
p... - 16:15 Revision c71c09ad: [TASK] Fix escaping in documentation of EXT:scheduler
- Releases: master
Resolves: #83862
Change-Id: Iba543f6511949b9b4bebd73d65cedd77c4c4a5f2
Reviewed-on: https://review.ty... - 15:28 Revision 5169866e: [TASK] Use native array_replace_recursive implementation
- The custom implementation of array_replace_recursive in YamlSource
has been replaced with the native PHP version of t... - 14:55 Revision 07739dbb: [TASK] Use native array_replace_recursive implementation
- The custom implementation of array_replace_recursive in YamlSource
has been replaced with the native PHP version of t... - 14:05 Revision e5435994: [BUGFIX] Handle Guzzle exceptions in linkvalidator
- * The Guzzle exceptions are handled in order to produce better,
localized error messages in the Report
* Add a new ... - 13:48 Revision 0ec020cc: [BUGFIX] Handle Guzzle exceptions in linkvalidator
- * The Guzzle exceptions are handled in order to produce better,
localized error messages in the Report
* Add a new ... - 13:32 Revision 9e756d64: [BUGFIX] Use `file.identifier` in search result of filelist
- The search results of the filelist access the property
`file.combinedIdentifier`. The property is not available anymo... - 13:17 Revision f48414d3: [BUGFIX] Use `file.identifier` in search result of filelist
- The search results of the filelist access the property
`file.combinedIdentifier`. The property is not available anymo... - 13:06 Revision 4da9b04a: [!!!][BUGFIX] Reorder processing of TCA select items
- It's now possible again to add and remove items via
pageTSconfig after itemsProcFunc has been processed
for TCA selec... - 12:56 Revision 744ee56b: [TASK] Skip test for Yaml PHP extension if not loaded
- Resolves: #83861
Releases: master, 8.7
Change-Id: I235e5e37405b264ce071c8d6ecb2b0c13f64357c
Reviewed-on: https://revi... - 12:46 Revision 0883ceb6: [BUGFIX] Make it possible to translate selectMultipleSideBySide
- For the default language it was possible to view the field, but on
translating the dataset, the following exception i... - 12:38 Revision eaf148d9: [BUGFIX] Make it possible to translate selectMultipleSideBySide
- For the default language it was possible to view the field, but on
translating the dataset, the following exception i... - 12:37 Revision aa83d680: [TASK] Skip test for Yaml PHP extension if not loaded
- Resolves: #83861
Releases: master, 8.7
Change-Id: I235e5e37405b264ce071c8d6ecb2b0c13f64357c
Reviewed-on: https://revi... - 12:20 Revision dbd9dd2d: [BUGFIX] Make it possible to translate selectMultipleSideBySide
- For the default language it was possible to view the field, but on
translating the dataset, the following exception i... - 11:39 Revision e44f009a: [TASK] Move info popups to modal windows
- Resolves: #83844
Releases: master
Change-Id: I5fef80a48d52da9800a7a9a2a23445d60168e8b5
Reviewed-on: https://review.ty... - 11:29 Revision ea595169: [BUGFIX] EXT:filelist Fixed exception when the base path does not exists
- Resolves: #79785
Releases: master, 8.7
Change-Id: I50cf03273747b1fa32a1f8e4aac993a3fbc7b7f0
Reviewed-on: https://revi... - 11:13 Revision 1ea84aa1: [TASK] Unify Backend Request Handlers
- Due to the middleware PSR-15 concept, the AjaxRequestHandler can
be migrated easily into the generic Backend RequestH... - 09:50 Revision 07e566f0: [TASK] Update php-cs-fixer to v2.10.2
- Adjusts comment-indentions for else/elseif.
Commands used:
* composer update friendsofphp/php-cs-fixer --with-depend... - 09:03 Revision f6a34fe1: [TASK] FE: Move Content-Length header to middleware
- Resolves: #83828
Releases: master
Change-Id: Id5f85a5ae38260cc1a1bf730b365a9b1c425bc7e
Reviewed-on: https://review.ty...
2018-02-11
- 14:09 Revision 1dde9c4c: [BUGFIX] Set default values in TCA of sys_file_collection
- Resolves: #83838
Releases: master, 8.7
Change-Id: I3f27f3e610fd4eae7ac37349a0cf4ff03faa1189
Reviewed-on: https://revi... - 13:46 Revision 437015c5: [BUGFIX] Set default values in TCA of sys_file_collection
- Resolves: #83838
Releases: master, 8.7
Change-Id: I3f27f3e610fd4eae7ac37349a0cf4ff03faa1189
Reviewed-on: https://revi... - 13:25 Revision 97ce5725: [BUGFIX] HTML5: use self-closing tags only if allowed
- For HTML5 only certain HTML tags are allowed to be self-closing
(e.g. <img src="..." />), so this needs to be checked... - 13:16 Revision 4830763a: [BUGFIX] HTML5: use self-closing tags only if allowed
- For HTML5 only certain HTML tags are allowed to be self-closing
(e.g. <img src="..." />), so this needs to be checked... - 01:36 Revision 170287bf: [TASK] Popup file id on the right side of "File selector"
- With this patch on the right side of the "File selector" window a popup
with the file id is showing hovering the file... - 01:23 Revision 7a549759: [FEATURE] Add readonly and required attributes to TextareaViewHelper
- The f:form.textarea view helper now supports the HTML attributes
`readonly` and `required`.
Resolves: #82704
Release... - 01:12 Revision c234c6b5: [BUGFIX] Fix quoting and cleanup in AdminPanelView
- In EXT:frontend/Classes/View/AdminPanelView.php add missing
htmlspecialchars() calls, remove unnecessary ones, add qu... - 01:01 Revision 985d0a9e: [BUGFIX] Fix quoting and cleanup in AdminPanelView
- In EXT:frontend/Classes/View/AdminPanelView.php add missing
htmlspecialchars() calls, remove unnecessary ones, add qu... - 00:44 Revision 95f9df58: [FEATURE] Integrate Swift Mailer's spool transport
- Adds new configuration to the install tool and provides an
extbase schedular task and command.
A small refactoring w... - 00:06 Revision fc3c17d6: [BUGFIX] EXT:form - fix clicks on checkbox labels in IE/Edge
- Add the "for" attribute to help Internet Explorer and Edge to target
the actual checkbox field, not the hidden field ... - 00:06 Revision 64f29c34: [TASK] Fix flaky Acceptance Tests
- The current default timeout to wait for elements is 10 seconds.
Turn up to 30 sec to stabilize the situation.
Resolv... - 00:04 Revision 0059eed5: [FEATURE] Allow setting a default replyTo-email-address
- If no other email-address is set as reply-to use this address
as default. This is similar to the existing defaultMail...
2018-02-10
- 23:30 Revision f8fe8ccc: [TASK] Apply uglify to TypeScript builds
- The Grunt task `copy:ts_files` now modifies the uglify configuration
on-the-fly to minify the files compiled by TypeS... - 23:19 Revision 211383c5: [BUGFIX] Respect TSconfig option showHistory
- The TSconfig `options.showHistory` is not respected inside the core.
Add checks for list view and context menu.
Insi... - 23:14 Revision 35e4d4e4: [TASK] Fix flaky Acceptance Tests
- The current default timeout to wait for elements is 10 seconds.
Turn up to 30 sec to stabilize the situation.
Change... - 21:51 Revision 8ac3aebd: [BUGFIX] EXT:form - fix clicks on checkbox labels in IE/Edge
- Add the "for" attribute to help Internet Explorer and Edge to target
the actual checkbox field, not the hidden field ... - 21:29 Revision 2b4c842e: [BUGFIX] Fix RTE CKEditor placements of dropdowns in Chrome
- When used with the Chrome browser, the RTE CKEditor misplaces the
position of its dropdowns/context menus (opened via... - 21:08 Revision ebd35d7d: [TASK] Update UC in recycler only once per action
- The UC of a backend user is now updated only once per request, if there
are actual changes.
Resolves: #83839
Release... - 21:07 Revision 480161c8: [BUGFIX] Fix RTE CKEditor placements of dropdowns in Chrome
- When used with the Chrome browser, the RTE CKEditor misplaces the
position of its dropdowns/context menus (opened via... - 20:59 Revision b8a6ee16: [BUGFIX] Check if UC of recycler was ever set
- Resolves: #83839
Releases: master
Change-Id: I1e72f959a7ec91c3834fc04ddf175c5c8cb441f2
Reviewed-on: https://review.ty... - 19:40 Revision 42016239: [TASK] Update UC in recycler only once per action
- The UC of a backend user is now updated only once per request, if there
are actual changes.
Resolves: #83839
Release... - 19:37 Revision 95549168: [BUGFIX] Correct horizontal scrolling in iframe on iOS browsers
- Browsers on iOS are ignoring the width property for iframes,
this resulted in iframes beeing rendered too wide and pr... - 19:11 Revision 104cee47: [BUGFIX] Correct horizontal scrolling in iframe on iOS browsers
- Browsers on iOS are ignoring the width property for iframes,
this resulted in iframes beeing rendered too wide and pr... - 15:43 Revision d1dd5d4c: [BUGFIX] Fix false icons widths in FormEngine IconSelect
- The width of Icons in TCA selects adjusted in https://review.typo3.org/c/55568/
has been corrected to have Icons use ... - 15:18 Revision 8bea9120: [BUGFIX] Fix false icons widths in FormEngine IconSelect
- The width of Icons in TCA selects adjusted in https://review.typo3.org/c/55568/
has been corrected to have Icons use ... - 00:20 Revision f94c0d6f: [BUGFIX] Show active state for SelectIcons
- Highlight the selected icon. This useful feature has been
removed with the FormEngine rewrite.
Resolves: #83781
Rele... - 00:03 Revision 6625430f: [BUGFIX] Show active state for SelectIcons
- Highlight the selected icon. This useful feature has been
removed with the FormEngine rewrite.
Resolves: #83781
Rele...
2018-02-09
- 21:48 Revision df4b0966: [BUGFIX] Access Close.html from Resources/Public/Html/
- Clicking the close button in a editing popup accesses Close.html in
Resources/Public/Html/ which is a folder accessib... - 21:36 Revision b615b0ae: [BUGFIX] EXT:filelist Fixed exception when the base path does not exists
- Resolves: #79785
Releases: master, 8.7
Change-Id: I50cf03273747b1fa32a1f8e4aac993a3fbc7b7f0
Reviewed-on: https://revi... - 19:52 Revision 8e2528b1: [BUGFIX] Fix typo in field description SYS:ddmmyy
- 'Date' should be 'Day'.
Resolves: #83829
Related: master, 8.7
Change-Id: If422279d147598b02e342a00f3ebcbb3d3f26723
R... - 19:31 Revision 852ee649: [BUGFIX] Fix typo in field description SYS:ddmmyy
- 'Date' should be 'Day'.
Resolves: #83829
Related: master, 8.7
Change-Id: If422279d147598b02e342a00f3ebcbb3d3f26723
R... - 19:14 Revision b1034222: [BUGFIX] Do not check HTTP referrer anymore
- Under certain circumstances some browsers do not set the HTTP referrer
anymore due to privacy reasons. Hence, checkin... - 16:55 Revision 63e26be3: [BUGFIX] Cast values always to string before applying through ini_set
- Resolves: #83826
Releases: master
Change-Id: I55d7141ffb26126215be029547e143ed2f777707
Reviewed-on: https://review.ty... - 16:05 Revision 201e0500: [TASK] Make extension scanner aware of the deprecated EidRequestHandler
- Change-Id: I2a664d445ba501a79a13aa634a8e943ef1726cf0
Releases: master
Resolves: #83831
Related: #83511
Related: #8380... - 14:23 Revision 86c83fbf: [BUGFIX] Add missing character in upgrade wizard SectionFrameToFrameClassUpdate
- Resolves: #83827
Releases: master
Change-Id: Id1d3c7ab540949d8c83bffbd921f57c6b13da879
Reviewed-on: https://review.ty... - 12:31 Revision a37c3ea5: [TASK] Block access to .typoscript files
- As .typoscript is the preferred file ending for TypoScript files,
this should be reflected in the .htaccess access ru... - 00:37 Revision e835a1e1: [BUGFIX] Use MissingArrayPathException in InheritancesResolverService
- With change for issue #83238 the specific exception
MissingArrayPathException has been accidently changed
back to a g... - 00:31 Revision 67944d64: [FEATURE] Add constraint hook in DatabaseRecordList->makeSearchString
- A newly introduced hook in DatabaseRecordList->makeSearchString allows to
modify the constraints which are applied to... - 00:15 Revision 981147b3: [TASK] Resolve Todos in InheritancesResolverService
- Add some comments to understand InheritanceResolverService class.
Minor refactoring of duplicated code.
Add Test for ...
2018-02-08
- 23:56 Revision 728c4fed: [TASK] Resolve Todos in InheritancesResolverService
- Add some comments to understand InheritanceResolverService class.
Minor refactoring of duplicated code.
Add Test for ... - 23:45 Revision 6efe8392: [BUGFIX] Align Storage “is_public” checkbox with checkbox styles
- The markup generated by the UserStorageCapabilityService is now
in line with the overall styling of checkboxes in TCA... - 22:35 Revision eb310ba3: [BUGFIX] Allow silent upgrade service to migrate old displayErrors setting
- The bootstrap throws an exception when the setting SYS/displayErrors
is not set to "-1", "0" or "1". In the Install T... - 22:15 Revision 9501ba13: [TASK] Use PSR-7 Response objects for external URL redirects
- Instead of immediately exiting, allow to post-process the response
through the middleware chain.
Change-Id: Icfb47f7... - 22:04 Revision 6cc0b487: [TASK] Move BE-related bootstrap code to PSR-15 middleware
- Various functionality used by both backend request handlers is moved
into PSR-15 compatible middleware, making the fo... - 21:58 Revision 06fbb8cf: [BUGFIX] Allow silent upgrade service to migrate old displayErrors setting
- The bootstrap throws an exception when the setting SYS/displayErrors
is not set to "-1", "0" or "1". In the Install T... - 20:38 Revision 9f05cba0: [BUGFIX] Allow workspace preview inside another rootline
- The rootline for page view now depends on the webmounts of the workspace
the preview link was generated on and not th... - 20:38 Revision d7c8f291: [BUGFIX] Allow workspace preview inside another rootline
- The rootline for page view now depends on the webmounts of the workspace
the preview link was generated on and not th... - 20:12 Revision 669f67d3: [TASK] Deprecate page.javascriptLibs.*
- The settings page.javascriptLibs and page.javascriptLibs.jQuery
have been marked as deprecated and will be removed in... - 20:06 Revision e48b91c5: [BUGFIX] Remove usage of fluid legacy classes
- With https://review.typo3.org/#/c/54068/ a lot of fluid classes
were changed and replaced by fluid standalone classes... - 20:05 Revision 840becac: [TASK] Improve file overwriting dialog of the filelist module
- - Remove grey background box
- Move buttons on the same row
- Better position for alternatively actions
- Some margin... - 19:21 Revision 140e85ab: [TASK] Improve file overwriting dialog of the filelist module
- - Remove grey background box
- Move buttons on the same row
- Better position for alternatively actions
- Some margin... - 19:17 Revision ae6338fe: [BUGFIX] Respect TSconfig option showHistory
- The TSconfig `options.showHistory` is not respected inside the core.
Add checks for list view and context menu.
Insi... - 15:49 Revision 3b7bd11e: [BUGFIX] Fix unset bits in options.alertPopup bitmask
- The validation in JsConfirmation did not allow for a value
based on JsConfirmation:ALL with some bits unset.
Change-... - 15:24 Revision 41b9b1e8: [BUGFIX] Fix unset bits in options.alertPopup bitmask
- The validation in JsConfirmation did not allow for a value
based on JsConfirmation:ALL with some bits unset.
Change-... - 14:37 Revision 585f361d: [TASK] Rewrite eID handling as PSR-15 middleware
- Releases: master
Resolves: #83803
Change-Id: Id704c5235e5e844d8e42482dd55948e0ad4a2162
Reviewed-on: https://review.ty... - 14:14 Revision c3efc046: [TASK] Show warning when deleting an element which has references
- Show the same warning in the page module as done in the list module,
except without the title and the table:uid combi... - 09:37 Revision 4f17dd08: [BUGFIX] Deprecate broken buildQueryParameters hook
- This change deprecates the "buildQueryParameters" hook in three
different classes and adds two new hooks in DatabaseR...
2018-02-07
- 22:54 Revision 629d6fde: [TASK] Add backwards-compatibility for old BE modules
- Handling of "&M" parameters is added back in order to make
the transition for Backend modules easier.
Resolves: #838... - 22:21 Revision 835a3171: [BUGFIX] Remove wrong phpDoc for defineTypo3RequestTypes function
- There is no return value, drop the @return tag.
Also add @param int $requestType to setRequestType
Resolves: #83801
... - 22:20 Revision f70522cf: [TASK] Rewrite the redirect handler as PSR-15 HTTP middleware
- The code is restructured to clearly distinct between aborting
the middleware chain – returning an own response – and ... - 22:17 Revision 5515ba25: [BUGFIX] Fix timetracker and pre-process middleware sequence
- Correct middleware configuration to preserve the ordering
timetracker initialization and pre-process hook had prior
t... - 21:32 Revision 2ce1dffb: [TASK] Implement runtime_cache for DataHandler->recUpdateAccessCache
- Removes "public internal" cache variable and implements runtime_cache
instead.
Change-Id: I8262a699d60db9e9eb04f23c3... - 20:07 Revision d99e3380: [TASK] Improve prevention of redirect loop
- This prevents a redirect loop with realurl where an editor
doesn't see the pagetree of his login domain in his worksp... - 20:02 Revision 20678ebb: [TASK] Use existing js listeners in page module
- Resolves: #81466
Releases: master, 8.7
Change-Id: Icf9dace3b00667e4d6a17cc5d3559782beffb725
Reviewed-on: https://revi... - 19:56 Revision 526f1795: [TASK] Reenable all additionals in video tag
- Enable all additionalAttributes and additionalConfig’s to cover w3c and special spacs.
Resolves: #81743, #81741
Rele... - 19:50 Revision e993d07f: [TASK] Unify layout of tables in submodules
- Use the same layout for tables in submodules of module 'Info'.
Resolves: #81457
Releases: master
Change-Id: I1135bbf... - 19:49 Revision 755205b0: [TASK] Improve prevention of redirect loop
- This prevents a redirect loop with realurl where an editor
doesn't see the pagetree of his login domain in his worksp... - 13:36 Revision 825e5d32: [TASK] Properly select Chinese (Simplified) in DatePicker.js
- The language identifier key for Chinese in TYPO3s backend is ‘ch’.
The valid identifier should be ‘zh-cn’, but we can...
2018-02-06
- 23:01 Revision 377bdaae: [BUGFIX] Do not rawurlencode record titles using label_alt and type=group
- Do not rawurlencode the label_alt part references of record titles if
they are of type=group as this leads to duplica... - 21:46 Revision d5c7e42d: [TASK] Use TSFE->isBackendUserLoggedIn() instead of public variable
- The public method TSFE->isBackendUserLoggedIn() instead of
TSFE->beUserLogin (public property).
Resolves: #83785
Rel... - 21:35 Revision 374c3e96: [BUGFIX] Allow users without delete permissions to drag pages in page tree
- BE users without delete rights can now drag-drop pages in the page tree.
The drag - delete area is not shown.
Resolv... - 21:29 Revision cdc66e19: [TASK] Move frontend pre-process functionality to PSR-15 middleware
- This patch moves logic out of the RequestHandlers into PSR-15 compatible
middleware classes to call a hook and initia... - 21:09 Revision 9266297f: [FEATURE] Add support for PSR-15 HTTP middlewares
- PSR-15 middlewares are hooks on steroids for HTTP requests.
Due to chaining middlewares and the core request handler(... - 12:04 Revision 336ab659: [TASK] Set TYPO3 version to 7.6.25-dev
- Change-Id: I74d839719a841d19b23241af87c1f5cfbc012d7f
Reviewed-on: https://review.typo3.org/55574
Tested-by: TYPO3com ... - 12:02 Revision 6164161c: [TASK] Set TYPO3 version to 8.7.11-dev
- Change-Id: Iae0fa0d5726f831c0025aaad3cb21286e0d3c41b
Reviewed-on: https://review.typo3.org/55572
Tested-by: TYPO3com ... - 11:54 Revision 9c6b6620: [RELEASE] Release of TYPO3 7.6.24
- Change-Id: I58a85b55724c2a4072a7ceec900cab685a0a834b
Reviewed-on: https://review.typo3.org/55573
Reviewed-by: Oliver ... - 11:46 Revision a33acf4e: [RELEASE] Release of TYPO3 8.7.10
- Change-Id: Idfb7eea72c6e2b825227c19211664e8b7d823201
Reviewed-on: https://review.typo3.org/55571
Reviewed-by: Oliver ... - 11:43 Revision 923ce4ca: [BUGFIX] Replace calls to the deprecated PHP function each()
- This patch replaces the calls to the PHP function each() as it is
marked as deprecated in PHP 7.2. Additionally it ad... - 11:32 Revision 38d68837: [BUGFIX] Replace calls to the deprecated PHP function each()
- This patch replaces the calls to the PHP function each() as it is
marked as deprecated in PHP 7.2. Additionally it ad... - 11:18 Revision 8bcf6b29: [BUGFIX] Replace calls to the deprecated PHP function each()
- This patch replaces the calls to the PHP function each() as it is
marked as deprecated in PHP 7.2. Additionally it ad... - 11:01 Revision 6269d46a: [BUGFIX] Prevent enforcing opened database connection with initCommands
- This patch moves the execution of configured initCommands to the end
of connect function. This prevents a database co...
2018-02-05
- 22:41 Revision df6e4e26: [BUGFIX] Only scan package base paths if subdirectories exist
- Include possible package base paths only if subdirectories are available.
Otherwise no extension can be found in the ... - 22:29 Revision 78980d4c: [BUGFIX] Only scan package base paths if subdirectories exist
- Include possible package base paths only if subdirectories are available.
Otherwise no extension can be found in the ... - 21:06 Revision 86b439e4: [BUGFIX] Add missing DOM ready checks in filelist
- Some modules in the filelist are missing DOM ready checks.
This patch adds the missing checks to prevent loading issu... - 20:56 Revision fc674fd1: [BUGFIX] Forward header in DebugUtility:debug to renderDump
- Improve the debug output by forwarding the given title.
Resolves: #83688
Releases: master, 8.7
Change-Id: I160b5676c... - 20:44 Revision c61dcb5f: [BUGFIX] Forward header in DebugUtility:debug to renderDump
- Improve the debug output by forwarding the given title.
Resolves: #83688
Releases: master, 8.7
Change-Id: I160b5676c... - 20:25 Revision e68ddc0b: [TASK] Update screenshots in 'TYPO3 Manual'
- Resolves: #82442
Releases: master
Change-Id: I90b596839a85c43c59c2d45870b344c09e59769d
Reviewed-on: https://review.ty... - 20:24 Revision eed98fc3: [BUGFIX] Allow dev branch install of subtree split packages
- To make it possible to require subtree split packages
as a dev 8.7.*@dev versions, we need to adapt the
dependencies ... - 19:27 Revision a509d71b: [BUGFIX] EXT:form - fix array overrules within YAML preprocessing
- If you use the "__inheritance" operator within an EXT:form configuration
file, configuration keys of the parent eleme... - 16:08 Revision 77899870: [BUGFIX] EXT:form - fix array overrules within YAML preprocessing
- If you use the "__inheritance" operator within an EXT:form configuration
file, configuration keys of the parent eleme... - 15:47 Revision 145439f8: [BUGFIX] Add language parameter to preview url in list module
- The language parameter was not set if the "View webpage" button was used
within the context menu of an element in the... - 14:56 Revision edd210da: [BUGFIX] EXT:form - add compatibility for issue #82210
- The fix for issue #82210 implies a breaking change within a minor
release (template changes) and was never documented... - 14:48 Revision 308242ea: [BUGFIX] Add missing DOM ready checks in filelist
- Some modules in the filelist are missing DOM ready checks.
This patch adds the missing checks to prevent loading issu... - 14:21 Revision a5908631: [BUGFIX] EXT:form - handle boolean finisher options
- Properly store boolean form definition values. Also
boolean finisher options are returned as boolean now.
Resolves: ... - 13:58 Revision fa01dca9: [BUGFIX] Improve ErrorHandlerTest handleErrorFetchesDeprecations
- The patch decouples the ErrorHandler test from MySQL and some internal
deprecated function.
Related: #83770
Releases... - 13:33 Revision 42507b47: [TASK] Apply code formating for all JavaScript files
- This is the first step for introduce CGL for JavaScript files.
The settings of the .editorconfig file is now applied ... - 13:21 Revision 9f73c3a6: [TASK] Apply code formating for all JavaScript files
- This is the first step for introduce CGL for JavaScript files.
The settings of the .editorconfig file is now applied ... - 13:12 Revision dc360743: [BUGFIX] Page module: Respect connected mode during drag & drop
- This patch adjusts the drag and drop handling on the page module.
Localized content element can't get moved anymore w... - 13:00 Revision a89df125: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/109 from wmdbMattes/mattesSeineChanges
- Reflect Checkbox rendertypes CheckboxToggle and LabeledToggle
- 12:53 Revision dfcc0ac6: Add multi-column toggle switches
- 12:17 Revision 42d45e6f: [BUGFIX] Page module: Respect connected mode during drag & drop
- This patch adjusts the drag and drop handling on the page module.
Localized content element can't get moved anymore w... - 11:47 Revision a8da8555: [TASK] Update typo3fluid/fluid to 2.5.0
- Fixes various issues, brings PHP 7.2 compatibility
to v8 core branch of standalone fluid.
composer command used:
com... - 11:43 Revision 79a58ed0: [TASK] Update typo3fluid/fluid to 2.5.0
- Fixes various issues, brings PHP 7.2 compatibility
to v8 core branch of standalone fluid.
composer command used:
com... - 10:29 Revision 48e397b4: [BUGFIX] D3.js uses basic authentication credentials cached in browser
- Chrome 64 changed the behaviour regarding xhr.open() calls when passing
null values as password and username.
The d3.... - 01:45 Revision 7fea59aa: [BUGFIX] Add possibility to use session data in TS conditions
- Bring back the possibility to access FE session data in
TypoScript conditions:
[globalVar = TSFE:fe_user|sesData|some...
2018-02-04
- 23:10 Revision 6fbefa62: [BUGFIX] Prevent enforcing opened database connection with initCommands
- This patch moves the execution of configured initCommands to the end
of connect function. This prevents a database co... - 22:48 Revision c950cdef: [BUGFIX] Add possibility to use session data in TS conditions
- Bring back the possibility to access FE session data in
TypoScript conditions:
[globalVar = TSFE:fe_user|sesData|some... - 20:23 Revision aba02120: [BUGFIX] Catch InvalidPathException for FileStorages
- Editing faulty FileStorages is possible again due to catching the
respective exception and piping it into a FlashMess... - 20:22 Revision bc2ad137: [BUGFIX] Re-apply colorspace to resulting image
- When using filters the colorspace is not always applied.
A quickfix is to add the colorspace-setting again before
wri... - 19:42 Revision 987a9eaf: [BUGFIX] Re-apply colorspace to resulting image
- When using filters the colorspace is not always applied.
A quickfix is to add the colorspace-setting again before
wri... - 19:34 Revision 25f48916: [BUGFIX] Provide Foldername in InaccessibleException
- The central InsufficientFolderReadPermissionsException now
displays the name of the folder in question to ease tracin... - 19:28 Revision cecacc9a: [FEATURE] Add toggle switches to FormEngine
- In order to give FormEngine a fresher look we add the following
renderTypes to type=checkbox
* checkboxToggle
* chec... - 19:18 Revision 76aa66dd: [BUGFIX] Provide Foldername in InaccessibleException
- The central InsufficientFolderReadPermissionsException now
displays the name of the folder in question to ease tracin... - 19:04 Revision 0814406d: [BUGFIX] Catch InvalidPathException for FileStorages
- Editing faulty FileStorages is possible again due to catching the
respective exception and piping it into a FlashMess... - 18:43 Revision 7b0e70fe: [BUGFIX] Access parent element in Element Browser correctly
- When the element browser is opened in a popup window, the parent element
(=popup) is now accessed properly.
This pat... - 18:41 Revision 6b7c0385: [FEATURE] Allow flexible search in Suggest Wizard
- The Suggest Wizard now allows to search for multiple
terms in field by splitting the searchterm by +.
This allows to... - 18:29 Revision 2e515c64: [BUGFIX] Don’t show translated pages in SuggestWizard
- The SuggestWizard no longer returns translated pages.
For the sake of database relations, relating directly to a tran... - 15:37 Revision 665c0201: [TASK] Increase cache db backend blob
- Sets the typo3 database cache backend "content" field
from mediumblob to longblob.
Mediumblob on mysql equals 16MB ma...
2018-02-03
- 23:54 Revision b48302a0: [TASK] Revert "Add support for PSR-15 HTTP middlewares"
- This reverts commit f22792eceea631b8f01fbe0fcbf3e62b52246cad
reviewed on https://review.typo3.org/#/c/55528/
due to a... - 23:42 Revision 75b84cfb: [TASK] Revert "Move frontend pre-process functionality to PSR-15 middleware"
- This reverts commit a1f5a2320cdcf50bf4e5670a191baa116a550310
due to author conflicts.
https://review.typo3.org/#/c/5... - 22:23 Revision a1f5a232: [TASK] Move frontend pre-process functionality to PSR-15 middleware
- This patch moves logic out of the RequestHandlers into PSR-15 compatible
middleware classes to call a hook and initia... - 21:56 Revision f22792ec: [FEATURE] Add support for PSR-15 HTTP middlewares
- PSR-15 middlewares are hooks on steroids for HTTP requests.
Due to chaining middlewares and the core request handler(... - 21:11 Revision d0243877: [BUGFIX] Element Browser should only render default language pages
- The Browseable Trees (Element Browser) show pages with
language > 0 (page translations), due to a missing fix
during ... - 20:47 Revision 7cd09eb3: [BUGFIX] Allow users without delete permissions to drag pages in page tree
- BE users without delete rights can now drag-drop pages in the page tree.
The drag - delete area is not shown.
Resolv... - 12:49 Revision d59072a8: [BUGFIX] D3.js uses basic authentication credentials cached in browser
- Chrome 64 changed the behaviour regarding xhr.open() calls when passing
null values as password and username.
The d3.... - 11:13 Revision 559a2a2b: [TASK] Require "fluid" for "fluid_styled_content"
- When requiring fluid_styled_content in an extension
by composer, the extension fluid should be required and
installed...
2018-02-02
- 14:27 Revision 2f86c50c: [BUGFIX] Apply proper button class to BE Layout Modal
- The modal “OK” button of the BE layout column assignment now sports the correct color
for the button.
Resolves: #836...
2018-02-01
- 19:13 Revision 123846c0: [TASK] Ensure HTTP RequestHandlers always return a PSR-7 Repsonse
- This is in preparation for PSR-15 middleware support which
will require PSR-7 RespnseInterface return type declaratio... - 14:44 Revision 2b686bbb: [BUGFIX] Fix "Select & upload files" button for FAL in flexform
- Fix regular expression in escapeCssSelector method, to convert
e.g. "." to "\.".
Resolves: #83747
Branches: master, ... - 13:20 Revision 13260552: [BUGFIX] Fix "Select & upload files" button for FAL in flexform
- Fix regular expression in escapeCssSelector method, to convert
e.g. "." to "\.".
Resolves: #83747
Branches: master, ... - 12:45 Revision f368deda: [TASK] Show language mode in Page module
- Editors can now immediately see whether a page is in Free, Connected or
Mixed mode in a certain language.
Resolves: ... - 12:12 Revision 20325a0f: [FOLLOWUP][BUGFIX] Remove uglify of jquery-ui/sortable.js
- This patch removes the uglify task of jquery-ui/sortable.js.
With https://review.typo3.org/#/c/55389/ the lib was pat... - 11:35 Revision b93b30a0: [FOLLOWUP][BUGFIX] Remove uglify of jquery-ui/sortable.js
- This patch removes the uglify task of jquery-ui/sortable.js.
With https://review.typo3.org/#/c/55389/ the lib was pat...
2018-01-30
- 23:14 Revision 14a69066: [BUGFIX] Change documentation of [BE][interfaces]
- The order of the options given is irrelevant as
they will always be rendered in the same order.
The documentation wa... - 19:38 Revision ff944bf9: [TASK] Set TYPO3 version to 9.2.0-dev
- Change-Id: I221d472b3bd9ac035221cb804601740cf77847b0
Reviewed-on: https://review.typo3.org/55505
Tested-by: TYPO3com ... - 18:21 Revision e2f80cd0: [BUGFIX] Fix example code for TCA "fieldControl"
- Resolves: #83732
Releases: master, 8.7
Change-Id: I7dccb42445dba584ed1c9a814f62525335d26ab1
Reviewed-on: https://revi... - 16:31 Revision a06e0787: [RELEASE] Release of TYPO3 9.1.0
- Change-Id: I8ebeca67eb5524682846a2fb7d55ee8bbde1a318
Reviewed-on: https://review.typo3.org/55504
Reviewed-by: Oliver ... - 16:10 Revision de3e6132: [BUGFIX] Avoid JS error when using 'eval' => 'int,nospace' in TCA
- By casting the JavaScript variable to string this patch avoids an error
if 'eval' => 'int,nospace' is used in a TCA c... - 15:43 Revision 8e71dd86: [BUGFIX] Avoid JS error when using 'eval' => 'int,nospace' in TCA
- By casting the JavaScript variable to string this patch avoids an error
if 'eval' => 'int,nospace' is used in a TCA c... - 15:41 Revision 8809441a: [BUGFIX] Fix example code for TCA "fieldControl"
- Resolves: #83732
Releases: master, 8.7
Change-Id: I7dccb42445dba584ed1c9a814f62525335d26ab1
Reviewed-on: https://revi... - 15:27 Revision 7cb501de: [BUGFIX] EXT:filelist Canceling the file exists already modal works now
- When renaming a file with the name of an existing file a modal is shown.
Pressing the cancel button no longer renames... - 14:51 Revision db036cc5: [DOCS] 1/1 9.1 Documentation
- Proofread documentation for CMS 9.1.
Two rst snippets remain in Changelog/master in order to ease a scheduled
revert... - 13:04 Revision 160f8db6: Revert "[FEATURE] EXT:form - introduce YAML "imports""
- While the intended feature is great (having the possiblity
to extract and re-use parts of the form definition),
imple...
Also available in: Atom