- Feb 06, 2017
-
-
Georg Ringer authored
Render link information below a link field to help editors. Instead of 't3://page?uid=92 _top "a class" "a title"' the user will get relevant information. Resolves: #28171 Releases: master Change-Id: Ic285a10e1de67bf60dd5235885a8d0037792999a Reviewed-on: https://review.typo3.org/51479 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Markus Klein authored
A new session framework is introduced. The goal is to provide interoperability between different session storages (called "backends"), like database, Redis, etc. An integrator may enforce a specific session backend by configuring SYS/session in LocalConfiguration.php. It is also possible to use custom session backends by implementing the interface "SessionBackendInterface". Resolves: #70316 Releases: master Change-Id: I90a4f84344e75f13b2f46245162e749ed3505ec3 Reviewed-on: https://review.typo3.org/51549 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Claus Due <claus@phpmind.net> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Ralf Zimmermann authored
This feature extends the SaveToDatabase finisher with the following functions: * Perform multiple database operations * Access the inserted uids from previous database inserts * Add a special option value '{__currentTimestamp}' * Add a variable container object which is passed through all finishers The issue contains examples for testing. Resolves: #79530 Releases: master Change-Id: Ic2a569194d69434e0320c670cd879744c864b911 Reviewed-on: https://review.typo3.org/51456 Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Daniel Lorenz <daniel.lorenz@extco.de> Tested-by:
Andreas Steiger <typo3@andreassteiger.de> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Frans Saris authored
Use correct field to determine page uid Resolves: #78917 Releases: master Change-Id: I01101640ff8ac1d801ef1619f8bc3c885aee2713 Reviewed-on: https://review.typo3.org/51555 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Mona Muzaffar authored
- Updating doctrine/collections (v1.3.0) to doctrine/collections (v1.4.0) - Updating doctrine/annotations (v1.3.0) to doctrine/annotations (v1.3.1) - Updating doctrine/common (v2.6.2) to doctrine/common (v2.7.2) - Updating doctrine/dbal (v2.5.5) to doctrine/dbal (v2.5.11) - Updating symfony/yaml (v3.2.0) to symfony/yaml (v3.2.2) - Updating symfony/finder (v3.2.0) to symfony/finder (v3.2.2) - Updating symfony/event-dispatcher (v3.2.0) to symfony/event-dispatcher (v3.2.2) - Updating symfony/dom-crawler (v3.2.0) to symfony/dom-crawler (v3.2.2) - Updating symfony/css-selector (v3.2.0) to symfony/css-selector (v3.2.2) - Updating symfony/debug (v3.2.0) to symfony/debug (v3.2.2) - Updating symfony/console (v3.2.0) to symfony/console (v3.2.2) - Updating symfony/browser-kit (v3.2.0) to symfony/browser-kit (v3.2.2) - Updating sebastian/comparator (1.2.2) to sebastian/comparator (1.2.4) - Updating phpunit/phpunit-mock-objects (3.4.2) to phpunit/phpunit-mock-objects (3.4.3) - Updating phpunit/php-code-coverage (4.0.3) to phpunit/php-code-coverage (4.0.5) - Updating myclabs/deep-copy (1.5.5) to myclabs/deep-copy (1.6.0) - Updating phpunit/phpunit (5.7.5) to phpunit/phpunit (5.7.11) - Updating guzzlehttp/promises (1.3.0) to guzzlehttp/promises (v1.3.1) - Updating symfony/process (v3.2.0) to symfony/process (v3.2.2) - Updating facebook/webdriver (1.2.0) to facebook/webdriver (1.3.0) - Updating codeception/codeception (2.2.8) to codeception/codeception (2.2.9) - Updating symfony/filesystem (v3.2.0) to symfony/filesystem (v3.2.2) - Updating symfony/stopwatch (v3.2.0) to symfony/stopwatch (v3.2.2) Resolves: #79614 Releases: master Change-Id: Ibbefff219570421d8b0037aef5788b07bb3fb4e4 Reviewed-on: https://review.typo3.org/51520 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Stefan Froemken authored
As storeIncomingData depends on some data, which is generated in init, the init method has to be called before. Resolves: #79374 Releases: master, 7.6 Change-Id: I55e9f1317db83205b3a9ad0105eb8b493203ced7 Reviewed-on: https://review.typo3.org/51344 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-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:
Thomas Hohn <thomas@hohn.dk> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Claus Due authored
This patch adds a new feature for FLUIDTEMPLATE content objects, allowing two new sections named `HeaderAsstes` and `FooterAssets` to be defined. When rendering the content object, those sections then get rendered and assigned as either header or footer data via PageRenderer. Both sections are optional and can be combined. Change-Id: I981f2148050b972ef42d9b18a1b428f874407615 Resolves: #79413 Releases: master Reviewed-on: https://review.typo3.org/51382 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Thomas Hohn <thomas@hohn.dk> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Feb 05, 2017
-
-
Ralf Zimmermann authored
* add more configuration options to the DatePicker element within the form editor * render the frontend JavaScript as inline JavaScript within the page footer * fix small bugs Resolves: #79539 Releases: master Change-Id: I7a33abbc3502dbad37e228313b93e32ae5b19bf5 Reviewed-on: https://review.typo3.org/51461 Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Andreas Steiger <typo3@andreassteiger.de> Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
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>
-