- Mar 03, 2016
-
-
Benni Mack authored
When overriding labels via TypoScript, e.g. plugin.tx_felogin_pi1._LOCAL_LANG.de.username = Yeah Ümlauts then the abstract plugin does a conversion of the string from UTF-8 to renderCharset. However, as all values from TypoScript are considered UTF-8 anyway, the checks can be removed. Resolves: #73793 Releases: master Change-Id: Iba5366293c771721e5fba87869f4268da8bf738a Reviewed-on: https://review.typo3.org/46978 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Michiel Roos <michiel@maxserv.com> Tested-by:
Michiel Roos <michiel@maxserv.com> 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>
-
Michiel Roos authored
The change of #73611 prevents compressed CSS files from being created. Resolves: #73986 Related: #73611 Releases: master Change-Id: I83e9f77d91be0189ac692deb204f15d55098d5da Reviewed-on: https://review.typo3.org/47002 Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Michiel Roos <michiel@maxserv.com> Tested-by:
Michiel Roos <michiel@maxserv.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Jonas Götze <jonnsn@gmail.com> Tested-by:
Jonas Götze <jonnsn@gmail.com> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
Christian Kuhn authored
We usually do not add inline @string annotations. Remove them. Change-Id: Idf83dbfdc7fc092e5d70d4004e8c5093eb26f491 Resolves: #73878 Releases: master Reviewed-on: https://review.typo3.org/47001 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- Mar 02, 2016
-
-
ajahn authored
If an editor is not allowed to edit content elements with a specific CType (e.g. HTML), drag&drop sorting was still active. Sorting seemed to work without an error but was blocked in DataHandler due to missing permissions. This fix introduces the missing check to deactivate sorting in this case. Change-Id: Ib40b1e2a2fbbd4694fbb69ed7cda4a2180e15f14 Resolves: #73539 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/46752 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Gianluigi Martino <gmartino27@gmail.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Benni Mack authored
The backPath option in page renderer can be removed and adding the necessary path for the libraries is now done with a simple condition to resolve the path to the files. Resolves: #73763 Releases: master Change-Id: I917c4310834628427a53d248f8a6be3830c3bd91 Reviewed-on: https://review.typo3.org/46971 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Benni Mack authored
The Resource Compressor component does not use the PathUtility API to calculate the back paths to the current script but handles it with a custom variable based on the TYPO3_MODE which is not needed anymore. The code can thus be simplified. Resolves: #73611 Releases: master Change-Id: If72f3ef4b385c253e610c11ea920cc1fab48edff Reviewed-on: https://review.typo3.org/46821 Reviewed-by:
Sebastian Fischer <typo3@evoweb.de> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Daniel Gorges <daniel.gorges@b13.de> Tested-by:
Daniel Gorges <daniel.gorges@b13.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Michael Oehlhof authored
Resolves: #73658 Releases: master Change-Id: Ia17128444a2e58ed30f83c3d102dffe7e7999fe5 Reviewed-on: https://review.typo3.org/46881 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Claus Due <claus@phpmind.net> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Mar 01, 2016
-
-
Benni Mack authored
There are a lot of unused JavaScript values set since TYPO3 4.x which aren't in use anymore at all, and can be removed. Releases: master Resolves: #73719 Change-Id: I5dd86da26d6fa84ff13e0a82f446a6ded06f430c Reviewed-on: https://review.typo3.org/46823 Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Benni Mack authored
Use PathUtility:.getAbsoluteWebPath() to link to the deprecation log. Resolves: #73764 Releases: master Change-Id: Ie0e0fc063d2ad9ab1a43dfe4128ac351ea9fa1be Reviewed-on: https://review.typo3.org/46972 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>
-
Markus Hoelzle authored
If you switch the user although you are in the su mode, and you switch back you are the user from the su mode. Resolves: #73797 Releases: master, 7.6 Change-Id: Idc10d6afbead80f79f4b51f49a4c52eab7c23456 Reviewed-on: https://review.typo3.org/46981 Reviewed-by:
Matthias Vogel <typo3@kanti.de> Tested-by:
Matthias Vogel <typo3@kanti.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Claus Due authored
This change removes usages of ObjectManager and general dependency injection with injection methods across the install tool (including AJAX actions). Where necessary, constructor dependency injection has been implemented with automatic dependency instantiation if not passed as constructor argument. Change-Id: I859f07789120f538a1d735f386ff3ba3163bd00e Resolves: #73605 Releases: master Reviewed-on: https://review.typo3.org/46883 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>
-
- Feb 29, 2016
-
-
Benni Mack authored
When using the Online Media (Youtube / Vimeo) then the autoplay option is always taken from the FileReference, overriding the option that might be set via Fluid. A check if the option hasn't been set yet makes the overriding order clearer. Resolves: #73484 Releases: master, 7.6 Change-Id: I3fb57c88383445062f5beabd8d8287ff772974d3 Reviewed-on: https://review.typo3.org/46712 Reviewed-by:
Daniel Gorges <daniel.gorges@b13.de> Tested-by:
Daniel Gorges <daniel.gorges@b13.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Frank Naegler authored
Resolves: #73745 Releases: master Change-Id: I2b98f0048b5e69ec77b447212f64a7024add584d Reviewed-on: https://review.typo3.org/46960 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>
-
Helmut Hummel authored
Fix variable name, which was wrong after the refactoring. Resolves: #73731 Related: #73511 Releases: master Change-Id: I631592547e885732264d72803839f24ee804557d Reviewed-on: https://review.typo3.org/46954 Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Frank Naegler authored
This patch replaces the old JavaScript confirm dialog on the delete button in list module tables. Resolves: #73737 Releases: master, 7.6 Change-Id: Ie4a0c25111a04217069793653b9eac16fce2a778 Reviewed-on: https://review.typo3.org/46956 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- Feb 26, 2016
-
-
Markus Hoelzle authored
The special HMENU 'browse' should check whether the page is really accessible to avoid sql errors. Resolves: #73493 Releases: master, 7.6 Change-Id: I5b2d49a094b6495a72d9ce055f6f98c799a9419c Reviewed-on: https://review.typo3.org/46715 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
Change-Id: I1a41e6effb21dee5d6fe0783805de188265c3eca Resolves: #73710 Releases: master Reviewed-on: https://review.typo3.org/46923 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Alexander Opitz authored
After switching to support only PHP 7.0 we readd type hinting in ExceptionHandlerInterface which was removed while supporting older PHP versions in previous TYPO3 versions. Resolves: #72293 Related: #72117 Releases: master Change-Id: I5e656add061518eaf2739e47227d6c666d412dfe Reviewed-on: https://review.typo3.org/46910 Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Michael Oehlhof authored
Resolves: #72438 Releases: master Change-Id: I39cbe8d45dc4f3b711e4dd9b5442fa07ba106257 Reviewed-on: https://review.typo3.org/46918 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>
-
Christian Kuhn authored
For master, the username partial is inlined to the main template to suppress a whitespace issue with fluid. For 7.6, the inlining went wrong and a variable change is applied. Change-Id: Ibe3626b581d0203307be1347e6708bc15cb3db9d Resolves: 71580 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/46919 Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Frank Naegler authored
This patch removes the usage of the deprecated FlashMessage->render method and add a custom markup instead. Resolves: #73703 Releases: master, 7.6 Change-Id: I1c84aa0c353a26fdc62d7d16fca5cdfc22326156 Reviewed-on: https://review.typo3.org/46916 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Michael Oehlhof authored
Call of FlashMessage->render() was replaced with appropriate code if getTask * the action is not found * the action had no type defined viewNewBackendUser * the action configuration is not finished * the user has been created viewSqlQuery * query is empty (not built) * query is not configured * required sysext lowlevel is not installed viewRecordList * the action configuration is not finished * not enough rights to access the list view or the page Resolves: #73587 Releases: master, 7.6 Change-Id: I9140d337cc52d1be7974771d3929f727266a9cc6 Reviewed-on: https://review.typo3.org/46797 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> 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>
-
Michael Oehlhof authored
Deprecate no longer used method BackendUtility::getFlashMessageForMissingFile Resolves: #73585 Releases: master Change-Id: I680b5d5b82b1b293d20b0738903ba2e16405c38a Reviewed-on: https://review.typo3.org/46796 Reviewed-by:
Christian Brinkert <christian.brinkert@googlemail.com> Tested-by:
Christian Brinkert <christian.brinkert@googlemail.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Michael Oehlhof authored
Replace calls to deprecated method render() and to the function getFlashMessageForMissingFile() with appropriate html code. Resolves: #72508 Releases: master, 7.6 Change-Id: I90846f8349726e88dfa6aa77ab595fe28280e81b Reviewed-on: https://review.typo3.org/45554 Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Alexander Opitz authored
As we are only supporting PHP 7.0, we can remove the security check for older PHP versions. The header() function do not support multi line headers any more. Resolves: #73700 Related: #58816 Releases: master Change-Id: I0f3e8f013111fc062058428388749f9f6450ff48 Reviewed-on: https://review.typo3.org/46911 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Oliver Hader authored
Issue #17643 introduced logging for a simulated backend user (switch-user) and thus logs by using the original admin user. This is a regression in PageLayoutController::renderQuickEdit since the used backend user id is different to the persisted one. Besides that, all actions are performed with the permissions of the simulated user - thus, logging with a different user seems to wrong. The sys_log.log_data field (array) is used to transport the information of the original (admin) user. This change reverts the initial change of issue #17643 and adds the initial intention of that issue as addition to the persisted data in sys_log.log_data. All affected components are adjusted as well to visualize that a user has been simulated (log view, record history and lowlevel_cleaner syslog command). Resolves: #71580 Releases: master, 7.6 Change-Id: If12df60563afd1f0746d43e62f824b20f139df8c Reviewed-on: https://review.typo3.org/45490 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Michael Oehlhof authored
Call of FlashMessage->render() when configuring a task with the class "File Abstraction Layer: Extract metadata in storage" for the "Registered extractors" was replaced with appropriate code. Resolves: #73685 Releases: master, 7.6 Change-Id: I1265ad845c2e951c9a5a242f74fa336a26645a88 Reviewed-on: https://review.typo3.org/46900 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>
-
Alexander Opitz authored
Xcache do not support PHP7 and WinCache removed opcode cache handling in first PHP7 compatible version. So we can remove this support. Resolves: #72415 Releases: master Change-Id: I1f5e855e94ca8e7a941425113d1473180abe5ed0 Reviewed-on: https://review.typo3.org/46898 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Michael Oehlhof authored
Call of FlashMessage->render() was replaced with appropriate code if a temporary mount point is set in DatabaseBrowser and PageLinkHandler. Resolves: #73661 Releases: master, 7.6 Change-Id: If11b9b1a6447807ff9e567b2288c198fa0eea961 Reviewed-on: https://review.typo3.org/46884 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>
-
Daniel Goerz authored
Change-Id: Ieba334b767e25c586b78dfcbe48ee1e56742596c Resolves: #73615 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/46824 Reviewed-by:
Ralf Merz <info@merzilla.de> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Roland Golla authored
Adds a test to login and logout an admin and an editor user. Resolves: #73448 Releases: master Change-Id: I8f7657a569230f910c58610095691b59fa45346b Reviewed-on: https://review.typo3.org/46689 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Christian Kuhn authored
codeception creates fine output in case something goes wrong, it looks as if we can throw away selenium and php server output to console for now to have a better overview in travis again. Change-Id: Idbc9f257fdbb41a6bb7d12c756cea5c7679852dc Resolves: #73681 Releases: master Reviewed-on: https://review.typo3.org/46899 Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Tested-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Franz Kugelmann authored
When pageIdSelector is configured to be enabled, a new key is added to $fieldDefinitions. But it has no effect as long as this key is not set additionally in $this->linkAttributes. This patch adds this missing piece. Resolves: #73090 Releases: master, 7.6 Change-Id: I86f83bc3292144e06c7fcc179469c715c80dcb16 Reviewed-on: https://review.typo3.org/46460 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Gianluigi Martino authored
Add rel="next" and rel="prev" to pagination for SEO optimization Change-Id: Ia206b87042418f5bbe6de9a736753e9f9536ead6 Resolves: #73589 Releases: master Reviewed-on: https://review.typo3.org/46843 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>
-
- Feb 25, 2016
-
-
Andreas Fernandez authored
The method `setColumn` in the backend layout wizard sanitizes the value by wrapping it into a <p> tag and fetching its text which strips off any HTML. This returns a string. However, the code later checks after performing a save action whether the value is a number. The value gets converted to a number in `setColumn` to recover the functionality. Change-Id: I686657e170668adf71f278fa537aa5510e3e2241 Resolves: #73656 Releases: master Reviewed-on: https://review.typo3.org/46880 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Christian Kuhn authored
Code snippets dedicated to PHP smaller than version 7 can be removed after requirement has been raised. Change-Id: Id04dca218e5d12c3e6d7d2a68fa8f88a812ccf0c Resolves: #73674 Releases: master Reviewed-on: https://review.typo3.org/46895 Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
Resolves: #73679 Releases: master Change-Id: Id1203471ce44dcce86777abcb5c9b444df934a49 Reviewed-on: https://review.typo3.org/46897 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
TYPO3 CMS 8 requires at least PHP 7.0 Change-Id: I9fad64c48270a4ac1122fb28f52da5579d46e629 Resolves: #73655 Releases: master Reviewed-on: https://review.typo3.org/46878 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> 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>
-
Markus Klein authored
Fix a copy&paste error in the javascript to set the selected class on the image. Resolves: #73657 Releases: master, 7.6 Change-Id: I8b7e3580185221f98d16c8fd48fe9f9fc21cfd52 Reviewed-on: https://review.typo3.org/46882 Reviewed-by:
Harald <eisner.harald@online.de> Tested-by:
Harald <eisner.harald@online.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Oliver Hader authored
The workspace preview in the frontend shows the buttons to the previous and next stage if the user is not responsible for the current stage. Clicking the button does not forward the records to the names stage however - this is caught by DataHandlerHook in EXT:version. Resolves: #73243 Releases: master, 7.6, 6.2 Change-Id: I233629cb393d5786048ab7ead39cd3316780b488 Reviewed-on: https://review.typo3.org/46596 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-