- Nov 07, 2016
-
-
Christian Kuhn authored
Method BackendUtility::getFlexFormDS() does two things at once: It finds a data structure by given data (TCA, row, ...) and then parses it. This construct gives tons of headaches, since the methods never exposes where a specific data structure came from and the lookup mechanism is complex. Especially if a flex form is used in combination with ajax requests later, the core has massive issues since the location can not be found out later again. To solve that, the patch splits getFlexFormDS() into two methods: First method "FlexFormTools->getDataStructureIdentifier()" gets TCA and row and locates a specific structure. It returns an "identifier" that points to that unique data structure. This identifier can be later hand around easily. The second method "FlexFormTools->parseDataStructureByIdentifier()" then gets this identifier again, fetches the data structure the identifier points to, and parses it. Change-Id: I38264e8a4a6f956c12e9e50f6039d3d09af0f03a Resolves: #78581 Releases: master Reviewed-on: https://review.typo3.org/48212 Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Claus Due <claus@phpmind.net> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Christian Kuhn authored
The files were substituted with "Settings.cfg" a while ago and are now obsolete according to the docs team. Change-Id: I43f2a6fca83f839359d5c1b0c1bb4f0cf967e253 Resolves: #78595 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/50524 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:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Martin Bless <m.bless@gmx.de> Tested-by:
Martin Bless <m.bless@gmx.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Michael Oehlhof authored
Resolves: #72311 Releases: master, 7.6 Change-Id: I47b19ccb5e74c5755630dba3626dad29b7b24fc7 Reviewed-on: https://review.typo3.org/50274 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Kurt Ludikovsky <kurt.ludikovsky@ludikovsky.at> Tested-by:
Kurt Ludikovsky <kurt.ludikovsky@ludikovsky.at> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Mathias Brodala authored
This moves the toplevel "index.php" to the frontend extension as "frontend.php". The toplevel "index.php" becomes a stub which includes the "frontend.php". This setup works in the following cases: 1) Package "typo3/cms" is the root package 2) The "index.php" is symlinked into the web-dir 3) The "index.php" is copied into the web-dir In all of these cases "typo3" is a toplevel directory. Resolves: #73027 Releases: master Change-Id: I1c0653bcc4691105eb2ccfbea2bcc873ce6189da Reviewed-on: https://review.typo3.org/46390 Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Tested-by:
Joerg Boesche <typo3@joergboesche.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Wouter Wolters authored
substr is called 3 times with the same parameters, use one variable for this. Resolves: #78583 Releases: master Change-Id: Idc57e143c26cd190f8047d59f1e36cb745e9aaf8 Reviewed-on: https://review.typo3.org/50514 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
Claus Due authored
Solves the following issues: * ViewHelpers using compiling traits would call incorrect method if renderStatic was inherited https://github.com/TYPO3/Fluid/pull/226 * f:format.raw would not use the "value" argument if it was specified, only renderChildren used https://github.com/TYPO3/Fluid/pull/217 * Some ViewHelpers using content argument trait would fail to render or render unexpected output in compiled/not-compiled rendering respectively https://github.com/TYPO3/Fluid/pull/210 Change-Id: Ie7bbe6e63f3379a2df9d9cc2fea94cddcf4c1320 Resolves: #78584 Releases: master Reviewed-on: https://review.typo3.org/50515 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Josef Glatz <josef.glatz@typo3.org> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Nov 06, 2016
-
-
Claus Due authored
This change implements a runtime cache which stores the view configuration for extension keys. This avoids calling removeDotsFromTS and other methods more than one time per configuration. Change-Id: I551fd8526d9a5576e22edaf45742ccb35c2f3aba Fixes: #78580 Releases: master Reviewed-on: https://review.typo3.org/50510 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Nov 05, 2016
-
-
Manuel Selbach authored
According to task #78437 queries should follow the prepared statement principle. Thus the LiveSearch has to be refactored. Change-Id: I301190314d6e2f86512d1f5c41bcf6991009258f Resolves: #78578 Releases: master Reviewed-on: https://review.typo3.org/50507 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Andreas Fernandez authored
`list($x, )` does not work on empty arrays, causing `$x` being null then. The code now checks whether there are actually open docs and then does the list() stuff. Resolves: #78051 Releases: master Change-Id: I73d2c3ca40bea8c3dce2ac1de0ec97e136bf228b Reviewed-on: https://review.typo3.org/50512 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Anja Leichsenring authored
It comes in handy to use the names of enumeration objects sometimes. Two getName() functions provide the name once unchanged, once human readable. Resolves: #78575 Releases: master Change-Id: Ibb0e06c7462835097f9980a854c79c8f90a61672 Reviewed-on: https://review.typo3.org/50503 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Andreas Fernandez authored
The properties `$openDocs` and `$recentDocs` are described and treated as arrays, but initialized as null values. This patch changes the declaration to array. Resolves: #78051 Releases: master Change-Id: I859c13478b17ddd9fbb7ab7686099f27b3c0e7ea Reviewed-on: https://review.typo3.org/50511 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Benni Mack authored
The EXT:lowlevel command "Missing Files" searches through the reference index and checks for references (and soft references) that are linked to files that are missing in the file system. The command was previously available under ./typo3/cli_dispatch lowlevel_cleaner missing_files and is now called via ./typo3/sysext/core/bin/typo3 cleanup:missingfiles and allows the following options: --dry-run - do not delete the references, but just print them --update-refindex - update the reference index, do not ask the user Resolves: #78577 Releases: master Change-Id: I97776fb43f5232740521a6c994c1e72af827ff15 Reviewed-on: https://review.typo3.org/50488 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Wouter Wolters authored
The old class name is still in use in the core, replace them with the new name DataHandler. Resolves: #78550 Releases: master Change-Id: I324e7b3037f8bf8df70d5c8db37d62a01ed710a4 Reviewed-on: https://review.typo3.org/50485 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
Michael Oehlhof authored
Resolves: #78051 Releases: master Change-Id: I579734bd47bd20cbc5d23d3bd4d8fe27426c248e Reviewed-on: https://review.typo3.org/50029 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:
Joerg Boesche <typo3@joergboesche.de> Tested-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Markus Klein authored
Resolves: #78579 Releases: master, 7.6 Change-Id: I9260256630a6916bcc5b8cb8b93041f0a3bcf444 Reviewed-on: https://review.typo3.org/50508 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Benni Mack authored
The EXT:lowlevel command "LostFiles" searched through uploads/* and checks if any files are not in use by TYPO3 by checking against the reference index. The command was previously available under ./typo3/cli_dispatch lowlevel_cleaner lost_files and is now called via ./typo3/sysext/core/bin/typo3 cleanup:lostfiles and allows the following options: --dry-run - do not delete the files, but just print them --exclude=uploads/pics/,uploads/downloads/ -- skip certain folders and files --update-refindex - update the reference index, do not ask the user Resolves: #78552 Releases: master Change-Id: I1f20c4c2f47d1dd13f8f32433e7e0d0666518d5a Reviewed-on: https://review.typo3.org/50487 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:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Benni Mack authored
The CLI cleaner command "orphan_records" in EXT:lowlevel is migrated to a command based on Symfony Console. Previoulsy it was called via typo3/cli_dispatch.phpsh lowlevel_cleaner orphan_records -s -r Now you use typo3/sysext/core/bin/typo3 cleanup:orphanrecords (optional via --dry-run) Resolves: #78520 Releases: master Change-Id: I1e1462ce45e76964d0b67bd782e5f216b3d2cf37 Reviewed-on: https://review.typo3.org/50438 Tested-by:
TYPO3com <no-reply@typo3.com> 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>
-
- Nov 04, 2016
-
-
Wouter Wolters authored
Files are unused since TYPO3 4.2 Resolves: #78565 Releases: master Change-Id: I3cc145b056fd4479611c3f0ad8cb71da9907841a Reviewed-on: https://review.typo3.org/50498 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Nicole Cordes authored
With patch https://review.typo3.org/50427/ TER information were not loaded for extension information. Unfortunately this also skips loading the dependencies which results in uninstalled dependencies. This patch introduces a new function to only load needed (and available) information from ext_emconf file for processing a correct extension installation/activation. Resolves: #78540 Releases: master, 7.6, 6.2 Change-Id: I16bddc91cb2523488cedc2293936eeb8aa2eb577 Reviewed-on: https://review.typo3.org/50484 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Wouter Wolters authored
The locallang file is not used in the core anymore since 6.2 Resolves: #78564 Releases: master Change-Id: I8b0cf2fd779e0a017de15c1c778518a6f7f14ed1 Reviewed-on: https://review.typo3.org/50497 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
- Nov 03, 2016
-
-
Claus Due authored
Doing so solves the following issues: * Cached files not correctly detected (CMS not affected, uses different backend) https://github.com/TYPO3/Fluid/commit/cbbe195635a06d5bbe24dfe4a5db638c779ef30d * Output of `f:spaceless` was escaped and should not be https://github.com/TYPO3/Fluid/commit/f337dad28dcf05fee4979228f46e21757b8019bb * Detect keys ending with a digit in array expressions https://github.com/TYPO3/Fluid/commit/52bf96a63e93c11f6f17bf8b7cc5a08c07fdf55f Change-Id: I3b41f95af147632ac5ca28c69873e182f118fec3 Resolves: #78563 Releases: master Reviewed-on: https://review.typo3.org/50496 Tested-by:
TYPO3com <no-reply@typo3.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>
-
- Nov 02, 2016
-
-
Wouter Wolters authored
Since the new ViewPort setup the iframepanel JavaScript code is unused. The new ViewPort code marked this code already as a breaking change. Resolves: #78536 Releases: master Change-Id: I651dbcd99af76e20f36e8eb7d0c29cf22ddd304a Reviewed-on: https://review.typo3.org/50480 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Wouter Wolters authored
Rename the modulemenu JavaScript file to ModuleMenu.js Load the module with RequireJS in the BackendController. Resolves: #78538 Releases: master Change-Id: I2da6a6fd2c3ecdb8cb0fa7267a079c8f6eba1a3d Reviewed-on: https://review.typo3.org/50482 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> 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>
-
Nicole Cordes authored
This problem is related to the change https://review.typo3.org/48915/. The patch removed usage of ExtensionManagementUtility::extRelPath and replaced it with other calls. While trying to resolve a relative path in BackendController::loadResourcesForRegisteredNavigationComponents, a wrong replacement was introduced. This patch ensures the old behaviour to retrieve the relative path. Resolves: #78490 Releases: master Change-Id: I2c2edf6d1b02efd95b4485da88777eec0dd515c6 Reviewed-on: https://review.typo3.org/50475 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Malte Koitka <malte@cytrus.de> Tested-by:
Malte Koitka <malte@cytrus.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Christian Kuhn authored
Change-Id: Ia94a213f81d45db978e7a95e857283d4d9c32848 Resolves: #78539 Releases: master Reviewed-on: https://review.typo3.org/50483 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Wouter Wolters authored
This property is unevaluated since TYPO3 6.1 Resolves: #78537 Releases: master Change-Id: Id5decd6d06b05bfc2c13b35870a8576d4b461b52 Reviewed-on: https://review.typo3.org/50481 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Wouter Wolters authored
No usage of the setting consoleOverrideWithDebugPanel is in the core. Resolves: #78535 Releases: master Change-Id: Ib02d98390794dc0d5e334127db1fb780d382b18c Reviewed-on: https://review.typo3.org/50479 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Wouter Wolters authored
The backend user setting has been removed already since TYPO3 4.3 We can safely drop this check. Resolves: #78534 Releases: master Change-Id: I45c68254c1ade2eae7aff29cb552b83d0db9a87c Reviewed-on: https://review.typo3.org/50478 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Wouter Wolters authored
When using &edit=123124312321 as extra parameter for the backend an oldschool alert is shown. Replace this with a nicer modal. Resolves: #78533 Releases: master Change-Id: I83d3c7bd358a0eced599a31ec51af6186089d723 Reviewed-on: https://review.typo3.org/50477 Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Riccardo De Contardi <erredeco@gmail.com> 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>
-
Michael Oehlhof authored
Resolves: #78006 Releases: master Change-Id: I1e1caf13e4b8da7ed1a6253c3004fe2b94593aa1 Reviewed-on: https://review.typo3.org/50449 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Nov 01, 2016
-
-
Benni Mack authored
There are several places within EXT:version and DataHandler which try to do "pageVersionizing" but it's not possible anymore (see removed code in "new" section of DataHandlerHook) since TYPO3 v7. This also means that the `versioning_followPages` option is removed completely from the Core. Resolves: #78524 Releases: master Change-Id: I6166e198fc74922aa34e2ae49440e4c0fe4354a6 Reviewed-on: https://review.typo3.org/50462 Tested-by:
TYPO3com <no-reply@typo3.com> 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>
-
Markus Klein authored
The file search must consider each word of the search text as individual word and all of them must be present in the file name. Search words can be bound together by quoting them with double quotes. Resolves: #78519 Releases: master, 7.6 Change-Id: I95dcdf3418bfc9090a16c4f199af60799437390e Reviewed-on: https://review.typo3.org/50458 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> Reviewed-by:
Philipp Gampe <philipp.gampe@typo3.org> Tested-by:
Philipp Gampe <philipp.gampe@typo3.org>
-
Markus Klein authored
If file handling fails in ContentObjectRenderer the log message must contain also the exception information, otherwise the whole error message is useless. Resolves: #78517 Releases: master, 7.6 Change-Id: I503f5bf17bba302326b9e9eb25faa58c00e35a36 Reviewed-on: https://review.typo3.org/50455 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Philipp Gampe <philipp.gampe@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Frank Naegler authored
Catch any StatementException and create an ErrorStatus message containing the exception message. Resolves: #78529 Related: #78235 Releases: master Change-Id: I404976856a02f974fd7348dbaf019d21398a0a72 Reviewed-on: https://review.typo3.org/50469 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Philipp Gampe <philipp.gampe@typo3.org> Tested-by:
Philipp Gampe <philipp.gampe@typo3.org>
-
Wouter Wolters authored
Remove the following unused JavaScript methods from the core. TYPO3._instances TYPO3.addInstance TYPO3.getInstance TYPO3.helpers.split Resolves: #78521 Releases: master Change-Id: I244c80c9cb3081e43360d0d1b3a70346590a603f Reviewed-on: https://review.typo3.org/50424 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Wouter Wolters authored
The option is unused in the core and no usages are found in TER. Resolves: #78522 Releases: master Change-Id: Id3cb7fe790b9cf84d2e85595d784edb482f9a32d Reviewed-on: https://review.typo3.org/50464 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Wouter Wolters authored
Remove all options that are not used anymore from TYPO3.configuration in JavaScript context. Resolves: #78525 Releases: master Change-Id: I69ee333e01d75ab4dc14b35f91a172df1ab20d62 Reviewed-on: https://review.typo3.org/50463 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:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Oct 31, 2016
-
-
Tymoteusz Motylewski authored
The checks for language and localization-parent in DataHandler's localize method are made compatible with the options which the new localization wizard allows; more specifically allowing translations from other languages than the default language (but still pointing to a default record). This makes it also possible to make correct use of the localize command instead of the copy command now when translating from other languages than the default language. Resolves: #78059 Releases: master, 7.6 Change-Id: I01647d759a745abbbf0fa34a16b20f3085ef91ea Reviewed-on: https://review.typo3.org/50022 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
Johannes Schlier authored
When having an RTE inside a palette (e.g. sys_file_reference description field changed to a RTE field) then the RTE configuration is not taken into account, thus it's not possible to do proper transformations. All links are not working then. The patch allows to parse the fields inside palettes as well. Resolves: #60399 Resolves: #76745 Releases: master, 7.6 Change-Id: I0c4efc0a03682cd766a2a164cf7b2fa14cd7c1b9 Reviewed-on: https://review.typo3.org/49201 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Wouter Wolters authored
Path calculation is missing the resolving of EXT: syntax. Fix this by adding GeneralUtility::getFileAbsFileName. Resolves: #78501 Releases: master Change-Id: Ib377bdd13e002988c35515ad571df2b4a2262e17 Reviewed-on: https://review.typo3.org/50440 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> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-