- Mar 17, 2017
-
-
Oliver Hader authored
l10n_state fields are not created automatically when installing an extension since there is no slot defined for the according signal InstallUtility::tablesDefinitionIsBeingBuilt. Change-Id: Ib4d05d3c3a2dde9b6d0a77f89dee650a3872544d Resolves: #80271 Releases: master Reviewed-on: https://review.typo3.org/52080 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
* Register "formvh:" as global namespace, simplifying the templates * Remove formvh:be.pageRenderer and add the missing files to EXT:fluid * Migrate callbacks to signal slots and deprecate the callbacks * Fix plain mail viewhelper, and deprecated it as it can be done in Fluid directly * Code cleanup (fix indention, unused variables etc.) * Deprecate custom checkbox VH because the fluid bug is gone * Change tx_form view properties to ".0" instead of ".5" to be in line with FSC * Streamline fluid VH additionalAttributes usage; add compatibility for previous configuration; Add BE form editor auto migration * Fix small JavaScript bugs * Fix small configuration bugs Resolves: #80301 Resolves: #80287 Releases: master Change-Id: Icf68b8a9a6876805af7bf273735d3d30984136ed Reviewed-on: https://review.typo3.org/51972 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Ralf Zimmermann <ralf.zimmermann@tritum.de> Tested-by:
Ralf Zimmermann <ralf.zimmermann@tritum.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Mathias Brodala authored
We're only deprecating these two methods, not the whole file. Resolves: #80316 Releases: master Change-Id: Ia1727c0996f53caa35d4755d2d5caa04bc48de46 Reviewed-on: https://review.typo3.org/52071 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
- Mar 16, 2017
-
-
Thorben Nissen authored
Opening a record with a FormEngine field type='select' and renderType='selectTree' just renders boilerplate HTML that triggers an ajax request to fetch actual tree node data for each field. The server side ajax controller reduces the TCA to contain only the field the items should be calculated for to reduce parse times. In flex form context, if now that tree field has a FIELD display condition, the standard data group 'tcaDatabaseRecord' which calls 'all' providers fails, since it can't find a database value of the condition target. Solution is to create an own data provider group for this 'fetch tree data' ajax context: This group contains only providers needed by the 'TcaSelectTreeItems' provider and ignores everything else, most importantly the EvaluateDisplayConditions provider. Leaving out a series of other not needed data providers gives an additional performance improvement in this context. Resolves: #79657 Releases: master Change-Id: I29bdd659d5f5ee28f8ae017c47df0233abefd6f5 Reviewed-on: https://review.typo3.org/51574 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:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Claus Due authored
This patch moves frontend-editing intialisation from the EditDocumentController (EXT:backend) to a signal listener in EXT:feedit. Step towards extracting EXT:feedit to TER. Change-Id: I09a7e5a2205e7020e7145023d7d63c61d9be508c Resolves: #80244 Releases: master Reviewed-on: https://review.typo3.org/52011 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Mar 15, 2017
-
-
Josef Glatz authored
Add the current content element as section to the un-/hide link. Releases: master, 7.6 Resolves: #80274 Change-Id: I0d6ec4ea8274f82f6d4c66a4e9e77860819d4d15 Reviewed-on: https://review.typo3.org/52045 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Riccardo De Contardi <erredeco@gmail.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Stefan Fruhen authored
Subfolder requires identifier when parent folder is expanded. Resolves: #80166 Releases: master, 7.6 Change-Id: I5226f425951f9124dcaa3e9780b52354e266382d Reviewed-on: https://review.typo3.org/51974 Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
Eric Chavaillaz authored
Resolves: #79551 Releases: master, 7.6 Change-Id: I76bf3996b3f76b18f9ff9cc95b70b2e41bbc4143 Reviewed-on: https://review.typo3.org/51469 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Riccardo De Contardi <erredeco@gmail.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Helmut Hummel authored
Instead of merging different inlineData results, the FormResultCompiler has one seemingly leftover line of code which overwrites the inlineData, leading to the situation that only the last inlineData is kept. In the list module when editing multiple fields with IRRE relations, this leads to the fact that children can only be added to the last element. For some reason the same code does not expose the bug to the end user, most likely due to different handling of the context data. Nevertheless this obviously wrong line should also be removed in 7.6. Releases: master, 7.6 Resolves: #80181 Change-Id: I56cef1c56a36d1760a99c239130c6791869a1978 Reviewed-on: https://review.typo3.org/51984 Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Volker Kemeter <volker@kemeter.de> Tested-by:
Josef Glatz <josef.glatz@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Cedric Ziel authored
Releases: master Fixes: #80278 Change-Id: Idcb7efa0fb7a5ad819ce0f65a837916cdeb13c56 Reviewed-on: https://review.typo3.org/52043 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
Torben Hansen authored
Add a max value of 255 chars for the field "title" and increase size of field "alternative" in sys_file_reference to the same size of "parent" field sys_file_metadata in db definition. Resolves: #80122 Releases: master, 7.6 Change-Id: I9f1e4ef57fbd56e5d6a253409186e16a58c60e2b Reviewed-on: https://review.typo3.org/51941 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Torben Hansen <derhansen@gmail.com> Tested-by:
Torben Hansen <derhansen@gmail.com> Reviewed-by:
Thomas Hohn <thomas@hohn.dk> Tested-by:
Thomas Hohn <thomas@hohn.dk> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
Since the ExtJS viewport refactoring in 8.5, it is not possible anymore to load any other registered navigation component, which makes EXT:commerce to not work anymore. The patch changes the hard-coded pagetree app component to fetch it from the pool of available navigation components. Resolves: #80058 Releases: master Change-Id: I1ce4cfa068f72f39cd5d993df6f9ebbdb7d07b2e Reviewed-on: https://review.typo3.org/51888 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Thomas Maroschik <tmaroschik@dfau.de> Tested-by:
Thomas Maroschik <tmaroschik@dfau.de> Reviewed-by:
Sebastian Fischer <typo3@evoweb.de> Tested-by:
Sebastian Fischer <typo3@evoweb.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
The TypoScript option `config.sys_language_softExclude` allows to set certain fields on tables to l10n_mode=exclude during Frontend runtime. This TCA option has been migrated to "allowLanguageSynchronization", but with the clean way that the database values are consistent across all translations already. Any special runtime logic and changes can still be done via hooks for specific use-cases. Resolves: #80266 Releases: master Change-Id: I15c55a556b6f1c100e300299410e26d45409e09c Reviewed-on: https://review.typo3.org/52036 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Mar 14, 2017
-
-
Oliver Hader authored
The configuration $GLOBALS['TYPO3_CONF_VARS']['FE']['pageOverlayFields'] is removed from the default configuration as well as from the overlay handling in PageRepository and RootlineUtility. This setting has been used to determine overlay fields in the table pages_language_overlay at a time in the runtime processing when the complete TCA was not fully available. Since the allowLanguageSynchronization possibility has been integrated into TYPO3 CMS 8, l10n_mode was available already and the TCA is loaded as well, the pageOverlayFields settings are superfluous. Change-Id: I36198d7dec94204fc761048de705aa03a5e931c3 Resolves: #80149 Releases: master Reviewed-on: https://review.typo3.org/51954 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:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Francois Suter authored
Prevent a PHP error in the HTML parser when saving a content element containing an <a> tag without "href" attribute by using an empty string instead of null in the link resolver. Resolves: #80268 Releases: master Change-Id: I249f8ad13ebd0b2e9430868fdce287b2745ae9bc Reviewed-on: https://review.typo3.org/52038 Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Tested-by:
Stephan Großberndt <stephan@grossberndt.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Gianluigi Martino <gmartino27@gmail.com> Tested-by:
Gianluigi Martino <gmartino27@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Cedric Ziel authored
Resolves: #80277 Releases: master Change-Id: I4aeab3c0c45d88d8e8934407dfaa3e845d6dd376 Reviewed-on: https://review.typo3.org/52042 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
Styleguide moved from 7elix/styleguide to typo3/cms-styleguide Change-Id: Ib11cd3d21121214ed5828aa26166d4a7b1419a3c Resolves: #80118 Releases: master Reviewed-on: https://review.typo3.org/51940 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com>
-
Tobias Kretschmann authored
mod.SHARED.colPos_list is now also respected in Web > Page > Language View. Since TYPO3 6.2 the setting was only respected in Page > Columns View, but should also be taken into account by the Language View as it is a SHARED setting. Releases: master, 7.6 Resolves: #80275 Change-Id: Ibdc90103208d5abbcfba1dbbfee3b87d045885f9 Reviewed-on: https://review.typo3.org/52041 Reviewed-by: Steffen Frese Tested-by: Steffen Frese 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>
-
Georg Ringer authored
Add the current content element as section to the edit link. Since #70074, the edit link in the header has been already improved but other links have been missing. Resolves: #80273 Releases: master Change-Id: Id7cc236819ccd3306d4638cb65e87aee011a35b3 Reviewed-on: https://review.typo3.org/52040 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Josef Glatz <josef.glatz@typo3.org> Tested-by:
Josef Glatz <josef.glatz@typo3.org> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- Mar 13, 2017
-
-
Josef Glatz authored
The suggest result (which is used for autocomplete) within the TYPO3 backend is now left aligned which is especially useful, if the form element fills the entire width of the form. Releases: master Resolves: #80254 Change-Id: Id6e166272e2e9b2eb3562edb815bb6d053b7fbe8 Reviewed-on: https://review.typo3.org/52034 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Thomas Hohn <thomas@hohn.dk> 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>
-
Georg Ringer authored
The configuration "max" of TCA type "text" should be overridable via TsConfig. This makes it possible limit textarea input by using TsConfig like TCEFORM.tx_table.teaser.config.max = 20 Resolves: #80265 Releases: master Change-Id: I84b0dc5ce240b0da1f5619353e8e525fba685e2d Reviewed-on: https://review.typo3.org/52035 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Thomas Hohn <thomas@hohn.dk> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Michael Oehlhof authored
Update and proofread 8.6 docs Add changes from https://review.typo3.org/#/c/51599/ which is now abandoned. Resolves: #80260 Releases: master Change-Id: If4398ee1a4c9223b4b4072e82a9171b590e9b29b Reviewed-on: https://review.typo3.org/52010 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Christian Kuhn authored
When the localizationStateSelector has been added, it has been forgotten for some elements. Add the wizard to both RTE's and t3editor. Change-Id: If1ad3503f4ffde7d1dd8153708bb7da21c87e308 Resolves: #80234 Releases: master Reviewed-on: https://review.typo3.org/52001 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Susanne Moog authored
Currently pages can be hidden for different reasons: - page is disabled - page has a start time in the future - page has an end time in the past - page has an access restriction When previewing a page the fe_groups and disabled restriction are already ignored when TYPO3 is configured to preview hidden pages. Start and endtime should be ignored, too, so an editor is able to preview pages with start or end times set. Change-Id: I634076af7219b70ccfc46f470ba046417177d29a Resolves: #66451 Releases: master Reviewed-on: https://review.typo3.org/52023 Reviewed-by:
Tobi Kretschmann <tobi@tobishome.de> Tested-by:
Tobi Kretschmann <tobi@tobishome.de> Reviewed-by: Steffen Frese Tested-by: Steffen Frese Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Thomas Hohn authored
The start/end value can now contain either the start-/end time as unix timestamp or as formatted date when using the datepicker. In the later case the value must be converted to an unix timestamp before storing it in the DB. Resolves: #79814 Related: #77702 Releases: master Change-Id: I750c1bc6d4634b89423e26a0dea48d2001115f18 Reviewed-on: https://review.typo3.org/51960 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christer V <cvi@systime.dk> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Tested-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Josef Glatz <josef.glatz@typo3.org> Tested-by:
Josef Glatz <josef.glatz@typo3.org> Reviewed-by:
Thomas Maroschik <tmaroschik@dfau.de> Tested-by:
Thomas Maroschik <tmaroschik@dfau.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
Georg Ringer authored
Use floating divs for the select icons instead of a table with a fixed column count of 12. Resolves: #79508 Releases: master Change-Id: I4b4f485753ca33aa71d5c533b437e518da2096ed Reviewed-on: https://review.typo3.org/51983 Reviewed-by:
Josef Glatz <josef.glatz@typo3.org> Tested-by:
Josef Glatz <josef.glatz@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Thomas Hohn <thomas@hohn.dk> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Claus Due authored
The added index optimises the query that executes on every single page load both cached and uncached. Change-Id: I67dd28d08322442fcacdc5101e0063d072b25ae2 Resolves: #80247 Releases: master Reviewed-on: https://review.typo3.org/52017 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Thomas Hohn <thomas@hohn.dk> Tested-by:
Thomas Hohn <thomas@hohn.dk> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Mar 12, 2017
-
-
Josef Glatz authored
Remove obsolete and no longer used css styles concerning `ul.tree`. This patch make also compiling css with grunt clean again when executing. Resolves: #80203 Related: #79803 Releases: master Change-Id: Icee30a5e7ae1771062e452f70b38ad9f13eef774 Reviewed-on: https://review.typo3.org/51986 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Thomas Hohn <thomas@hohn.dk> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Christian Kuhn authored
The NoneElement is a readOnly field. The fieldWizard API does not make sense for this element, thus the declaration of default fieldWizards can be dropped. Change-Id: I59b0a25a798058858384dcea4fb9e9a33bf2b7ae Resolves: #80231 Releases: master Reviewed-on: https://review.typo3.org/51998 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:
Thomas Hohn <thomas@hohn.dk> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Ralf Zimmermann authored
Resolves: #80142 Releases: master Change-Id: I9463bf12732966de177816e14fc76c16e8f74783 Reviewed-on: https://review.typo3.org/52006 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Josef Glatz <josef.glatz@typo3.org> Tested-by:
Josef Glatz <josef.glatz@typo3.org> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Oliver Hader authored
The language synchronization of many-to-many fields (MM) is ignored for the initial localization command, but is considered again when further changes happen to source/parent elements of a localized element. Besides fixing the missing 'config' segment on resolving the foreign table name of the field to be synchronized, the special handling for language assignments has been added - albeit it might not been used in fields different to sys_language_uid. Change-Id: I8bf02ee117fa41cf5b0425d0e535fced84fb72ca Resolves: #80211 Releases: master Reviewed-on: https://review.typo3.org/52004 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:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Müllenhagen <christianmuellenhagen@yahoo.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Frans Saris authored
Resolves: #79903 Releases: master Change-Id: I159286a17bbb7dbab9d5ef696608e0e4d8558e7d Reviewed-on: https://review.typo3.org/51751 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Anders Kostending <aha@systime.dk> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Josef Glatz <josef.glatz@typo3.org> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Benni Mack authored
The new CLI console application as well as the install tool define the request type as simulating backend, which is wrong, as they are a separate application indeed. In order to use more fine-grained different validations in the future the request types are set as they are. Resolves: #80242 Releases: master Change-Id: Ide7bae5fc4ea2ed591c6f7e24836309a24242106 Reviewed-on: https://review.typo3.org/52009 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:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Christian Kuhn authored
Two minor condition checks in FormEngine element expansion classes. Change-Id: I087b744ee826d9b7174261bc084c4c188920e6c8 Resolves: #80232 Releases: master Reviewed-on: https://review.typo3.org/51999 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:
Thomas Hohn <thomas@hohn.dk> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Martin Kutschker authored
Change regexp for identifier escaping of forms to work for underscores and dashes. Resolves: #80229 Releases: master Change-Id: I2d76da7b42039cc13429344ca82120bf60b0ab13 Reviewed-on: https://review.typo3.org/51996 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Ralf Zimmermann <ralf.zimmermann@tritum.de> Tested-by:
Ralf Zimmermann <ralf.zimmermann@tritum.de> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
- Mar 11, 2017
-
-
Oliver Hader authored
Currently the localization behavior does not consider localization chains concerning field values to be synchronized over multiple localization hops that use the relative l10n_state "source". Imagine the following scenario of content elements: * { uid:10, sys_language_uid:0, l18n_parent:0, l10n_source:0, header:Value, l10n_state:null } * { uid:11, sys_language_uid:1, l18n_parent:10, l10n_source:10, header:Value, l10n_state:{header:parent} } * { uid:12, sys_language_uid:2, l18n_parent:10, l10n_source:11, header:Value, l10n_state:{header:source} } Now if the record of the default language (uid:10) will be updated and the header value set to "Modified", only direct dependents would be synchronized. The automated update of the direct-child localization record (uid:11) does not trigger another update for the grand-child localization (uid:12). To achieve this, the data-map processor has been extended to collect new modifications to the data-map caused by synchronization processes - as long as modifications could be determined, another synchronization round is triggered for the modified items. This way the localization chain is completely synchronized if required, depending on the according l10n_state settings. Change-Id: Ic08460f3ed0071f3dca6c6d1666031895bc3d832 Resolves: #80141 Releases: master Reviewed-on: https://review.typo3.org/51952 Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
- Mar 10, 2017
-
-
Xavier Perseguers authored
Change-Id: I737f76e497ef4a9c2ce1439cfe09b0b1e75afd73 Resolves: #80100 Releases: master Reviewed-on: https://review.typo3.org/51929 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:
Helmut Hummel <typo3@helhum.io> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christer Vindberg authored
Changed so the correct variable classesAnchorDefaultTitle is checked. In BrowseLinksController::getTitleField the wrong variable was checked, which could cause faulty behaviour and an PHP warning since $title could become null instead of the empty string. Resolves: #80209 Releases: master Change-Id: Ie2c82085438d0f0303d0d61ccb0a095ee37da338 Reviewed-on: https://review.typo3.org/51991 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Thomas Hohn <thomas@hohn.dk> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
Change-Id: If3eb8c6d2b0fef265b3030fc1c2ed7ec8958564f Resolves: #80233 Releases: master Reviewed-on: https://review.typo3.org/52000 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Andreas Fernandez authored
The message of the InvalidXmlFileException, thrown when parsing broken language files now always shows the last occured error in libxml with the affected file and line. Resolves: #80224 Releases: master, 7.6 Change-Id: I49949119db73f0c09d997a3e2cf45bf86a9587c8 Reviewed-on: https://review.typo3.org/51995 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:
Josef Glatz <josef.glatz@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-