Almost exacty a year after the release of Symfony 2.0, I'm excited to announce
the immediate availability of Symfony 2.1.0 RC1. Publishing the first release
candidate today means that Symfony 2.1 won't have any other significant
changes; we are going to only accept bug fixes from now on and if everything
goes fine, expect the final release soon.
After upgrading (see below), run the web/config.php script from your browser
and the app/check.php script from the CLI to check if your PHP environment
is setup properly. As we have added new checks, you might find some stuff to
tweak.
Due to a bug in PHP 5.4 and APC, we highly recommend you to upgrade Composer
to its latest version to avoid any difficult to track bugs:
$ composer.phar self-update
If you have already upgraded to beta4, have a look at the changes you need to
make to
upgrade
to RC1.
If you have not tried to upgrade yet, first read the
UPGRADE
file that comes with Symfony Standard Edition, then the
UPGRADE file
that comes with Symfony.
As with any Open-Source project, contributing
code or documentation is the most common way to help, but we also have a wide range of
sponsoring opportunities.
The only thing I recognized was that I had to remove the framework.router.strict_parameters from the config. Is there any replacement or is removing sufficient?
At first, I was hesitant about symfony2.1, after all I had issues with 1.x - some companies didn't upgrade to newer versions.
However I have to say symfony2.1 is awesome. A GREAT step in the right direction for symfony2, my favourite new feature is the improved debug bar and the restructured forms.
Good job, sadly it's impossible to use 2.1 RC on Win 7
"Neither property "path" nor method "getPath()" nor method "isPath()" exists in class "Sensio\Bundle\DistributionBundle\Configurator\Step\DoctrineStep"
500 Internal Server Error - InvalidPropertyException"
When trying to configure the fresh install.
I had the same issue with strict_parameters, when upgrading from beta version. I replaced it with strict_requirements and it works fine.
there have been months of hard work and results are eagerly awaited by all the great Symfony Community
... enjoy the code;)
However I have to say symfony2.1 is awesome. A GREAT step in the right direction for symfony2, my favourite new feature is the improved debug bar and the restructured forms.
Thanks guys for working so hard!
Great Work :)
"Neither property "path" nor method "getPath()" nor method "isPath()" exists in class "Sensio\Bundle\DistributionBundle\Configurator\Step\DoctrineStep"
500 Internal Server Error - InvalidPropertyException"
When trying to configure the fresh install.
Upgrading is still fine tho.
http://forum.symfony-project.org/viewtopic.php?f=32&t=44568
Tip:
When you do an RC, the first thing you should check is if you can install the damn thing...
https://github.com/sensio/SensioDistributionBundle/pull/56
my fix for the moment :)
Only have a problem when clear cache.
{% javascripts output='bundles/aicmap/js/*.js' filter='?yui_js'
'@AicMapBundle/Resources/public/js/aic/map/control/*'
%}
{% endjavascripts %}
I got problem when dump file for prod env:
[RuntimeException]
The source file "/Users/ndtoan/Projects/allincarto/src/Aic/MapBundle/Resources/public/js/aic/map/control" does not exist.
While I have some js files in control:
ll /Users/ndtoan/Projects/allincarto/src/Aic/MapBundle/Resources/public/js/aic/map/control
total 48
drwxr-xr-x 6 ndtoan staff 204 Aug 6 21:56 .
drwxr-xr-x 8 ndtoan staff 272 Aug 6 21:56 ..
-rw-r--r-- 1 ndtoan staff 8044 Aug 6 21:56 COverviewMap.js
-rw-r--r-- 1 ndtoan staff 3629 Aug 6 21:56 cLayerLoading.js
-rw-r--r-- 1 ndtoan staff 8083 Aug 6 21:56 cPanZoomBar.js
-rw-r--r-- 1 ndtoan staff 745 Aug 6 21:56 cSelectFeature.js