- Feb 05, 2017
-
-
Michael Oehlhof authored
Resolves: #67243 Releases: master Change-Id: Ic3d1bc45b9db9ae3eb6fd8f13a03fcf9125d7422 Reviewed-on: https://review.typo3.org/51037 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Philipp Gampe <philipp.gampe@typo3.org> Tested-by:
Philipp Gampe <philipp.gampe@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Anja Leichsenring authored
User can mark each file as 'hide from my view'. This selection is stored in registry and applies for every user alike. All hidden files are accessible via a section and can be restored. This selection again applies for all users. Change-Id: Ia3108977ca5cb180dd0e1925ff918ffb03452249 Resolves: #79420 Releases: master Reviewed-on: https://review.typo3.org/51050 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Tested-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
Opening a collapsed inline relation containing null placeholders does not correctly initialize and both the value field as well as the placeholder field are shown. Easily reproducible with a FAL relation on a page record. Fix JavaScript to initialize correctly. Change-Id: I27b52b9f69beb24d0309422cbcf2b67cc8190e07 Resolves: #79632 Related: #79440 Releases: master Reviewed-on: https://review.typo3.org/51542 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Alex Kellner <alexander.kellner@einpraegsam.net> Tested-by:
Alex Kellner <alexander.kellner@einpraegsam.net> Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Christian Kuhn authored
A broken variable access is fixed to hand over correct data to the type=group suggest wizard. Change-Id: I0c6dbf3d7da114f633e779eb594b6457a5e4fac6 Resolves: #79574 Related: #79440 Releases: master Reviewed-on: https://review.typo3.org/51543 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Markus Klein authored
Resolves: #79623 Releases: master Change-Id: Iefef14b968d4edfbfbe221ee5b58e3947d5f0d9c Reviewed-on: https://review.typo3.org/51530 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Thomas Hohn <thomas@hohn.dk> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Christian Kuhn authored
Change-Id: I0660bddb5411c8b02fe2cf2e285343f90f49e4d9 Resolves: #79631 Related: #79518 Releases: master Reviewed-on: https://review.typo3.org/51541 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Feb 04, 2017
-
-
Christian Kuhn authored
Patch for issue #79566 increased the field length of ses_name in fe_session and be_session table from 32 to 255. This field is used together with ses_id as primary key. With utf8, this now exceeds maximum key length of 757 bytes. To fix the issue, ses_name is cut down to 100 for the time being, the patch should be fine for master and 7.6 this way. Change-Id: I06abecca0f8df483590cf0a3c193134083e8f5f1 Resolves: #79628 Related: #79566 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/51538 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
Benjamin Kott <benjamin.kott@outlook.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Susanne Moog authored
As the main test case files are now in subfolders, we need to correct the namespaces. Change-Id: Ie06edc099c5d3e42ff842eded03cde1ddf34c0ca Releases: master Resolves: #79629 Reviewed-on: https://review.typo3.org/51535 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:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Feb 03, 2017
-
-
Markus Klein authored
https://review.typo3.org/49750 introduced code that lacks proper variable initialization. Get this straight. Resolves: #79620 Releases: master, 7.6 Change-Id: I1b5735807f7f0fc476a5370f23d6b7d4654e4599 Reviewed-on: https://review.typo3.org/51527 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Christian Kuhn authored
Fix travis Change-Id: Ib28fdfdfd87c3643e06fee4a67b9332b17227e48 Resolves: #79518 Releases: master Reviewed-on: https://review.typo3.org/51525 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Susanne Moog authored
- Removal of the CMS part from the namespace - Distinguish Classes / Resources For background information see https://decisions.typo3.org/t/testing-framework-extraction-next-steps/50 Change-Id: I3f73baeb16bbef82c9626add063c9edde41b47a6 Resolves: #79518 Releases: master Reviewed-on: https://review.typo3.org/51449 Tested-by:
TYPO3com <no-reply@typo3.com> 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>
-
- Feb 02, 2017
-
-
Ralf Zimmermann authored
This patch adds unit tests and fixes a small bug. Resolves: #79562 Releases: master Change-Id: If71015177c4a36acde0b5a7a8e502b98fb841311 Reviewed-on: https://review.typo3.org/51480 Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Daniel Lorenz <daniel.lorenz@extco.de> Reviewed-by:
Daniel Lorenz <daniel.lorenz@extco.de> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Ralf Zimmermann authored
A new inspector editor, i.e. a new field type of the form editor, has been added. Additionally, this patch fixes the wrong mime types of file upload form elements. Resolves: #79531 Resolves: #79252 Releases: master Change-Id: I8a4111b7daf04751bbb16a0a5946700767bc0461 Reviewed-on: https://review.typo3.org/51457 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:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Josef Glatz authored
Streamline PHP environment setting values. The PHP environment setting `max_execution_time` is an integer according to the PHP manual. This must be reflected in the INSTALL.md. Furthermore, it can be confusing for beginners. Resolves: #79607 Releases: master Change-Id: I79f1bd6386b1ebe0409b02528373b10f42e57847 Reviewed-on: https://review.typo3.org/51513 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Thomas Hohn <thomas@hohn.dk> Tested-by:
Thomas Hohn <thomas@hohn.dk> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Ralf Zimmermann authored
Remove the email validator from the validators select list for Textarea form elements within the form editor. Resolves: #79533 Releases: master Change-Id: I9f35a2291910bc0d38b388ad5f2d5b0a0f66c242 Reviewed-on: https://review.typo3.org/51459 Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Georg Ringer authored
To make the click on the label work, move the end tag after the text. Resolves: #79603 Releases: master Change-Id: I5a8b0c5a2041118b3704bd1947c17dd833154c8a Reviewed-on: https://review.typo3.org/51511 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Georg Ringer authored
The fields name & email are saved in the database and therefore the length of its value should be checked client side to give users a hint about the maximal length. Use the requireJS module of FormEngine for providing the information about the remaining available characters. Resolves: #79532 Releases: master, 7.6 Change-Id: Ic727fcae493060fed45ddf5b3d05c5070b236a0f Reviewed-on: https://review.typo3.org/51458 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Georg Ringer authored
It is now possible to render the preview of plugins just like of regular content elements. Resolves: #79225 Releases: master Change-Id: Iab3fb50789135d5662ca3952a2de727b69090ce6 Reviewed-on: https://review.typo3.org/51223 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Josef Glatz <josef.glatz@typo3.org> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Thorben Nissen authored
Changes configuration loading of yaml configurations. Orders the yaml configuration by the numeric keys defined in TypoScript. Resolves: #79578 Releases: master Change-Id: Id1fe072b024ec58bf0e1867cff97d60b12ee6589 Reviewed-on: https://review.typo3.org/51494 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Tobi Kretschmann <tobi@tobishome.de> Tested-by:
Tobi Kretschmann <tobi@tobishome.de> Reviewed-by:
Ralf Zimmermann <ralf.zimmermann@tritum.de> Tested-by:
Ralf Zimmermann <ralf.zimmermann@tritum.de> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Georg Ringer authored
The method ClientUtility::getDeviceType is not used and completely outdated. Resolves: #79560 Releases: master Change-Id: Ib1b54a3a20aa70724e1995eb5d123ba4e0c218c1 Reviewed-on: https://review.typo3.org/51476 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Georg Ringer authored
If rsauth is used, the eval configuration does not contain the setting 'password' and the password can always be hidden. Resolves: #79576 Releases: master Change-Id: Idcc8df67400be1d3f54e948681104ff9ad2d009e Reviewed-on: https://review.typo3.org/51495 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Riccardo De Contardi <erredeco@gmail.com> Reviewed-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Tested-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Ralf Zimmermann authored
This patch is a followup of issue #79439. EXT:form uses "fluid" as the default rendering strategy. Therefore, EXT:form has to work close with the concepts of fluid to avoid current and future problems. Until now, EXT:form tried to reuse a fluid view instance by reconfiguring the instance on each nesting level, but fluid is not intended for such a purpose. Therefore, the templates have to be moved/ changed and some configuration has to be changed. The patch breaks EXT:form only for people who are using custom configurations/ templates. Resolves: #79464 Releases: master Change-Id: I6346b888b47a52bcc995c7d4cd3acdc65a1396c8 Reviewed-on: https://review.typo3.org/51442 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Andreas Steiger <typo3@andreassteiger.de> Tested-by:
Tobi Kretschmann <tobi@tobishome.de> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Markus Klein authored
The constant is undefined currently and hence leads to useless calls to the devLog facility. Set this constant to false by default to avoid that. Resolves: #79588 Releases: master Change-Id: I22f9c3ddb564ccd86b763672120bd5991c97fb79 Reviewed-on: https://review.typo3.org/51504 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:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Daniel Lorenz authored
Resolves: #79600 Releases: master Change-Id: Ife6221668159ea02e8980ab449d394c1a8fb3df3 Reviewed-on: https://review.typo3.org/51509 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Tested-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Marco Huber authored
With this patch cookie names longer than 32 chars are possible. Resolves: #79566 Releases: master, 7.6 Change-Id: I5132defab6e7524ed4aaf48ea29e44da40aee516 Reviewed-on: https://review.typo3.org/51483 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Tymoteusz Motylewski authored
Fixes undefined variable. Releases: master Resolves: #79586 Change-Id: I9873775cabfd274c03353b1022f325ee2636269f Reviewed-on: https://review.typo3.org/51503 Reviewed-by:
Thomas Hohn <thomas@hohn.dk> Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Riccardo De Contardi <erredeco@gmail.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- Feb 01, 2017
-
-
Marcus Schwemer authored
Currently the select viewhelper produces an empty option tag, if no argument "option" is provided. This is not needed. Resolves: #79274 Releases: master Change-Id: Ie3a78f241cba19875c866bbc44c48d58603a1e91 Reviewed-on: https://review.typo3.org/51388 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Claus Due <claus@phpmind.net> Tested-by:
Claus Due <claus@phpmind.net> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
-
Benni Mack authored
The main problem with the current RTE configuration relies in the fact that it is *only* configurable via pageTS. CKEditor can now be configured via YAML, but the configuration preset can be overriden via pageTS. Additionally, the CKEditor Form Element is cleaned up. A different preset can be used via PageTS config: - RTE.default.preset = minimal - RTE.config.tt_content.bodytext.preset = full Once included, the next features will be - a configuration backend module for ckeditor - Make sure to re-add the feature for RTE.anchorClasses - Check the languages of CKeditor that they are in line with the TYPO3 languages (possibility to add others) - image handling - table handling Resolves: #78917 Releases: master Change-Id: Ia222b73072b9e3fdb3a120d0be0a24a913552126 Reviewed-on: https://review.typo3.org/50919 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Daniel Gorges <daniel.gorges@b13.de> Tested-by:
Daniel Gorges <daniel.gorges@b13.de> Reviewed-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Georg Ringer authored
Change string comparison for string checks. Checks which could lead to false positives like comparing with '0' or '' are excluded. RegEx used to find affected places: (?<=\s)((?:!|=)=)(?=[^=]'[^0-9'\n]+') Resolves: #79540 Resolves: master Change-Id: I9a04bdd9e0e78cc97036560709bb505097bf48f9 Reviewed-on: https://review.typo3.org/51462 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Jan 31, 2017
-
-
Georg Ringer authored
Remove additional lines around the actual content of a textarea. Resolves: #79573 Releases: master Change-Id: I636afb0ec63d34d4a209caeaa1369bc65727665d Reviewed-on: https://review.typo3.org/51490 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Thomas Hohn <thomas@hohn.dk> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
-
Mona Muzaffar authored
Resolves: #79552 Releases: master Change-Id: I3da3eafd095a00062e01e4ab24d6c9ebf41c3a2e Reviewed-on: https://review.typo3.org/51487 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Georg Ringer authored
As the search in the Install Tool > All configuration can be triggered by using CTRL + f, it should also listen on the ESC key to clear the search again. Resolves: #79567 Releases: master, 7.6 Change-Id: I9a304bb455153429f99354a4ef684326b1baa612 Reviewed-on: https://review.typo3.org/51484 Reviewed-by:
Markus Klein <markus.klein@typo3.org> 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:
Marco Huber <mail@marco-huber.de> Tested-by:
Marco Huber <mail@marco-huber.de> Reviewed-by:
Philipp Gampe <philipp.gampe@typo3.org> Tested-by:
Philipp Gampe <philipp.gampe@typo3.org>
-
- Jan 30, 2017
-
-
Georg Ringer authored
The description of the following tests should be shown right away instead after the test: - Combining images - Converting images - Gdlib - Scaling images - Write gif & png Furthermore the tag is used to highlight code. Resolves: #79561 Releases: master Change-Id: I90d1d3ff9f14cc193d4f67124e7a804085586106 Reviewed-on: https://review.typo3.org/51478 Tested-by:
Riccardo De Contardi <erredeco@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Sascha Egerer authored
If the setting 'processor_effects' is set the already normalized value of jpg_quality should be used. Change-Id: Idcebd8dfeadbc0c85e756281ed3ba05f8f9b965c Resolves: #79428 Releases: master Reviewed-on: https://review.typo3.org/51400 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Philipp Gampe authored
Resolves: #79555 Releases: master Change-Id: I1a7523dbc87907cba754c405cc4bbf9050a51255 Reviewed-on: https://review.typo3.org/51470 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Thomas Hohn <thomas@hohn.dk> Tested-by:
Thomas Hohn <thomas@hohn.dk> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Mona Muzaffar authored
Change-Id: I7d2492782ff1a7203beafc37a1b4457bf65735a2 Resolves: #79552 Releases: master Reviewed-on: https://review.typo3.org/51468 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Christian Weiske authored
Change-Id: Ie1e780af0b15c9785225bd8a147b08458b6a3b06 Resolves: #79541 Releases: master Reviewed-on: https://review.typo3.org/51463 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Andreas Fernandez authored
Currently, a warning sign is rendered next to field labels whose validation failed. Failed validations are errors and thus another icon should be rendered. With this patch, a red circle containing an exclamation mark is rendered. It’s the same icon as in the tabs holding affected fields. Resolves: #79537 Releases: master Change-Id: I01b783c36dfac551bf6e9f0cb8fc703290c3eb72 Reviewed-on: https://review.typo3.org/51460 Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Riccardo De Contardi <erredeco@gmail.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Thomas Hohn <thomas@hohn.dk> Tested-by:
Thomas Hohn <thomas@hohn.dk> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Dominique Kreemers authored
This makes "eval" processing working again for text fields. Resolves: #79545 Related: #79341 Releases: master Change-Id: Icda2f32a41a95afa33c87be9ed60c5b5ed47f275 Reviewed-on: https://review.typo3.org/51465 Reviewed-by:
Marcus Schwemer <ms@schwemer.de> Tested-by:
Marcus Schwemer <ms@schwemer.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Frans Saris authored
Resolves: #79280 Releases: master Change-Id: I1d3815cef36d624c910d40eb6d63a3eba4f3f53d Reviewed-on: https://review.typo3.org/51455 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-