Pablo Borowicz

Results 10 issues of Pablo Borowicz

| Questions | Answers | ----------------- | ------------------------------------------------------- | Branch? | develop | Description? | Read below | Type? | improvement | Category? | CO | BC breaks? | no...

Improvement
develop

- Document all or the main models (each end point needs to show its format and the details of its fields) - Show examples (sync product catalogue)

question

Following [this PR](https://github.com/PrestaShop/PrestaShop/pull/18082), document `DataLang`, `EntityTranslator` and `TabTranslator`

question

| Questions | Answers | ----------------- | ------------------------------------------------------- | Branch? | develop | Description? | When a module install fails during the shop install process, no error details are shown....

Waiting for author
develop
Bug fix

| Questions | Answers | ------------- | ------------------------------------------------------- | Branch? | 8.x | Description? | Moved the configuration into its own category and added the list of all configurations as...

8.x

Document all items from this file: https://github.com/PrestaShop/PrestaShop/blob/develop/install-dev/data/xml/configuration.xml E.g. PS_TAX is used to define if tax should be used, while PS_TAX_DISPLAY is used to determine if taxes are _displayed_

question

In order to make the release process as lightweight as possible, we must automate as many tasks as possible. ## Features - [ ] #14146 - [ ] #21198 -...

Developer Feature
EPIC
CI/CD

### Prerequisites - [X] I understand and accept the project's [code of conduct](https://github.com/PrestaShop/PrestaShop/blob/develop/CODE_OF_CONDUCT.md) - [X] I have already [searched in existing issues](https://github.com/PrestaShop/PrestaShop/issues?q=is%3Aissue+label%3ABug) and found no previous report of this bug....

Bug
Major
CO
Autoupgrade
Ready
Verified
Module
Backlog SUE

At @PrestaShop we want to use this library to help us programmatically transform a bunch of CSS files into right-to-left. Our problem is, the license block included in our CSS...

waiting for contributor

Using 8.1.0 Tested CSS: ```css div { background-position: top left, right bottom } ``` Interpreted rule for `background-position`: ![screen shot 2017-12-13 at 16 22 55](https://user-images.githubusercontent.com/1009343/33946379-ef660c12-e021-11e7-8e10-aa1dfb6f1c40.png) It looks like the value...