Browse Source

Ajout de nouveaux modules

bastien 12 years ago
parent
commit
9a472e6246

+ 4 - 2
app/AppKernel.php View File

@@ -20,8 +20,10 @@ class AppKernel extends Kernel
20 20
             new FOS\UserBundle\FOSUserBundle(),
21 21
             new Symfony\Bundle\DoctrineFixturesBundle\DoctrineFixturesBundle(),
22 22
             new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
23
-            new WhiteOctober\PagerfantaBundle\WhiteOctoberPagerfantaBundle(),
24
-            new WhiteOctober\AdminBundle\WhiteOctoberAdminBundle(),
23
+            new Sonata\jQueryBundle\SonatajQueryBundle(),
24
+            new Sonata\BluePrintBundle\SonataBluePrintBundle(),
25
+            new Sonata\AdminBundle\SonataAdminBundle(),
26
+            new Knp\Bundle\MenuBundle\KnpMenuBundle(),
25 27
             new Muzich\CoreBundle\MuzichCoreBundle(),
26 28
             new Muzich\UserBundle\MuzichUserBundle(),
27 29
             new Muzich\IndexBundle\MuzichIndexBundle(),

+ 5 - 0
app/autoload.php View File

@@ -22,6 +22,11 @@ $loader->registerNamespaces(array(
22 22
     'Gedmo' => __DIR__.'/../vendor/gedmo-doctrine-extensions/lib',
23 23
     'WhiteOctober' => __DIR__.'/../vendor/bundles',
24 24
     'Pagerfanta'   => __DIR__.'/../vendor/pagerfanta/src',
25
+    'Sonata'                         => __DIR__.'/../vendor/bundles',
26
+    'Knp'                             => array(
27
+        __DIR__.'/../vendor/bundles',
28
+        __DIR__.'/../vendor/knp/menu/src',
29
+    ),
25 30
 ));
26 31
 $loader->registerPrefixes(array(
27 32
     'Twig_Extensions_' => __DIR__.'/../vendor/twig-extensions/lib',

+ 1 - 1
vendor/bundles/FOS/UserBundle

@@ -1 +1 @@
1
-Subproject commit 7f87fedd56d6237cd50256af07f7de55a69ec026
1
+Subproject commit 6cdd9c292afa219ef799893061eaae1fc400ae33

+ 1 - 0
vendor/bundles/Knp/Bundle/MenuBundle

@@ -0,0 +1 @@
1
+Subproject commit ad44889edc68fce494a84f74156e9a8ba2fedf7c

+ 1 - 0
vendor/bundles/Sonata/AdminBundle

@@ -0,0 +1 @@
1
+Subproject commit f2f6348d2619c0150a5d784775bce69753742cf5

+ 1 - 0
vendor/bundles/Sonata/BluePrintBundle

@@ -0,0 +1 @@
1
+Subproject commit 3afb460b93d5e5933ff95b723d239b9864dc5e84

+ 1 - 0
vendor/bundles/Sonata/UserBundle

@@ -0,0 +1 @@
1
+Subproject commit 68d425b0fee7c69ca6e7202dcd6d2eda17f1302b

+ 1 - 0
vendor/bundles/Sonata/jQueryBundle

@@ -0,0 +1 @@
1
+Subproject commit cb7039bd694711e17b4db675434eb4ab8bc65d95

+ 1 - 1
vendor/bundles/Symfony/Bundle/DoctrineFixturesBundle

@@ -1 +1 @@
1
-Subproject commit b702c4493695e118594bb7d986644dfc61ccda41
1
+Subproject commit a66be2f077f3a4e5c3801b356b42b8782f1abbd6

+ 1 - 1
vendor/doctrine-fixtures

@@ -1 +1 @@
1
-Subproject commit d7eb4394521c9332b2ffe219139c5c7f34f24557
1
+Subproject commit 150b565e469095cc285167d11e9824ed7c1469d4

+ 1 - 0
vendor/knp/menu

@@ -0,0 +1 @@
1
+Subproject commit ef1f54734e490f0e02b43e0158fc4b1dbbccee27