This project is mirrored from https://git.typo3.org/typo3/typo3.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 08 Sep, 2015 1 commit
-
-
Christian Kuhn authored
tl;dr: This patch makes FormEngine insanely flexible, extensions however should not rely on structures for now, since class names and array content will change. The patch applies a separation of concerns to the FormEngine class structure by extracting the data processing from rendering. As a main goal the render part consisting of container and element classes routed through the flexible NodeFactory only works on data created by the new FormDataCompiler class construct. This makes the FormEngine much more flexible and opens ways to not only use the render part in the context of database driven data, but on anything that is fed to it. This patch creates the main structure for this. The FormDataCompiler class returns a defined array container and elements can work on it. Data is added by single FormDataProvider, which are combined in FormDataGroups. FormDataProvider may depend on each other and a FormDataGroup "knows" its providers and calls them in a dedicated order. For instance, the "FullDatabaseRecord" FormDataGroup first calls a provider that fetches the record defined by uid and table name and a later called provider determines the given record type this record is assigned to, so another provider can then work on TCA to determine the list of record fields to be shown. The FormDataProvider used for the main FormDataGroup are defined in TYPO3_CONF_VARS, so extensions can add and remove their own providers to add or change certain data if needed. This is highly flexible and extensions are able to hook in at a specific position within the provider chain for the main data groups. This construct obsoletes the DataPreprocessor as well as several other side classes. With this patch the main architecture is created and lots of data preparation is transfered already, supported by a high unit test coverage. The FormEngine class itself is removed: The inline ajax entry point is moved to an own controller class, the getMainFields() and friends methods are substituted with FormDataCompiler / NodeFactory combinations and the data gathering is for now parked in a FormResultCompiler class. However, this process is not yet finished and lots of @todo statements are added to the code base to document open ends and to further separate the data handling from the render engine. Especially the IRRE data handling is currently still located within the render engine and makes the whole thing much more complicated than it should be. Lots of detail patches need to follow to bring this code to a level where it belongs to be. Warning: While this patch is already insanely huge touching more than 22 thousands lines of code, lots of loose ends need to be tackled and the API is not final yet. The arrays will be reduced and sharpened during the next weeks, class names may change and structures will change. Change-Id: Ief1769f478373cc26d1bf6c49114258f0dae8355 Resolves: #69568 Releases: master Reviewed-on: http://review.typo3.org/41933 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Florian Peters <fpeters1392@googlemail.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- 07 Sep, 2015 1 commit
-
-
The CSRF tokens for edit document and tce actions were introduced, to protect these entry scripts. Since the entry scripts are removed now and any entry point is protected with a CSRF token by default, we do not need these additional tokens any more. The helper methods can now also be deprecated and the check for the tokens is removed in the controllers. Please note that in the deprecated.php the tokens still must be checked, as third party modules still might generate URLs to the old entry scripts and we want to have this deprecated entry point still be protected. Resolves: #69562 Releases: master Change-Id: I9df443c7fcb4c7db4f7f682d3643b780480ed5de Reviewed-on: http://review.typo3.org/43069 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- 06 Sep, 2015 1 commit
-
-
Resolves: #69556 Releases: master Change-Id: I697aaee1db8b03adafa015e6634156b576f3c381 Reviewed-on: http://review.typo3.org/43062 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- 05 Sep, 2015 1 commit
-
-
Resolves: #69554 Releases: master Change-Id: I0564f908ecebf0e6b317b299b43e1b4d4f9af576 Reviewed-on: http://review.typo3.org/43058 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com>
-
- 04 Sep, 2015 2 commits
-
-
Replaces all IconUtility::getSpriteIcon calls for the icon actions-document-save with the new IconFactory. Resolves: #68867 Releases: master Change-Id: Ie0591197ade6473af9a470b34e3f5e2e56eabb60 Reviewed-on: http://review.typo3.org/43003 Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Replaces all IconUtility::getSpriteIcon calls for the icon actions-document-save with the new IconFactory. Resolves: #68866 Releases: master Change-Id: I29540eed175d642fae67a5b4453520c926cd2cae Reviewed-on: http://review.typo3.org/42973 Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- 03 Sep, 2015 1 commit
-
-
Remove the toggle functionality from the HTML template and use jQuery + require.js for page and list. Resolves: #69500 Releases: master Change-Id: I815239acdf74e94c4f0af3a74aacab565c8f5d03 Reviewed-on: http://review.typo3.org/42997 Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
- 21 Aug, 2015 2 commits
-
-
Markus Klein authored
A wrong variable initialization is fixed. Resolves: #59810 Releases: master, 6.2 Change-Id: Ied65743326e52e7e56e24a19db57ba40f6b4be47 Reviewed-on: http://review.typo3.org/42800 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Using the extension gridelements it is possible to restrict the selectable content elements instead of the full menu configured by TSconfig. At first, you might have 5 menus available and you click on the last menu tab (maybe the fifth), so the backend stores 5 as current tab. Adding content elements within a gridelement, which restricts the range of selectable CEs, you can only select the first tab (p.e.). The original code assumes that the fifth tab is still there and tries to select it. This patch checks first against the existence of the selected tab. If there is no "fifth" tab p.e. the index is set to 1. Resolves: #59810 Releases: master, 6.2 Change-Id: I829489737de4631dfe3362e4fb11909be9315864 Reviewed-on: http://review.typo3.org/42767 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- 20 Aug, 2015 2 commits
-
-
Submit buttons need to have a value set, otherwise submit checks in the PHP code won't work. Some useless POST checks are removed after the removal of the type=image input fields for saving data. Resolves: #69194 Releases: master Change-Id: If42da73242d82d96d0042e0bedce69ad2a302427 Reviewed-on: http://review.typo3.org/42764 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info>
-
Disable drag and drop of content elements in Page module and inline page title editing if page's editlock is set. Resolves: #68388 Related: #68279 Releases: master Change-Id: Ibcb285babb84f0777eb621f244f2a9e40498596b Reviewed-on: http://review.typo3.org/41734 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> 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>
-
- 12 Aug, 2015 2 commits
-
-
Replaces all IconUtility::getSpriteIcon calls for the icon actions-edit-undo with the new IconFactory. Change-Id: I42ed3f6368fc27c47bdc0ce7e74380ba0fbd5b12 Resolves: #68845 Releases: master Reviewed-on: http://review.typo3.org/42503 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Markus Guenther authored
Replaces all IconUtility::getSpriteIcon calls for the icon actions-edit-delete with the new IconFactory. Change-Id: I6b4bb25d9dd4113257a2d7eda6d5eadb36ea22dc Resolves: #68879 Releases: master Reviewed-on: http://review.typo3.org/42466 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
- 09 Aug, 2015 1 commit
-
-
Replaces all IconUtility::getSpriteIcon calls for the icon actions-document-view with the new IconFactory. Change-Id: Ie17eed82dd45825d29934206eb1aa2703d4cf4ab Resolves: #68875 Releases: master Reviewed-on: http://review.typo3.org/42432 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>
-
- 08 Aug, 2015 1 commit
-
-
Replaces all IconUtility::getSpriteIcon calls for the icon actions-document-close with the new IconFactory. Change-Id: I097d1b83bd7b76ec14c9050fb5bc74411729809e Resolves: #68839 Releases: master Reviewed-on: http://review.typo3.org/42383 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>
-
- 07 Aug, 2015 2 commits
-
-
Replaces all IconUtility::getSpriteIcon calls for the icon actions-document-history-open with the new IconFactory. Change-Id: Ie0432cdced84d145da6bf9749f1275f398861146 Resolves: #68830 Releases: master Reviewed-on: http://review.typo3.org/42365 Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Resolves: #68829 Releases: master Change-Id: Ibf9b0a1c7884b68eb27f880e1d42369580d3ec04 Reviewed-on: http://review.typo3.org/42354 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>
-
- 06 Aug, 2015 2 commits
-
-
Resolves: #68807 Releases: master Change-Id: I018b1114a82146e2331a178f41c8bf48ee89cba4 Reviewed-on: http://review.typo3.org/42320 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>
-
BACK_PATH in Backend context is always empty string. The patch removes a couple of simple usages, mostly related to DocumentTemplate. Resolves: #68790 Releases: master Change-Id: Ic4897642abf216fbcec430051723bc4b412b321a Reviewed-on: http://review.typo3.org/42312 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- 05 Aug, 2015 1 commit
-
-
Resolves: #68304 Related: #68025 Releases: master Change-Id: I90f372ac7570dcc57517b2f9b1e9efcd01b3b9ca Reviewed-on: http://review.typo3.org/41606 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Sascha Wilking <sascha.wilking@hmmh.de> Tested-by:
Sascha Wilking <sascha.wilking@hmmh.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
- 22 Jul, 2015 1 commit
-
-
Andreas Fernandez authored
This patch extends the "Copy from default elements" buttons by a dropdown list of available languages. Clicking one of those languages creates independent copies (not references!) of the selected language. Resolves: #68395 Releases: master Change-Id: I2ce443644ca1fbc6f0c41bc5917515b2784bc155 Reviewed-on: http://review.typo3.org/41768 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de>
-
- 20 Jul, 2015 1 commit
-
-
It makes sense to be able to restrict content elements to be editable by admins only. Change-Id: Ic5cbb791ef3fcd5448ce8e4f9072ebc75de67b9d Resolves: #68218 Releases: master Reviewed-on: http://review.typo3.org/41462 Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
- 18 Jul, 2015 1 commit
-
-
If editlock is set in the page record, the icons to modify the records need to be hidden. Not touched with this patch are JS parts like the drag'n'drop and inline editing of the page title. Change-Id: Ie4434ee3a74b1d5427eef7fbd121738d4ccfd6df Resolves: #68279 Releases: master Reviewed-on: http://review.typo3.org/41564 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Markus Sommer <markussom@posteo.de> Tested-by:
Markus Sommer <markussom@posteo.de> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
- 17 Jul, 2015 2 commits
-
-
Resolves: #68309 Related: #68025 Releases: master Change-Id: I871ba198ab80ec00a32e476eed2d09ac0ebbd403 Reviewed-on: http://review.typo3.org/41615 Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Patrick Kollodzik <patrick.kollodzik@googlemail.com> Tested-by:
Patrick Kollodzik <patrick.kollodzik@googlemail.com> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
The description for content is shown in page view, for backend user (groups) it is shown in the title of the icons in the BE user module’s list views. Change-Id: I347483b3a2bafeef6f9b9b4061df15cf12a8f463 Releases: master Resolves: #67603 Related: #67550 Related: #67578 Reviewed-on: http://review.typo3.org/40360 Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
- 15 Jul, 2015 2 commits
-
-
The ancient form_enctype setting was a fallback from the old days when some hosters decided uploading files in PHP is a bad idea. The fallback was thought to still allow casual data transfer. This is dropped now, the setting no longer used and removed from configuration. Resolves: #68178 Releases: master Change-Id: If16db4de44c0654b18efc5b1a9f0e3f46e079687 Reviewed-on: http://review.typo3.org/41314 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
@author information can be found in version control. Cluttering our code with these tags does not make much sense and they are outdated by definition or would sum up to impressive lists. As decided on acme 2015, we drop them now. Releases: master Resolves: #68152 Change-Id: Iec1ea0f873b44ab6027c94ba8353a9fdb5477bdd Reviewed-on: http://review.typo3.org/41264 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- 14 Jul, 2015 1 commit
-
-
If a page is marked to be deleted (delete placeholder) in the workspace mode, offering a frontend preview does not make much sense. Thus, the accordant button in the page module won't be shown in that case. Resolves: #65699 Releases: master, 6.2 Change-Id: Ib27721c5e4b52dc91872ddb2a2f494649e13dab5 Reviewed-on: http://review.typo3.org/37793 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- 10 Jul, 2015 1 commit
-
-
To improve the usability the message and checkbox should only be shown if there are elements actually hidden. Change-Id: I0bb652ce915d1e8896b38bf3f94ae2a276cc3881 Resolves: #68037 Releases: master Reviewed-on: http://review.typo3.org/41081 Reviewed-by:
David Greiner <hallo@davidgreiner.de> Tested-by:
David Greiner <hallo@davidgreiner.de> Reviewed-by:
Frederic Gaus <frederic.gaus@flagbit.de> Tested-by:
Frederic Gaus <frederic.gaus@flagbit.de> 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>
-
- 09 Jul, 2015 3 commits
-
-
Disabling the by default enabled disableBigButtons TSconfig option disables the option_showBigButtons property of PageLayoutView, so some funny buttons in page module top bar and some misplaced buttons to edit rte elements are enabled. Easy, isn't it?! This option is dropped now. Resolves: #68020 Releases: master Change-Id: Ifea0cebac3a4f1e5c23a54e2acb5aba26a83998d Reviewed-on: http://review.typo3.org/41063 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>
-
The single column view was unused in the core for ages. Remove this leftover code now. Resolves: #68021 Releases: master Change-Id: I133338953175e3eb151f05b20f5a8f1eeb253444 Reviewed-on: http://review.typo3.org/41062 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de>
-
Move language files to correct locations. Resolves: #67991 Releases: master Change-Id: Ic16d218c608ba2a7b3311cdde603472e01088073 Reviewed-on: http://review.typo3.org/41006 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- 08 Jul, 2015 2 commits
-
-
The patch drops handling and definition of the constants TYPO3_MOD_PATH and PATH_typo3_mod that were used for script path resolution and some resource calculations. This is an important step for further routing scripts within the core and module bootstrap. Resolves: #67987 Releases: master Change-Id: Iab2cd2ecac439a1da025825a0c16d8290e6d3332 Reviewed-on: http://review.typo3.org/41004 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Replace occurrences of count() with matching empty() pendants. Resolves: #67960 Releases: master Change-Id: I0464e5ce1c31d64f0005efcdf5f018239c037ec9 Reviewed-on: http://review.typo3.org/40963 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- 06 Jul, 2015 1 commit
-
-
This patch refactors the "Page" module to always render hidden records. If the "Show hidden content elements" checkbox is set, the hidden elements are removed by JavaScript. This functionality is NOT ported to QuickEdit, as this part needs further refactoring. Resolves: #67831 Releases: master Change-Id: I5396a8c3ef8b3b11220c168c38aadf326bea38a8 Reviewed-on: http://review.typo3.org/40740 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- 04 Jul, 2015 1 commit
-
-
Replace occurences of count() with matching empty() pendants. Resolves: #67774 Releases: master Change-Id: Ie75551a9410affe8840b521e15a0daf68655ba2a Reviewed-on: http://review.typo3.org/40683 Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Markus Sommer <markussom@posteo.de> Tested-by:
Markus Sommer <markussom@posteo.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- 26 Jun, 2015 1 commit
-
-
Page module in "quick edit" mode shows a happy little checkbox at the bottom "Show field descriptions". This doesn't do anything for quite some time already and is dropped now. Poor checkbox ;) Change-Id: Ia24f944d924bee5f2abec773b67652595010a7b6 Resolves: #67759 Releases: master Reviewed-on: http://review.typo3.org/40658 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
- 25 Jun, 2015 1 commit
-
-
Resolves: #67753 Releases: master Change-Id: I35195892b81a11026a6e6227337bb6da47166a67 Reviewed-on: http://review.typo3.org/40649 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
- 18 Jun, 2015 1 commit
-
-
Refactor the code to go green in PHPStorm. - declare missing class variables - add getter for LanguageService - add getter for BackendUser - add getter for TimeTracker - add getter for DocumentTemplate - add getter for DatabaseConnection - fix code style issues "Unnecessary fully qualified name" Resolves: #65738 Releases: master Change-Id: I5a870c2760d73da9a17062165be977ae253ab81d Reviewed-on: http://review.typo3.org/37849 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>
-
- 01 Jun, 2015 1 commit
-
-
Andreas Fernandez authored
It wasn't possible to remove the search term used in the search in the Page and List module below the docheader, because it was checked for an empty submit button. The checks are removed now. Resolves: #66552 Releases: master Change-Id: I7113f5a00903326f9d12ee06b3510a376ff0f772 Reviewed-on: http://review.typo3.org/39743 Reviewed-by:
Philipp Gampe <philipp.gampe@typo3.org> Tested-by:
Philipp Gampe <philipp.gampe@typo3.org> Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net>
-