Browse Source

change chmod

Bastien Sevajol 11 years ago
parent
commit
0de4e59322
100 changed files with 0 additions and 0 deletions
  1. 0 0
      .htaccess
  2. 0 0
      app/Resources/FOSUserBundle/config/validation.xml
  3. 0 0
      app/Resources/FOSUserBundle/translations/FOSUserBundle.fr.yml
  4. 0 0
      app/Resources/translations/adminui.fr.yml
  5. 0 0
      app/Resources/translations/elements.fr.yml
  6. 0 0
      app/Resources/translations/groupform.fr.yml
  7. 0 0
      app/Resources/translations/messages.fr.yml
  8. 0 0
      app/Resources/translations/users.fr.yml
  9. 0 0
      app/Resources/translations/validators.en.yml
  10. 0 0
      app/Resources/translations/validators.fr.yml
  11. 0 0
      app/bootstrap.php.cache
  12. 0 0
      app/logs/.gitkeep
  13. 0 0
      catalog.xml
  14. 0 0
      deps
  15. 0 0
      deps.lock
  16. 0 0
      src/Muzich/AdminBundle/Admin/RegistrationTokenAdmin.php
  17. 0 0
      src/Muzich/AdminBundle/Controller/ModerateController.php
  18. 0 0
      src/Muzich/AdminBundle/Controller/RegistrationTokenAdminController.php
  19. 0 0
      src/Muzich/AdminBundle/Resources/views/Moderate/comments.html.twig
  20. 0 0
      src/Muzich/AdminBundle/Resources/views/Moderate/elements.html.twig
  21. 0 0
      src/Muzich/AdminBundle/Resources/views/Moderate/index.html.twig
  22. 0 0
      src/Muzich/AdminBundle/Resources/views/Moderate/layout.html.twig
  23. 0 0
      src/Muzich/AdminBundle/Resources/views/Moderate/tags.html.twig
  24. 0 0
      src/Muzich/CommentBundle/Controller/CommentController.php
  25. 0 0
      src/Muzich/CommentBundle/MuzichCommentBundle.php
  26. 0 0
      src/Muzich/CommentBundle/Resources/config/routing.yml
  27. 0 0
      src/Muzich/CommentBundle/Resources/doc/index.rst
  28. 0 0
      src/Muzich/CommentBundle/Resources/views/Comment/comment.html.twig
  29. 0 0
      src/Muzich/CommentBundle/Resources/views/Comment/edit.html.twig
  30. 0 0
      src/Muzich/CommentBundle/Resources/views/Comment/form.html.twig
  31. 0 0
      src/Muzich/CommentBundle/Resources/views/Comment/li.comment.html.twig
  32. 0 0
      src/Muzich/CoreBundle/Actions/User/Event.php
  33. 0 0
      src/Muzich/CoreBundle/Actions/User/Reputation.php
  34. 0 0
      src/Muzich/CoreBundle/Command/CheckModerateCommand.php
  35. 0 0
      src/Muzich/CoreBundle/Command/MigrationUpgradeCommand.php
  36. 0 0
      src/Muzich/CoreBundle/Command/RecalculateReputationCommand.php
  37. 0 0
      src/Muzich/CoreBundle/Command/RefreshEmbedsCommand.php
  38. 0 0
      src/Muzich/CoreBundle/Command/UpdateTagSlugsCommand.php
  39. 0 0
      src/Muzich/CoreBundle/Controller/ElementController.php
  40. 0 0
      src/Muzich/CoreBundle/Controller/InfoController.php
  41. 0 0
      src/Muzich/CoreBundle/DataFixtures/ORM/LoadUsersElementsFavoritesData.php
  42. 0 0
      src/Muzich/CoreBundle/DependencyInjection/CoreExtension.php
  43. 0 0
      src/Muzich/CoreBundle/ElementFactory/Site/DailymotioncomFactory.php
  44. 0 0
      src/Muzich/CoreBundle/ElementFactory/Site/DeezercomFactory.php
  45. 0 0
      src/Muzich/CoreBundle/ElementFactory/Site/YoutubeFactory.php
  46. 0 0
      src/Muzich/CoreBundle/Entity/ElementTagsProposition.php
  47. 0 0
      src/Muzich/CoreBundle/Entity/Event.php
  48. 0 0
      src/Muzich/CoreBundle/Entity/EventArchive.php
  49. 0 0
      src/Muzich/CoreBundle/Entity/RegistrationToken.php
  50. 0 0
      src/Muzich/CoreBundle/Extension/MyTwigExtension.php
  51. 0 0
      src/Muzich/CoreBundle/Form/Group/GroupForm.php
  52. 0 0
      src/Muzich/CoreBundle/Managers/CommentsManager.php
  53. 0 0
      src/Muzich/CoreBundle/Managers/ElementReportManager.php
  54. 0 0
      src/Muzich/CoreBundle/Managers/EventArchiveManager.php
  55. 0 0
      src/Muzich/CoreBundle/Managers/GroupManager.php
  56. 0 0
      src/Muzich/CoreBundle/Managers/TagManager.php
  57. 0 0
      src/Muzich/CoreBundle/Propagator/EventElement.php
  58. 0 0
      src/Muzich/CoreBundle/Propagator/EventPropagator.php
  59. 0 0
      src/Muzich/CoreBundle/Propagator/EventUser.php
  60. 0 0
      src/Muzich/CoreBundle/Repository/ElementTagsPropositionRepository.php
  61. 0 0
      src/Muzich/CoreBundle/Repository/EventArchiveRepository.php
  62. 0 0
      src/Muzich/CoreBundle/Repository/EventRepository.php
  63. 0 0
      src/Muzich/CoreBundle/Repository/UsersElementsFavoritesRepository.php
  64. 0 0
      src/Muzich/CoreBundle/Resources/config/validation.yml
  65. 0 0
      src/Muzich/CoreBundle/Resources/views/Element/ajax.element.edit.html.twig
  66. 0 0
      src/Muzich/CoreBundle/Resources/views/Element/element.edit.html.twig
  67. 0 0
      src/Muzich/CoreBundle/Resources/views/Element/form.add.html.twig
  68. 0 0
      src/Muzich/CoreBundle/Resources/views/Element/form.edit.html.twig
  69. 0 0
      src/Muzich/CoreBundle/Resources/views/Element/tag.proposition.html.twig
  70. 0 0
      src/Muzich/CoreBundle/Resources/views/Element/tag.propositions.html.twig
  71. 0 0
      src/Muzich/CoreBundle/Resources/views/Email/checkmoderate.txt.twig
  72. 0 0
      src/Muzich/CoreBundle/Resources/views/Form/errors.html.twig
  73. 0 0
      src/Muzich/CoreBundle/Resources/views/GlobalSearch/form.html.twig
  74. 0 0
      src/Muzich/CoreBundle/Resources/views/GlobalSearch/results.html.twig
  75. 0 0
      src/Muzich/CoreBundle/Resources/views/Info/about.html.twig
  76. 0 0
      src/Muzich/CoreBundle/Resources/views/Info/container.html.twig
  77. 0 0
      src/Muzich/CoreBundle/Resources/views/Info/development.html.twig
  78. 0 0
      src/Muzich/CoreBundle/Resources/views/Info/sites.html.twig
  79. 0 0
      src/Muzich/CoreBundle/Resources/views/SearchElement/element.html.twig
  80. 0 0
      src/Muzich/CoreBundle/Resources/views/SearchElement/li.element.html.twig
  81. 0 0
      src/Muzich/CoreBundle/Resources/views/SearchElement/more_button.html.twig
  82. 0 0
      src/Muzich/CoreBundle/Resources/views/Tag/tagsList.favorite.html.twig
  83. 0 0
      src/Muzich/CoreBundle/Resources/views/Tag/tagsList.show.html.twig
  84. 0 0
      src/Muzich/CoreBundle/Resources/views/Tag/tagsPrompt.html.twig
  85. 0 0
      src/Muzich/CoreBundle/Searcher/GlobalSearcher.php
  86. 0 0
      src/Muzich/CoreBundle/Tests/Controller/CommentControllerTest.php
  87. 0 0
      src/Muzich/CoreBundle/Tests/Controller/ElementControllerTest.php
  88. 0 0
      src/Muzich/CoreBundle/Tests/Controller/EventTest.php
  89. 0 0
      src/Muzich/CoreBundle/Tests/Controller/FavoriteControllerTest.php
  90. 0 0
      src/Muzich/CoreBundle/Tests/Controller/GroupControllerTest.php
  91. 0 0
      src/Muzich/CoreBundle/Tests/Controller/HomeControllerTest.php
  92. 0 0
      src/Muzich/CoreBundle/Tests/Controller/IndexControllerTest.php
  93. 0 0
      src/Muzich/CoreBundle/Tests/Controller/ModerateControllerTest.php
  94. 0 0
      src/Muzich/CoreBundle/Tests/Controller/MynetworkControllerTest.php
  95. 0 0
      src/Muzich/CoreBundle/Tests/Controller/ReputationTest.php
  96. 0 0
      src/Muzich/CoreBundle/Tests/Controller/ShowControllerTest.php
  97. 0 0
      src/Muzich/CoreBundle/Tests/Controller/TagsTest.php
  98. 0 0
      src/Muzich/CoreBundle/Tests/Controller/UserControllerTest.php
  99. 0 0
      src/Muzich/CoreBundle/Tests/ElementFactory/ElementFactoryTest.php
  100. 0 0
      src/Muzich/CoreBundle/Tests/Searcher/ElementSearcherTest.php

+ 0 - 0
.htaccess View File


+ 0 - 0
app/Resources/FOSUserBundle/config/validation.xml View File


+ 0 - 0
app/Resources/FOSUserBundle/translations/FOSUserBundle.fr.yml View File


+ 0 - 0
app/Resources/translations/adminui.fr.yml View File


+ 0 - 0
app/Resources/translations/elements.fr.yml View File


+ 0 - 0
app/Resources/translations/groupform.fr.yml View File


+ 0 - 0
app/Resources/translations/messages.fr.yml View File


+ 0 - 0
app/Resources/translations/users.fr.yml View File


+ 0 - 0
app/Resources/translations/validators.en.yml View File


+ 0 - 0
app/Resources/translations/validators.fr.yml View File


+ 0 - 0
app/bootstrap.php.cache View File


+ 0 - 0
app/logs/.gitkeep View File


+ 0 - 0
catalog.xml View File


+ 0 - 0
deps View File


+ 0 - 0
deps.lock View File


+ 0 - 0
src/Muzich/AdminBundle/Admin/RegistrationTokenAdmin.php View File


+ 0 - 0
src/Muzich/AdminBundle/Controller/ModerateController.php View File


+ 0 - 0
src/Muzich/AdminBundle/Controller/RegistrationTokenAdminController.php View File


+ 0 - 0
src/Muzich/AdminBundle/Resources/views/Moderate/comments.html.twig View File


+ 0 - 0
src/Muzich/AdminBundle/Resources/views/Moderate/elements.html.twig View File


+ 0 - 0
src/Muzich/AdminBundle/Resources/views/Moderate/index.html.twig View File


+ 0 - 0
src/Muzich/AdminBundle/Resources/views/Moderate/layout.html.twig View File


+ 0 - 0
src/Muzich/AdminBundle/Resources/views/Moderate/tags.html.twig View File


+ 0 - 0
src/Muzich/CommentBundle/Controller/CommentController.php View File


+ 0 - 0
src/Muzich/CommentBundle/MuzichCommentBundle.php View File


+ 0 - 0
src/Muzich/CommentBundle/Resources/config/routing.yml View File


+ 0 - 0
src/Muzich/CommentBundle/Resources/doc/index.rst View File


+ 0 - 0
src/Muzich/CommentBundle/Resources/views/Comment/comment.html.twig View File


+ 0 - 0
src/Muzich/CommentBundle/Resources/views/Comment/edit.html.twig View File


+ 0 - 0
src/Muzich/CommentBundle/Resources/views/Comment/form.html.twig View File


+ 0 - 0
src/Muzich/CommentBundle/Resources/views/Comment/li.comment.html.twig View File


+ 0 - 0
src/Muzich/CoreBundle/Actions/User/Event.php View File


+ 0 - 0
src/Muzich/CoreBundle/Actions/User/Reputation.php View File


+ 0 - 0
src/Muzich/CoreBundle/Command/CheckModerateCommand.php View File


+ 0 - 0
src/Muzich/CoreBundle/Command/MigrationUpgradeCommand.php View File


+ 0 - 0
src/Muzich/CoreBundle/Command/RecalculateReputationCommand.php View File


+ 0 - 0
src/Muzich/CoreBundle/Command/RefreshEmbedsCommand.php View File


+ 0 - 0
src/Muzich/CoreBundle/Command/UpdateTagSlugsCommand.php View File


+ 0 - 0
src/Muzich/CoreBundle/Controller/ElementController.php View File


+ 0 - 0
src/Muzich/CoreBundle/Controller/InfoController.php View File


+ 0 - 0
src/Muzich/CoreBundle/DataFixtures/ORM/LoadUsersElementsFavoritesData.php View File


+ 0 - 0
src/Muzich/CoreBundle/DependencyInjection/CoreExtension.php View File


+ 0 - 0
src/Muzich/CoreBundle/ElementFactory/Site/DailymotioncomFactory.php View File


+ 0 - 0
src/Muzich/CoreBundle/ElementFactory/Site/DeezercomFactory.php View File


+ 0 - 0
src/Muzich/CoreBundle/ElementFactory/Site/YoutubeFactory.php View File


+ 0 - 0
src/Muzich/CoreBundle/Entity/ElementTagsProposition.php View File


+ 0 - 0
src/Muzich/CoreBundle/Entity/Event.php View File


+ 0 - 0
src/Muzich/CoreBundle/Entity/EventArchive.php View File


+ 0 - 0
src/Muzich/CoreBundle/Entity/RegistrationToken.php View File


+ 0 - 0
src/Muzich/CoreBundle/Extension/MyTwigExtension.php View File


+ 0 - 0
src/Muzich/CoreBundle/Form/Group/GroupForm.php View File


+ 0 - 0
src/Muzich/CoreBundle/Managers/CommentsManager.php View File


+ 0 - 0
src/Muzich/CoreBundle/Managers/ElementReportManager.php View File


+ 0 - 0
src/Muzich/CoreBundle/Managers/EventArchiveManager.php View File


+ 0 - 0
src/Muzich/CoreBundle/Managers/GroupManager.php View File


+ 0 - 0
src/Muzich/CoreBundle/Managers/TagManager.php View File


+ 0 - 0
src/Muzich/CoreBundle/Propagator/EventElement.php View File


+ 0 - 0
src/Muzich/CoreBundle/Propagator/EventPropagator.php View File


+ 0 - 0
src/Muzich/CoreBundle/Propagator/EventUser.php View File


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


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


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


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


+ 0 - 0
src/Muzich/CoreBundle/Resources/config/validation.yml View File


+ 0 - 0
src/Muzich/CoreBundle/Resources/views/Element/ajax.element.edit.html.twig View File


+ 0 - 0
src/Muzich/CoreBundle/Resources/views/Element/element.edit.html.twig View File


+ 0 - 0
src/Muzich/CoreBundle/Resources/views/Element/form.add.html.twig View File


+ 0 - 0
src/Muzich/CoreBundle/Resources/views/Element/form.edit.html.twig View File


+ 0 - 0
src/Muzich/CoreBundle/Resources/views/Element/tag.proposition.html.twig View File


+ 0 - 0
src/Muzich/CoreBundle/Resources/views/Element/tag.propositions.html.twig View File


+ 0 - 0
src/Muzich/CoreBundle/Resources/views/Email/checkmoderate.txt.twig View File


+ 0 - 0
src/Muzich/CoreBundle/Resources/views/Form/errors.html.twig View File


+ 0 - 0
src/Muzich/CoreBundle/Resources/views/GlobalSearch/form.html.twig View File


+ 0 - 0
src/Muzich/CoreBundle/Resources/views/GlobalSearch/results.html.twig View File


+ 0 - 0
src/Muzich/CoreBundle/Resources/views/Info/about.html.twig View File


+ 0 - 0
src/Muzich/CoreBundle/Resources/views/Info/container.html.twig View File


+ 0 - 0
src/Muzich/CoreBundle/Resources/views/Info/development.html.twig View File


+ 0 - 0
src/Muzich/CoreBundle/Resources/views/Info/sites.html.twig View File


+ 0 - 0
src/Muzich/CoreBundle/Resources/views/SearchElement/element.html.twig View File


+ 0 - 0
src/Muzich/CoreBundle/Resources/views/SearchElement/li.element.html.twig View File


+ 0 - 0
src/Muzich/CoreBundle/Resources/views/SearchElement/more_button.html.twig View File


+ 0 - 0
src/Muzich/CoreBundle/Resources/views/Tag/tagsList.favorite.html.twig View File


+ 0 - 0
src/Muzich/CoreBundle/Resources/views/Tag/tagsList.show.html.twig View File


+ 0 - 0
src/Muzich/CoreBundle/Resources/views/Tag/tagsPrompt.html.twig View File


+ 0 - 0
src/Muzich/CoreBundle/Searcher/GlobalSearcher.php View File


+ 0 - 0
src/Muzich/CoreBundle/Tests/Controller/CommentControllerTest.php View File


+ 0 - 0
src/Muzich/CoreBundle/Tests/Controller/ElementControllerTest.php View File


+ 0 - 0
src/Muzich/CoreBundle/Tests/Controller/EventTest.php View File


+ 0 - 0
src/Muzich/CoreBundle/Tests/Controller/FavoriteControllerTest.php View File


+ 0 - 0
src/Muzich/CoreBundle/Tests/Controller/GroupControllerTest.php View File


+ 0 - 0
src/Muzich/CoreBundle/Tests/Controller/HomeControllerTest.php View File


+ 0 - 0
src/Muzich/CoreBundle/Tests/Controller/IndexControllerTest.php View File


+ 0 - 0
src/Muzich/CoreBundle/Tests/Controller/ModerateControllerTest.php View File


+ 0 - 0
src/Muzich/CoreBundle/Tests/Controller/MynetworkControllerTest.php View File


+ 0 - 0
src/Muzich/CoreBundle/Tests/Controller/ReputationTest.php View File


+ 0 - 0
src/Muzich/CoreBundle/Tests/Controller/ShowControllerTest.php View File


+ 0 - 0
src/Muzich/CoreBundle/Tests/Controller/TagsTest.php View File


+ 0 - 0
src/Muzich/CoreBundle/Tests/Controller/UserControllerTest.php View File


+ 0 - 0
src/Muzich/CoreBundle/Tests/ElementFactory/ElementFactoryTest.php View File


+ 0 - 0
src/Muzich/CoreBundle/Tests/Searcher/ElementSearcherTest.php View File


Some files were not shown because too many files changed in this diff