- Feb 28, 2015
-
-
Alexander Stehlik authored
The submitted sword_list GET parameters are parsed through preg_quote() when loaded into TSFE->sWordRegEx to prevent invalid regular expressions. The initialization is moved to a seperate method PageGenerator::initializeSearchWordDataInTsfe() and unit tests are added. Releases: master, 6.2 Resolves: #41728 Change-Id: Id96fd5e201c25b06001f7e1c7811d6c38239aafa Reviewed-on: http://review.typo3.org/37328 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> 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>
-
Nicole Cordes authored
Due to FAL checks it's not possible to link to a file:// resource as external link. This patch checks for correct "file:" prefix for FAL relations and allows the use of file:// as external link scheme. Furthermore a Javascript error is resolved which prevents the closing of the Element Browser in Chrome. Releases: master, 6.2 Resolves: #65358 Change-Id: I706fd975654bf82a0830d9901f08ae9de7cc49bf Reviewed-on: http://review.typo3.org/37329 Reviewed-by:
Stephan Großberndt <stephan@grossberndt.de> 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
When editing a group in the edit document popup the browse for records button was without function, this is now fixed. Resolves: #65215 Releases: master Change-Id: I1bed83669d8a62f193f6b92d3fd3a39f5250707f Reviewed-on: http://review.typo3.org/37089 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> 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>
-
Benjamin Mack authored
When clicking on the edit button wizard in FormEngine (e.g. when editing a be_group inside the be_user record) then there is a JS error preventing from opening a popup. Resolves: #65415 Relates: #63846 Releases: master Change-Id: Iafac6759054d0e2ce229b34b17b6a5312e1408df Reviewed-on: http://review.typo3.org/37359 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Frank Nägler <typo3@naegler.net> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benjamin Mack authored
As the refactoring of FormEngine now always includes the suggest JS code, scriptaculous needs to be loaded all the time as well for the time being (as long as scriptaculous is still needed). Resolves: #65416 Relates: #55575 Releases: master Change-Id: I276448c7c0dc6745926eb18a0ffae49836c718f2 Reviewed-on: http://review.typo3.org/37360 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>
-
Benjamin Mack authored
For historical reasons the "Static Template #43" was "content.default" and the possibility to add TypoScript after this default rendering was introduced in order to have CTypes and plugins register their TypoScript just after e.g. "content.default" or "css_styled_content". Since TYPO3 CMS 6.2 the preferred option is called "defaultContentRendering" instead of the magic number "43". Some leftover parts in sysexts are replaced with "defaultContentRendering", as well as some more descriptive information on how the legacy number exists. Releases: master Resolves: #65346 Change-Id: I7268ec9ee8454d1eb4b0fda9f12fdfb5cb191ba8 Reviewed-on: http://review.typo3.org/37239 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>
-
Andreas Wolf authored
The MIME type is stored in a field "mimetype" in the drivers, while the field is called "mime_type" in the database. As the file object deals with both when retrieving the type, it must respect this mismatch. Change-Id: I06882c4d77e38284a48f7f7d7527bfc1c535edf3 Resolves: #65335 Releases: master, 6.2 Reviewed-on: http://review.typo3.org/37214 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>
-
Frederic Gaus authored
The usage of getBackendUser and getBackendUserAuthentication is mixed up in the core. But at least in inheritance this should be consistent. Rename ScheduleModuleController::getBackendUserAuthentication to ScheduleModuleController::getBackendUser Change-Id: Icf21b4565ed66d3dabaf1df2d62d6b022c07248c Resolves: #64982 Releases: master Reviewed-on: http://review.typo3.org/36823 Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Mathias Brodala authored
This makes sure exception details thrown in Extbase scheduler tasks can be shown by the Scheduler. Resolves: #49071 Releases: master, 6.2 Change-Id: Ic703568715bf92523a9cbd0dcab6c5606ea278bb Reviewed-on: http://review.typo3.org/36985 Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Thomas Deuling authored
The method of GeneralUtility::mkdir_deep has two parameters, which are concatenated. This could end up in a double slashes. To prevent that, the parameters are modified to concat them with only one slash. Additionally fix a Bug with double slash in FileStreamWrapper. Resolves: #63920 Releases: master, 6.2 Change-Id: I2d15f6c33550f9045db9b7730f7b074ae54a18dc Reviewed-on: http://review.typo3.org/36399 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> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Benjamin Mack authored
In order to separate features and also consolidate code for specific features into one place, a new system extension is created. The extension "mediace" ships with the core (not installed by default) for now but could be moved to TER in future releases. Next steps are: - move third-party files from typo3/contrib/ to EXT:mediace - find a proper solution to move the MediaWizard provider - (optionally) create a Update Wizard that checks if the system uses media or multimedia elements or the "multimedia" and install the extension automatically. Change-Id: I312ba6c15fece3a1319de23c085790590a659755 Resolves: #64719 Releases: master Reviewed-on: http://review.typo3.org/36572 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
This patch improves the separation of FormEngine and its sub classes. Currently, all sub classes like single element and wizard classes get an instance of the parent object to call various methods and properties on them. This is very hard to refactor and the mesh of call trees must be simplified to ease further refactoring and improve maintainability of code. This patch follows a divide & conquer approach: * Methods only used by sub elements are moved to AbstractFormElement * Properties FormEngine "knows" that are needed by element classes are given down in a data array during element instatiation to have a clear definition of what element classes know. * Methods used by both FormEngine and sub classes that do not need an instance of FormEngine are moved to a static helper for now to reduce the amount of code in FormEngine and to mark certain areas as stateless. * Class instances are not created on a global level anymore but created only in the scope where they are used * Class instances injected by outer code are created internally for enabling the using code to be moved around. All in all, this patch is mostly a preparation of defining a fully separated structure with defined concerns for every sub class. Most methods are moved around "as is" without changing functionality. The only area that is refactored codewise is renderWizards(). There is still a nasty circular dependency between FormEngine, FlexFormElement and InlineElement. This is not resolved by the patch, but the surrounding code is now separated enough that this structure could be refactored to a tree. This may follow with other patches. This patch evolved on catharsis in branch formengine with 53 single patches. Details can be looked up there, all single patches are prefixed with [FormEngine]. https://github.com/lolli42/TYPO3.CMS-Catharsis/tree/formengine Change-Id: I332ad51f5e94c09555480099e3a8a0257bed378f Releases: master Resolves: #65357 Resolves: #63848 Resolves: #63849 Resolves: #63851 Resolves: #63853 Resolves: #63855 Resolves: #63857 Resolves: #63867 Resolves: #63868 Resolves: #63869 Resolves: #63870 Resolves: #63871 Resolves: #63872 Resolves: #63873 Resolves: #63874 Resolves: #63875 Resolves: #63877 Resolves: #63879 Resolves: #63880 Resolves: #63884 Resolves: #63885 Resolves: #63886 Resolves: #63887 Resolves: #63888 Resolves: #63890 Resolves: #63892 Reviewed-on: http://review.typo3.org/37265 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
- Feb 27, 2015
-
-
Wouter Wolters authored
Resolves: #65372 Releases: master Change-Id: I19d67cb8de220f25f74667bc39a5ca25c62c9500 Reviewed-on: http://review.typo3.org/37309 Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Andreas Fernandez <andreas.fernandez@aspedia.de> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
-
Wouter Wolters authored
Resolves: #65302 Releases: master Change-Id: I215fc48ba7a1ac72e5be5c7357a2dd1557413d1f Reviewed-on: http://review.typo3.org/37305 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Wouter Wolters authored
Resolves: #65297 Releases: master Change-Id: I7822f7aa48fc47940300467ea15422d5910767cb Reviewed-on: http://review.typo3.org/37237 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
- Feb 26, 2015
-
-
Michael Oehlhof authored
The local property languageService was only used in the indexAction. In getModulesData and getSubModuleData there was still $GLOBALS[‘LANG’] used, which is now changed to the local property languageService. Resolves: #65368 Releases: master Change-Id: Ibae1f34b7baa37d5693bdb8220f59c23c5bbac0c Reviewed-on: http://review.typo3.org/37297 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Andreas Allacher authored
In the emitPostProcessTreeDataSignal of the DatabaseTreeDataProvider the namespace for the SlotDispatcher to get the class name is wrong. TableConfiguration is used twice here. This patch removes the doubled namespace. Releases: master Resolves: #65360 Change-Id: Iff4f02ad63cc0f7ed6f0176a624aa293c5b1f4cc Reviewed-on: http://review.typo3.org/37252 Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Michael Oehlhof authored
Resolves: #65369 Releases: master Change-Id: Id488fb523c3b3dcc255f9c5d36af537abec267d0 Reviewed-on: http://review.typo3.org/37298 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Wouter Wolters authored
Resolves: #65372 Releases: master Change-Id: I631590fd7ccb108aded2cd9b957331d0891e0bf8 Reviewed-on: http://review.typo3.org/37301 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Michael Oehlhof authored
Resolves: #65371 Releases: master Change-Id: I6832775eda3c97229b764bdb258b5f3ffb813402 Reviewed-on: http://review.typo3.org/37300 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Wouter Wolters authored
Resolves: #65299 Releases: master Change-Id: I3d3d9409e8994f9e61a487b02a132cc2db6c14df Reviewed-on: http://review.typo3.org/37290 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Wouter Wolters authored
Resolves: #65301 Releases: master Change-Id: I1f479807f684952d183bee7dcfa1a26897c33c1d Reviewed-on: http://review.typo3.org/37289 Reviewed-by:
Michael Oehlhof <typo3@oehlhof.de> Tested-by:
Michael Oehlhof <typo3@oehlhof.de> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Felix Kopp authored
Unify button positions as last column in tables and obvious submit buttons underneath tables. + extension manager - switch state/action columns + scheduler - add button style to overview/info + func wizards sort - add submit button style Resolves: #64926 Releases: master Change-Id: If6a413d24c7af769284ac77d5764cced7b14f5bc Reviewed-on: http://review.typo3.org/36738 Reviewed-by:
Xavier Perseguers <xavier@typo3.org> Tested-by:
Xavier Perseguers <xavier@typo3.org> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> 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>
-
Helmut Hummel authored
The workaround added for IE8 in #22084 is not needed any more and removed without substitution. This avoids problems with multiple cookies which might be sent due to nested instances or due to moving an instance around in the folder hierarchy. Resolves: #65187 Releases: master, 6.2 Change-Id: I75c3ebcde62257cef91837bf1fc8272e2dd77eac Reviewed-on: http://review.typo3.org/37030 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>
-
Benjamin Mack authored
In order to have a proper "way to do things" for extension developers to look up registration process the following parts were streamlined: - Discouraged usage of the pseudo-global variable $_EXTKEY inside ext_localconf.php and ext_tables.php in favor of strings. For module registrations this part was left out for now as module registration will be streamlined separately. - Use PHP5.5-style ::class in all occurrences instead of escaped strings for class names. - Use $GLOBALS['TYPO3_CONF_VARS'] instead of $TYPO3_CONF_VARS. Releases: master Resolves: #65347 Change-Id: Iad03e42d38d65ae1483ef8190f755430ec617e45 Reviewed-on: http://review.typo3.org/37240 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>
-
Wouter Wolters authored
Resolves: #65295 Releases: master Change-Id: I072b91e1085bf4def958dc2fdf51a45a01995492 Reviewed-on: http://review.typo3.org/37209 Reviewed-by:
Frederic Gaus <frederic.gaus@flagbit.de> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
Add PHP to monitor the situation and fix issues as soon as the environment stabilized. Change-Id: Ic08a6464c6be1fe43bc98a62d2bdca1acd6c814f Releases: master Reviewed-on: http://review.typo3.org/37248 Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com>
-
Wouter Wolters authored
The icon was moved with #61200 Resolves: #65298 Releases: master Change-Id: I0326e2d496905d5e4edb4e842cdd67fb86967290 Reviewed-on: http://review.typo3.org/37206 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Benjamin Mack <benni@typo3.org> Tested-by:
Benjamin Mack <benni@typo3.org>
-
- Feb 25, 2015
-
-
Benjamin Mack authored
Replace "typo/" with "typo3/". Releases: master Resolves: #65348 Related: #61459 Change-Id: I39d7f1516a41172dadf71a51f5743bdfa67f243f Reviewed-on: http://review.typo3.org/37241 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> 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>
-
Benjamin Mack authored
The BE User initialization in the core uses the TYPO3_OS constant in various places. The initialization can be done in the constructor directly. Also, the property itself ($BE_USER->OS) is not in use directly by the core and it is encouraged to use the constant directly. The property is therefore marked for deprecation. Releases: master Resolves: #65343 Change-Id: I527f871bab419274c5a712a6a146d978be13d5cf Reviewed-on: http://review.typo3.org/37233 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Markus Klein authored
Change-Id: Ie911ce6da7fa60babc90104c27a45371c15492b4 Resolves: #64099 Releases: master Reviewed-on: http://review.typo3.org/36584 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Frederic Gaus <gaus@flagbit.de> Tested-by:
Frederic Gaus <gaus@flagbit.de> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Andreas Fernandez authored
Adds a font size to the button text, so the button text in the "send stage" windows in the workspace dialogs used in the frontend become visible again. Also, a background color is added to the top buttons to fix the "cut". Resolves: #65102 Releases: master, 6.2 Change-Id: I928299e602829b322e3c6515367bcf1ac59b2479 Reviewed-on: http://review.typo3.org/37097 Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Frederic Gaus <gaus@flagbit.de> Tested-by:
Frederic Gaus <gaus@flagbit.de> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
Wouter Wolters authored
Improve the description of the manual registering of "switchableControllerActions" Resolves: #65300 Releases: master Change-Id: I8d376611d1db4c0c128fe8b3d2a4929d0a7c06c9 Reviewed-on: http://review.typo3.org/37207 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Wouter Wolters authored
Resolves: #65294 Releases: master Change-Id: I56de58378c291d79127c713251b0fe99085bc02f Reviewed-on: http://review.typo3.org/37208 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Sascha Egerer authored
A faulty negation in the FileInfo class could end in a fatal error if `finfo` is not supported by the php version and ends up in not using `finfo` but `mime_content_type` if `finfo` is supported. Resolves: #65329 Releases: master Change-Id: I768d70501ee4a8f03317563cef2d95e59e791e7d Reviewed-on: http://review.typo3.org/37205 Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Sascha Egerer authored
To prevent a duplicate '/' in a filepath the function LocalDriver::getAbsolutePath should be used instead of concatenating strings by hand. This fixes also an issue that file uploads are not possible on windows machines due to a incorrect filepath. Resolves: #65230 Releases: master, 6.2 Change-Id: Ibe6ff9c8c1d6579c8da24f14cfd6e528f57a8e4f Reviewed-on: http://review.typo3.org/37104 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
-
- Feb 24, 2015
-
-
Wouter Wolters authored
Resolves: #65286 Releases: master Change-Id: I7c8576ebb76bb02582396e1345e253ba0e9a1623 Reviewed-on: http://review.typo3.org/37189 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>
-
Wouter Wolters authored
Resolves: #65284 Releases: master Change-Id: Icff258aac434e815a629e47290b41263674502f4 Reviewed-on: http://review.typo3.org/37187 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Andreas Fernandez authored
Check if CMD is "stop" to make "Add task" visible. Resolves: #65235 Releases: master, 6.2 Change-Id: Ia5b87f6105e14e224e8db0541d6fe36a021d8ba3 Reviewed-on: http://review.typo3.org/37113 Reviewed-by:
Frederic Gaus <gaus@flagbit.de> Tested-by:
Frederic Gaus <gaus@flagbit.de> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Oliver Hader authored
Releases: master Change-Id: I901675473bf00227e94c51edca5c2df065627a41 Reviewed-on: http://review.typo3.org/37170 Reviewed-by:
Xavier Perseguers <xavier@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Xavier Perseguers <xavier@typo3.org> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-