- Jul 26, 2014
-
-
Christian Kuhn authored
For better documentation of important changes a new file structure is introduced that substitutes the old NEWS.md file. Some recent changes are already added with this change as examples, but all patches since 6.2 release need a post-merge review to see which further patches need documentation. In future, changelog files for important changes should be provided together with the patch that introduces the change. Resolves: #60186 Resolves: #59741 Resolves: #59740 Releases: master Change-Id: I6e154262ed49542a5b15e7c68313c9f11dea5fe5 Reviewed-on: http://review.typo3.org/31853 Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Ernesto Baschny <ernst@cron-it.de> Tested-by:
Ernesto Baschny <ernst@cron-it.de> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Andreas Wolf authored
Change-Id: I5fe2f79ba233e114fb2bfb87c1100eeb8dccbc41 Resolves: #58475 Releases: 6.3 Reviewed-on: http://review.typo3.org/29835 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benjamin Mack authored
There are several places in the TYPO3 Form Engine where the styling information about tables (valign) is hard-coded. The patch removes that, styling is done via CSS. Resolves: #56261 Releases: 6.3 Change-Id: Ibcc9bb7df3cf05e791eae7f16d91e0afa60ab65d Reviewed-on: http://review.typo3.org/27833 Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Marcin Sągol <marcin@soee.pl> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- Jul 25, 2014
-
-
Wouter Wolters authored
TypoScript TemplateService contains some hard coded TS that is always present. The two defaults config.extTarget and config.uniqueLinkVars are now moved to EXT:frontend and registered with the usual API call. styles.insertContent is removed since it was always hidden in the object browser and probably never used by anyone. Change-Id: I8d0fd7c91e0c3b7ac19bcf1e435bb911b597e525 Resolves: #42543 Related: #60567 Releases: 6.3 Reviewed-on: http://review.typo3.org/20279 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:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Anja Leichsenring authored
When an exception is expected in DependencyUtilityTest, the correct exception is tested by text. The change of wording of some of those exceptions caused the related test to fail. Testing for the exception code instead of the text opens the possibility to adapt display messages, while the exception code stays unchanged and stabilizes tests against false positives. Change-Id: Ib1365c8d7166e522690bb9f8842adc8eb27f635b Resolves: #60583 Relates: #53572 Releases: 6.3, 6.2 Reviewed-on: http://review.typo3.org/31835 Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benjamin Mack authored
FE Login still uses TypoScript with a manual inclusion of the original file and then the original class name. plugin.tx_felogin_pi1 = USER_INT plugin.tx_felogin_pi1 { includeLibs = EXT:felogin/pi1/class.tx_felogin_pi1.php userFunc = tx_felogin_pi1->main } This way it is impossible to XCLASS the new namespaced class "FrontendLoginController" without also changing the USER_INT userFunc path. In order to remove the deprecation, we need to change the class name - no-brainer. Resolves: #60063 Releases: 6.3 Change-Id: If09e5a3fdc3317623d5ea1de9af04cb04e606656 Reviewed-on: http://review.typo3.org/31290 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>
-
Benjamin Mack authored
Renames the folder "resources" to "Resources" and moves the JS files into "Resources/Public/JavaScript". Resolves: #60582 Releases: 6.3 Change-Id: Id549c4d006e8690b49b7800399fca95410ee641c Reviewed-on: http://review.typo3.org/31832 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>
-
Christian Kuhn authored
There is a config to define the used "contentTable" which is set by cms extension to tt_content. Using tt_content is hardcoded at many places and probably no one ever set this option to something different than "tt_content". The option is dropped now. Resolves: #60570 Releases: 6.3 Change-Id: I039e7f5c9e0562c54ce671dc7e7a2ac807f8076e Reviewed-on: http://review.typo3.org/31831 Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Sascha Egerer <sascha@sascha-egerer.de> Tested-by:
Sascha Egerer <sascha@sascha-egerer.de> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Susanne Moog authored
The wording of a TYPO3 dependency error currently suggests installing another TYPO3 version to make an extension usable - that does not make sense. Change the error message so it's clear that it's the extensions' support that is missing. Change-Id: I7a5f7acde7bebc9c3f7acda92e2522ffb979d478 Resolves: #53572 Fixes: 6.3, 6.2 Reviewed-on: http://review.typo3.org/31825 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>
-
Susanne Moog authored
Transparent turns black unless you specify a different color because transparent = unset color = 0 = black. We should fix this by adding the "-opaque white -background white -flatten" parameters for the convert action done by the install tool. Change-Id: I5dd5c41852a33159752702b68ce0a297b33cf569 Releases: 6.3, 6.2 Fixes: #60570 Reviewed-on: http://review.typo3.org/31816 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>
-
Susanne Moog authored
The extension list on "get extensions" only masks the table when loading where it should also mask the page browser as you will get errors when using it while the list is still loading. The mask now covers the whole ter table content. Change-Id: I404e4f1a5b9b62a53392491c911d654ce6f007b3 Releases: 6.2, 6.3 Fixes: #55317 Reviewed-on: http://review.typo3.org/31823 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>
-
Sascha Egerer authored
Add unit test that checks if the constructor throws an exception if an invalid value is requested. Resolves: #60572 Releases: 6.3, 6.2 Change-Id: I2179414f94bbd6465c5b780c71dfed3c91e71776 Reviewed-on: http://review.typo3.org/31817 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:
Wouter Wolters <typo3@wouterwolters.nl>
-
Anja Leichsenring authored
When you look in the TOB for the styles.* settings, those are not shown. In order to ease the lookup of existing settings, let's show them there. Resolves: #60567 Releases: 6.3 Change-Id: I5163736c21847070c50e29911fff2b492f7cfc87 Reviewed-on: http://review.typo3.org/31814 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>
-
Lorenz Ulrich authored
The global renderReadonly status in Tceforms doesn't affect a rendered tree because the check was forgotten when #25888 was implemented. An additional check is added. Resolves: #59849 Releases: 6.3, 6.2 Change-Id: Ic89ab2f39636dbbb7dc37941af8fe7be085fefcf Reviewed-on: http://review.typo3.org/31110 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:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Wouter Wolters authored
Resolves: #60566 Releases: 6.3 Change-Id: I742e68f617dc049ca059406b50e08e24c7d74b79 Reviewed-on: http://review.typo3.org/31811 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>
-
Wouter Wolters authored
Resolves: #57182 Releases: 6.3 Change-Id: I2c8a7f594e3716152dfb9acb5246c741f7c9580d Reviewed-on: http://review.typo3.org/28642 Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de> 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>
-
Susanne Moog authored
The extensionmanager tries to load language labels from the old extension manager. Add the needed labels to the extension manager language file and delete the old file. Simultaneously refactor the language handling a bit. Change-Id: I937b0ce53de0bfe56219d676f6d008ae7a5d303c Resolves: #55449 Releases: 6.3 Reviewed-on: http://review.typo3.org/31790 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> 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>
-
Wouter Wolters authored
Resolves: #60562 Releases: 6.3 Change-Id: I321f32f85df90e11443837c2704eba5c097e7ea1 Reviewed-on: http://review.typo3.org/31808 Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.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>
-
Christian Kuhn authored
To prepare a switch of the backend login view to a fluid rendered template, the current controller is first simlpfied a bit and some ancient code is removed. With t3skin, the default template of ext:backend/.../login.html is always overloaded by ext:t3skin/.../login.html. The patch overwrites the content of the ext:backend template with the content from ext:login and removes the template and overload registration in ext:login. The old template in ext:backend was not used for a very long time but includes some old handling like loginBoxImage_rotationFolder encapsulated in makeLoginBoxImage(). This code is dropped without substitution. References to two ancient login images are dropped with the removal of makeLoginBoxImage() and can be finally removed along the way. Change-Id: I057fbe062b138ab4f428e49e511bc46363a8a7ed Resolves: #60559 Releases: 6.3 Reviewed-on: http://review.typo3.org/31802 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>
-
Christian Kuhn authored
$this->const in TemplateService and an extending class is super old, unused and removed. Resolves: #60561 Releases: 6.3 Change-Id: Ief7382b11d94094be587ae691ee6e3d1812b2d91 Reviewed-on: http://review.typo3.org/31803 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>
-
Anja Leichsenring authored
Reduce the file size without losing quality. This reduces total typo3 directory size by ~2 MB. Change-Id: I56d1e9eccee05833a4e0373211eaeb3fefbc4336 Resolves: #58110 Releases: 6.3 Reviewed-on: http://review.typo3.org/29829 Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Sascha Egerer authored
Most of the unit tests for the logging framework have a wrong filename and also a wrong classname. Resolves: #60547 Releases: 6.3, 6.2 Change-Id: I5aaad54566bd33a9caf0d665655d9cb0f4552119 Reviewed-on: http://review.typo3.org/31782 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>
-
Sascha Egerer authored
Extend the introspection processor so it can add a full backtrace instead of only the last item of the backtrace. Also adds an option to shift a given amount of levels from the backtrace. Resolves: #60064 Documentation: #60074 Releases: 6.3 Change-Id: Ieb5d1e8ca11fdfd649d18d7751ebb0f770e60ef5 Reviewed-on: http://review.typo3.org/31296 Reviewed-by:
Steffen Müller <typo3@t3node.com> Tested-by:
Steffen Müller <typo3@t3node.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benjamin Mack authored
The TemplateService class provides its own wrap() function which is exactly the same as in cObj. The only instances where the wrap() method is used is in the MenuContentObjects - however, they can also access the wrap() function via cObj. The MenuContentObjects are now using the cObj function so the duplicate code in TemplateService can be deprecated. Resolves: #55567 Releases: 6.3 Change-Id: Iaa7055473f814acc73429f31772d1946c66004f9 Reviewed-on: http://review.typo3.org/27244 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:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Sascha Egerer authored
Currently the importer expects that an imported t3d file contains data for fal. This is not the case if the t3d file comes from a TYPO3 4.5 installation. As a result a fatal error is caused because fread is called with a length of 0. Resolves: #60540 Releases: 6.3, 6.2 Change-Id: Ib112200c2b6cba0252440cd370d57a6ccd048bf2 Reviewed-on: http://review.typo3.org/31767 Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Steffen Müller authored
The interface \TYPO3\CMS\Core\Log\LogManagerInterface enables you to ship an alternative 3rd party LogManager instance. Having dependency injection in place, you could replace the core Logger without touching a single line of code. Releases: 6.3 Resolves: #60551 Change-Id: I2bf125f93599dee9a08e6c6b6fa7c369a7680d8d Reviewed-on: http://review.typo3.org/31791 Reviewed-by:
Sascha Egerer <sascha@sascha-egerer.de> Tested-by:
Sascha Egerer <sascha@sascha-egerer.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Sascha Egerer authored
A wrapper function for GeneralUtility::getIndpEnv() is required to mock these static calls in unit tests. Resolves: #60549 Releases: 6.3, 6.2 Change-Id: I47b565f5a5bd9b2445847d38447c01cfa20954c7 Reviewed-on: http://review.typo3.org/31788 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
- Jul 24, 2014
-
-
Peter Niederlag authored
Function isPackagKeyValid on PackageManeger is not a static function and must be called on an object instance. Resolves: #59619 Releases: 6.3, 6.2 Change-Id: I03b068db00ccdf76b6e8658721e630b7de6ebfd8 Reviewed-on: http://review.typo3.org/31749 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>
-
Peter Niederlag authored
Function isOnSymmetricSide of RelationHandler is used as static function all the time so we properly turn the function declaration into a static one. Resolves: #60516 Releases: 6.3, 6.2 Change-Id: I72a922596e69dca26e173dad5b42da76e0949865 Reviewed-on: http://review.typo3.org/31748 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>
-
Markus Klein authored
Introduce a sort operation of the packages before determining the loading order. This way the number of changes made to the PackageStates.php file are reduced. This is only a first step, further improvements have to be made to finally resolve #56362. Resolves: #56362 Releases: 6.3, 6.2 Change-Id: Id6cc4cc2d3f4d9f00e90f355bdede1afe20f57af Reviewed-on: http://review.typo3.org/27932 Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Markus Klein authored
Currently the title of the "Edit metadata" link in filelist is hardcoded. Add a label to make it translatable. Resolves: #60410 Releases: 6.3, 6.2 Change-Id: Id618dfcd96ae3b4558cf9d529e0cc7c3ae220f9a Reviewed-on: http://review.typo3.org/31696 Reviewed-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:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Tymoteusz Motylewski authored
in t3skin/icons/ext there are plenty of really old icons for e.g. tt_guest or tt_calender We should remove them as they are not used. Resolves: #59792 Releases: 6.3 Change-Id: I8d6a91e2a1c1aa6da04ee2da961c2f6c919de2c3 Reviewed-on: http://review.typo3.org/31040 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
Utility/File/ExtendedFileUtilityTest.php contains some old FAL related tests that are not maintained for quite some time, broken and skipped. Functional tests for FAL should be re-written if needed from scratch so these tests are removed for now. Resolves: #60541 Releases: 6.3, 6.2 Change-Id: Ib703f5c4bbd5d52ef5c67f0fc2f2387772c315fd Reviewed-on: http://review.typo3.org/31768 Reviewed-by:
Sascha Egerer <sascha@sascha-egerer.de> Tested-by:
Sascha Egerer <sascha@sascha-egerer.de> Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Benjamin Mack authored
Several browser hacks in backend CSS files can now be removed as browser don't need to use -moz or -webkit. Also, several filter and IE7 star hacks can be removed. Resolves: #60526 Releases: 6.3 Change-Id: I45aa45a51abe5ab0a6986f1bf0bfd324a23ccd12 Reviewed-on: http://review.typo3.org/31759 Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de> 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>
-
Benjamin Mack authored
There are some places where there is special treatment for IE7 and below which can now be removed safely. Resolves: #60528 Releases: 6.3 Change-Id: Ic942a499d1663672a6ac80966621010705e755be Reviewed-on: http://review.typo3.org/31761 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Eric Chavaillaz authored
Resolves: #59812 Releases: 6.3, 6.2 Change-Id: I3ccfbdd496af2fca9a72d2675393537eafffd075 Reviewed-on: http://review.typo3.org/31083 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>
-
Anja Leichsenring authored
Change #60506 introduced a new specific exception in case a file reference can not be resolved. This new exception now needs to be catched on the right places. Change-Id: I545f4eb98386918903380cc3d0b34796a0917b3f Resolves: #60529 Relates: #60506 Releases: 6.3, 6.2 Reviewed-on: http://review.typo3.org/31762 Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Helmut Hummel authored
When rendering the FILES content object, exceptions due to missing file references and missing collections are meant to be caught. However they are not, because InvalidArgumentException and RuntimeException are thrown instead of ResourceDoesNotExistException Throw the appropriate exceptions instead and also fix a wrong check in RecordCollection Repository, where the return type is checked against NULL while the DB call returns FALSE when no record is found. Resolves: #60506 Releases: 6.2, 6.3 Change-Id: I9cea492d814850f75549d280c2de0defc8b91548 Reviewed-on: http://review.typo3.org/31743 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Gernot Schulmeister authored
Although permalogin is enabled we set a session cookie. This happens because setSessionCookie is called too early and we do not know yet whether the session should be permanent and an according cookie shall be set or not. Solution is to set $this->dontSetCookie = FALSE which triggers setting the cookie at an appropriate time. Resolves: #60264 Releases: 6.3, 6.2 Change-Id: Iad5ce8597f90c4a607a43ea4d3368d117fa6b4ed Reviewed-on: http://review.typo3.org/31607 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Pierrick Caillon <pierrick.caillon@plan-net.fr> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Jan Schreier <jan-hendrik.schreier@bits-iserlohn.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Stefan Neufeind authored
Regular INT limits filesize to 2GB. Change-Id: I525bd53bff6495630bd5880c8ef8789a1d9bbf26 Resolves: #60327 Releases: 6.3, 6.2 Reviewed-on: http://review.typo3.org/31737 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Susanne Moog <typo3@susannemoog.de> Tested-by:
Susanne Moog <typo3@susannemoog.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-