Browse Source

fixs pour prod

Sevajol Bastien 12 years ago
parent
commit
cb6d7e22f7

+ 1 - 0
src/Muzich/CoreBundle/Repository/TagRepository.php View File

3
 namespace Muzich\CoreBundle\Repository;
3
 namespace Muzich\CoreBundle\Repository;
4
 
4
 
5
 use Doctrine\ORM\EntityRepository;
5
 use Doctrine\ORM\EntityRepository;
6
+use Doctrine\ORM\Mapping as ORM; // Corrige un bug en prod (assez etrange ...)
6
 
7
 
7
 class TagRepository extends EntityRepository
8
 class TagRepository extends EntityRepository
8
 {
9
 {

+ 1 - 1
src/Muzich/CoreBundle/Resources/config/security.yml View File

10
         "FOS\UserBundle\Model\UserInterface":
10
         "FOS\UserBundle\Model\UserInterface":
11
             algorithm: sha512
11
             algorithm: sha512
12
             encode_as_base64: false
12
             encode_as_base64: false
13
-            iterations: 1
13
+            iterations: 10
14
 
14
 
15
     firewalls:
15
     firewalls:
16
         main:
16
         main:

+ 1 - 1
src/Muzich/CoreBundle/Resources/views/Layout/head_js.html.twig View File

33
     var _ues = {
33
     var _ues = {
34
     host:'muzich.userecho.com',
34
     host:'muzich.userecho.com',
35
     forum:'17651',
35
     forum:'17651',
36
-    lang:'fr',
36
+    lang:'en',
37
     tab_corner_radius:5,
37
     tab_corner_radius:5,
38
     tab_font_size:20,
38
     tab_font_size:20,
39
     tab_image_hash:'Vm9zIHJldG91cnM%3D',
39
     tab_image_hash:'Vm9zIHJldG91cnM%3D',