Browse Source

Truc chelou avec les droits sur les fichiers :S

bastien 12 years ago
parent
commit
35f8004614
100 changed files with 0 additions and 0 deletions
  1. 0 0
      README.md
  2. 0 0
      app/.htaccess
  3. 0 0
      app/AppCache.php
  4. 0 0
      app/AppKernel.php
  5. 0 0
      app/Resources/FOSUserBundle/views/layout.html.twig
  6. 0 0
      app/Resources/MuzichIndexBundle/views/layout.html.twig
  7. 0 0
      app/Resources/views/base.html.twig
  8. 0 0
      app/autoload.php
  9. 0 0
      app/bootstrap.php.cache
  10. 0 0
      app/check.php
  11. 0 0
      app/config/config_dev.yml
  12. 0 0
      app/config/config_prod.yml
  13. 0 0
      app/config/config_test.yml
  14. 0 0
      app/config/parameters.ini
  15. 0 0
      app/config/parameters.ini~
  16. 0 0
      app/config/routing.yml
  17. 0 0
      app/config/routing_dev.yml
  18. 0 0
      app/config/security.yml
  19. 0 0
      app/phpunit.xml.dist
  20. 0 0
      bin/.htaccess
  21. 0 0
      deps
  22. 0 0
      deps.lock
  23. 0 0
      deps~
  24. 0 0
      src/.htaccess
  25. 0 0
      src/Acme/DemoBundle/AcmeDemoBundle.php
  26. 0 0
      src/Acme/DemoBundle/Controller/DemoController.php
  27. 0 0
      src/Acme/DemoBundle/Controller/SecuredController.php
  28. 0 0
      src/Acme/DemoBundle/Controller/WelcomeController.php
  29. 0 0
      src/Acme/DemoBundle/ControllerListener.php
  30. 0 0
      src/Acme/DemoBundle/DependencyInjection/AcmeDemoExtension.php
  31. 0 0
      src/Acme/DemoBundle/Form/ContactType.php
  32. 0 0
      src/Acme/DemoBundle/Resources/config/services.xml
  33. 0 0
      src/Acme/DemoBundle/Resources/public/css/demo.css
  34. 0 0
      src/Acme/DemoBundle/Resources/public/images/blue-arrow.png
  35. 0 0
      src/Acme/DemoBundle/Resources/public/images/field-background.gif
  36. 0 0
      src/Acme/DemoBundle/Resources/public/images/logo.gif
  37. 0 0
      src/Acme/DemoBundle/Resources/public/images/search.png
  38. 0 0
      src/Acme/DemoBundle/Resources/public/images/welcome-configure.gif
  39. 0 0
      src/Acme/DemoBundle/Resources/public/images/welcome-demo.gif
  40. 0 0
      src/Acme/DemoBundle/Resources/public/images/welcome-quick-tour.gif
  41. 0 0
      src/Acme/DemoBundle/Resources/views/Demo/contact.html.twig
  42. 0 0
      src/Acme/DemoBundle/Resources/views/Demo/hello.html.twig
  43. 0 0
      src/Acme/DemoBundle/Resources/views/Demo/index.html.twig
  44. 0 0
      src/Acme/DemoBundle/Resources/views/Secured/hello.html.twig
  45. 0 0
      src/Acme/DemoBundle/Resources/views/Secured/helloadmin.html.twig
  46. 0 0
      src/Acme/DemoBundle/Resources/views/Secured/layout.html.twig
  47. 0 0
      src/Acme/DemoBundle/Resources/views/Secured/login.html.twig
  48. 0 0
      src/Acme/DemoBundle/Resources/views/Welcome/index.html.twig
  49. 0 0
      src/Acme/DemoBundle/Resources/views/layout.html.twig
  50. 0 0
      src/Acme/DemoBundle/Tests/Controller/DemoControllerTest.php
  51. 0 0
      src/Acme/DemoBundle/Twig/Extension/DemoExtension.php
  52. 0 0
      src/Muzich/CoreBundle/Controller/SearchController.php
  53. 0 0
      src/Muzich/CoreBundle/DataFixtures/ORM/LoadElementData.php
  54. 0 0
      src/Muzich/CoreBundle/DataFixtures/ORM/LoadElementTypeData.php
  55. 0 0
      src/Muzich/CoreBundle/DataFixtures/ORM/LoadGroupData.php
  56. 0 0
      src/Muzich/CoreBundle/DataFixtures/ORM/LoadTagData.php
  57. 0 0
      src/Muzich/CoreBundle/DataFixtures/ORM/LoadUsersTagsFavoritesData.php
  58. 0 0
      src/Muzich/CoreBundle/Entity/Element.php
  59. 0 0
      src/Muzich/CoreBundle/Entity/ElementType.php
  60. 0 0
      src/Muzich/CoreBundle/Entity/FollowGroup.php
  61. 0 0
      src/Muzich/CoreBundle/Entity/FollowUser.php
  62. 0 0
      src/Muzich/CoreBundle/Entity/Group.php
  63. 0 0
      src/Muzich/CoreBundle/Entity/GroupsTagsFavorites.php
  64. 0 0
      src/Muzich/CoreBundle/Entity/Tag.php
  65. 0 0
      src/Muzich/CoreBundle/Entity/User.php
  66. 0 0
      src/Muzich/CoreBundle/Entity/UsersElementsFavorites.php
  67. 0 0
      src/Muzich/CoreBundle/Entity/UsersTagsFavorites.php
  68. 0 0
      src/Muzich/CoreBundle/Form/Search/ElementSearchForm.php
  69. 0 0
      src/Muzich/CoreBundle/MuzichCoreBundle.php
  70. 0 0
      src/Muzich/CoreBundle/Repository/ElementRepository.php
  71. 0 0
      src/Muzich/CoreBundle/Repository/GroupRepository.php
  72. 0 0
      src/Muzich/CoreBundle/Repository/TagRepository.php
  73. 0 0
      src/Muzich/CoreBundle/Repository/UserRepository.php
  74. 0 0
      src/Muzich/CoreBundle/Resources/config/routing.yml
  75. 0 0
      src/Muzich/CoreBundle/Resources/config/security.yml
  76. 0 0
      src/Muzich/CoreBundle/Resources/doc/index.rst
  77. 0 0
      src/Muzich/CoreBundle/Resources/views/SearchElement/default.html.twig
  78. 0 0
      src/Muzich/CoreBundle/Resources/views/SearchElement/form.html.twig
  79. 0 0
      src/Muzich/CoreBundle/Resources/views/layout.html.twig
  80. 0 0
      src/Muzich/CoreBundle/Searcher/ElementSearcher.php
  81. 0 0
      src/Muzich/CoreBundle/Searcher/Searcher.php
  82. 0 0
      src/Muzich/CoreBundle/Searcher/SearcherInterface.php
  83. 0 0
      src/Muzich/CoreBundle/Searcher/UserAndGroupSearcher.php
  84. 0 0
      src/Muzich/CoreBundle/lib/Controller.php
  85. 0 0
      src/Muzich/HomeBundle/Controller/HomeController.php
  86. 0 0
      src/Muzich/HomeBundle/Controller/ShowController.php
  87. 0 0
      src/Muzich/HomeBundle/MuzichHomeBundle.php
  88. 0 0
      src/Muzich/HomeBundle/Resources/config/routing.yml
  89. 0 0
      src/Muzich/HomeBundle/Resources/doc/index.rst
  90. 0 0
      src/Muzich/HomeBundle/Resources/views/Home/index.html.twig
  91. 0 0
      src/Muzich/HomeBundle/Resources/views/Show/showGroup.html.twig
  92. 0 0
      src/Muzich/HomeBundle/Resources/views/Show/showUser.html.twig
  93. 0 0
      src/Muzich/HomeBundle/Resources/views/layout.html.twig
  94. 0 0
      src/Muzich/IndexBundle/Controller/IndexController.php
  95. 0 0
      src/Muzich/IndexBundle/MuzichIndexBundle.php
  96. 0 0
      src/Muzich/IndexBundle/Resources/config/routing.yml
  97. 0 0
      src/Muzich/IndexBundle/Resources/doc/index.rst
  98. 0 0
      src/Muzich/IndexBundle/Resources/views/Index/index.html.twig
  99. 0 0
      src/Muzich/MynetworkBundle/Controller/MynetworkController.php
  100. 0 0
      src/Muzich/MynetworkBundle/DependencyInjection/Configuration.php

+ 0 - 0
README.md View File


+ 0 - 0
app/.htaccess View File


+ 0 - 0
app/AppCache.php View File


+ 0 - 0
app/AppKernel.php View File


+ 0 - 0
app/Resources/FOSUserBundle/views/layout.html.twig View File


+ 0 - 0
app/Resources/MuzichIndexBundle/views/layout.html.twig View File


+ 0 - 0
app/Resources/views/base.html.twig View File


+ 0 - 0
app/autoload.php View File


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


+ 0 - 0
app/check.php View File


+ 0 - 0
app/config/config_dev.yml View File


+ 0 - 0
app/config/config_prod.yml View File


+ 0 - 0
app/config/config_test.yml View File


+ 0 - 0
app/config/parameters.ini View File


+ 0 - 0
app/config/parameters.ini~ View File


+ 0 - 0
app/config/routing.yml View File


+ 0 - 0
app/config/routing_dev.yml View File


+ 0 - 0
app/config/security.yml View File


+ 0 - 0
app/phpunit.xml.dist View File


+ 0 - 0
bin/.htaccess View File


+ 0 - 0
deps View File


+ 0 - 0
deps.lock View File


+ 0 - 0
deps~ View File


+ 0 - 0
src/.htaccess View File


+ 0 - 0
src/Acme/DemoBundle/AcmeDemoBundle.php View File


+ 0 - 0
src/Acme/DemoBundle/Controller/DemoController.php View File


+ 0 - 0
src/Acme/DemoBundle/Controller/SecuredController.php View File


+ 0 - 0
src/Acme/DemoBundle/Controller/WelcomeController.php View File


+ 0 - 0
src/Acme/DemoBundle/ControllerListener.php View File


+ 0 - 0
src/Acme/DemoBundle/DependencyInjection/AcmeDemoExtension.php View File


+ 0 - 0
src/Acme/DemoBundle/Form/ContactType.php View File


+ 0 - 0
src/Acme/DemoBundle/Resources/config/services.xml View File


+ 0 - 0
src/Acme/DemoBundle/Resources/public/css/demo.css View File


+ 0 - 0
src/Acme/DemoBundle/Resources/public/images/blue-arrow.png View File


+ 0 - 0
src/Acme/DemoBundle/Resources/public/images/field-background.gif View File


+ 0 - 0
src/Acme/DemoBundle/Resources/public/images/logo.gif View File


+ 0 - 0
src/Acme/DemoBundle/Resources/public/images/search.png View File


+ 0 - 0
src/Acme/DemoBundle/Resources/public/images/welcome-configure.gif View File


+ 0 - 0
src/Acme/DemoBundle/Resources/public/images/welcome-demo.gif View File


+ 0 - 0
src/Acme/DemoBundle/Resources/public/images/welcome-quick-tour.gif View File


+ 0 - 0
src/Acme/DemoBundle/Resources/views/Demo/contact.html.twig View File


+ 0 - 0
src/Acme/DemoBundle/Resources/views/Demo/hello.html.twig View File


+ 0 - 0
src/Acme/DemoBundle/Resources/views/Demo/index.html.twig View File


+ 0 - 0
src/Acme/DemoBundle/Resources/views/Secured/hello.html.twig View File


+ 0 - 0
src/Acme/DemoBundle/Resources/views/Secured/helloadmin.html.twig View File


+ 0 - 0
src/Acme/DemoBundle/Resources/views/Secured/layout.html.twig View File


+ 0 - 0
src/Acme/DemoBundle/Resources/views/Secured/login.html.twig View File


+ 0 - 0
src/Acme/DemoBundle/Resources/views/Welcome/index.html.twig View File


+ 0 - 0
src/Acme/DemoBundle/Resources/views/layout.html.twig View File


+ 0 - 0
src/Acme/DemoBundle/Tests/Controller/DemoControllerTest.php View File


+ 0 - 0
src/Acme/DemoBundle/Twig/Extension/DemoExtension.php View File


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


+ 0 - 0
src/Muzich/CoreBundle/Form/Search/ElementSearchForm.php View File


+ 0 - 0
src/Muzich/CoreBundle/MuzichCoreBundle.php View File


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


+ 0 - 0
src/Muzich/HomeBundle/Controller/HomeController.php View File


+ 0 - 0
src/Muzich/HomeBundle/Controller/ShowController.php View File


+ 0 - 0
src/Muzich/HomeBundle/MuzichHomeBundle.php View File


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


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


+ 0 - 0
src/Muzich/HomeBundle/Resources/views/Home/index.html.twig View File


+ 0 - 0
src/Muzich/HomeBundle/Resources/views/Show/showGroup.html.twig View File


+ 0 - 0
src/Muzich/HomeBundle/Resources/views/Show/showUser.html.twig View File


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


+ 0 - 0
src/Muzich/IndexBundle/Controller/IndexController.php View File


+ 0 - 0
src/Muzich/IndexBundle/MuzichIndexBundle.php View File


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


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


+ 0 - 0
src/Muzich/IndexBundle/Resources/views/Index/index.html.twig View File


+ 0 - 0
src/Muzich/MynetworkBundle/Controller/MynetworkController.php View File


+ 0 - 0
src/Muzich/MynetworkBundle/DependencyInjection/Configuration.php View File


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