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 .
- 05 Oct, 2015 1 commit
-
-
Resolves: #70417 Releases: master Change-Id: Ie855b996636b749562acf3baa67b1756c2ad3db2 Reviewed-on: http://review.typo3.org/43826 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- 24 Sep, 2015 1 commit
-
-
$MCONF['name'] is not defined in the "Page" module, replace it $this->moduleName, being "web_layout". Resolves: #70065 Releases: master Change-Id: Iee3e69fbdbc434f9a7971b52089ffd694ab2e402 Reviewed-on: http://review.typo3.org/43518 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- 22 Sep, 2015 1 commit
-
-
Deprecate the IconUtility class from EXT:backend and handle its calls using the new IconFactory from EXT:core. Kudos to Benjamin Kott, Stephan Großberndt, Andreas Fernandez and Frans Saris for the great support on this big project. Resolves: #69057 Releases: master Change-Id: I27a045b7a3b9d31e6e3e915e1452d44af56b0cee Reviewed-on: http://review.typo3.org/42613 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info> Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Tested-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- 18 Sep, 2015 1 commit
-
-
The newly introduced simple dispatcher handles the distribution of all "traditional" modules through a new option called "routeTarget" when registering a module. All existing core modules are moved to this new syntax, all left-over index.php files within Modules/ directories are removed. Resolves: #69918 Releases: master Change-Id: I6200a5e0309454fd981c9f1fa277d948974a1fac Reviewed-on: http://review.typo3.org/43375 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- 17 Sep, 2015 1 commit
-
-
This is a follow-up to #68395 to reduce complexity and exposed public API of that change. Even if class components have the names "controller" and "view", which implies an underlying MVC-stack, the PageLayout components are far from using the pattern. That's why it's quite fine to put processing logic to the place where it makes most sense and where dependencies and cross-calls to other objects are kept low. This change is only about refactoring and reducing the public API in terms of information hiding and encapsulation. Besides that the $languagesInColumnCache class variable was defined but never use - which is changed now as well. Further flaws concerning proper record selection are part of another change. Related: #68395 Resolves: #69261 Releases: master Change-Id: I8bb7737d154a5d2c7a584dbe11fd0a5abfabafba Reviewed-on: http://review.typo3.org/42838 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>
-
- 14 Sep, 2015 1 commit
-
-
Due to the shift to the new tabmenu logic, all leftover code that is unused is now removed. Releases: master Resolves: #69795 Change-Id: Ia875c2938dc852b478e49be82bf2922ce67ab165 Reviewed-on: http://review.typo3.org/43301 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- 12 Sep, 2015 3 commits
-
-
One last occurance in this file. Releases: master Resolves: #69735 Change-Id: I9bd2e25bafd0091d0052c59ce4099553013aa724 Reviewed-on: http://review.typo3.org/43243 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Resolves: #69688 Releases: master Change-Id: Id1afbbaf2680fb9b1a3a944fdabc1d664a7464b2 Reviewed-on: http://review.typo3.org/43221 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Resolves: #69673 Releases: master Change-Id: I9da05c52f013e111407343ed6fec4f792ec59a5f Reviewed-on: http://review.typo3.org/43210 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
- 09 Sep, 2015 1 commit
-
-
Resolves: #69621 Releases: master Change-Id: I7dcc1dc5e07d15506a44d247dace49af26e7316b Reviewed-on: http://review.typo3.org/43143 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info>
-
- 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 1 commit
-
-
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>
-