- Jul 06, 2017
-
-
Ralf Zimmermann authored
- change input type to "text" - change readonly attribute value to "readonly" Resolves: #81714 Releases: master, 8.7 Change-Id: If5f51b84e4548475c61f7e11523962bea92c3f3c Reviewed-on: https://review.typo3.org/53361 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Henrik Elsner <helsner@dfau.de> Tested-by:
Henrik Elsner <helsner@dfau.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Xavier Perseguers authored
This patch prevents a PHP warning when second parameter of the method is not provided. The extensionName is indeed optional since a fully qualified reference (starting with "LLL:" may be provided as key. Resolves: #81168 Releases: master, 8.7 Change-Id: I69145eb9379533b323696354d508b54bdbe4bd51 Reviewed-on: https://review.typo3.org/52741 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Henrik Elsner <helsner@dfau.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Thomas Hohn authored
If an empty field is passed to checkValueForInternalReferences in the DataHandler class - there is no need to process the field since it's not a "real" DB field. An early return ensures that the method is not executed unnecessarily and for Flexforms. Resolves: #81627 Releases: master, 8.7 Change-Id: I1143e586d80faf8d45acb54d5937175950c8e403 Reviewed-on: https://review.typo3.org/53272 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christer V <cvi@systime.dk> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Kasper Ligaard <kasperligaard+typo3.org@gmail.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Kasper Ligaard <kasperligaard+typo3.org@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Georg Ringer authored
Unify the authors in ext_emconf files. Resolves: #81791 Releases: master Change-Id: Ia409787be0ac84c0d3738aa43dade946a6ef9044 Reviewed-on: https://review.typo3.org/53404 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Josef Glatz <josef.glatz@typo3.org> Tested-by:
Josef Glatz <josef.glatz@typo3.org> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Thomas Hohn authored
Use the TcaDatabaseRecord instead of OnTheFly instance. This in done to ensure what we have the same data as in TYPO3\CMS\Backend\Controller\EditDocumentController makeEditForm method. Resolves: #76863 Relates: #80172 Releases: master, 8.7, 7.6 Change-Id: Ie733491e65169101fda52465e9b980b3db9e20c2 Reviewed-on: https://review.typo3.org/51976 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Thomas Hohn <thomas@hohn.dk> Tested-by:
Thomas Hohn <thomas@hohn.dk> Reviewed-by:
Kevin Ditscheid <kevinditscheid@gmail.com> Tested-by:
Kevin Ditscheid <kevinditscheid@gmail.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- Jul 05, 2017
-
-
Tymoteusz Motylewski authored
Constants ProcessedFile::CONTEXT_IMAGECROPSCALEMASK and ProcessedFile::CONTEXT_IMAGEPREVIEW are now used instead of strings. Resolves: #81790 Releases: master Change-Id: I3f8aa0dcbe4cb292f8fe8c6993ecf025c786d70b Reviewed-on: https://review.typo3.org/53400 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Anders Kostending authored
This updates the version of D3 to the latest release, 4.9.1. The realese can be seen here: https://github.com/d3/d3/releases A lot of fixes have been added in the latest versions. v4.8.0: * Add d3.tickIncrement. * Fix d3.ticks to always return the most-precise representable values in IEEE 754! * Fix histogram.thresholds to retain thresholds equal to the domain’s upper bound. * Number format locales can now override the percent sign suffix. Thanks, @davinov! v4.9.0: * Change selection.style to return the inline style, if present. * Change transition.style to start from the inline style, if present. * Add link shapes! * Add d3.stackOffsetDiverging. * Add random.source to allow custom sources of randomness. Thanks, @rolyatmax! * Add drag.clickDistance for setting the click distance threshold. Thanks, @Epiphero! * Add zoom.clickDistance for setting the click distance threshold. * Add d3.style. * Fix rounding errors in continuous.nice. * Fix inconsistency between continuous.ticks and continous.nice. Thanks, @danielyule! * Fix axis tick offset for band and point scales. * Fix drag click suppression to ignore mousemove events that don’t actually move. * Fix zoom click suppression to ignore mousemove events that don’t actually move. * Fix error trying to interpolate objects without prototypes. Thanks, @devgru! * Optimize generated axis DOM slightly. * Improve error message descriptions in d3.queue. Thanks, @ethervoid! v4.9.1: * Fix d3.linkRadial to use radians rather than degrees. * Optimize path.pointRadius slightly. Resolves: #81652 Releases: master, 8.7 Change-Id: Ife6db0031c3a8341df6abb2dac43f64dafaeaa5e Reviewed-on: https://review.typo3.org/53296 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Anders Kostending <aha@systime.dk> Tested-by:
Anders Kostending <aha@systime.dk> Reviewed-by:
Kasper Ligaard <kasperligaard+typo3.org@gmail.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Jul 04, 2017
-
-
Morton Jonuschat authored
Doctrine doesn't always return quoted identifiers when reading the schema information from the database. This patch works around that by properly quoting the identifiers when determining the required changes to the database. Resolves: #81610 Releases: master, 8.7 Change-Id: I746a8a023cf494050cd83c089e0d2bca98c046f1 Reviewed-on: https://review.typo3.org/53373 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Kevin Ditscheid authored
The notification e-mails of workspace changes need the lang of the BackendUser record, this change introduces the lang and uc fields in the getBackendUsers-method to enable the right localization of notifications. Releases: master, 8.7 Resolves: #46217 Change-Id: I45991fa7ef1a5d3610da5f16c5f363aa1f697611 Reviewed-on: https://review.typo3.org/53294 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Thomas Hohn <thomas@hohn.dk> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Ralf Zimmermann authored
Make the radio button html markup closer to http://getbootstrap.com/css/#checkboxes-and-radios - remove the "for" attribute from the container label tag - add the "radio" class to the elements div wrapper - remove the class attribute from the elements label tag Resolves: #81715 Releases: master Change-Id: Ic4be5b51f38fb2313e230bfaf0f85ec7fe8431c9 Reviewed-on: https://review.typo3.org/53364 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Tested-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Kasper Ligaard authored
When using persistent connections, we need to always select the database. Resolves: #81629 Releases: master, 8.7 Change-Id: Ia514a8ed8f04d1108263c39a21c654de4191db8b Reviewed-on: https://review.typo3.org/53273 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Thomas Hohn <thomas@hohn.dk> Tested-by:
Thomas Hohn <thomas@hohn.dk> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Claus Due authored
Namespace “i” is used but never imported. This patch fixes that. Change-Id: Iba5a5e97cb633298b9993fca5c5b5f655f36feaf Resolves: #81765 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/53375 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Tested-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Christian Kuhn authored
The extension "func" which brings the "Web->Functions" main module acts as a container for other extensions to hook in. Not too many 3rd party extensions used that over the years, though. With the integration of wizard_sortpages and wizard_crpages into ext:backend and the context menu on pages, ext:func is not used in the core itself anymore. The patch drops ext:func from core and adds an upgrade wizard to fetch the extension from TER if still needed for 3rd party extensions that did not get their dependencies right, yet. Change-Id: If092953061a3b927ac93654a837522b5d32c2f1b Resolves: #81787 Releases: master Reviewed-on: https://review.typo3.org/53397 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Jul 03, 2017
-
-
Christian Kuhn authored
The patch integrates ext:wizard_sortpages and ext:wizard_crpages as context menu items in "more" of the page record context menus and gets rid of the two default "Functions" main module entries, effectively obsoleting ext:func, which will be extracted to TER for b/w compat in a second step. * Isolate ext:func by moving its language xml from ext:lang to ext:func * Routing configuration for "sort pages" and "create pages" in ext:backend * Context menu handling for "sort pages" and "create pages" in ext:backend * Free "sort pages" and "create pages" from dependency to ext:frontend by not calling PageRepository->getMenu() anymore * Proper use of request/response instead of _GP access * Better controller / view separation Change-Id: I2c7acbb79ddd8404fbef69a1c126d250b976629b Resolves: #81768 Releases: master Reviewed-on: https://review.typo3.org/53377 Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Andreas Fernandez authored
To simplify the overhaul of EXT:t3editor, the form to change a file's content is based on FormEngine now. Additionally, the file rename form has been streamlined to the overall backend visual appearance. Resolves: #81763 Releases: master Change-Id: Ifb9bc5513bff923a6d4cdbcb6046e87f4dcf3626 Reviewed-on: https://review.typo3.org/53129 Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
Re-add existing class aliases introduced in TYPO3 v8 Resolves: #81600 Releases: master Change-Id: I641347c084c1b671bfa97dab9765fc901a3e4031 Reviewed-on: https://review.typo3.org/53381 Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Anders Kostending authored
CKEditor have realeased a new version, containing fixes primarily for table selection, but also some general fixes. Mexican spanish have also been added as a supported language. Changes: * Added a new Mexican Spanish localization * Added Paste as Plain Text keyboard shortcut to the Accessibility Help instructions. * [Chrome] Fixed: Mouse actions on CKEditor scrollbar throw an exception when the Table Selection plugin is loaded. * Fixed: Selection started from a nested table causes an error in the browser while scrolling down. * [Firefox] Fixed: Enter key breaks the table structure when pressed in a table selection. * Fixed: Error thrown when deleting content from the editor with no selection. * [Chrome] Fixed: Error thrown by the Enter Key plugin when pressing Enter with no selection. * Fixed: Error thrown by Tab Key Handling and Indent List plugins when pressing Tab with no selection in inline editor. * Fixed: Anchors inserted with the Link plugin on collapsed selection cannot be edited. * Fixed: The Table Resize plugin throws an error when used with a table with only header or footer rows. * Fixed: The editor.getCommandKeystroke method does not obtain the correct keystroke. * [IE] Fixed: Paste from Word does not work in Quirks Mode. * Fixed: CKEDITOR.filter incorrectly transforms the margin CSS property. Release blog post: http://ckeditor.com/blog/CKEditor-4.7.1-released Release notes: http://ckeditor.com/release-notes Resolves: #81752 Releases: master, 8.7 Change-Id: I75b7b8d134c01c6541144e462402e733ce8e1dab Reviewed-on: https://review.typo3.org/53362 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Andreas Fernandez authored
Since #81213, the `pageUid` argument is cast to an int. If that parameter is omitted, pageUid becomes 0. UriBuilder is able to determine the page uid by itself, but for this, $pageUid must be null. Resolves: #81749 Related: #81213 Releases: master Change-Id: I030ef28efb1a3fdd14246f84c8ce8c464ba04a4d Reviewed-on: https://review.typo3.org/53359 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Claus Due <claus@phpmind.net> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Ralf Zimmermann authored
Resolves: #80198 Releases: master Change-Id: Iaad2a96c2b1d7413220521dc188b09700110e391 Reviewed-on: https://review.typo3.org/52485 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Ralf Zimmermann <ralf.zimmermann@tritum.de> Tested-by:
Ralf Zimmermann <ralf.zimmermann@tritum.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Jul 02, 2017
-
-
Markus Klein authored
Releases: master, 8.7 Resolves: #81637 Change-Id: I8b5a1e701b91657efd341aae96a23f4c4d643b43 Reviewed-on: https://review.typo3.org/53293 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Johannes Fürnhammer <j.fuernhammer@siwa.at> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
-
- Jul 01, 2017
-
-
Anja Leichsenring authored
The "{" character is now wrapped into f:format.raw. Change-Id: I472bf9f600d43bbb8a0d5d5f691109c20599fd90 Resolves: #81755 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/53366 Reviewed-by:
Aljoscha Weber <aweber@w-commerce.de> Tested-by:
Aljoscha Weber <aweber@w-commerce.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
- Jun 30, 2017
-
-
Mathias Brodala authored
Resolves: #81760 Releases: master, 8.7 Change-Id: Ib04e7bd994ae32f02649112e838115003a4a42c0 Reviewed-on: https://review.typo3.org/53370 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Riccardo De Contardi <erredeco@gmail.com> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Tested-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Oliver Hader authored
Copying workspace version records fails in Doctrine DBAL exception due to using computed properties directly in the database - which do not exist. This misbehavior has been introduced in issue #79515 which switched to use BackendUtility:workspaceOL() without further sanitization. Resolves: #81747 Releases: master, 8.7 Change-Id: Iabc67f9a7375d4246289e50205aac6dc8c750259 Reviewed-on: https://review.typo3.org/53357 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
- Jun 29, 2017
-
-
Daniel Goerz authored
This ensures that spaces can be used to format the list of file extensions for <INCLUDE_TYPOSCRIPT>. Resolves: #81709 Releases: master, 8.7 Change-Id: Ia0c830df52b18a3dae7bd724c4bd5ee3b845e00f Reviewed-on: https://review.typo3.org/53337 Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Tested-by:
Mathias Brodala <mbrodala@pagemachine.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Frank Naegler authored
Add the QueryBuilder object to list module buildQueryParameters hook allowing direct operation on this object including proper named parameter usage and quoting. The old array/string based parameter handling still works but is deprecated. Resolves: #81651 Releases: master Change-Id: Ib17ba9383c29b5b48540203e6952b9670c6244f3 Reviewed-on: https://review.typo3.org/53263 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Henrik Elsner <helsner@dfau.de> Tested-by:
Henrik Elsner <helsner@dfau.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Anja Leichsenring authored
Only the AuthenticationService and its abstract class are left in sysext:sv. Move those, the tests and the service registration over to sysext:core. All mentions of sysext:sv are hereby removed from the core. Change-Id: I699ace33a7d5a0e7ddff4d3c9ed4e595e40677af Resolves: #81735 Releases: master Reviewed-on: https://review.typo3.org/53351 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Jun 28, 2017
-
-
Anja Leichsenring authored
The extension name and folder is lang, not language. Change-Id: Ieb11fa16af67a9e203c3c4e5dc96acca5501567f Resolves: #81733 Releases: master, 8.7, 7.6 Reviewed-on: https://review.typo3.org/53348 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Benni Mack authored
There are a lot PHP exception classes which are not in use inside Extbase. Some come from the fact that Fluid got more mature and standalone, some from refactorings within ObjectManager, PropertyManager, RequestHash and Persistence. One highlight is the InvalidMarkerException which dates back to the backport of Flow before Fluid was invented and Flow was using the same marker-based approach as TYPO3 v4 had - and was never used in TYPO3 v4 at all. Class aliases are in place for all of them, so no breaking change. Resolves: #81600 Releases: master Change-Id: Ic1c3fc309954750f8c2e664ab94fa0e6f9336bea Reviewed-on: https://review.typo3.org/53224 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Christian Kuhn authored
Preparing the git split for better composer integration we end up with single repos for all extensions and single packagist packages. All extensions thus need a specific LICENSE.txt now. Change-Id: Ia77ae3e413e479ec7fa9438cbfc2abf808738111 Resolves: #81730 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/53345 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Sascha Egerer authored
The array key 'uploadfolder' is initialized on a non existing array. It must be initialized on the processed tca array Resolves: #81681 Releases: master, 8.7 Change-Id: Ied776e4b0d0d4c33cf0894a2c4c95ceb6c03bb18 Reviewed-on: https://review.typo3.org/53311 Reviewed-by:
Henrik Elsner <helsner@dfau.de> Tested-by:
Henrik Elsner <helsner@dfau.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Jun 27, 2017
-
-
Torsten Schrade authored
Add a call to the start function of ContentObjectRenderer after instantiation. This is necessary to get all hooks fully initialized. Resolves: #81624 Resolves: #75314 Releases: master, 8.7, 7.6 Change-Id: I75d30e860cd77a1b233d4383a3e57afe9a34ec54 Reviewed-on: https://review.typo3.org/53264 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Jun 26, 2017
-
-
Andreas Fernandez authored
The original patch removed variables that were assumed to be unused. The assumption was wrong, as the variables are used in JavaScript context and are thus now undefined. This patch revert the changes done back then, but uses the f:format.json view helper. Resolves: #81692 Related: #81301 Releases: master Change-Id: I21e4d737f6205c6c7d7f29dd08358c39806002e3 Reviewed-on: https://review.typo3.org/53318 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Andreas Fernandez authored
Since PHPUnit 6.2, exceptions are namespaced. The tests are adjusted to catch these exceptions properly again. Resolves: #81705 Related: #81696 Releases: master, 8.7 Change-Id: I786248b9ca3f4fcef37ab9dd4fd29d696eef438b Reviewed-on: https://review.typo3.org/53333 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Josef Glatz authored
An iconIdentifier is needed since the icon generation is moved to the Fluid template. The third parameter of addSystemInformation() needs to be an iconIdentifier instead of an rendered icon html markup. Resolves: #81694 Related: #80554 Releases: master, 8.7 Change-Id: Ib6b07281196b5ecda2de07b8d6328b524e08f038 Reviewed-on: https://review.typo3.org/53321 Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Christian Kuhn authored
New phpunit throws happy little exception if locales tested for are not available on given platform. travis-ci is affected, install it. Change-Id: Iaf11dc884b32b8c81042aaacad2f301a3f39fad2 Resolves: #81697 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/53326 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Jun 25, 2017
-
-
Christian Kuhn authored
Switching from 1.0 to 1.1 dependency for typo3/testing-framework brings phpunit v6.2 which comes with namespaced classes. This change is considered non-braeking since it is only a core require-dev dependency. Minor changes throught the tests: * Fixing incomplete tests for exceptions * A couple of namespaced phpunit class usages Change-Id: Ia35dbfea37e3cba9fba1aad7dc84afad00ceda88 Resolves: #81696 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/53324 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
codeception/codeception 2.3.3 se/selenium-server-standalone 2.4.0 enm1989/chromedriver 2.30 Resolves: #81695 Releases: master, 8.7 Change-Id: Ic145217a60beb4d8188d9f1bedc209313c3b39dc Reviewed-on: https://review.typo3.org/53322 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Jun 23, 2017
-
-
Anja Leichsenring authored
A basic acceptance tests clicking through installer using a postgres sql db connection, checking backend login and installing the introduction package. Change-Id: I7408e8580d84e235a1f91399684a80025a62e0e8 Resolves: #81602 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/53250 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Christian Kuhn authored
Brings base setup for an acceptance test that installs TYPO3 on postgres and loads the introduction distribution. Change-Id: I6e9e3c3175a6b4bfba51097622058f7d25dedbc3 Resolves: #81688 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/53315 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
The cgl check is quick and fails rather often for pre-merge test runs in the beginning. Move the job to preparation stage for quicker test runs in those cases. Change-Id: Id73f93212d12e47fb2897893c2ea518aa6900888 Resolves: #81683 Releases: master Reviewed-on: https://review.typo3.org/53313 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-