|
@@ -0,0 +1,346 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<project version="4">
|
|
|
+ <component name="ChangeListManager">
|
|
|
+ <list default="true" id="19fd33e1-3e6e-469c-a5f8-ac62ca30af41" name="Default Changelist" comment="">
|
|
|
+ <change beforePath="$PROJECT_DIR$/app/Resources/views/base.html.twig" beforeDir="false" afterPath="$PROJECT_DIR$/app/Resources/views/base.html.twig" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/app/config/config.yml" beforeDir="false" afterPath="$PROJECT_DIR$/app/config/config.yml" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/composer.json" beforeDir="false" afterPath="$PROJECT_DIR$/composer.json" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/composer.lock" beforeDir="false" afterPath="$PROJECT_DIR$/composer.lock" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/src/AppBundle/Controller/DefaultController.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/AppBundle/Controller/DefaultController.php" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/src/AppBundle/Controller/VideothequeController.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/AppBundle/Controller/VideothequeController.php" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/src/AppBundle/Entity/Film.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/AppBundle/Entity/Film.php" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/src/AppBundle/Repository/RealisateurRepository.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/AppBundle/Repository/RealisateurRepository.php" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/src/AppBundle/Resources/views/videotheque/ajouter.html.twig" beforeDir="false" afterPath="$PROJECT_DIR$/src/AppBundle/Resources/views/videotheque/ajouter.html.twig" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/src/AppBundle/Resources/views/videotheque/liste.html.twig" beforeDir="false" afterPath="$PROJECT_DIR$/src/AppBundle/Resources/views/videotheque/liste.html.twig" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/src/AppBundle/Resources/views/videotheque/modifier.html.twig" beforeDir="false" afterPath="$PROJECT_DIR$/src/AppBundle/Resources/views/videotheque/modifier.html.twig" afterDir="false" />
|
|
|
+ </list>
|
|
|
+ <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
|
|
+ <option name="SHOW_DIALOG" value="false" />
|
|
|
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
|
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
|
+ <option name="LAST_RESOLUTION" value="IGNORE" />
|
|
|
+ </component>
|
|
|
+ <component name="ComposerSettings" doNotAsk="true" synchronizationState="SYNCHRONIZE">
|
|
|
+ <pharConfigPath>$PROJECT_DIR$/composer.json</pharConfigPath>
|
|
|
+ </component>
|
|
|
+ <component name="FUSProjectUsageTrigger">
|
|
|
+ <session id="1841614210">
|
|
|
+ <usages-collector id="statistics.lifecycle.project">
|
|
|
+ <counts>
|
|
|
+ <entry key="project.closed" value="1" />
|
|
|
+ <entry key="project.open.time.11" value="1" />
|
|
|
+ <entry key="project.open.time.5" value="1" />
|
|
|
+ <entry key="project.opened" value="2" />
|
|
|
+ </counts>
|
|
|
+ </usages-collector>
|
|
|
+ <usages-collector id="statistics.file.extensions.open">
|
|
|
+ <counts>
|
|
|
+ <entry key="json" value="1" />
|
|
|
+ <entry key="twig" value="2" />
|
|
|
+ <entry key="yml" value="1" />
|
|
|
+ </counts>
|
|
|
+ </usages-collector>
|
|
|
+ <usages-collector id="statistics.file.types.open">
|
|
|
+ <counts>
|
|
|
+ <entry key="JSON" value="1" />
|
|
|
+ <entry key="Twig" value="2" />
|
|
|
+ <entry key="YAML" value="1" />
|
|
|
+ </counts>
|
|
|
+ </usages-collector>
|
|
|
+ <usages-collector id="statistics.file.extensions.edit">
|
|
|
+ <counts>
|
|
|
+ <entry key="twig" value="9" />
|
|
|
+ </counts>
|
|
|
+ </usages-collector>
|
|
|
+ <usages-collector id="statistics.file.types.edit">
|
|
|
+ <counts>
|
|
|
+ <entry key="Twig" value="9" />
|
|
|
+ </counts>
|
|
|
+ </usages-collector>
|
|
|
+ </session>
|
|
|
+ </component>
|
|
|
+ <component name="FileEditorManager">
|
|
|
+ <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
|
+ <file pinned="false" current-in-tab="false">
|
|
|
+ <entry file="file://$PROJECT_DIR$/src/AppBundle/Controller/VideothequeController.php">
|
|
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
|
+ <state relative-caret-position="900">
|
|
|
+ <caret line="93" column="45" lean-forward="true" selection-start-line="93" selection-start-column="45" selection-end-line="93" selection-end-column="45" />
|
|
|
+ <folding>
|
|
|
+ <element signature="e#1744#1760#1#PHP" expanded="true" />
|
|
|
+ <element signature="e#2666#2689#1#PHP" expanded="true" />
|
|
|
+ </folding>
|
|
|
+ </state>
|
|
|
+ </provider>
|
|
|
+ </entry>
|
|
|
+ </file>
|
|
|
+ <file pinned="false" current-in-tab="false">
|
|
|
+ <entry file="file://$PROJECT_DIR$/src/AppBundle/Resources/views/videotheque/base.html.twig">
|
|
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
|
+ <state>
|
|
|
+ <folding>
|
|
|
+ <element signature="e#12#26#0#Twig" expanded="true" />
|
|
|
+ </folding>
|
|
|
+ </state>
|
|
|
+ </provider>
|
|
|
+ </entry>
|
|
|
+ </file>
|
|
|
+ <file pinned="false" current-in-tab="true">
|
|
|
+ <entry file="file://$PROJECT_DIR$/src/AppBundle/Resources/views/videotheque/testajax.html.twig">
|
|
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
|
+ <state relative-caret-position="217">
|
|
|
+ <caret line="66" column="33" selection-start-line="66" selection-start-column="33" selection-end-line="66" selection-end-column="33" />
|
|
|
+ <folding>
|
|
|
+ <element signature="e#12#43#0#Twig" expanded="true" />
|
|
|
+ </folding>
|
|
|
+ </state>
|
|
|
+ </provider>
|
|
|
+ </entry>
|
|
|
+ </file>
|
|
|
+ </leaf>
|
|
|
+ </component>
|
|
|
+ <component name="Git.Settings">
|
|
|
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
|
+ </component>
|
|
|
+ <component name="IdeDocumentHistory">
|
|
|
+ <option name="CHANGED_PATHS">
|
|
|
+ <list>
|
|
|
+ <option value="$PROJECT_DIR$/src/AppBundle/Resources/views/videotheque/testajax.html.twig" />
|
|
|
+ </list>
|
|
|
+ </option>
|
|
|
+ </component>
|
|
|
+ <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
|
|
|
+ <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
|
|
|
+ <component name="JsGulpfileManager">
|
|
|
+ <detection-done>true</detection-done>
|
|
|
+ <sorting>DEFINITION_ORDER</sorting>
|
|
|
+ </component>
|
|
|
+ <component name="PhpWorkspaceProjectConfiguration">
|
|
|
+ <include_path>
|
|
|
+ <path value="$PROJECT_DIR$/vendor/incenteev/composer-parameter-handler" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/composer" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/polyfill-apcu" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/polyfill-intl-icu" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/polyfill-ctype" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/swiftmailer-bundle" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/polyfill-php56" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/polyfill-util" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/swiftmailer/swiftmailer" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/polyfill-mbstring" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/monolog-bundle" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/symfony" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/phpunit-bridge" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/symfony/polyfill-php70" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/twig/twig" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/fig/link-util" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/monolog/monolog" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/twbs/bootstrap" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/jdorn/sql-formatter" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/paragonie/random_compat" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/psr/container" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/psr/cache" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/psr/log" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/psr/link" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/psr/simple-cache" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/sensiolabs/security-checker" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/doctrine/doctrine-cache-bundle" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/doctrine/doctrine-bundle" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/doctrine/cache" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/doctrine/common" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/sensio/framework-extra-bundle" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/doctrine/collections" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/sensio/distribution-bundle" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/doctrine/instantiator" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/sensio/generator-bundle" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/doctrine/dbal" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/doctrine/annotations" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/doctrine/inflector" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/doctrine/orm" />
|
|
|
+ <path value="$PROJECT_DIR$/vendor/doctrine/lexer" />
|
|
|
+ </include_path>
|
|
|
+ </component>
|
|
|
+ <component name="ProjectFrameBounds" extendedState="6">
|
|
|
+ <option name="y" value="27" />
|
|
|
+ <option name="width" value="1366" />
|
|
|
+ <option name="height" value="741" />
|
|
|
+ </component>
|
|
|
+ <component name="ProjectView">
|
|
|
+ <navigator proportions="" version="1">
|
|
|
+ <foldersAlwaysOnTop value="true" />
|
|
|
+ </navigator>
|
|
|
+ <panes>
|
|
|
+ <pane id="ProjectPane">
|
|
|
+ <subPane>
|
|
|
+ <expand>
|
|
|
+ <path>
|
|
|
+ <item name="films" type="b2602c69:ProjectViewProjectNode" />
|
|
|
+ <item name="films" type="462c0819:PsiDirectoryNode" />
|
|
|
+ </path>
|
|
|
+ <path>
|
|
|
+ <item name="films" type="b2602c69:ProjectViewProjectNode" />
|
|
|
+ <item name="films" type="462c0819:PsiDirectoryNode" />
|
|
|
+ <item name="src" type="462c0819:PsiDirectoryNode" />
|
|
|
+ </path>
|
|
|
+ <path>
|
|
|
+ <item name="films" type="b2602c69:ProjectViewProjectNode" />
|
|
|
+ <item name="films" type="462c0819:PsiDirectoryNode" />
|
|
|
+ <item name="src" type="462c0819:PsiDirectoryNode" />
|
|
|
+ <item name="AppBundle" type="462c0819:PsiDirectoryNode" />
|
|
|
+ </path>
|
|
|
+ <path>
|
|
|
+ <item name="films" type="b2602c69:ProjectViewProjectNode" />
|
|
|
+ <item name="films" type="462c0819:PsiDirectoryNode" />
|
|
|
+ <item name="src" type="462c0819:PsiDirectoryNode" />
|
|
|
+ <item name="AppBundle" type="462c0819:PsiDirectoryNode" />
|
|
|
+ <item name="Controller" type="462c0819:PsiDirectoryNode" />
|
|
|
+ </path>
|
|
|
+ <path>
|
|
|
+ <item name="films" type="b2602c69:ProjectViewProjectNode" />
|
|
|
+ <item name="films" type="462c0819:PsiDirectoryNode" />
|
|
|
+ <item name="src" type="462c0819:PsiDirectoryNode" />
|
|
|
+ <item name="AppBundle" type="462c0819:PsiDirectoryNode" />
|
|
|
+ <item name="Resources" type="462c0819:PsiDirectoryNode" />
|
|
|
+ </path>
|
|
|
+ <path>
|
|
|
+ <item name="films" type="b2602c69:ProjectViewProjectNode" />
|
|
|
+ <item name="films" type="462c0819:PsiDirectoryNode" />
|
|
|
+ <item name="src" type="462c0819:PsiDirectoryNode" />
|
|
|
+ <item name="AppBundle" type="462c0819:PsiDirectoryNode" />
|
|
|
+ <item name="Resources" type="462c0819:PsiDirectoryNode" />
|
|
|
+ <item name="views" type="462c0819:PsiDirectoryNode" />
|
|
|
+ </path>
|
|
|
+ <path>
|
|
|
+ <item name="films" type="b2602c69:ProjectViewProjectNode" />
|
|
|
+ <item name="films" type="462c0819:PsiDirectoryNode" />
|
|
|
+ <item name="src" type="462c0819:PsiDirectoryNode" />
|
|
|
+ <item name="AppBundle" type="462c0819:PsiDirectoryNode" />
|
|
|
+ <item name="Resources" type="462c0819:PsiDirectoryNode" />
|
|
|
+ <item name="views" type="462c0819:PsiDirectoryNode" />
|
|
|
+ <item name="videotheque" type="462c0819:PsiDirectoryNode" />
|
|
|
+ </path>
|
|
|
+ </expand>
|
|
|
+ <select />
|
|
|
+ </subPane>
|
|
|
+ </pane>
|
|
|
+ <pane id="Scope" />
|
|
|
+ </panes>
|
|
|
+ </component>
|
|
|
+ <component name="PropertiesComponent">
|
|
|
+ <property name="WebServerToolWindowFactoryState" value="false" />
|
|
|
+ <property name="nodejs_package_manager_path" value="npm" />
|
|
|
+ <property name="settings.editor.selected.configurable" value="preferences.pluginManager" />
|
|
|
+ </component>
|
|
|
+ <component name="RunDashboard">
|
|
|
+ <option name="ruleStates">
|
|
|
+ <list>
|
|
|
+ <RuleState>
|
|
|
+ <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
|
|
|
+ </RuleState>
|
|
|
+ <RuleState>
|
|
|
+ <option name="name" value="StatusDashboardGroupingRule" />
|
|
|
+ </RuleState>
|
|
|
+ </list>
|
|
|
+ </option>
|
|
|
+ </component>
|
|
|
+ <component name="SvnConfiguration">
|
|
|
+ <configuration />
|
|
|
+ </component>
|
|
|
+ <component name="TaskManager">
|
|
|
+ <task active="true" id="Default" summary="Default task">
|
|
|
+ <changelist id="19fd33e1-3e6e-469c-a5f8-ac62ca30af41" name="Default Changelist" comment="" />
|
|
|
+ <created>1539955568381</created>
|
|
|
+ <option name="number" value="Default" />
|
|
|
+ <option name="presentableId" value="Default" />
|
|
|
+ <updated>1539955568381</updated>
|
|
|
+ <workItem from="1539955571597" duration="339000" />
|
|
|
+ <workItem from="1539955933558" duration="194000" />
|
|
|
+ </task>
|
|
|
+ <servers />
|
|
|
+ </component>
|
|
|
+ <component name="TimeTrackingManager">
|
|
|
+ <option name="totallyTimeSpent" value="533000" />
|
|
|
+ </component>
|
|
|
+ <component name="ToolWindowManager">
|
|
|
+ <frame x="0" y="27" width="1366" height="741" extended-state="6" />
|
|
|
+ <editor active="true" />
|
|
|
+ <layout>
|
|
|
+ <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.25" />
|
|
|
+ <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
|
|
|
+ <window_info id="Favorites" order="2" side_tool="true" />
|
|
|
+ <window_info anchor="bottom" id="Message" order="0" />
|
|
|
+ <window_info anchor="bottom" id="Find" order="1" />
|
|
|
+ <window_info anchor="bottom" id="Run" order="2" />
|
|
|
+ <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
|
|
|
+ <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
|
|
|
+ <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
|
|
|
+ <window_info anchor="bottom" id="TODO" order="6" />
|
|
|
+ <window_info anchor="bottom" id="Docker" order="7" show_stripe_button="false" />
|
|
|
+ <window_info anchor="bottom" id="Database Changes" order="8" show_stripe_button="false" />
|
|
|
+ <window_info anchor="bottom" id="Version Control" order="9" show_stripe_button="false" />
|
|
|
+ <window_info anchor="bottom" id="Terminal" order="10" />
|
|
|
+ <window_info anchor="bottom" id="Event Log" order="11" side_tool="true" visible="true" weight="0.3283582" />
|
|
|
+ <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
|
|
|
+ <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
|
|
+ <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
|
|
|
+ <window_info anchor="right" id="Database" order="3" />
|
|
|
+ </layout>
|
|
|
+ </component>
|
|
|
+ <component name="TypeScriptGeneratedFilesManager">
|
|
|
+ <option name="version" value="1" />
|
|
|
+ </component>
|
|
|
+ <component name="VcsContentAnnotationSettings">
|
|
|
+ <option name="myLimit" value="2678400000" />
|
|
|
+ </component>
|
|
|
+ <component name="editorHistoryManager">
|
|
|
+ <entry file="file://$PROJECT_DIR$/.project">
|
|
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
|
+ <state>
|
|
|
+ <caret selection-end-line="22" />
|
|
|
+ </state>
|
|
|
+ </provider>
|
|
|
+ </entry>
|
|
|
+ <entry file="file://$PROJECT_DIR$/.buildpath">
|
|
|
+ <provider selected="true" editor-type-id="text-editor" />
|
|
|
+ </entry>
|
|
|
+ <entry file="file://$PROJECT_DIR$/package.json">
|
|
|
+ <provider selected="true" editor-type-id="text-editor" />
|
|
|
+ </entry>
|
|
|
+ <entry file="file://$PROJECT_DIR$/app/config/routing.yml">
|
|
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
|
+ <state relative-caret-position="15">
|
|
|
+ <caret line="1" column="4" selection-start-line="1" selection-start-column="4" selection-end-line="1" selection-end-column="4" />
|
|
|
+ </state>
|
|
|
+ </provider>
|
|
|
+ </entry>
|
|
|
+ <entry file="file://$PROJECT_DIR$/src/AppBundle/Controller/VideothequeController.php">
|
|
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
|
+ <state relative-caret-position="900">
|
|
|
+ <caret line="93" column="45" lean-forward="true" selection-start-line="93" selection-start-column="45" selection-end-line="93" selection-end-column="45" />
|
|
|
+ <folding>
|
|
|
+ <element signature="e#1744#1760#1#PHP" expanded="true" />
|
|
|
+ <element signature="e#2666#2689#1#PHP" expanded="true" />
|
|
|
+ </folding>
|
|
|
+ </state>
|
|
|
+ </provider>
|
|
|
+ </entry>
|
|
|
+ <entry file="file://$PROJECT_DIR$/src/AppBundle/Resources/views/videotheque/base.html.twig">
|
|
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
|
+ <state>
|
|
|
+ <folding>
|
|
|
+ <element signature="e#12#26#0#Twig" expanded="true" />
|
|
|
+ </folding>
|
|
|
+ </state>
|
|
|
+ </provider>
|
|
|
+ </entry>
|
|
|
+ <entry file="file://$PROJECT_DIR$/src/AppBundle/Resources/views/videotheque/testajax.html.twig">
|
|
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
|
+ <state relative-caret-position="217">
|
|
|
+ <caret line="66" column="33" selection-start-line="66" selection-start-column="33" selection-end-line="66" selection-end-column="33" />
|
|
|
+ <folding>
|
|
|
+ <element signature="e#12#43#0#Twig" expanded="true" />
|
|
|
+ </folding>
|
|
|
+ </state>
|
|
|
+ </provider>
|
|
|
+ </entry>
|
|
|
+ </component>
|
|
|
+</project>
|