Fix #19
This should be the last step of #1478
Fix #16
See #1478
See #1478
Fix #22
Fix #1407
Fix #1139
Fix #3
This will save about 38% of space on each release
Fix #98
I couldn't enable PHP 8.3 in docker, because I'm getting an error:
> failed to solve: pugx/poser:php83: docker.io/pugx/poser:php83: not found
Q | A |
---|---|
Branch? | 7.1 |
Bug fix? | no |
New feature? | no |
Deprecations? | no |
Issues | none |
License | MIT |
Add new Italian translation for trans-unit 110
Fix #317
I know that 7.4 reached EOL and now the minimum supported version is 8.0, but anyway I think a smooth upgrade could be better (so, release a minor version with final support to PHP 7 and then release a new one only with 8.0+). This PR also adds an option in CI for PHP 8.1 (previously missing) an...
Fix #747
Fix #13
Fix #12
Fix #298
Q | A |
---|---|
Branch? | 4.4 |
Bug fix? | yes |
New feature? | no |
Deprecations? | no |
Tickets | Fix #44472 |
License | MIT |
Doc PR | none |
This will fix #7
Q | A |
---|---|
License | MIT |
This should fix #51 This PR is also sorting dependencies.
Q | A |
---|---|
Branch? | 2.0 |
Bug fix? | no |
New feature? | no |
BC breaks? | no |
Deprecations? | yes |
Tests pass? | yes |
Fixed tickets | none |
License | MIT |
Doc PR | none |
Without proposed alias, this bundle is not working on Symfony 4.0, and logging a deprecation no...
Apart for being superfluous in distribution, current bootstrap.php file is causing autocompletion problems (by trying to polyfill phpunit TestCase class)
If you require symfony/profiler-pack, there's no need to require symfony/var-dump (that is required by symfony/web-profiler-bundle, that is required by symfony/profiler-pack)
Also, update "branch-alias"
Please review. I'm not really sure about some solutions in tests (but they are green, at least :wink: )
Q | A |
---|---|
Bug fix? | yes |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | - |
License | MIT |
Doc PR | - |
label_attr
in checkbox_radio_label
is missing a space with ``par...
Q | A |
---|---|
Bug fix? | yes |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | - |
License | MIT |
Doc PR | - |
label_attr
in checkbox_radio_label
is missing a space with ``par...
Hope you enjoy
This is a back-compatible change, to be able to choose a mode for mkdir.
Q | A |
---|---|
Doc fix? | yes |
New docs? | no |
Applies to | 2.3 |
I found that sfPropelPager has no support for connections (other tnan default, of course). So I implemented a small change, that adds a $con parameter (just the same as PropelModelPager) and uses it for queries. About route: I just addedd a new option to be able to use a sfPropelORMRoute with a d...
This is related to https://github.com/propelorm/sfPropelORMPlugin/pull/177 (btw, sorry for double PR) Adds the "connection" option also to RouteCollection, of course leveraging the same option in Route. As usual, docs were updated too.