Tymoteusz Motylewski
Tymoteusz Motylewski
Class `Cm_RedisSession_Model_Session_Config` implements `\Cm\RedisSession\Handler\ConfigInterface`. However I can't fin the ConfigInterface.php file. In some places it is also required like: `require_once __DIR__.'/../lib/src/Cm/RedisSession/Handler/ConfigInterface.php` Is the file missing, or is the issue on...
Hi I'm so happy I've found the tool. I spend a day looking for a tool which can help me and my team track time, but is not focused on...
#### Make Answers buttons visually distinguishable from administrative buttons Right now butons used to vote have the same style as buttons "add option" "remove poll" "end poll". Buttons with answers...
I have a working rule for jira tickets with ORSU prefix like `ORSU-123` It works fine until I add the match when editing the message.  The second message was...
**Is your feature request related to a problem? Please describe.** Right now in order to have a certain framework being supported by dd-tracer you either: - has to make PR...
**Is your feature request related to a problem? Please describe.** I would like Datadog to have automatic instrumentation for TYPO3 CMS https://typo3.com/ Right now Datadog doesn't show any php method...
https://github.com/macopedia/magento-lts/blob/1.9.4.x/app/code/core/Mage/Core/Model/Config.php#L1714 $event is an object, while addChild expects it to be string. Probably the solution is to change ``` $newNode = $events->addChild($newEventName, $event); ``` to ``` $newNode = $events->addChild($newEventName); ```...
Magento 1.6 has introduced a `_initOldFieldsMap` functionality in VarienObject. It was used to keep backward compatibility with code written pre 1.6. As in 1.6 some db fields names has been...
### Description (*) I would like to see a list of attribute sets given attribute is attached to, on the attribute edit form. If the attribute is attached to all...