- Feb 06, 2015
-
-
Andreas Fernandez authored
This patch improves the usability and fixes a small bug: - Add the clearable to the search form - Count deleted records correctly Resolves: #64911 Releases: master Change-Id: I0fc702697ce1c630d39f6b127f605c9d8aa5afb4 Reviewed-on: http://review.typo3.org/36716 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Armin Ruediger Vieweg authored
When a CommandController in an extbase extension has been registered, but the class does not contain the string "CommandController" an exception will be thrown. Before this patch, this exception will never show up. This patch adds the output of exception's message in Scheduler module, which gives the developer a hint why the "add new task" form is not displayed properly. Also it extends the exception with description why the class name is invalid. Resolves: #64836 Releases: master, 6.2 Change-Id: I309ed02c7fd4597b99388518abf842e600b27a9a Reviewed-on: http://review.typo3.org/36637 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Markus Klein authored
Avoid a PHP warning by checking the type of data retrieved via POST. "CBC" is an array of checkboxes, which can be null if nothing is selected. "CBH" is an array of hidden fields. If this is not an array, something is messed up in HTML generation and an Exception should be thrown then (because of a PHP warning). Also adapt the list module code accordingly. Resolves: #64897 Releases: master, 6.2 Change-Id: Ife7d079a6d666e8bdbbce7b7eef34dbf5636c425 Reviewed-on: http://review.typo3.org/36700 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Helmut Hummel authored
Additionally we enable the composer class loading by default if the according autoload.php file is found in Packages/Libraries/ To be able to detect the compatibility extension being installed which brings class aliases for classes spread over other system extensions, we need to add functionality that puts the class aliases to typo3conf/ when an extension is activated or deactivated. This deviates from the approach in 6.2 branch and most likely will vanish again later once we require composer installation If the class alias file is present, the aliases will be added to the composer class loader during TYPO3 bootstrap. Releases: master, 6.2 Resolves: #64376 Change-Id: I4fd2202abad345c29bcb2b05d3702bdeef9e4474 Reviewed-on: http://review.typo3.org/36644 Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org>
-
Frederic Gaus authored
* fixes a few phpdocs * use properties from AbstractPlugin instead of $GLOBALS * define some undefined global vars in FrontendLoginController Change-Id: I14c4aedd5b3a28ddda63ef9c594635d29ac455d6 Resolves: #64780 Releases: master Reviewed-on: http://review.typo3.org/36627 Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
- Feb 05, 2015
-
-
Fabien Udriot authored
It could be the PHP function "getimagesize" will fail to get the width and the height of an image if the format is not supported by PHP. The patch prevent accessing the value of an array which may be not an array. Resolves: #64875 Releases: master, 6.2 Change-Id: Ibcbeb6edc7e23a2468cbcce40c2ecb0c2ba21142 Reviewed-on: http://review.typo3.org/36671 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Frederic Gaus authored
Remove code which is never executed since the system environment check of the Install Tool is omitted in cli mode. Resolves: #64876 Releases: master Change-Id: If22117d793b54230dc5ae703df478a91482fa7e6 Reviewed-on: http://review.typo3.org/36672 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> 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>
-
Tymoteusz Motylewski authored
Due to the bug in php https://bugs.php.net/bug.php?id=67378 Warning is triggered when you have open_basedir set up. This patch suppress the warning as a workaround. This code is executed only when calling the install tool. It doesn't influence FE or BE requests so it's acceptable to use @ operator. Resolves: #64882 Releases: master Change-Id: I7881103464ec018cc0a23f47f6cd8c05bb34929c Reviewed-on: http://review.typo3.org/36680 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Xavier Perseguers <xavier@typo3.org> Tested-by:
Xavier Perseguers <xavier@typo3.org>
-
Benjamin Kott authored
This patch removes the custom styling from the content element wizard. Releases: master Resolves: #64892 Change-Id: I721a896efedcbb8c67274be85e84d434eda53806 Reviewed-on: http://review.typo3.org/36693 Reviewed-by:
Alexander Stehlik <alexander.stehlik@gmail.com> Tested-by:
Alexander Stehlik <alexander.stehlik@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Felix Kopp authored
Following beusers backend App the filter bar of belog is styled and html markup following twbs. Resolves: #64891 Releases: master Change-Id: Ie0b3fa294621614d8ebc7859d3511f85f3b9981e Reviewed-on: http://review.typo3.org/36692 Reviewed-by:
Alexander Stehlik <alexander.stehlik@gmail.com> Tested-by:
Alexander Stehlik <alexander.stehlik@gmail.com> 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>
-
Felix Kopp authored
Add font-size definition of .lead text. Twbs does not deliver a variable therefore the class is added. Lead font-size broke during implementation of twbs. Resolves: #64890 Releases: master Change-Id: Id057b5b2b0b41bef86fc3fdae0ed9927fa9050ce Reviewed-on: http://review.typo3.org/36689 Reviewed-by:
Alexander Stehlik <alexander.stehlik@gmail.com> Tested-by:
Alexander Stehlik <alexander.stehlik@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Felix Kopp authored
Decrease size of App-Icons to reduce the visual relevance from 32x32px to 28x28px. Following paddings and snap mode. Kudos to Benjamin Kott. Resolves: #64889 Releases: master Change-Id: I8e3219cf492415e94dc74d656ef42543bf36cfca Reviewed-on: http://review.typo3.org/36685 Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info> Reviewed-by:
Daniel Maier <dani-maier@gmx.de> Tested-by:
Daniel Maier <dani-maier@gmx.de> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Tymoteusz Motylewski authored
This patch fixes a regression introduced in bf63a1c2, which changed the variable $scriptRelPath with a wrong file location. The old file name is reverted so that AbstractPlugin will look for the locallang.xlf file at the correct location. The patch also reformats the properties comments of the class. Reference: https://review.typo3.org/#/c/32708/ Resolves: #64879 Releases: master Change-Id: I58a07f11e382bde2ed84835ca0820ff5e00e1998 Reviewed-on: http://review.typo3.org/36677 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Daniel Maier <dani-maier@gmx.de> Tested-by:
Daniel Maier <dani-maier@gmx.de> Reviewed-by:
Göran Bodenschatz <coding@46halbe.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
A missing namespace import triggers a PHP fatal error in ext:beuser. Resolves: #64893 Related: #64695 Releases: master Change-Id: I366203ad87aa5823fcf9099525bf99ea003a9533 Reviewed-on: http://review.typo3.org/36695 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Tymoteusz Motylewski authored
Indexed search extbase experimental plugin (pi2) requires class alias to work. This patch moves it back from compatibility6 extension to indexed_search. Resolves: #64886 Releases: master Change-Id: I36d288d80453a0772181358222608e1df83f9cf6 Reviewed-on: http://review.typo3.org/36681 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Christian Kuhn authored
Improve the documentation file, mention IE9 is not compatible and line breaks count as two characters. Resolves: #64888 Related: #24906 Releases: master Change-Id: I182734cdf9b9a01303369e88d237292d2ab861f4 Reviewed-on: http://review.typo3.org/36682 Reviewed-by:
Alexander Stehlik <alexander.stehlik@gmail.com> Tested-by:
Alexander Stehlik <alexander.stehlik@gmail.com> Reviewed-by:
Daniel Maier <dani-maier@gmx.de> Tested-by:
Daniel Maier <dani-maier@gmx.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
TYPO3_CONF_VARS/SYS/useCachingFramework is obsolete since 4.6 but was forgotten to be removed from LocalConfiguration for 6.2. The patch add this option to the SilentConfigurationUpgradeService to let the install tool remove it if still set. Resolves: #64872 Releases: master Change-Id: I0e34cef906e02a37660f2ae078ce0f075e448c90 Reviewed-on: http://review.typo3.org/36679 Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Georg Ringer authored
The output of FormEngine needs to be changed if all tables are allowed for a relation. Change-Id: Ib83c39120a3c20d99982e80b9a40b9f0fb7a4a72 Resolves: #64849 Releases: master Reviewed-on: http://review.typo3.org/36650 Reviewed-by:
Göran Bodenschatz <coding@46halbe.de> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Frederic Gaus <gaus@flagbit.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de>
-
Andreas Fernandez authored
The extension icons were replaced by png pendants in commit b8d9e285, but some classes or TCAs still require the gif version. Resolves: #64866 Releases: master Change-Id: Ide0c6b99381c5a3e071c2c40c4942212d85e7004 Reviewed-on: http://review.typo3.org/36668 Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com>
-
Andreas Fernandez authored
This patch recovers the expand state of module groups when they were collapsed before. Resolves: #64859 Releases: master Change-Id: Id4b527d287a8ca1a7dd542639d4c5a691fe0f065 Reviewed-on: http://review.typo3.org/36665 Reviewed-by:
Göran Bodenschatz <coding@46halbe.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
Xavier Perseguers authored
Core class BackendUtility is wrongly referenced with a short namespace and crashes Web > Page when a sys_note is present. Resolves: #64862 Releases: master Change-Id: I17edcdbd93af5d4367f562c036930565a155d6f8 Reviewed-on: http://review.typo3.org/36667 Reviewed-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Tested-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com>
-
- Feb 04, 2015
-
-
Wouter Wolters authored
Use dispatching for tce_file.php Resolves: #64692 Releases: master Change-Id: Ia71d781a4fd4bfe829691598db039db8a7afe690 Reviewed-on: http://review.typo3.org/36520 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>
-
Wouter Wolters authored
Use dispatching for tce_db.php Resolves: #64695 Releases: master Change-Id: I6da8dfd72c4814bd280cae9647f13b6a70f4934e Reviewed-on: http://review.typo3.org/36524 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.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>
-
Wouter Wolters authored
Use dispatching for login_frameset.php Resolves: #64774 Releases: master Change-Id: I1ce9794f3b7a7d66e20bca84464fb9d1cd48c759 Reviewed-on: http://review.typo3.org/36622 Reviewed-by:
Benjamin Mack <benni@typo3.org> 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>
-
Alexander Opitz authored
Using array_splice instead of array_slice two times. Resolves: #64848 Releases: master Change-Id: Iaa998c810aa94e1b3b547714ed4b431b0e5c8452 Reviewed-on: http://review.typo3.org/36647 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Frederic Gaus <gaus@flagbit.de> Tested-by:
Frederic Gaus <gaus@flagbit.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Stanislas Rolland authored
Avoid intruding the styles of the frontend page. Releases: master Resolves: #64858 Change-Id: I636f06dd38af334db26c953bbbbe874f37d6d83d Reviewed-on: http://review.typo3.org/36657 Reviewed-by:
Stanislas Rolland <typo3@sjbr.ca> Tested-by:
Stanislas Rolland <typo3@sjbr.ca>
-
Frederic Gaus authored
If multiple installations are symlinked to the same core location, the core updater fails on the second update because the new version already exists. Check for this situation and skip unneeded tasks during the update process. Change-Id: I4c3c11f0e45c240e15913d5de5a3156ef5ad0aa6 Resolves: #58009 Releases: master, 6.2 Reviewed-on: http://review.typo3.org/36360 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Stanislas Rolland authored
The length of the style sheet's rules array is reported as 0 while, in fact, the style sheet is not yet completely loaded. Releases: master Resolves: #64854 Change-Id: I406ddebb250c15cd5b04ae1b734f146bd1025863 Reviewed-on: http://review.typo3.org/36656 Reviewed-by:
Stanislas Rolland <typo3@sjbr.ca> Tested-by:
Stanislas Rolland <typo3@sjbr.ca>
-
Frederic Gaus authored
Fix a few coding issues in new EXT:recycler * Remove IDE warnings * Correct phpDoc * Remove an unused variable * Introduce a int typecast of GP:id * Replace spaces with tabs Change-Id: I8eaadd51c29506958d7fa80c375ddf943dfbac2f Resolves: #64844 Releases: master Reviewed-on: http://review.typo3.org/36646 Reviewed-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Tested-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Oliver Klee authored
The exceptions mentioned in the removed @throws annotations do not get thrown. In addition, change an exception code to be unique. (It was used in two places due to copy'n'paste.) Resolves: #64843 Releases: master Change-Id: I5f5fe054f3b3ddd96224b6bc6b4632cb9e375ede Reviewed-on: http://review.typo3.org/36645 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Stanislas Rolland authored
IE needs a delay before the dialogue window gets closed. Releases: master Resolves: #64839 Change-Id: I02d49cb124370c23ba14f8617dd4019586e184ea Reviewed-on: http://review.typo3.org/36642 Reviewed-by:
Stanislas Rolland <typo3@sjbr.ca> Tested-by:
Stanislas Rolland <typo3@sjbr.ca>
-
Stanislas Rolland authored
Migrate it to jQuery. Releases: master Resolves: #64838 Change-Id: I182c694b5e531b19aef11500319367a3481885f6 Reviewed-on: http://review.typo3.org/36641 Reviewed-by:
Stanislas Rolland <typo3@sjbr.ca> Tested-by:
Stanislas Rolland <typo3@sjbr.ca>
-
- Feb 03, 2015
-
-
Stanislas Rolland authored
Old class name was left over. Releases: master Resolves: #64649 Change-Id: Ie78c781d466e6fabfc11170d828a9e43544bad65 Reviewed-on: http://review.typo3.org/36640 Reviewed-by:
Stanislas Rolland <typo3@sjbr.ca> Tested-by:
Stanislas Rolland <typo3@sjbr.ca>
-
Benjamin Kott authored
Correct clearing for --linebreaks-- within palettes. Releases: master Resolves: #64762 Change-Id: I9a7473e073cb9d563da3a645e1813fbff7dc1102 Reviewed-on: http://review.typo3.org/36638 Reviewed-by:
Frederic Gaus <gaus@flagbit.de> Tested-by:
Frederic Gaus <gaus@flagbit.de> Reviewed-by:
Steffen Müller <typo3@t3node.com> Tested-by:
Steffen Müller <typo3@t3node.com>
-
Benjamin Mack authored
Indexed search still uses the old cobject in both plugins. The problem arieses in just to call one method from SearchResultContentObject->register_and_explode_search_string() The necessary functions are moved to the common IndexedSearchUtility. Resolves: #64716 Releases: master Change-Id: I386330f1f66342ee838e3616cac7f0924bd31522 Reviewed-on: http://review.typo3.org/36566 Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
All functional tests are run in an encapsulated environment within typo3temp. The functional bootstrap needs to take care this directory exists. Resolves: #64715 Releases: master Change-Id: I07581db4d2c2cd9792dfde74ec9748c0824a549c Reviewed-on: http://review.typo3.org/36587 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Feb 02, 2015
-
-
Wouter Wolters authored
The reference mentioned in @see does not exists. Resolves: #64773 Releases: master Change-Id: I3e63ffd330a783e2448c5207957d33fca119cf1b Reviewed-on: http://review.typo3.org/36620 Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Frederic Gaus authored
Cleanup \TYPO3\CMS\Lowlevel\Utility\ArrayBrowser * phpDoc * delete unused var * remove unneeded fully qualified class names Change-Id: Iced2fd79272a5142a7dd27d78c12a97f33b408d4 Resolves: #64765 Releases: master Reviewed-on: http://review.typo3.org/36604 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Göran Bodenschatz <coding@46halbe.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Wouter Wolters authored
Subject is the "system under test, the subject you're operating on" Resolves: #64771 Releases: master Change-Id: I7a70d5f44e721b958d86aea741534ace2f53b2a8 Reviewed-on: http://review.typo3.org/36615 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
Wouter Wolters authored
Remove unused code in: FileMountRepositoryTest CategoryRepositoryTest Resolves: #64772 Releases: master Change-Id: Ic1386778d5a108bbbdfebf56933b6ba1cd2ffa68 Reviewed-on: http://review.typo3.org/36617 Reviewed-by:
Göran Bodenschatz <coding@46halbe.de> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-