first commit after reset
authorBenjamin Auder <benjamin.a@mailoo.org>
Thu, 5 Feb 2015 10:57:31 +0000 (11:57 +0100)
committerBenjamin Auder <benjamin.a@mailoo.org>
Thu, 5 Feb 2015 10:57:31 +0000 (11:57 +0100)
commit929ca0664edba8cc305d0b0033febd3fa06a7e73
treec164bb5afcc59c73ac1b159c6f1dc65885e6b9b9
first commit after reset
115 files changed:
.gitignore [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README [new file with mode: 0644]
TODO [new file with mode: 0644]
app/.htaccess [new file with mode: 0644]
app/AppCache.php [new file with mode: 0644]
app/AppKernel.php [new file with mode: 0644]
app/Resources/views/Form/fields.html.twig [new file with mode: 0644]
app/Resources/views/base.html.twig [new file with mode: 0644]
app/SymfonyRequirements.php [new file with mode: 0644]
app/autoload.php [new file with mode: 0644]
app/cache/.gitkeep [new file with mode: 0644]
app/check.php [new file with mode: 0644]
app/config/config.yml [new file with mode: 0644]
app/config/config_dev.yml [new file with mode: 0644]
app/config/config_prod.yml [new file with mode: 0644]
app/config/config_test.yml [new file with mode: 0644]
app/config/parameters.yml.dist [new file with mode: 0644]
app/config/routing.yml [new file with mode: 0644]
app/config/routing_dev.yml [new file with mode: 0644]
app/config/security.yml [new file with mode: 0644]
app/console [new file with mode: 0755]
app/logs/.gitkeep [new file with mode: 0755]
app/phpunit.xml.dist [new file with mode: 0644]
composer.json [new file with mode: 0644]
composer.lock [new file with mode: 0644]
resetCacheLogs.php [new file with mode: 0644]
src/.htaccess [new file with mode: 0644]
src/Mixstore/StaticBundle/Controller/MainController.php [new file with mode: 0644]
src/Mixstore/StaticBundle/DependencyInjection/Configuration.php [new file with mode: 0644]
src/Mixstore/StaticBundle/DependencyInjection/MixstoreStoreExtension.php [new file with mode: 0644]
src/Mixstore/StaticBundle/MixstoreStaticBundle.php [new file with mode: 0644]
src/Mixstore/StaticBundle/Resources/config/routing.yml [new file with mode: 0644]
src/Mixstore/StaticBundle/Resources/config/services.yml [new file with mode: 0644]
src/Mixstore/StaticBundle/Resources/views/about.html.twig [new file with mode: 0644]
src/Mixstore/StaticBundle/Resources/views/home.html.twig [new file with mode: 0644]
src/Mixstore/StaticBundle/Resources/views/policy.html.twig [new file with mode: 0644]
src/Mixstore/StoreBundle/Controller/PackageController.php [new file with mode: 0644]
src/Mixstore/StoreBundle/Controller/UsecaseController.php [new file with mode: 0644]
src/Mixstore/StoreBundle/DependencyInjection/Configuration.php [new file with mode: 0644]
src/Mixstore/StoreBundle/DependencyInjection/MixstoreStoreExtension.php [new file with mode: 0644]
src/Mixstore/StoreBundle/Entity/Language.php [new file with mode: 0644]
src/Mixstore/StoreBundle/Entity/Package.php [new file with mode: 0644]
src/Mixstore/StoreBundle/Entity/PackageRepository.php [new file with mode: 0644]
src/Mixstore/StoreBundle/Entity/Usecase.php [new file with mode: 0644]
src/Mixstore/StoreBundle/Entity/UsecaseRepository.php [new file with mode: 0644]
src/Mixstore/StoreBundle/MixstoreStoreBundle.php [new file with mode: 0644]
src/Mixstore/StoreBundle/Resources/config/routing.yml [new file with mode: 0644]
src/Mixstore/StoreBundle/Resources/config/services.yml [new file with mode: 0644]
src/Mixstore/StoreBundle/Resources/views/Package/list.html.twig [new file with mode: 0644]
src/Mixstore/StoreBundle/Resources/views/Package/list_content.html.twig [new file with mode: 0644]
src/Mixstore/StoreBundle/Resources/views/Package/view.html.twig [new file with mode: 0644]
src/Mixstore/StoreBundle/Resources/views/Usecase/list.html.twig [new file with mode: 0644]
src/Mixstore/StoreBundle/Resources/views/Usecase/list_content.html.twig [new file with mode: 0644]
src/Mixstore/StoreBundle/Resources/views/Usecase/view.html.twig [new file with mode: 0644]
src/Mixstore/StoreBundle/Resources/views/upsert-email.txt.twig [new file with mode: 0644]
src/Mixstore/StoreBundle/Resources/views/upsert.html.twig [new file with mode: 0644]
src/Mixstore/UserBundle/Controller/BoardController.php [new file with mode: 0644]
src/Mixstore/UserBundle/Controller/MyAdminController.php [new file with mode: 0644]
src/Mixstore/UserBundle/DependencyInjection/Configuration.php [new file with mode: 0644]
src/Mixstore/UserBundle/DependencyInjection/MixstoreUserExtension.php [new file with mode: 0644]
src/Mixstore/UserBundle/Entity/User.php [new file with mode: 0644]
src/Mixstore/UserBundle/Form/Type/ProfileFormType.php [new file with mode: 0644]
src/Mixstore/UserBundle/Form/Type/RegistrationFormType.php [new file with mode: 0644]
src/Mixstore/UserBundle/MixstoreUserBundle.php [new file with mode: 0644]
src/Mixstore/UserBundle/Resources/config/config.yml [new file with mode: 0644]
src/Mixstore/UserBundle/Resources/config/routing.yml [new file with mode: 0644]
src/Mixstore/UserBundle/Resources/config/services.yml [new file with mode: 0644]
src/Mixstore/UserBundle/Resources/views/Admin/users.html.twig [new file with mode: 0644]
src/Mixstore/UserBundle/Resources/views/Board/index.html.twig [new file with mode: 0644]
src/Mixstore/UserBundle/Resources/views/ChangePassword/changePassword.html.twig [new file with mode: 0644]
src/Mixstore/UserBundle/Resources/views/Profile/edit.html.twig [new file with mode: 0644]
src/Mixstore/UserBundle/Resources/views/Profile/show.html.twig [new file with mode: 0644]
src/Mixstore/UserBundle/Resources/views/Registration/checkEmail.html.twig [new file with mode: 0644]
src/Mixstore/UserBundle/Resources/views/Registration/confirmed.html.twig [new file with mode: 0644]
src/Mixstore/UserBundle/Resources/views/Registration/email.txt.twig [new file with mode: 0644]
src/Mixstore/UserBundle/Resources/views/Registration/register.html.twig [new file with mode: 0644]
src/Mixstore/UserBundle/Resources/views/Resetting/checkEmail.html.twig [new file with mode: 0644]
src/Mixstore/UserBundle/Resources/views/Resetting/email.txt.twig [new file with mode: 0644]
src/Mixstore/UserBundle/Resources/views/Resetting/passwordAlreadyRequested.html.twig [new file with mode: 0644]
src/Mixstore/UserBundle/Resources/views/Resetting/request.html.twig [new file with mode: 0644]
src/Mixstore/UserBundle/Resources/views/Resetting/reset.html.twig [new file with mode: 0644]
src/Mixstore/UserBundle/Resources/views/Security/login.html.twig [new file with mode: 0644]
src/Mixstore/UserBundle/Resources/views/layout.html.twig [new file with mode: 0644]
web/.htaccess [new file with mode: 0644]
web/app.php [new file with mode: 0644]
web/app_dev.php [new file with mode: 0644]
web/apple-touch-icon.png [new file with mode: 0644]
web/config.php [new file with mode: 0644]
web/favicon.ico [new file with mode: 0644]
web/mixstore/css/base.css [new file with mode: 0644]
web/mixstore/css/form.css [new file with mode: 0644]
web/mixstore/css/static/about.css [new file with mode: 0644]
web/mixstore/css/static/home.css [new file with mode: 0644]
web/mixstore/css/static/policy.css [new file with mode: 0644]
web/mixstore/css/store/table.css [new file with mode: 0644]
web/mixstore/css/store/upsert.css [new file with mode: 0644]
web/mixstore/css/store/view-package.css [new file with mode: 0644]
web/mixstore/css/store/view-usecase.css [new file with mode: 0644]
web/mixstore/css/summernote.min.css [new file with mode: 0644]
web/mixstore/css/user/admin.css [new file with mode: 0644]
web/mixstore/css/user/board.css [new file with mode: 0644]
web/mixstore/css/user/common.css [new file with mode: 0644]
web/mixstore/fonts/glyphicons-halflings-regular.eot [new file with mode: 0644]
web/mixstore/fonts/glyphicons-halflings-regular.svg [new file with mode: 0644]
web/mixstore/fonts/glyphicons-halflings-regular.ttf [new file with mode: 0644]
web/mixstore/fonts/glyphicons-halflings-regular.woff [new file with mode: 0644]
web/mixstore/images/banner.png [new file with mode: 0644]
web/mixstore/images/favicon.png [new file with mode: 0644]
web/mixstore/images/iris_pca.png [new file with mode: 0644]
web/mixstore/images/pkg_banners/.gitignore [new file with mode: 0644]
web/mixstore/js/stupidtable.min.js [new file with mode: 0644]
web/mixstore/js/summernote.min.js [new file with mode: 0644]
web/robots.txt [new file with mode: 0644]