forked from javiereguiluz/Cupon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Actualizada la aplicación a Symfony 2.0.10
* Actualizado el comando bin/vendors porque ha cambiado en esta versión * Actualizados los archivos deps y deps.lock oficiales de Symfony2 * Eliminados los bloqueos propios en deps.lock * Actualizadas las clases de los fixtures según los cambios de Doctrine2 Otro cambio importante que trae esta versión es que ahora el comando `doctrine:fixtures:load` ya no elimina las tablas de la base de datos, sino que sólo borra su información. La consecuencia es que, al menos en MySQL, no se resetean los valores autoincrementales. Para utilizar `doctrine:fixtures:load` como antes, es necesario añadir siempre la opción --purge-with-truncate
- Loading branch information
1 parent
63b8495
commit 3db6428
Showing
8 changed files
with
84 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,15 @@ | ||
symfony 3e9d937eb8fedb8a585559e04311ee9a39db421f | ||
twig 5bba14970604a26469af90b605d10c716b3af411 | ||
monolog b704c49a3051536f67f2d39f13568f74615b9922 | ||
doctrine-common b886898821288d305862ee9c567cc5b5cbb4c0dc | ||
doctrine-dbal ae358bd94ec09d7d3ad92ca7820e67825ad9e5f4 | ||
doctrine da0e3439aba4c8bf5e8a6ee4ccee5ce2624be8d1 | ||
swiftmailer 982b4c9498b7dd85e70f6d35e65d909c888e6345 | ||
assetic f829ad23d23c87480151a21faad49fefe7c09e5d | ||
twig-extensions a05ab5ed18a51ae45f3dcc2d0c4ec9b3a6386987 | ||
metadata 8717ad2a5689480765d9ffafe925cd8a2457e582 | ||
SensioFrameworkExtraBundle 1c7e92f466d11f83130b0c1271f44d067a2c3b31 | ||
symfony v2.0.10 | ||
twig v1.6.0 | ||
monolog 1.0.2 | ||
doctrine-common 2.1.4 | ||
doctrine-dbal 2.1.6 | ||
doctrine 2.1.6 | ||
swiftmailer v4.1.5 | ||
assetic v1.0.2 | ||
twig-extensions 1dfff8e793f50f651c4f74f796c2c68a4aee3147 | ||
metadata 1.0.0 | ||
SensioFrameworkExtraBundle 638f545b7020b9e9d5944a7e3167f60ed848250d | ||
JMSSecurityExtraBundle 541a4c242328dc04b99540c75346cc74a7c0cfb5 | ||
SensioDistributionBundle 20b66a408084ad8752f98e50f10533f5245310bf | ||
SensioGeneratorBundle dd37fc4487bc09ac01bdcf89e0ff4ee4484b7fab | ||
AsseticBundle 41b5913b5086a0909af92adcb4a6005ee0051b16 | ||
doctrine-fixtures 4a8464ef83093de2378cef2770e13da7e4858ffc | ||
DoctrineFixturesBundle 275e33be3ed4aa76afc21ff0aa5517b0e4795ba1 | ||
doctrine-extensions 3279a826d5f1fac61e8b1829d7a7ff24cffd7285 | ||
IdeupSimplePaginatorBundle a56e662da476e4b8fc5378f134f80d072ff65659 | ||
AsseticBundle v1.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters