- Mar 02, 2015
-
-
Alexander Stehlik authored
Add a stripEmptyTags method to the HtmlParser It can be enabled by TypoScript or TSConfig: HTMLparser.stripEmptyTags = 1 HTMLparser.stripEmptyTags.tags = h2, h3 HTMLparser.stripEmptyTags.treatNonBreakingSpaceAsEmpty = 1 Resolves: #20555 Releases: master Change-Id: I640486e9f32da6ac1eba05e3c38d15a0aba41055 Reviewed-on: http://review.typo3.org/16975 Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Christian Kuhn authored
ext:fluid and ext:exbase configure additional caches in ext_localconf. Since both extensions are required and always loaded, those cache configurations are moved to ext:core DefaultConfiguration.php to have an easier life for admins who reconfigure those caches in LocalConfiguration. Resolves: #65467 Releases: master Change-Id: I63ac633f15d0a0774deffa3620d67a405af1e5df Reviewed-on: http://review.typo3.org/37468 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Alexander Stehlik authored
The maxListPerPage class property in the indexed_search Administration controller ist not used any more and therefore removed. Releases: master, 6.2 Resolves: #65468 Change-Id: Ic1e13bf0e6f7426d5efb54b0996323ac681c2ed4 Reviewed-on: http://review.typo3.org/37469 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Felix Kopp authored
Use AjaxDataHandler with Modal API without TYPO3.Language inline. Allow Modal API to pick button labels when wrapped in AjaxDataHandler Resolves: #65466 Releases: master Change-Id: Ibe1385e41a8481620af74a3af6b3c4a49485fe4f Reviewed-on: http://review.typo3.org/37467 Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Markus Klein authored
The GeneralUtility::llXmlAutoFileName() method will now also correctly handle paths to files that are not placed within a known directory (ext, sysext, etc.) if the call is made with $sameFile = TRUE. This allows placing language files in arbitrary storage. This change finally re-enables the usage of locallang files in TypoScript or f:translate-ViewHelpers which use the XLIFF format and are not placed within an extension. This has always been working with files in the XML format. Resolves: #65273 Releases: master, 6.2 Change-Id: Ibb647cea32a9fc04e9dfdf707a5e8690ad399d5c Reviewed-on: http://review.typo3.org/37167 Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Mathias Brodala authored
When building an URI for a non-cacheable action, while the current request also is uncached, we can skip the cache hash for the target URI to avoid unnecessary page cache entries. Since this is a change in behavior during link generation, which other code may rely upon, this is marked as breaking change. Resolves: #60272 Releases: master Change-Id: I448c33d23b790de1064eff95d0a940878b0299ac Reviewed-on: http://review.typo3.org/31594 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Benjamin Mack authored
Streamline the code by moving the functionality to cache image sizes processed by GraphicalFunctions (local-only so far) from the database table cache_imagesizes to the Caching Framework. The following changes are done: * use sha1 instead of md5 * use Caching Framework instead of hardcoded DB table * store only necessary data in the cache The new Caching Framework configuration is stored in a new group called "lowlevel" which is only emptied when pressing the clear cache button in the install tool. The former table cache_imagesizes has been filled automatically and never been cleaned except manually in the Install Tool area "Cleanup". This means there could be a lot of leftover entries. Now the cache is cleared when using the common clear caches button in the install tool. Resolves: #28484 Releases: master Change-Id: Ia68410eb382163e90654718aeb17165dc48e40cc Reviewed-on: http://review.typo3.org/35686 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Jost Baron authored
This is needed so extbase persists FileReferences created in the frontend correctly. Otherwise the field "uid_local" would always be set to 0 in the database, creating an invalid file reference. Resolves: #48965 Related: #5718 Releases: 6.2, master Change-Id: I1e620c18d60546fdc081410b1d27a1b1de6f3e5b Reviewed-on: http://review.typo3.org/37417 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Philipp Bergsmann authored
Scheduler task to remove deleted records from content table(s) which are older than x days. If a deleted record also contains an upload field, then the file is also deleted. Releases: master Resolves: #32651 Change-Id: I58577c05a1a3b228579c05578cc8fdf2e3b393fa Reviewed-on: http://review.typo3.org/9013 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Marc Bastian Heinrichs authored
The element information show rows for the data from the special fields crdate, cruser_id and tstamp also if they are not defined in TCA. They are also hardcoded and doesn't rely on the settings in TCA ctrl. Resolves: #55699 Releases: master, 6.2 Change-Id: I7c9a387c75d367618117ffcb6f04592ee519cecc Reviewed-on: http://review.typo3.org/27360 Reviewed-by:
Frederic Gaus <frederic.gaus@flagbit.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Alexander Schnitzler authored
This adds a Format.Case ViewHelper that changes a string's case in various manners like uppercase, lowercase, (un-)capitalization and each-word-capitalization. Resolves: #58621 Releases: master Change-Id: I182fae00a8bf11b6188e73bdd9cf15011ed3620d Reviewed-on: http://review.typo3.org/36913 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Frederic Gaus authored
Rename label "table" to "record type" in recycler Change-Id: I81226203e3bcb705320563bc508d74f69d8142c1 Resolves: #43368 Releases: master Reviewed-on: http://review.typo3.org/36710 Reviewed-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Tested-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
Resolves: #65451 Releases: master Change-Id: Ia08ec9b586a2b080763f07ee2fe6e257ca484397 Reviewed-on: http://review.typo3.org/37453 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Michael Oehlhof authored
backend/Classes/ContextMenu/Pagetree/Extdirect/ContextMenuConfiguration.php To get it "green" in PhpStorm several changes were made: - set correct parameter type in PhpDoc comment - add missing return value Resolves: #65444 Releases: master Change-Id: Iebb9c4c789612f229f4d4562cfd1445d98703594 Reviewed-on: http://review.typo3.org/37443 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Oliver Hader authored
If rendering an image in the TYPO3 backend, the regular case is to prepend "../" to an URI with the assumption that the original HTTP request was handled by typo3/backend.php. For the page module for instance, the request points to typo3/sysext/cms/layout/db_layout.php, thus the back path way does not work anymore. To overcome that behavior the absolute path shall be used instead by determining TYPO3_SITE_PATH. For the case that some custom processing relies on "../" this change might be breaking. Resolves: #65433 Releases: master, 6.2 Change-Id: I969f6a3bdd000b7efb7607e533d1117c8d363959 Reviewed-on: http://review.typo3.org/37407 Reviewed-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Helmut Hummel authored
In order to move the mod.php global logic into a unified way, the global code is moved to its own RequestHandler for modules. Releases: master Resolves: #65452 Change-Id: Ic1dedaf7d98b460739da9cb33dcbbf5772ed05d4 Reviewed-on: http://review.typo3.org/37430 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Wouter Wolters authored
Resolves: #65441 Releases: master Change-Id: Ic9e790d2b2db17e930558dbafe4f458af948fc9a Reviewed-on: http://review.typo3.org/37435 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Wouter Wolters authored
Resolves: #65442 Releases: master Change-Id: I7493bbae4bee93c7e2957e1d458d22036249de36 Reviewed-on: http://review.typo3.org/37436 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Benjamin Mack authored
The external library RemoveXSS placed within typo3/contrib/ is moved to EXT:core and also loaded via composer in order to avoid a require_once. Additionally, some other changes in the static composer class loader shipped with typo3/contrib/vendor are updated as well. Resolves: #65450 Releases: master Change-Id: I804754df10288924247f58dc93a8e46f9268aa3b Reviewed-on: http://review.typo3.org/37448 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>
-
Nicole Cordes authored
This patch prevents the redirection to another page if the returned URL is empty which would trigger a redirection loop. Releases: master, 6.2 Resolves: #65447 Change-Id: Ida0fc65c83d32ca7ae45db2d02b87d7eb0c8d345 Reviewed-on: http://review.typo3.org/37446 Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Benjamin Mack authored
Leftover code that registers modules that are located within EXT:frontend should be moved from EXT:cms to EXT:frontend Resolves: #65449 Releases: master Change-Id: Icde91ae85eee74c5fc5492a7263afcd0bc85c82f Reviewed-on: http://review.typo3.org/37447 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>
-
Michael Oehlhof authored
- add getter for LanguageService - add getter for BackendUser Resolves: #65445 Releases: master Change-Id: I985f9b0aa619ea7f90f35fe169122c26850a73df Reviewed-on: http://review.typo3.org/37444 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- Mar 01, 2015
-
-
Benjamin Mack authored
The TYPO3 Bootstrap gets a new function run() to unify existing entrypoints in FE, BE, CLI and Install Tool. This way the "visible" part of the bootstrap is reduced to solely using the new "run()" method, which resolves to a proper RequestHandler depending on the following constraints. * Install Tool * Frontend: eID * Frontend: TSFE * Backend: Regular request * Backend: AJAX * Command-Line (CLIkeys) The interface behaves exactly like TYPO3 Flow. Unlike Flow, the request handlers are currently hardcoded inside the bootstrap, but can be extended later. Each RequestHandler logic is currently put from the global scope into the main "handleRequest()" method. Further changes are the deprecation of init.php and the streamlining of Backend requests, as well as diagram of the bootstrap process. Resolves: #65437 Releases: master Change-Id: I3a2ffe60e59005955c5ef3d3c541b61de2b97526 Reviewed-on: http://review.typo3.org/37409 Reviewed-by: Christian Kuhn ...
-
Anja Leichsenring authored
Change-Id: If0d763b4fb79ffb1584ea5c60804af63d4da3d7b Resolves: #65440 Releases: master Reviewed-on: http://review.typo3.org/37431 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Wouter Wolters authored
Use dispatching for browser.php Resolves: #65289 Releases: master Change-Id: I8edb2fb1182af39d5a87e8291e8b208067a70a9c Reviewed-on: http://review.typo3.org/37432 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Andreas Fernandez authored
Port the code to use jQuery UI's "sortable" instead of draggable and droppable, which solves some issues: - The element position is stored after dropping it, solving the "hang" effect. - In "Languages" view, the elements are now properly movable. Moving the elements between languages, which is error prone, is now not possible anymore (it was possible before, but it was not saved). Resolves: #65311 Releases: master Change-Id: I5af23e258e057eb8c855760bc2ad5fa6989e6686 Reviewed-on: http://review.typo3.org/37262 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Anja Leichsenring authored
Change-Id: Ib3e5093902b5d2b46d4b2c6a3365abf8340da6ed Resolves: #65438 Releases: master Reviewed-on: http://review.typo3.org/37428 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Jan Helke authored
Changing the backend view to use grid elements caused an ancient piece of code in PageLayoutView.php to be never executed. In fact an if statement in PageLayoutController.php always evaluates to "FALSE" which lets the code in PageLayoutView.php never get executed. Change-Id: I4f97690b54efeb7659f86f1ef15fa8603e97f69b Resolves: #53898 Releases: master Reviewed-on: http://review.typo3.org/25662 Reviewed-by:
Jo Hasenau <info@cybercraft.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Frederic Gaus <frederic.gaus@flagbit.de> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benjamin Mack authored
The Extension viewpage (Web => View) is still using a mixture of ExtJS and jQuery. In order to use the logic from the new Storage API (which replaces the ExtJS Part for this module) the whole JavaScript was rewritten in RequireJS. The shipped jquery-ui JavaScript file is not necessary anymore, as it is loaded from the contrib/ directory as a AMD module (new version). Resolves: #64103 Releases: master Change-Id: Ic0cc1dd0eb56b0440a5d8c78c40ac2120aa0f215 Reviewed-on: http://review.typo3.org/35767 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>
-
Wouter Wolters authored
Furthermore the copyright year is adjusted. Resolves: #65439 Releases: master Change-Id: I332321bd4e84c66e381140caacbd23ef381441e2 Reviewed-on: http://review.typo3.org/37429 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Wouter Wolters authored
Use dispatching for logout.php Resolves: #65291 Releases: master Change-Id: Ic003ec6dda083f69da2aaf0373ad48ea3bf4f56f Reviewed-on: http://review.typo3.org/37411 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Anja Leichsenring authored
The TranslateViewHelper has no unit tests so far. Change-Id: Ib7bdedf7e64276fcfcb7280fafc5d48c860f21c8 Resolves: #65436 Releases: master Reviewed-on: http://review.typo3.org/37416 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> 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>
-
Francois Suter authored
The FileStorageIndexingTask should not handle exceptions itself. Instead it should let them bubble up to let the Scheduler take care of the reporting. Resolves: #65248 Releases: 6.2, master Change-Id: Ib29c20b40de8abd27869682c9f6d4479718d25f5 Reviewed-on: http://review.typo3.org/37156 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>
-
Helmut Hummel authored
Add accidentally forgotten guard clause for case insensitivity. Releases: master, 6.2 Resolves: #65434 Change-Id: I374a7201f3c5ef356883302fc0825f9a02ef0c30 Reviewed-on: http://review.typo3.org/37423 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Oliver Hader authored
If creating a new parent record that contains inline child records as part of a FlexForm configuration, the resulting reference count is the temporary "NEW..." identifier. The expected result is to have the number of child references in that case as well. Resolves: #58307 Releases: master, 6.2 Change-Id: I36a4dd06a38ad5d9f197190658b97f8a3b5fa234 Reviewed-on: http://review.typo3.org/37345 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>
-
Helmut Hummel authored
As a backwards compatibility measure, the composer class loader checked for class existence before requiring a class file, which could only happen if wrong class name casing was used before. We now enable this also for interfaces. Releases: master, 6.2 Resolves: #65434 Change-Id: I6dc1dc6cbf8cb7018ceeff1eb881c80658c11e33 Reviewed-on: http://review.typo3.org/37412 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>
-
Benjamin Kott authored
- make type color working again - use wizard_colorpicker instead of farbtastic - streamline styling with formengine Releases: master Resolves: #65427 Change-Id: Ib175a794521ee346341325757a76091b03c52326 Reviewed-on: http://review.typo3.org/37093 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>
-
Andreas Allacher authored
Due to missing check of the last char being a new line, it is possible that a closing bracket character is removed by using INCLUDE_TYPOSCRIPT. This leads to broken typoscript. By introducing the missing check this kind of error is prevented. Change-Id: I92ef213d31c4d62ba797e2741d5a0beaa042c6b3 Resolves: #62280 Releases: master Reviewed-on: http://review.typo3.org/37038 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin 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>
-
Helmut Hummel authored
Previously the URI to a module which was dispatched through mod.php was stored in a global variable $GLOBALS['MCONF']['_'] In terms of cleanup of global variable usage and module configuration cleanup, this functionality is removed without substitution. Instead BackendUtility::getModuleUrl() API must be used now. Releases: master Resolves: #65432 Change-Id: Iad436056e96d2334357320278cd8243f0f975538 Reviewed-on: http://review.typo3.org/37406 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> 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>
-
Michael Oehlhof authored
backend/classes/Controller/Wizard/ColorpickerController.php To get it "green" in PhpStorm several changes were made: - set correct return type in PhpDoc comment - makeInstance of GraphicalFunctions to call non-static function imageCreateFromFile - change local variable names to lowerCamelCase Resolves: #65431 Releases: master Change-Id: I54182c8ed17423e1cbc1c97e424d92a58dd5e3a9 Reviewed-on: http://review.typo3.org/37404 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>
-