Grégory PLANCHAT
Grégory PLANCHAT
**Issue Ref**: None **Description**: As long as PHP-FPM integrates natively FastCGI, and the PHP runtime also requires the function-proxy for monitoring, Nginx is a bit overkill in the kubeless context....
The [OroInvoiceBundle](https://github.com/oroinc/orocommerce/tree/master/src/Oro/Bundle/InvoiceBundle) has been marked as deprectaed and should have been be removed for the 3.0 version: > OroInvoiceBundle is deprecated and will be removed in version 3.0. Please, do...
Following oroinc/customer-portal#3, I moved classes to the Customer Portal package * `Oro\Component\Tree` * `Oro\Component\Website` * `Oro\Bundle\ CustomerBundle\Form\Extension\FrontendProductSelectExtension`, renamed to `Oro\Bundle\ProductBundle\Form\Extension\FrontendProductSelectExtension` Moved service ` oro_customer.form.extension.frontend_product_select` to OroCommerce, where it is renamed...
Tree views (Categories, CMS pages, etc) does not display in a practical manner on tablet view and are unusable on smartphones. Maybe some alternative display could be considered, such as...
When using unprefixed bundles, eg. `AppBundle`, the `namespace` property gets filled with the value `Entity\Entity` instead of `AppBundle\Entity`
**Enhancement description** While defining my rules, I need to define some fine grained rules such as: * If class implements interface X, I want it to use trait `A or...
I encounter some issue while running the install command, using Capistrano : ``` symlink(): No such file or directory Exception trace: () at /var/www/releases/20141116125033/vendor/bragento/magento-composer-installer/src/Bragento/Magento/Composer/Installer/Util/Filesystem.php:202 Composer\Util\ErrorHandler::handle() at n/a:n/a symlink() at /var/www/releases/20141116125033/vendor/bragento/magento-composer-installer/src/Bragento/Magento/Composer/Installer/Util/Filesystem.php:202...
Hello, I would need a hand to understand the semantics used in the code (class names and methods). @jakubbabiak and @24198 should have the answer(s). - [`InventoryAllocation`](https://github.com/marellocommerce/marello/blob/master/src/Marello/Bundle/InventoryBundle/Entity/InventoryAllocation.php) - [`InventorItem->(get|set|modify)AllocatedQuantity()` vs...
Hello, Marello's source code is separated in several Symfony bundles, which is useful if you use Marello's application as a whole, but can create some issues when you need to...