- Nov 02, 2017
-
-
Benni Mack authored
The concept of versioning records based on how it is integrated into TYPO3 only makes sense in conjunction with workspaces / stages. All other methods are not supported. Thus, the logic of versioning of records is moved into EXT:workspaces, making EXT:version obsolete. Checks against EXT:version is now handled against "workspaces" throughout the core, with a fallback within ExtensionManagementUtility::isLoaded(). Resolves: #82896 Releases: master Change-Id: I8887b868892c8aa6c36db7d2841f6edf5476d6f7 Reviewed-on: https://review.typo3.org/54514 Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Benni Mack authored
Some methods are called with default arguments, which can be omitted when calling the methods. Additionally, some PHPdoc comments was wrongly defined, which were modified. No change of behaviour. Resolves: #82897 Releases: master Change-Id: I1a22e7e3c4aff74f32c67bacb406a6a97d96b0d0 Reviewed-on: https://review.typo3.org/54524 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Markus Klein authored
With this fix the access module again returns to the correct page the user expects it to return to. Resolves: #82883 Releases: master, 8.7, 7.6 Change-Id: I76953aa1547365db6fbbea772d786e1ad9bfc184 Reviewed-on: https://review.typo3.org/54504 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Markus Klein authored
Resolves: #79915 Releases: master, 8.7, 7.6 Change-Id: Ie3b573857ff011295be198633a0f6868b1ff55b6 Reviewed-on: https://review.typo3.org/54507 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Benni Mack authored
The global variable $GLOBALS['PARSETIME_START'] is removed, as it has been superseded by $GLOBALS['TYPO3_MISC']['microtime_start'] for a long time already. Resolves: #82893 Releases: master Change-Id: Ic738ebb1ae4dd19aff426fcd32b8f7a3594ca2e4 Reviewed-on: https://review.typo3.org/54517 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Nov 01, 2017
-
-
Gianluigi Martino authored
In the modal view of "Add media by URL" the possible sources from where media can be embedded are now shown. Resolves: #82545 Releases: master, 8.7 Change-Id: I07ffedcf074b6af1e03113375f3d110916e3b034 Reviewed-on: https://review.typo3.org/54437 Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Reviewed-by:
Sascha Rademacher <sascha.rademacher+typo3@gmail.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Tested-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Henning Liebe <h.liebe@neusta.de> Tested-by:
Henning Liebe <h.liebe@neusta.de>
-
Riccardo De Contardi authored
The correct spelling of the abbreviation is "YAML". Standardized throughout the comments. Resolves: #82459 Releases: master Change-Id: I60847674b5dd8fc6222ae18c226f8ab584e3be84 Reviewed-on: https://review.typo3.org/54516 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com>
-
Alexander Opitz authored
While saving an object the _localizedUid will be saved into the DB column which is defined in TranslationOriginalColumnName. Resolves: #66535 Releases: master,8.7 Change-Id: Ib23b97f90e805bd1107a3aac5b199f010ab231b3 Reviewed-on: https://review.typo3.org/54376 Tested-by:
TYPO3com <no-reply@typo3.com> 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>
-
Benni Mack authored
Some very lonesome IE6 check can be removed for debugging purposes now, since IE6 support has been dropped for a long time, and for debugging purposes especially this use-case does not exist anymore. Resolves: #82891 Releases: master Change-Id: I166d5becea3b1c6a53e1a1e50dcb1731332229e6 Reviewed-on: https://review.typo3.org/54515 Reviewed-by:
Riccardo De Contardi <erredeco@gmail.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Helmut Hummel authored
This follow-up patch ensures the link is properly generated when generating it from a Backend context, e.g., when embedding an image within CKEditor and when TYPO3 is within a subdirectory. Change-Id: I9783344c70c8cdfd6660a69dff72b251b2964c16 Resolves: #81486 Releases: master Reviewed-on: https://review.typo3.org/53789 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Xavier Perseguers <xavier@typo3.org> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com>
-
- Oct 31, 2017
-
-
Alexander Stehlik authored
The event and custom type initalization of doctrine is moved to an overwritten connect() method in the Connection class. This prevents a premature establishment of a database connection by calls to getDatabasePlatform(). This fixes the page unavailable during the connectToDB() in the Frontend request handling. Change-Id: Id6087002c7cbb9ed3938c4627d63b77515a7108f Releases: master, 8.7 Resolves: #82795 Reviewed-on: https://review.typo3.org/54432 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
-
Alexander Schnitzler authored
Increase test coverage of ClassSchema and ReflectionService Releases: master Resolves: #57594 Resolves: #55654 Change-Id: If413dc0b428f94dffef13e1875e3a7af4f9939b7 Reviewed-on: https://review.typo3.org/54482 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- Oct 30, 2017
-
-
Mathias Brodala authored
Resolves: #82786 Releases: master, 8.7 Change-Id: I9cdfbcd5e0f25b832ea546f1b8c70a9f544b31aa Reviewed-on: https://review.typo3.org/54435 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:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Georg Ringer authored
Catch another exception to avoid a breaking backend. Resolves: #82850 Releases: master, 8.7 Change-Id: I349aae21932beb5d45c1cec1b1211d3400d1d969 Reviewed-on: https://review.typo3.org/54469 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>
-
Wolfgang Klinger authored
Unpack the array elements before passing them on Resolves: #82159 Releases: master, 8.7 Change-Id: I6a094927f595d42fc15bb96a9dbc1d313a7808b0 Reviewed-on: https://review.typo3.org/54473 Tested-by:
TYPO3com <no-reply@typo3.com> 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>
-
Nicole Cordes authored
Currently in step 4 the input box for the site name is empty. This patch re-adds the default site name from FactoryConfiguration.php as initial value. Resolves: #82876 Releases: master Change-Id: I391254cf7ae6e5f8aa45003035aebaf513e733d3 Reviewed-on: https://review.typo3.org/54490 Tested-by:
TYPO3com <no-reply@typo3.com> 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>
-
Mathias Brodala authored
This gives users a clear hint if e.g. config.metaCharset contains an invalid value instead of showing a blank page. Change-Id: I9cdb37cc7e61af10e2d1985ef43f488e53b17a48 Resolves: #82852 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/54471 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Wolfgang Klinger <wolfgang@wazum.com> Tested-by:
Riccardo De Contardi <erredeco@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Helmut Hummel authored
There are several actions in the backend that should trigger a certain page to be selected in the tree. Among others these are: open documents toolbar, live search, favorites. Fix every scenario in which these actions are triggered (e.g. page tree was already initialized or not), make sure the desired page will always be selected and properly store the selection in the various states so that the selection persists tree refreshes. In addition we ensure that the content frame will be called with the correct id, if the module uses the page tree as navigation component. Releases: master, 8.7 Resolves: #82877 Change-Id: I1904c02b2246f01202c6607a9b718aebe0e33341 Reviewed-on: https://review.typo3.org/54491 Tested-by:
TYPO3com <no-reply@typo3.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> Reviewed-by:
Helmut Hummel <typo3@helhum.io> Tested-by:
Helmut Hummel <typo3@helhum.io>
-
Markus Klein authored
Update some internal usages of config.additionalHeaders in tests and other places to use the correct new syntax. Resolves: #82871 Releases: master, 8.7 Change-Id: I44868a736751647c3aa62bd5dc29f0bce5588c10 Reviewed-on: https://review.typo3.org/54485 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Peter Kraume authored
Add definition for new TSConfig filetype .tsconfig to .editorconfig file. Change-Id: I3fd87abc8a8fe554692f61e548e37d4d02f74fa4 Resolves: #82879 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/54493 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Benjamin Serfhos authored
Using brackets in flexform elements caused the javascript to be disabled for the element. While using a custom form id that can be used as HTML id="" this is bypassed and fixes all javascript interaction. Releases: master, 8.7 Resolves: #80908 Change-Id: I91f39b2fed61076b7139603fedc7b268546d64cd Reviewed-on: https://review.typo3.org/52771 Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
Benni Mack authored
Having an option to completely disable the page rendering cache available per page for editors is a real risk. This option is largely hard to understand for an editor, or an admin. Integrators can still use `config.no_cache = 1` in TypoScript on a condition basis to achieve the same result. Resolves: #82878 Releases: master Change-Id: Ie6989acc0044a75e711253e4304f9b2b9d96a7e1 Reviewed-on: https://review.typo3.org/54489 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Henning Liebe <h.liebe@neusta.de> Tested-by:
Henning Liebe <h.liebe@neusta.de> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
- Oct 27, 2017
-
-
Benjamin Kott authored
Only if a localized table also contains the requested column for file references it will overlay the previous generated resultset. Resolves: #82860, #67741 Releases: master, 8.7 Change-Id: I21fd60454123488ea312d6c6241f2622eab3f14c Reviewed-on: https://review.typo3.org/54479 Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Markus Klein authored
Also use the silent upgrade wizard to correct existing settings. Resolves: #82721 Releases: master Change-Id: I8d163799cf0d1acfaaa9c2589a70b932144b6dc6 Reviewed-on: https://review.typo3.org/54467 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Claus Due <claus@phpmind.net> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Tymoteusz Motylewski authored
Now promise is cached instead of promise result, to avoid race condition when requesting the same icon multiple times. Now API will do just one ajax call per icon, even if the other API call is made before the first one finishes. Resolves: #82851 Releases: master, 8.7 Change-Id: I4110f84d32c7f1856c1664a02d3c9a2ba59168a6 Reviewed-on: https://review.typo3.org/54470 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
- Oct 26, 2017
-
-
Wolfgang Klinger authored
Add the ’s’ (PCRE_DOTALL) modifier to regular expressions. Resolves: #82854 Releases: master, 8.7 Change-Id: Ib5feaba0272e45dce1bc0b4cfedb11f5eb0b10c2 Reviewed-on: https://review.typo3.org/54474 Tested-by:
TYPO3com <no-reply@typo3.com> 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:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Oct 23, 2017
-
-
Benni Mack authored
Adds missing unit tests for this change. Resolves: #82543 Releases: master, 8.7 Change-Id: Ica7f5c2f99dd991042e3c1166f7806534bf24421 Reviewed-on: https://review.typo3.org/54460 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Tested-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Henning Liebe <h.liebe@neusta.de> Tested-by:
Henning Liebe <h.liebe@neusta.de> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Benni Mack authored
If a page translation is not available, the TypoScript option `config.sys_language_mode` has the option `content_fallback;listofuids` to define to which other language translations should be fallen back. However, if NONE of the defined page translations are available, a fallback to the DEFAULT language is made (because the foreach just does not apply) which can not be stopped at all. To define an explicit 404 when a translated page NOR its fallbacks are available the special keyword "pageNotFound" is added, which can be added to `config.sys_language_mode = content_fallback;3,2,pageNotFound` and if none of 3,2 are available, a page not found message is thrown. Resolves: #82794 Releases: master, 8.7 Change-Id: I90af4e9f9685ffc7db8c562207e3df08786c0ca9 Reviewed-on: https://review.typo3.org/54426 Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Sascha Rademacher <sascha.rademacher+typo3@gmail.com> 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>
-
- Oct 20, 2017
-
-
Thorben Nissen authored
Adds subproperty keys for levels, expandAll, includeSpacer and titleField to $allowedConfigurationKeys. Adds the subproperty keys also $removeConfigurationKeysForHmenu. Resolves: #82810 Releases: master, 8.7 Change-Id: Idd2e50b0b7a203ce0a0ecc490199bdf5305bef47 Reviewed-on: https://review.typo3.org/54444 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
Benjamin Kott <benjamin.kott@outlook.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Benni Mack authored
The original '<INCLUDE_TYPOSCRIPT...>' syntax is hard to understand, error-prone and overloaded with features. This patch introduces a new way to include files based on SymfonyFinder and simple logic to allow to include files or folders: The following syntax (leaned towards SASS imports) is added: Imports one file: - @import 'EXT:myext/Configuration/TypoScript/myfile.typoscript' Imports all files in a folder (always sorted by name): - @import 'EXT:myext/Configuration/TypoScript/*' - @import 'EXT:myext/Configuration/TypoScript/' Imports all files ending with ".typoscript": - @import 'EXT:myext/Configuration/TypoScript/*.typoscript' Automatically adds '.typoscript' file ending and includes setup.typoscript - @import 'EXT:myext/Configuration/TypoScript/setup' This is all done with Symfony Finder to find the files. Resolves: #82812 Releases: master Change-Id: I4b64a087ef8c6aa85063c19c1882c9ed3448d9b5 Reviewed-on: https://review.typo3.org/54446 Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Markus Sommer <markus.sommer@typo3.org> Reviewed-by:
Markus Sommer <markus.sommer@typo3.org> Reviewed-by:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
Benjamin Kott <benjamin.kott@outlook.com>
-
Christian Kuhn authored
Allow 'label' within the 'palettes' array in TCA next to 'showitem'. This defines a default label rendered as the palette label in FormEngine if not overridden in a 'types' definition like '--palette--;labelReference;thePalette'. The patch introduces this feature in PaletteAndSingleContainer of FormEngine code and adapts core TCA definitions to introduce the default labels for palettes. This makes the 'types' definitions shorter and much better readable and gives the core an opportunity to steer the labels for palettes which are often re-used by extension authors. Change-Id: I185340d4e037d713eebbb6cd676287e6fe85705b Resolves: #82826 Releases: master Reviewed-on: https://review.typo3.org/54449 Reviewed-by:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Mathias Schreiber authored
Directory includes now allow more liberal substrings to include files not only based on their extension (*.typoscript) but based on the last part of their filename (*.setup.typoscript). Resolves: #82543 Releases: master, 8.7 Change-Id: Ic2111b98a6e3935b542addfd712f4256aa40f888 Reviewed-on: https://review.typo3.org/54443 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
Benjamin Kott <benjamin.kott@outlook.com>
-
Christian Kuhn authored
The feature to execute scheduler tasks via the "at daemon" on unix found extremely little use in the wild and is dropped from the core. The implementation is rather clumsy, too, so we take the opportunity to just drop this feature. Change-Id: Ia3786953c41580ef6ea3b3c3ee21c1a82cab3dcd Resolves: #82832 Releases: master Reviewed-on: https://review.typo3.org/54455 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:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Susanne Moog authored
Check opener for null before usage. Change-Id: I1ed9ac13bab5b76ef5ed8a24c04b07f9dd6d7f85 Resolves: #82829 Releases: master Reviewed-on: https://review.typo3.org/54451 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Markus Sommer <markus.sommer@typo3.org> Tested-by:
Markus Sommer <markus.sommer@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Gianluigi Martino authored
At the moment there is only a clickmenu entry to upload files without entering the folder. With this patch the uploads files button is also listed as button in option list. Resolves: #82711 Releases: master, 8.7 Change-Id: Ice84d96a8ee5fad8dbcb9dbc728312ebb63df720 Reviewed-on: https://review.typo3.org/54345 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Gianluigi Martino <gmartino27@gmail.com> Tested-by:
Gianluigi Martino <gmartino27@gmail.com> Reviewed-by:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
Benjamin Kott <benjamin.kott@outlook.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
The core version indicator in the extension scanner of the install tool on reST files is broken on windows OS since path is split by / instead of \. Use DIRECTORY_SEPARATOR to fix this. Change-Id: I57928468c1a4cae2a439bd55b00874d13f3569dc Resolves: #82830 Releases: master Reviewed-on: https://review.typo3.org/54450 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> 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:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Susanne Moog authored
Add missing renderType for select box in form flexform. Change-Id: I58ade2720cf763cf26fc1d1e74457044ddfa054f Resolves: #82825 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/54447 Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Riccardo De Contardi <erredeco@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Wouter Wolters authored
Resolves: #82806 Releases: master,8.7 Change-Id: I071c114db90b292936f5c3fd76c7ac74fd52bd60 Reviewed-on: https://review.typo3.org/54442 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
Benjamin Kott <benjamin.kott@outlook.com>
-
- Oct 19, 2017
-
-
Susanne Moog authored
Add new tests for fetchPagesWithVersionsInTable and correct comments. Change-Id: I2fe08656ecddf3f7391e6012bb969dd85c2cfb24 Resolves: #82811 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/54445 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Andreas Fernandez authored
If a user who appears in the "Recently switched to" list became unavailable for some reason, only the placeholder avatar was rendered, giving a slight hint of life in the past. Such users are now deleted from UC and do not appear in the list anymore. Furthermore, the section label was slightly modified to be more understandable. For performance reasons, only one query is triggered now and sorting is done based on the array of UIDs stored in UC. Resolves: #82796 Related: #80581 Releases: master Change-Id: Ieff8a779639f277de1c0cb7feaa0fe2b82bd97c5 Reviewed-on: https://review.typo3.org/54433 Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Tested-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-