mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 23:43:12 +00:00
Merge branch 'master' into PHRAS-2665_PRod_video_tools_use_preview_ratio_instead_of_document_ratio
This commit is contained in:
@@ -16,7 +16,7 @@ class Version
|
|||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
private $number = '4.1.0-alpha.14a';
|
private $number = '4.1.0-alpha.15a';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
|
@@ -1278,6 +1278,27 @@
|
|||||||
<field>id</field>
|
<field>id</field>
|
||||||
</fields>
|
</fields>
|
||||||
</index>
|
</index>
|
||||||
|
<index>
|
||||||
|
<name>usr_id</name>
|
||||||
|
<type>INDEX</type>
|
||||||
|
<fields>
|
||||||
|
<field>usr_id</field>
|
||||||
|
</fields>
|
||||||
|
</index>
|
||||||
|
<index>
|
||||||
|
<name>unread</name>
|
||||||
|
<type>INDEX</type>
|
||||||
|
<fields>
|
||||||
|
<field>unread</field>
|
||||||
|
</fields>
|
||||||
|
</index>
|
||||||
|
<index>
|
||||||
|
<name>created_on</name>
|
||||||
|
<type>INDEX</type>
|
||||||
|
<fields>
|
||||||
|
<field>created_on</field>
|
||||||
|
</fields>
|
||||||
|
</index>
|
||||||
</indexes>
|
</indexes>
|
||||||
<engine>InnoDB</engine>
|
<engine>InnoDB</engine>
|
||||||
</table>
|
</table>
|
||||||
|
@@ -32,7 +32,7 @@
|
|||||||
<script type="text/javascript" src="/assets/vendors/jquery-ui/jquery-ui.js"></script>
|
<script type="text/javascript" src="/assets/vendors/jquery-ui/jquery-ui.js"></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
<body class="PNB {{ cssfile }}">
|
<body class="PNB">
|
||||||
<div id="mainContainer" class="PNB">
|
<div id="mainContainer" class="PNB">
|
||||||
{% include 'common/menubar.html.twig' %}
|
{% include 'common/menubar.html.twig' %}
|
||||||
<div class="PNB" id="mainContent" style="overflow: auto">
|
<div class="PNB" id="mainContent" style="overflow: auto">
|
||||||
|
@@ -146,7 +146,7 @@
|
|||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
prodApp.appEvents.emit('workzone.doRemoveWarning', "{% if app['settings'].getUserSetting(app.getAuthenticatedUser(), "warning_on_delete_story") %}true{% else %}false{% endif %}");
|
prodApp.appEvents.emit('workzone.doRemoveWarning', "{% if app['settings'].getUserSetting(app.getAuthenticatedUser(), "warning_on_delete_story") %}true{% else %}false{% endif %}");
|
||||||
prodApp.appEvents.emit('search.updateFacetData');
|
prodApp.appEvents.emit('search.updateFacetData');
|
||||||
|
$('body').addClass('{{ cssfile }}');
|
||||||
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
Reference in New Issue
Block a user