- Jan 10, 2018
-
-
Andreas Fernandez authored
`break-all` breaks the text in the cache menu. Use `break-word` to keep whole words intact. Resolves: #83443 Releases: master, 8.7 Change-Id: I060a3cc3d3461233d93a4b08ff6cf4ec96f0edda Reviewed-on: https://review.typo3.org/55320 Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-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>
-
Ralf Zimmermann authored
Add the missing breaking rst for issue #82210. Resolves: #83517 Related: #82210 Releases: master Change-Id: Id157cf0678912a3008705a1fbb64a2014f2fc3f3 Reviewed-on: https://review.typo3.org/55307 Reviewed-by:
Björn Jacob <bjoern.jacob@tritum.de> Tested-by:
Björn Jacob <bjoern.jacob@tritum.de> 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:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
-
- Jan 09, 2018
-
-
Andreas Fernandez authored
Some values in the Application Information toolbar menu are too long any may exceed the box's width. The CSS is adjusted to break too long strings. Also, for better readability for very long values, the alignment is changed from `middle` to `top`. Resolves: #83443 Releases: master, 8.7 Change-Id: Ia85e92e086525c8f66fd8ab225160dfbdb313a73 Reviewed-on: https://review.typo3.org/55258 Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Michael Schams <typo3.mschams@2017.schams.net> Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Tested-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
Tim Lochmüller authored
Use local paths for image tests in EXT:install to avoid problems with PHP allow_url_fopen configuration. The "data://" wrapper requires a allow_url_fopen=1 configuration. Resolves: #78117 Releases: master, 8.7 Change-Id: I7b022dc7681f6e2d3344525e624575be7e6037e9 Reviewed-on: https://review.typo3.org/55300 Tested-by:
TYPO3com <no-reply@typo3.com> 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> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Dima Nozdrin authored
The field was forgotten during Doctrine migration. See https://review.typo3.org/#/c/47576/ Resolves: #80901 Releases: master, 8.7 Change-Id: I9081d17e18107ec69c8530da2d66f51f65deef4c Reviewed-on: https://review.typo3.org/55309 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
Ralf Zimmermann authored
The form extension now features imports in YAML configuration files via the special toplevel "imports" option. With the help of this feature, form setup and especially form definitions can be reused without copying. Furthermore, the YAML loading has been centralized and slightly extended to meet the requirements of the form framework. The configuration of the form framework has been merged into one file. A follow up patch will rearrange the configuration to improve clarity and understandability. This task heavily depends on the "imports" functionality. Resolves: #82089 Releases: master Change-Id: I44f52572ab2d516949dd017ef1face351b448d65 Reviewed-on: https://review.typo3.org/54210 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Tested-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
-
Steffen Kamper authored
As additional sanitation, accept an empty header for items groups by rendering "-" if none is given. Resolves: #83484 Releases: master, 8.7 Change-Id: Iff733cdcbdba18a52a5430b661fafd9692483659 Reviewed-on: https://review.typo3.org/55285 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
- Jan 08, 2018
-
-
Alexander Schnitzler authored
The class implemented logic to presumably make testing validators more easy. However, a decision on more atomic tests has been made and therefore that abstract test case has been deprecated and will be removed in the future. Releases: master Resolves: #83511 Change-Id: Ic7f071c370acec53d466326344d34ce1334276b4 Reviewed-on: https://review.typo3.org/55298 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>
-
Frank Naegler authored
karma-firefox-launcher 1.0.1 ❯ 1.1.0 karma-jasmine 1.1.0 ❯ 1.1.1 Resolves: #83492 Releases: master Change-Id: Ib753c1ae70e9361af948ebf197cc05d69aa21f61 Reviewed-on: https://review.typo3.org/55287 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Alexander Schnitzler authored
Replace evaled classes with actual fixtures Releases: master Resolves: #83488 Change-Id: Id9b5e3040a8fde8cf260423dfdd1448f6675f09f Reviewed-on: https://review.typo3.org/55284 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Reiner Teubner <reiner.teubner@me.com> Tested-by:
Reiner Teubner <reiner.teubner@me.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Alexander Schnitzler authored
- Replace eval with anonymous classes - Avoid mocks if not necessary Releases: master Resolves: #83485 Change-Id: I5c74f905807b082e6b039c29f475c78d05d0fefa Reviewed-on: https://review.typo3.org/55281 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Henning Liebe <h.liebe@neusta.de> Tested-by:
Henning Liebe <h.liebe@neusta.de> Reviewed-by:
Reiner Teubner <reiner.teubner@me.com> Tested-by:
Reiner Teubner <reiner.teubner@me.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Alexander Schnitzler authored
- Replace eval with anonymous classes - Avoid mocks if not necessary Releases: master Resolves: #83482 Change-Id: I38a7b5c78ffbe6f1347e70154eb72077916892bc Reviewed-on: https://review.typo3.org/55277 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:
Reiner Teubner <reiner.teubner@me.com> Tested-by:
Reiner Teubner <reiner.teubner@me.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Alexander Schnitzler authored
Replace eval with anonymous classes Releases: master Resolves: #83487 Change-Id: Ib09ac0ecf9fe5bf3945b46a403be389d2a9ec84d Reviewed-on: https://review.typo3.org/55283 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:
Reiner Teubner <reiner.teubner@me.com> Tested-by:
Reiner Teubner <reiner.teubner@me.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Alexander Schnitzler authored
- Replace eval with anonymous classes - Avoid mocks if not necessary Releases: master Resolves: #83483 Change-Id: Id7fca4bbe43d907378031ce7b8f35ed4a364bcc7 Reviewed-on: https://review.typo3.org/55278 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:
Reiner Teubner <reiner.teubner@me.com> Tested-by:
Reiner Teubner <reiner.teubner@me.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Stefan Neufeind authored
Resolves: #83478 Releases: master Change-Id: Ic7d249deefa4f188c039c2c3f8aa285f4e4effed Reviewed-on: https://review.typo3.org/55272 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>
-
Frank Naegler authored
Resolves: #83493 Releases: master Change-Id: I4a44da6fcca7462298b54d236e6aa601971de3b6 Reviewed-on: https://review.typo3.org/55289 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.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>
-
Frank Naegler authored
Resolves: #83498 Releases: master Change-Id: I0f58711d5396a5b45269eb3fe609cf718976916f Reviewed-on: https://review.typo3.org/55290 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:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
Frank Naegler authored
Resolves: #83491 Releases: master Change-Id: I7fe75639dfc1a83de5b3fdcfb9dba36d5d9c2c0f Reviewed-on: https://review.typo3.org/55286 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>
-
Alexander Schnitzler authored
Replace eval with anonymous classes Releases: master Resolves: #83486 Change-Id: Ic90e72f2cec212d44a32aa0ee7767e821c808ecf Reviewed-on: https://review.typo3.org/55282 Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Reiner Teubner <reiner.teubner@me.com> Tested-by:
Reiner Teubner <reiner.teubner@me.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Alexander Schnitzler authored
The RawValidator is a useless Validator that is automatically attached to all method params that are annotated with "@param mixed". This is due to the recognition of the pseudo type "mixed" in ValidatorResolver::getValidatorType which converts mixed into Raw and which then is responsible for creating that RawValidator for the param. However, this is completely useless as the Validator does not validate. Hence, it will be deprecated and removed in TYPO3 v10.0 without any replacement. Releases: master Resolves: #83503 Change-Id: Id3bc1418224e01983d6a3c13b759d6c8a4f764f3 Reviewed-on: https://review.typo3.org/55294 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Henning Liebe <h.liebe@neusta.de> Reviewed-by:
Eugene Kenah Djomo <kdeugene@yahoo.fr> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Jan 07, 2018
-
-
Richard Haeser authored
Prevent warnings and notices if $GLOBALS['TBE_MODULES_EXT'] is not set, which can be the case if no extensions are installed. Change-Id: I72f513329790ee3b71fd30054574b79f41a6dcf8 Resolves: #83479 Releases: master, 8.7, 7.6 Reviewed-on: https://review.typo3.org/55274 Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Reviewed-by:
Richard Haeser <richard@maxserv.com> Tested-by:
Richard Haeser <richard@maxserv.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de>
-
Frank Naegler authored
Resolves: #83494 Releases: master Change-Id: I81c813d7a8604ae5c066a491d89e721ebcd599e8 Reviewed-on: https://review.typo3.org/55291 Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
Frank Naegler authored
Resolves: #83497 Releases: master Change-Id: I1d22a6934dfdbe5987b5d7da00e357719fab88db Reviewed-on: https://review.typo3.org/55288 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
Frank Naegler authored
Resolves: #83495 Releases: master Change-Id: I7313a8ca2fa5a4f7e69255549c0b16c28b997c11 Reviewed-on: https://review.typo3.org/55292 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
- Jan 06, 2018
-
-
Andreas Fernandez authored
Resolves: #82579 Releases: master Change-Id: Ic2d44d8567c2b144f9250f9011b6106fe73358e9 Reviewed-on: https://review.typo3.org/55169 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
- Jan 05, 2018
-
-
Stephan Großberndt authored
Add missing htmlspecialchars() calls in EXT:sys_action/Classes/ActionTask.php Resolves: #83359 Releases: master, 8.7 Change-Id: Ieda2612762b23783b17f6b4c93c9cfabc149fcb2 Reviewed-on: https://review.typo3.org/55119 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Steffen Kamper <info@sk-typo3.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Helmut Hummel authored
Instead of complementing processing configuration in the file class, move it to the processing service and LocalPreviewHelper class to not have the code and logic duplicated and to ensure it is always executed, not only when using the file API. Resolves: #83421 Related: #81776 Related: #83242 Releases: master, 8.7, 7.6 Change-Id: I9b3f380625756137a56e7ad0ea55d21f47464ab8 Reviewed-on: https://review.typo3.org/55210 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
- Jan 04, 2018
-
-
Anja Leichsenring authored
Remove a misleading match from the Extension Scanner matcher configuration that caused a strong match for a false positive. Also add a forgotten deprecation. Resolves: #82899 Releases: master Change-Id: Ibbada6e3f221aed64b98bfccdd3d77502a7cd7d9 Reviewed-on: https://review.typo3.org/55170 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Reiner Teubner <rteubner@me.com> Tested-by:
Reiner Teubner <rteubner@me.com> Reviewed-by:
Sebastian Fischer <typo3@evoweb.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Stephan Großberndt authored
A task may be invalid when editing so there is no instance of AbstractTask in $task. With this patch the SchedulerModuleController no longer tries to add the additionalFields for that as the AdditionalFieldProviders expect a valid task object when being called on edit. Additionally some cleanup in the PHPDoc of AdditionalFieldProviders is made to make it clear the given task may be NULL on create. Resolves: #79141 Releases: master, 8.7 Change-Id: Ia7cf8173e65cfdede89a776cff7615678e4ffb21 Reviewed-on: https://review.typo3.org/55122 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Benjamin Kluge <b.kluge@neusta.de> Reviewed-by:
Henning Liebe <h.liebe@neusta.de> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
Brings an extension configuration patch during acceptance / functional bootstrap. Change-Id: Ibebc4a69d4b441ddafe3c7135f240ccf116b6ca9 Resolves: #83467 Releases: master Reviewed-on: https://review.typo3.org/55265 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Andreas Fernandez authored
The DebugConsole used to render debug messages at the bottom of the TYPO3 backend is migrated to TypeScript. A feature sneaked in as an easter egg where the icon of the debug panel changes to a ":|" face on too many message groups has been dropped. Resolves: #82583 Releases: master Change-Id: Ied7a3e8f5563fb05029324db87c914ea1ef22953 Reviewed-on: https://review.typo3.org/55264 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:
Reiner Teubner <rteubner@me.com> Tested-by:
Reiner Teubner <rteubner@me.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
Resolves: #83431 Releases: master Change-Id: I5dbc5649b46b007881717a98458de22b154203ca Reviewed-on: https://review.typo3.org/55216 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:
Reiner Teubner <rteubner@me.com> Tested-by:
Reiner Teubner <rteubner@me.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Ralf Zimmermann authored
Cache the EXT:form configuration depending on the YAML files which are loaded. Resolves: #83311 Releases: master,8.7 Change-Id: Ib612e7638f5b5ad0ddc08c17e3d3b1e645967304 Reviewed-on: https://review.typo3.org/55240 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:
Reiner Teubner <rteubner@me.com> Tested-by:
Reiner Teubner <rteubner@me.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Reiner Teubner authored
In advanced search, each field of every table that is listed in TCA can be used to compose db queries. But if the TCA field has no counterpart in db, the query fails. Removing fields that are defined as type user, but without a defined userfunc are now excluded from view to prevent this kind of error. Releases: master, 8.7 Resolves: #83455 Change-Id: Ib35cd7ec54e6c02c77fd85305b6cf3fe1b1979d0 Reviewed-on: https://review.typo3.org/55253 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> 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>
-
Reiner Teubner authored
For consistent usage the variable $SET was deleted and replaced with $this->setting. Resolves: #83466 Releases: master Change-Id: I6c5174515d430ee829943b457a80f568990a7859 Reviewed-on: https://review.typo3.org/55262 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Alexander Schnitzler authored
This is a regression bugfix. During the ClassSchema refactoring the resolving of method validators broke due to stripping of beginning dollar signs from tags. Releases: master Resolves: #83425 Change-Id: Ida33ade7bc61c0bb926fbf1895612eac9a94d948 Reviewed-on: https://review.typo3.org/55244 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:
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>
-
Tymoteusz Motylewski authored
Resolves: #82777 Releases: master, 8.7 Change-Id: I080e9d47053665c51fdc7b46787cd32299bfaba9 Reviewed-on: https://review.typo3.org/55235 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:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@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>
-
Georg Ringer authored
By using pageTsConfig it is now possible to change the available fields and add additional entries to the selectbox. Resolves: #83449 Releases: master Change-Id: I0985185b3711173387b68f7a3254082faa421476 Reviewed-on: https://review.typo3.org/55241 Reviewed-by:
Reiner Teubner <rteubner@me.com> Tested-by:
Reiner Teubner <rteubner@me.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Benni Mack authored
Due to the refactoring the advanced query functionality was broken and not tested anymore. The patch minimizes the functionality on the $GLOBALS['SOBE'] code again. Related: #82729 Resolves: #83428 Releases: master Change-Id: Ie83fd903aa8051167744e9f20444e5a021a36c75 Reviewed-on: https://review.typo3.org/55213 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Reiner Teubner <rteubner@me.com> Tested-by:
Reiner Teubner <rteubner@me.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Georg Ringer authored
Improve the life of integrators and developers by showing the field name next to the title. Resolves: #83461 Releases: master Change-Id: I100022fb33facefe5f70cf99c2304fb080361427 Reviewed-on: https://review.typo3.org/55254 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:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-