- Feb 26, 2017
-
-
Thomas Hohn authored
If the user is not allow to modify the avatar it gets lost since there was no distinction between deleted and not allowed to modify causing the avatar to be deleted on save. Resolves: #80002 Releases: master Change-Id: I1cf6fa93c2af1122c481b52860990c2433d86594 Reviewed-on: https://review.typo3.org/51860 Reviewed-by:
Josef Glatz <josef.glatz@typo3.org> Tested-by:
Josef Glatz <josef.glatz@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com>
-
- Feb 06, 2017
-
-
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>
-
- Feb 02, 2017
-
-
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>
-
- Feb 01, 2017
-
-
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 10, 2017
-
-
Benni Mack authored
In TYPO3 6.0 we introduced TYPO3.jQuery as a possibility to have jQuery run side-by-side with prototype.js in a no-conflict mode. Since TYPO3 7.5, prototype.js was removed, and $ can be used. PageRenderer now sets TYPO3.jQuery AND $ as shorthand-functionality and all places in the TYPO3 Core are replaced with the common $ functionality, so TYPO3.jQuery should be avoided. Resolves: #79221 Releases: master Change-Id: I9177d7d3ad618fa7bb3a7e2ea483f39d6d4231bc Reviewed-on: https://review.typo3.org/51212 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> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Jan 09, 2017
-
-
Andreas Fernandez authored
A new API is introduced that allows to reload the backend’s topbar. The reload may be triggered via JavaScript and PHP. As the registered events of the toolbar items within the topbar get lost after reloading, the event registration for these toolbar items needs some adoption. The topbar is now reloaded in case of: - updating the user's avatar - after configuring an extension - opening the EXT:belog module from the System Information menu Resolves: #79196 Releases: master Change-Id: Ib6b65d7327c9db2b818ad9ad549cb2f2f00d1595 Reviewed-on: https://review.typo3.org/51183 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Dec 01, 2016
-
-
Wouter Wolters authored
Move languages files from the root of ext:lang to Resources/Private/Language/ Resolves: #78647 Releases: master Change-Id: I9271442c98f2fcf705a38a639a6d503caeba1759 Reviewed-on: https://review.typo3.org/50584 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:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
-
- Oct 26, 2016
-
-
Manuel Selbach authored
To remove the susceptiblity to errors of SQL injections within the core the principle of prepared statements should be followed for all queries. Even variables which will be casted to e.g. an integer should use setParameter(), setParameters() or createNamedParameter(). Change-Id: I7d6d256a199ba05f75791eb01f38b3b89b421989 Resolves: #78437 Releases: master Reviewed-on: https://review.typo3.org/50090 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>
-
- Oct 10, 2016
-
-
Markus Klein authored
Check if there is actually a user TSconfig available before using it. Resolves: #77263 Releases: master, 7.6 Change-Id: Iafc58866325f000077f46f9e77fafb3c80069fe6 Reviewed-on: https://review.typo3.org/50100 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>
-
- Oct 07, 2016
-
-
Stefan Froemken authored
While saving a user's uc record, all fields, which are set to disabled in user TSconfig, are not touched anymore. This is enforced by reducing the fields of showItem to the ones which are allowed via user TSconfig. Resolves: #77263 Releases: master, 7.6 Change-Id: Ib867efef731654373a3b1502c410ba5e182780e4 Reviewed-on: https://review.typo3.org/49224 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Martin Fox <kontakt@mlis.pl> Tested-by:
Martin Fox <kontakt@mlis.pl> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- Aug 31, 2016
-
-
Benni Mack authored
JS and CSS files can now be added via the EXT: syntax, to ease the pain to a standardized way to include files with EXT: everywhere now. Resolves: #77589 Releases: master Change-Id: Ie9de21cb5f9ea918f0ac069c83bc8020d11c299a Reviewed-on: https://review.typo3.org/49491 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Philipp Gampe <philipp.gampe@typo3.org> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Aug 30, 2016
-
-
Wouter Wolters authored
As decided during T3ACME we will use the short array syntax in master. The 7.6 branch will also be done to make backporting easier. Resolves: #77692 Releases: master,7.6 Change-Id: I37e9484b1012fc9161148257a842054c24d162ba Reviewed-on: https://review.typo3.org/49651 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
- Jun 03, 2016
-
-
Helmut Hummel authored
To make the set of restrictions that are in effect when creating queries with the QueryBuilder becomes more understandable, we need to remove the QueryContext and the magic applied to that and replace it with the following behavior: delete, hidden, starttime, endtime restrictions are always enabled and need to be removed if needed. Other restrictions need to be provided manually depending on the desired result. Resolves: #76167 Resolves: #76264 Releases: master Change-Id: Iaf0cb08475ed44966838c3fbdd5756d3ba6ebcc1 Reviewed-on: https://review.typo3.org/48049 Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> 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> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
- May 27, 2016
-
-
Valentin Despa authored
Remove the second parameter of sL and replace it with htmlspecialchars directly in the code. Resolves: #76325 Related: #71917 Releases: master Change-Id: I6267c45daeddf9a652ad63acb014c824721df25f Reviewed-on: https://review.typo3.org/48338 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Wouter Wolters authored
Remove the second parameter of getLL and replace it with htmlspecialchars directly in the code. Resolves: #76321 Related: #71917 Releases: master Change-Id: I513c5915c9273c906b6b828d65425ac8ee485e12 Reviewed-on: https://review.typo3.org/48332 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Wouter Wolters authored
Remove the second parameter of getLL and replace it with htmlspecialchars directly in the code. Resolves: #76321 Related: #71917 Releases: master Change-Id: Iaccd3e31b235632fac9022e9120a35426bd5d99b Reviewed-on: https://review.typo3.org/48320 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
- Apr 20, 2016
-
-
Georg Ringer authored
Use doctrine in EXT:setup Resolves: #75772 Releases: master Change-Id: I2c5126309d57c0c80bf9c97332d35a29b3cb742e Reviewed-on: https://review.typo3.org/47775 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Michiel Roos <michiel@maxserv.com> Tested-by:
Michiel Roos <michiel@maxserv.com> Reviewed-by:
Philipp Gampe <philipp.gampe@typo3.org> Tested-by:
Philipp Gampe <philipp.gampe@typo3.org>
-
- Apr 01, 2016
-
-
Markus Sommer authored
Resolves: #75367 Releases: master,7.6 Change-Id: I2e0877564c355526898e5c1b921f9080be1906be Reviewed-on: https://review.typo3.org/47489 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Gianluigi Martino authored
Clicking on label in user settings display help text again Change-Id: I2e5c90e5b1c180a18bbc8d7264b6ac43a866c24b Resolves: #74333 Releases: master Reviewed-on: https://review.typo3.org/47460 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>
-
- Mar 31, 2016
-
-
Benni Mack authored
The callUserFunction() method is called in various places with wrong arguments (parameter 4 and 5). The patch streamlines the calls. Resolves: #75339 Releases: master Change-Id: I05896369fa0cbf3bf5da95dd99b919e671ca06a6 Reviewed-on: https://review.typo3.org/47465 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
- Mar 25, 2016
-
-
Frank Naegler authored
This patch fix missing labels in user settings module. This patch is a followup / bugfix for #72340 Resolves: #75269 Related: #72340 Releases: master Change-Id: I30fe1e10e60575c4216c85486639b84088128af3 Reviewed-on: https://review.typo3.org/47392 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
- Mar 10, 2016
-
-
Stefan Neufeind authored
Change-Id: Ia208202e440992e7cf6a21639b83f84205fc2606 Resolves: #69062 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/42643 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
-
- Feb 23, 2016
-
-
Frank Naegler authored
This patch replaces the old JavaScript confirm dialog in user settings module, which was used on the button "Reset Configuration and Clear Temporary Data". Resolves: #73600 Releases: master, 7.6 Change-Id: I24f872c5828aebfa08b2936e64abf57713182fbc Reviewed-on: https://review.typo3.org/46810 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Feb 22, 2016
-
-
Michael Oehlhof authored
Call of FlashMessage->render() was replaced with appropriate code when * setup was saved * temporary data was cleared * Notice for activated changes * password is updated * selected language is not available Resolves: #73581 Releases: master, 7.6 Change-Id: I68432729334eb905e3aae112d42ae45177a70809 Reviewed-on: https://review.typo3.org/46794 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
- Jan 21, 2016
-
-
Wouter Wolters authored
Regular code cleanup about CGL standards. Executed via php-cs-fixer fix --config-file Build/.php_cs typo3 Resolves: #72860 Releases: master Change-Id: I5f9382a5ab9ad7ce1ab92da06c272e587ec78010 Reviewed-on: https://review.typo3.org/46131 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Jan 16, 2016
-
-
Georg Ringer authored
If ModuleTemplate is available, use its method 'header` instead of the method of DocumentTemplate. Change-Id: I2950d5e9b9b1ae7297b6b593074882c81c589d6e Resolves: #72763 Releases: master Reviewed-on: https://review.typo3.org/45994 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
- Jan 15, 2016
-
-
Frank Nägler authored
Resolves: #72416 Releases: master Change-Id: I5217f057fb8c8325770d0afe658bef7e4061d649 Reviewed-on: https://review.typo3.org/45922 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Jan 09, 2016
-
-
Helmut Hummel authored
Resolves: #72525 Releases: master, 7.6 Change-Id: Ie641953ee3e534135fd5f8738cdf912a15236b19 Reviewed-on: https://review.typo3.org/45568 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:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Dec 31, 2015
-
-
Wouter Wolters authored
Resolves: #72385 Releases: master Change-Id: Iee37e2ae9a8c74116795ad60983a9849738bb15d Reviewed-on: https://review.typo3.org/45365 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
- Dec 30, 2015
-
-
Wouter Wolters authored
Resolves: #72473 Releases: master Change-Id: I5ac198a2f7b823f29a9c98f72a7b61d9219f9c13 Reviewed-on: https://review.typo3.org/45485 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Dec 11, 2015
-
-
Jo Hasenau authored
Using direct comparisons instead of GeneralUtility::inList() is faster and uses less memory. Releases: master Resolves: #55626 Change-Id: I0acfe07fbd796ba017dd64d6987139bfb80db898 Reviewed-on: https://review.typo3.org/37139 Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Tested-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- Dec 04, 2015
-
-
Benni Mack authored
There are several versions (partly legacy) of how to trigger a reload of the Module Menu. This is now streamlined. Additionally the NewContentElementController does not reload the module menu anymore on loading. Resolves: #72024 Releases: master Change-Id: I58fc274f22d0312b0616e20e379225f77540fbb3 Reviewed-on: https://review.typo3.org/45088 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
- Nov 29, 2015
-
-
Nicole Cordes authored
Multiple button settings are double encoded with htmlspecialchars. This patch removes the hsc within the setters as the button settings are already escaped during render method. Resolves: #71915 Releases: master Change-Id: I470b6e4ce42859d4147e21acf9e7b6334a776848 Reviewed-on: https://review.typo3.org/45014 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- Nov 21, 2015
-
-
Wouter Wolters authored
Resolves: #71753 Releases: master Change-Id: Ie84dc9c49b606e6b3d6b15c0af64fe9614f4c5e4 Reviewed-on: https://review.typo3.org/44857 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
- Nov 20, 2015
-
-
Wouter Wolters authored
Resolves: #71738 Releases: master Change-Id: I71edcdb8ed1804bf94479237bd7f6c120420f779 Reviewed-on: https://review.typo3.org/44834 Reviewed-by:
Martin Kutschker <martin.kutschker@ymail.com> Tested-by:
Martin Kutschker <martin.kutschker@ymail.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Wouter Wolters authored
Resolves: #71726 Releases: master Change-Id: I4a356c8da668acee555149eee9cf56ccdb4dc0ee Reviewed-on: https://review.typo3.org/44822 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Nov 09, 2015
-
-
Wouter Wolters authored
php-cs-fixer fix typo3/ --fixers=unused_use Resolves: #71355 Releases: master Change-Id: I81011f145abdbc8d9ba6a4e14fc5c1d4cd23aa43 Reviewed-on: https://review.typo3.org/44560 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
- Nov 04, 2015
-
-
Benjamin Mack authored
Change the wording on the button in the user settings to "Reset user settings to default state" and remove the second "selective reset" button to only change certain options. Resolves: #53681 Releases: master Change-Id: I72afcdc3a8e84eb67840eb81b061f6e22867c9a8 Reviewed-on: https://review.typo3.org/44528 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Oct 31, 2015
-
-
Jan Helke authored
Resolves: #71220 Releases: master Change-Id: I3a9aaeeb77f9b0ecfcc0f73f73f31affa48c0031 Reviewed-on: https://review.typo3.org/44459 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Gernot Schulmeister <gernotschulmeister@gmx.at> Tested-by:
Gernot Schulmeister <gernotschulmeister@gmx.at> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Oct 30, 2015
-
-
Ruud Silvrants authored
Change-Id: I7d2b3f71664423a66e9fd7a1eade574d5a7570c5 Resolves: #71169 Releases: master Reviewed-on: https://review.typo3.org/44407 Reviewed-by:
Gernot Schulmeister <gernotschulmeister@gmx.at> Tested-by:
Gernot Schulmeister <gernotschulmeister@gmx.at> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-