- Mar 10, 2014
-
-
Fabien Udriot authored
Packagist complains about current IRC URL format. Change-Id: Id8abcad6525c06d6941144cd2e1e8ea372cc975a Releases: 6.2 Resolves: #56713 Reviewed-on: https://review.typo3.org/28211 Reviewed-by: Thomas Maroschik Tested-by: Thomas Maroschik
-
Anja Leichsenring authored
Change-Id: I61f7f92da42d691b0556f1e53b20d39eb082c12f Resolves: #56700 Related: #51436 Releases: 6.2 Reviewed-on: https://review.typo3.org/28207 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Christian Kuhn authored
ext:core BackendUtilityTest no longer depends on initialized TCA. Change-Id: I5b97b86d57da15b6176dd3033ec8fda1f4209f85 Resolves: #56699 Related: #51436 Releases: 6.2 Reviewed-on: https://review.typo3.org/28206 Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
- Mar 09, 2014
-
-
Anja Leichsenring authored
To reduce dependencies of tests and improve readability, some tests can be improved by better mocking of $GLOBALS['TCA']. Change-Id: Ib38f2dd94288c5c4f8940d3c8c969ea0459ebbcb Resolves: #56698 Related: #51436 Releases: 6.2 Reviewed-on: https://review.typo3.org/28204 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Christian Kuhn authored
To reduce dependencies of tests and improve readability, some tests can be improved by better mocking of $GLOBALS['TCA'] Change-Id: I7dee44b5a98f2384c2b77c51ebc678ff15669475 Resolves: #56696 Related: #51436 Releases: 6.2 Reviewed-on: https://review.typo3.org/28203 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
Christian Opitz authored
Added a composer.json file that contains * name, description, keywords, homepage and license * authors (core team and community) * several support addresses * requirements (php, php extensions and the composer typo3 installer) * suggestions for php extensions * branch alias for current development version (6.2) * the packages, that are provided (system extensions) Resolves: #55770 Releases: 6.2 Change-Id: Ibb94787ee12f9e580dedb1652c444f35e51d1aa9 Reviewed-on: https://review.typo3.org/27423 Reviewed-by: Fabien Udriot Tested-by: Fabien Udriot Reviewed-by: Thomas Maroschik Tested-by: Thomas Maroschik
-
Stefan Neufeind authored
Function is already deprecated but didn't write to deprecation-log so far. Resolves: #55481 Releases: 6.2 Change-Id: I5b8150e7b2d7be8fdc87a3a4a93932a04cb2cb09 Reviewed-on: https://review.typo3.org/27172 Reviewed-by: Stefan Neufeind Tested-by: Stefan Neufeind Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
Christian Kuhn authored
There is no need to initialize $GLOBALS['BE_USER'] anymore in unit tests since mocking of this dependency is complete. Change-Id: I21ab751d4b66ba2d9658becbd6e0fcd16d139c4b Resolves: #56689 Related: #51436 Releases: 6.2 Reviewed-on: https://review.typo3.org/28199 Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Anja Leichsenring authored
Some Tests in sysext:backend rely on an existing BackendUserAuth object. In order to decouple the tests from the TYPO3 Environment, those are mocked now. Change-Id: Ibfd9de2f5a7673eecca61c35e59852017edd2f0d Resolves: #56688 Relates: #51436 Releases: 6.2 Reviewed-on: https://review.typo3.org/28198 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Christian Kuhn authored
ModuleDataStorageServiceTest now mocks $GLOBALS['BE_USER'] to not rely on instantiation of this global. Change-Id: I5ab6b962d95f2ab183dfc1b1b53dea7deaa464c5 Resolves: #56687 Related: #51436 Releases: 6.2 Reviewed-on: https://review.typo3.org/28196 Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Anja Leichsenring authored
Some Tests in sysext:backend rely on an existing BackendUserAuth object. In order to decouple the tests from the TYPO3 Environment, those are mocked now. Change-Id: I2760f301aeb79e963a87f02258df04306a68cec6 Resolves: #56686 Relates: #51436 Releases: 6.2 Reviewed-on: https://review.typo3.org/28193 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Christian Kuhn authored
FAL ResourceFactoryTest retrieveFileOrFolderObject* not only tests the method but also lots of not mocked dependencies. The tests are renamed and changed to stick to test the subject only. Resolves: #56684 Related: #51436 Releases: 6.2 Change-Id: If247e923b8e79995279ad48bdc35f5b8976bfd57 Reviewed-on: https://review.typo3.org/28192 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
Christian Kuhn authored
With the removal of $GLOBALS['FILEMOUNTS'] the unit test no longer depend on initialization of backend user mounts. Remove this bootstrap line. Change-Id: Ie9860dd7b15a4baff330c8e3cad16d3ae3092e75 Resolves: #56681 Related: #55547 Related: #51436 Releases: 6.2 Reviewed-on: https://review.typo3.org/28190 Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
- Mar 08, 2014
-
-
Helmut Hummel authored
The installer does not work, if doc comment reflection is broken, so we need to make the first install step more robust by using inject methods and introducing a failsafe view which does simple php templating in case critical errors (like doc comments disabled) occur. Resolves: #55352 Releases: 6.2 Change-Id: I424d6a290b65ae023ec19a745477cfaecdef72c7 Reviewed-on: https://review.typo3.org/27067 Tested-by: Alexander Opitz Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Xavier Perseguers authored
The PreFileAdd signal should be triggered before the file exist check. So the name and/or content can be manipulated before the target filename is checked. Change-Id: I0bbe32a4efa395a99278c480210310bd7466f259 Fixes: #56394 Releases: 6.2 Reviewed-on: https://review.typo3.org/28099 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
Frans Saris authored
In the info popup of a file/folder the wrong icon is shown. This patch changes it so IconUtility::getSpriteIconForResource() is used and moves the rendering of the header to the DocumentTemplate. Resolves: #56251 Releases: 6.2 Change-Id: I7fc40af85b8bc623112bcec29c2409221a937718 Reviewed-on: https://review.typo3.org/27819 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Ernesto Baschny authored
Deprecates the need to specify the $classPath when registering a submodule with ExtensionManagementUtility::insertModuleFunction. Remove the parameter's usage throughout the system extensions. Also re-adds the removed include_once that were removed without proper deprecation before (see #49992). Resolves: #52594 Releases: 6.2 Change-Id: I090278b8e2e7a15e05b14dca757ae2b8ef1e5fb4 Reviewed-on: https://review.typo3.org/24462 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
Oliver Hader authored
The IRRE tests for creating and modifying records first process offer, hotel then content which is the unnatural order compared to the processing delivered by the FormEngine (t3lib_TCEforms). To avoid incorrect testing behaviour and invalid testing results, the order is changed to content, hotel and offer (parent to child). Resolves: #56374 Releases: 6.2 Change-Id: Ib14fc2d50b493e4be982faeba77401b320868639 Reviewed-on: https://review.typo3.org/27887 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
Michiel Roos authored
Change-Id: I1ee28a5af824b048863c61321a226bf7c9843f77 Resolves: #55556 Releases: 6.2 Reviewed-on: https://review.typo3.org/28175 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Jigal van Hemert authored
The stdWrap property escapeJsValue allows content to be included in JavaScript strings. Resolves: #56642 Documentation: #56665 Releases: 6.2 Change-Id: I43f59889caec1a89970b94c93c93894d589243c9 Reviewed-on: https://review.typo3.org/28177 Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers Reviewed-by: Markus Klein Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
-
Marc Bastian Heinrichs authored
Improvements for the AbstractDataHandlerActionTestCase to get better functional test results in general and working functional tests in impexp (e.g. for FlexForm XML): * collect all fail messages before calling fail() * check records for left rows that was not assigned in csv * do strict compare if value is NULL * compare XML, e.g. FlexForm Resolves: #56241 Releases: 6.2 Change-Id: Ic21c27261cbe18dc5fd37c4869c10264880b731e Reviewed-on: https://review.typo3.org/27816 Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Benjamin Mack authored
The jumpToUrl() is defined in every second module as inline JS. As the duplicated code is erroneous and can be shimmed completely, the function is added to every doc-template code by default, but can be overriden and removed completely - which is still the case in some existing modules. Additionally the variable "script_ended" is not used at all anymore, and was removed as well. Releases: 6.2 Resolves: #56667 Change-Id: I716611bffce402c5f423c3d64c763d6675a79d14 Reviewed-on: https://review.typo3.org/28180 Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
Benjamin Mack authored
When displaying the import/export backend module there are warnings and an empty extension list, because the extension Selector does not use the API to fetch the extension list, but does a raw $TYPO3_LOADED_EXT instead. Resolves: #56670 Releases: 6.2 Change-Id: I851cc1f7e01acd9f743559a9400340364280ba7e Reviewed-on: https://review.typo3.org/28183 Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
Markus Klein authored
The new introduced function ElementBrowser::getTemporaryTreeMountCancelNotice() shall also be used in its subclass to remove code duplication. Resolves: #56666 Releases: 6.2 Change-Id: I0d7aca1c0695479f7ced9323098c0e7b04f1abda Reviewed-on: https://review.typo3.org/28179 Reviewed-by: Markus Klein Tested-by: Markus Klein
-
- Mar 07, 2014
-
-
Wouter Wolters authored
Using DIRECTORY_SEPARATOR on Windows environments is a "\" instead of a "/". Fix this by replacing the constant with '/'. Resolves: #53740 Resolves: #53346 Releases: 6.2 Change-Id: Ia745a17fd47c527b57e78babef76b67f30af0454 Reviewed-on: https://review.typo3.org/26911 Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert Reviewed-by: Nicole Cordes Tested-by: Nicole Cordes
-
Lorenz Ulrich authored
If "Stop Page Tree" is set for a page, it is possible to set temporary DB tree mounts in the element browser/link browser. If such a tree mount is set, a notice is displayed right above the tree. This notice is necessary to cancel this temporary mount. Currently the ElementBrowser misses this notice when used for e.g. header_link. Change-Id: I942aad0e54d17ceb793008850f0563bb416503be Fixes: #43885 Releases: 6.2, 6.1, 6.0 Reviewed-on: https://review.typo3.org/17101 Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Lorenz Ulrich Tested-by: Lorenz Ulrich Reviewed-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Wouter Wolters authored
Resolves: #56623 Releases: 6.2 Change-Id: Ib24adf0029f23053b1218340cb11b6390964fefd Reviewed-on: https://review.typo3.org/28120 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
-
Benjamin Mack authored
Global filemounts are not supported with FAL anymore as the implementation is done via file storages directly. All references to the global FILEMOUNTS is removed as it was an empty array since 6.0. Next step (but not part of this patch) is to clean up the functions in BasicFileUtility that make use of the filemounts. Releases: 6.2 Resolves: #55547 Change-Id: I07e08afe54c174d1c3a67c41645819e5831fd1e3 Reviewed-on: https://review.typo3.org/27227 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Philipp Gampe authored
The function is not used in the core and marked as @internal since the beginning of the time (revision 1). Therefore it is removed directly. Resolves: #53471 Releases: 6.2 Change-Id: Ib74fa65b24caa9879b16921e13e3d0bed894b712 Reviewed-on: https://review.typo3.org/25228 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Cedric Ziel authored
Due to CommandControllers' nature, an UpdateCommandController leads to the execution of `cli_dispatch.phpsh extbase update:update`. This patch fixes it to `cli_dispatch.phpsh extbase language:update`. Also contains a minor change and adds a type-hint for IDE's. Resolves: #54128 Releases: 6.2 Change-Id: I1b21b8f715bfd1928f1e857846c0542d90705b6f Reviewed-on: https://review.typo3.org/24511 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Nicole Cordes authored
If you want to edit a user within the sys_action module, you have to set a (new) password as otherwise the record won't be updated. This patch allows an empty password field for updates while new users still need a defined password. Resolves: #25700 Releases: 6.2 Change-Id: I37c20a706b15ebce458033c4f5fe4016236ef1d8 Reviewed-on: https://review.typo3.org/27377 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Helmut Hummel authored
* Replace all instances of $GLOBALS['typo3CacheManager'] in the core with a makeInstance call. * Adapt the tests. * Make use of dependency injection where possible. * Add compatibility layer with deprecation message for $GLOBALS['typo3CacheManager'] and $GLOBALS['typo3CacheFactory'] Resolves: #56597 Releases: 6.2 Change-Id: Idb035723626b24cfd768204bf24987171f5b0feb Reviewed-on: https://review.typo3.org/28101 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Alexander Stehlik authored
The PHPDoc is fixed. The method returns an array and not an integer. Additionally the class variable that is used in this method for storing the cached values is added as a property. Releases: 6.2 Resolves: #56658 Change-Id: I6010cf97781001cd760c891da3df3bfb7a605b73 Reviewed-on: https://review.typo3.org/28167 Reviewed-by: Tymoteusz Motylewski Tested-by: Tymoteusz Motylewski Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Marc Bastian Heinrichs authored
The SoftReferenceIndex parses and rebuilds typolink tags, but the support for the title attributes was missing. This leads to lost title attributes on typolinks in exports from impexp. Resolves: #56580 Releases: 6.2, 6.1, 6.0, 4.5 Change-Id: I9bf5c02b79ae4c9024322f0da99dcca37b678daa Reviewed-on: https://review.typo3.org/28083 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Markus Klein Tested-by: Markus Klein
-
Christian Weiske authored
When running a CLI script via typo3/cli_dispatch.phpsh, using the APC caching backend will lead to errors like > TYPO3 Exception #1232986877: Could not set value. This patch checks if TYPO3 is running on CLI, and validates the apc.enable_cli setting to give a proper error message. Change-Id: Icbeb619fc2054634274b492df94dbbc89958a8b6 Resolves: #25274 Releases: 6.2, 6.1, 6.0 Reviewed-on: https://review.typo3.org/28035 Reviewed-by: Ernesto Baschny Reviewed-by: Andreas Fernandez Tested-by: Andreas Fernandez Reviewed-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Tymoteusz Motylewski authored
Splits huge method (~450 lines) into several small methods, in the similar way it was done for BrowseLinks and SelectImage. It also removes some duplicated code between these classes. This patch is not changing functionality, just moving code around. Resolves: #55983 Releases: 6.2 Change-Id: I916058485acb9d9abe0086785763edc721a360f0 Reviewed-on: https://review.typo3.org/27631 Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
-
Stanislas Rolland authored
Problem: IE raises a syntax error when it encounters html comments in the JavaScript code. The html comments are added by the page renderer. Solution: There is no need for the page renderer to wrap inline javascript as html comments. Resolves: #55457 Releases: 6.2, 6.1 Change-Id: Iae180a73778ca3bb1c9934c887315b969888b10d Reviewed-on: https://review.typo3.org/27624 Reviewed-by: Oliver Klee Tested-by: Leon de Rijke Tested-by: Simon Ouellet Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
- Mar 06, 2014
-
-
Christian Plattner authored
Missing size property on group-type fields causes various problems, like missing controls (move to top and move to bottom) or misbehaving JS. Adding a default size ensures that a forgotten size property does not break everything. Additionally the size property is added to the sys_collection table, since all Core tables should be cleanly defined. Resolves: #23552 Documentation: #56627 Releases: 6.1, 6.2 Change-Id: Idafb1912f9702fddf85b7c2c222f408419e50ecf Reviewed-on: https://review.typo3.org/28116 Reviewed-by: Markus Klein Tested-by: Markus Klein
-
Michiel Roos authored
Cache calls to getSpriteIcon() that only use the first parameter. Change-Id: I63e7dbaf81473b733a73f4a964e419dae0650f5f Resolves: #56110 Releases: 6.2 Reviewed-on: https://review.typo3.org/27713 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-
Lucas Bremgartner authored
This patch enables the @ character to be usable now also for non-utf8 file systems. Resolves: #50538 Releases: 6.2, 6.1 Change-Id: I72ce24393003af8733af6fc650e69781df4a272c Reviewed-on: https://review.typo3.org/23439 Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Stefan Neufeind Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters
-