mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Merge remote-tracking branch 'upstream/master' into 20150306-elastic-indexer
Conflicts: bin/console bower.json composer.json composer.lock lib/Alchemy/Phrasea/Application.php lib/Alchemy/Phrasea/Border/Manager.php lib/Alchemy/Phrasea/Controller/Api/V1.php lib/Alchemy/Phrasea/Core/PhraseaEvents.php lib/Alchemy/Phrasea/SearchEngine/SearchEngineOptions.php lib/classes/caption/field.php lib/classes/record/Interface.php templates/web/prod/index.html.twig www/skins/prod/000000/prodcolor.css
This commit is contained in:
@@ -3817,68 +3817,6 @@
|
||||
<engine>InnoDB</engine>
|
||||
</table>
|
||||
|
||||
<table name="log_thumb">
|
||||
<fields>
|
||||
<field>
|
||||
<name>date</name>
|
||||
<type>datetime</type>
|
||||
<null></null>
|
||||
<extra></extra>
|
||||
<default>0000-00-00 00:00:00</default>
|
||||
<comment></comment>
|
||||
</field>
|
||||
<field>
|
||||
<name>record_id</name>
|
||||
<type>int(11) unsigned</type>
|
||||
<null></null>
|
||||
<extra></extra>
|
||||
<default></default>
|
||||
<comment></comment>
|
||||
</field>
|
||||
<field>
|
||||
<name>site_id</name>
|
||||
<type>varchar(256)</type>
|
||||
<null></null>
|
||||
<extra></extra>
|
||||
<default></default>
|
||||
<comment></comment>
|
||||
</field>
|
||||
<field>
|
||||
<name>counter</name>
|
||||
<type>int(11) unsigned</type>
|
||||
<null></null>
|
||||
<extra></extra>
|
||||
<default>1</default>
|
||||
<comment></comment>
|
||||
</field>
|
||||
</fields>
|
||||
<indexes>
|
||||
<index>
|
||||
<name>date</name>
|
||||
<type>INDEX</type>
|
||||
<fields>
|
||||
<field>date</field>
|
||||
</fields>
|
||||
</index>
|
||||
<index>
|
||||
<name>record_id</name>
|
||||
<type>INDEX</type>
|
||||
<fields>
|
||||
<field>record_id</field>
|
||||
</fields>
|
||||
</index>
|
||||
<index>
|
||||
<name>site_id</name>
|
||||
<type>INDEX</type>
|
||||
<fields>
|
||||
<field>record_id</field>
|
||||
</fields>
|
||||
</index>
|
||||
</indexes>
|
||||
<engine>InnoDB</engine>
|
||||
</table>
|
||||
|
||||
|
||||
<table name="permalinks">
|
||||
<fields>
|
||||
<field>
|
||||
|
@@ -206,10 +206,6 @@ session:
|
||||
idle: 0
|
||||
# 1 week
|
||||
lifetime: 604800
|
||||
static-file:
|
||||
enabled: false
|
||||
type: nginx
|
||||
symlink-directory: ''
|
||||
crossdomain:
|
||||
allow-access-from:
|
||||
-
|
||||
|
221
lib/conf.d/data_templates/DublinCore.xml
Normal file
221
lib/conf.d/data_templates/DublinCore.xml
Normal file
@@ -0,0 +1,221 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<record>
|
||||
<path>{{datapathnoweb}}{{basename}}/documents</path>
|
||||
<subdefs>
|
||||
<subdefgroup name="image">
|
||||
<subdef class="preview" name="preview" downloadable="true">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<size>1024</size>
|
||||
<method>resample</method>
|
||||
<dpi>72</dpi>
|
||||
<strip>no</strip>
|
||||
<quality>75</quality>
|
||||
<meta>yes</meta>
|
||||
<devices>screen</devices>
|
||||
<mediatype>image</mediatype>
|
||||
<label lang="fr">Prévisualisation</label>
|
||||
<label lang="en">Preview</label>
|
||||
</subdef>
|
||||
<subdef class="thumbnail" name="thumbnail" downloadable="true">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<size>240</size>
|
||||
<method>resample</method>
|
||||
<dpi>72</dpi>
|
||||
<strip>yes</strip>
|
||||
<quality>75</quality>
|
||||
<meta>no</meta>
|
||||
<devices>screen</devices>
|
||||
<mediatype>image</mediatype>
|
||||
<label lang="fr">Vignette</label>
|
||||
<label lang="en">Thumbnail</label>
|
||||
</subdef>
|
||||
<subdef class="preview" name="preview_mobile" downloadable="false">
|
||||
<size>480</size>
|
||||
<resolution>72</resolution>
|
||||
<strip>yes</strip>
|
||||
<quality>75</quality>
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>image</mediatype>
|
||||
<meta>no</meta>
|
||||
<devices>handheld</devices>
|
||||
<label lang="fr">Prévisualisation Mobile</label>
|
||||
<label lang="en">Mobile Preview</label>
|
||||
</subdef>
|
||||
<subdef class="thumbnail" name="thumbnail_mobile" downloadable="false">
|
||||
<size>150</size>
|
||||
<resolution>72</resolution>
|
||||
<strip>yes</strip>
|
||||
<quality>75</quality>
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>image</mediatype>
|
||||
<meta>no</meta>
|
||||
<devices>handheld</devices>
|
||||
<label lang="fr">Vignette mobile</label>
|
||||
<label lang="en">Mobile Thumbnail</label>
|
||||
</subdef>
|
||||
</subdefgroup>
|
||||
<subdefgroup name="video">
|
||||
<subdef class="thumbnail" name="thumbnail" downloadable="false">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<size>240</size>
|
||||
<devices>screen</devices>
|
||||
<mediatype>image</mediatype>
|
||||
<writeDatas>no</writeDatas>
|
||||
<label lang="fr">Vignette</label>
|
||||
<label lang="en">Thumbnail</label>
|
||||
</subdef>
|
||||
<subdef class="thumbnail" name="thumbnailgif" downloadable="false">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<size>240</size>
|
||||
<mediatype>gif</mediatype>
|
||||
<delay>150</delay>
|
||||
<devices>screen</devices>
|
||||
<writeDatas>no</writeDatas>
|
||||
<label lang="fr">Animation GIF</label>
|
||||
<label lang="en">GIF Animation</label>
|
||||
</subdef>
|
||||
<subdef class="preview" name="preview" downloadable="true">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<size>748</size>
|
||||
<mediatype>video</mediatype>
|
||||
<writeDatas>yes</writeDatas>
|
||||
<acodec>libfaac</acodec>
|
||||
<vcodec>libx264</vcodec>
|
||||
<devices>screen</devices>
|
||||
<bitrate>1000</bitrate>
|
||||
<audiobitrate>128</audiobitrate>
|
||||
<audiosamplerate>48000</audiosamplerate>
|
||||
<fps>25</fps>
|
||||
<GOPsize>25</GOPsize>
|
||||
<label lang="fr">Prévisualisation</label>
|
||||
<label lang="en">Preview</label>
|
||||
</subdef>
|
||||
<subdef class="preview" name="preview_webm" downloadable="false">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<size>748</size>
|
||||
<mediatype>video</mediatype>
|
||||
<devices>screen</devices>
|
||||
<bitrate>1000</bitrate>
|
||||
<audiobitrate>128</audiobitrate>
|
||||
<audiosamplerate>48000</audiosamplerate>
|
||||
<acodec>libvorbis</acodec>
|
||||
<fps>25</fps>
|
||||
<GOPsize>25</GOPsize>
|
||||
<vcodec>libvpx</vcodec>
|
||||
<label lang="fr">Prévisualisation WebM</label>
|
||||
<label lang="en">WebM Preview</label>
|
||||
</subdef>
|
||||
</subdefgroup>
|
||||
<subdefgroup name="audio">
|
||||
<subdef class="thumbnail" name="thumbnail" downloadable="true">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>image</mediatype>
|
||||
<size>240</size>
|
||||
<devices>screen</devices>
|
||||
<writeDatas>no</writeDatas>
|
||||
<label lang="fr">Vignette</label>
|
||||
<label lang="en">Thumbnail</label>
|
||||
</subdef>
|
||||
<subdef class="preview" name="preview" downloadable="true">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>audio</mediatype>
|
||||
<writeDatas>yes</writeDatas>
|
||||
<audiobitrate>128</audiobitrate>
|
||||
<audiosamplerate>48000</audiosamplerate>
|
||||
<devices>screen</devices>
|
||||
<label lang="fr">Prévisualisation</label>
|
||||
<label lang="en">Preview</label>
|
||||
</subdef>
|
||||
<subdef class="preview" name="preview_mobile" downloadable="false">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>audio</mediatype>
|
||||
<devices>handheld</devices>
|
||||
<label lang="fr">Prévisualisation Mobile</label>
|
||||
<label lang="en">Mobile Preview</label>
|
||||
</subdef>
|
||||
</subdefgroup>
|
||||
<subdefgroup name="document">
|
||||
<subdef class="thumbnail" name="thumbnail" downloadable="false">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>image</mediatype>
|
||||
<method>resample</method>
|
||||
<dpi>72</dpi>
|
||||
<size>240</size>
|
||||
<writeDatas>no</writeDatas>
|
||||
<devices>screen</devices>
|
||||
<label lang="fr">Vignette</label>
|
||||
<label lang="en">Thumbnail</label>
|
||||
</subdef>
|
||||
<subdef class="preview" name="preview" downloadable="false">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>flexpaper</mediatype>
|
||||
<writeDatas>no</writeDatas>
|
||||
<devices>screen</devices>
|
||||
<label lang="fr">Prévisualisation</label>
|
||||
<label lang="en">Preview</label>
|
||||
</subdef>
|
||||
</subdefgroup>
|
||||
<subdefgroup name="flash">
|
||||
<subdef class="thumbnail" name="thumbnail" downloadable="false">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>image</mediatype>
|
||||
<size>240</size>
|
||||
<writeDatas>no</writeDatas>
|
||||
<method>resample</method>
|
||||
<dpi>72</dpi>
|
||||
<devices>screen</devices>
|
||||
<label lang="fr">Vignette</label>
|
||||
<label lang="en">Thumbnail</label>
|
||||
</subdef>
|
||||
<subdef class="preview" name="preview" downloadable="false">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>image</mediatype>
|
||||
<size>800</size>
|
||||
<writeDatas>no</writeDatas>
|
||||
<method>resample</method>
|
||||
<dpi>72</dpi>
|
||||
<devices>screen</devices>
|
||||
<label lang="fr">Prévisualisation</label>
|
||||
<label lang="en">Preview</label>
|
||||
</subdef>
|
||||
</subdefgroup>
|
||||
</subdefs>
|
||||
|
||||
<description>
|
||||
<Title src="XMP-dc:Title" thumbtitle="1" report="1" />
|
||||
<Creator src="XMP-dc:Creator" report="1" />
|
||||
<Subject src="XMP-dc:Subject" multi="1"/>
|
||||
<Description src="XMP-dc:Description" report="0" />
|
||||
<Publisher src="XMP-dc:Publisher" type="date" report="0" />
|
||||
<Contributor src="XMP-dc:Contributor" report="0"/>
|
||||
<Date src="XMP-dc:Date" type="date" report="0" />
|
||||
<Type src="XMP-dc:Type" report="1" />
|
||||
<Format src="XMP-dc:Format" report="0" />
|
||||
<Identifier src="XMP-dc:Identifier" report="1" />
|
||||
<Source src="XMP-dc:Source" report="0" />
|
||||
<Language src="XMP-dc:Language" report="0" />
|
||||
<Relation src="XMP-dc:Relation" report="0" />
|
||||
<Coverage src="XMP-dc:Coverage" report="1" />
|
||||
<Rights src="XMP-dc:Rights" report="0" />
|
||||
<Comments src="" business="1" report="0" />
|
||||
<Filename src="Phraseanet:tf-basename" readonly="1" type="text" report="1"/>
|
||||
<CameraDevice src="IFD0:Model" readonly="1" report="0" />
|
||||
<Latitude src="GPS:GPSLatitude" readonly="1" report="0" />
|
||||
<Longitude src="GPS:GPSLongitude" readonly="1" report="0"/>
|
||||
<ArchiveDate src="Phraseanet:tf-archivedate" readonly="1" type="date" report="0" />
|
||||
<LastEditDate src="Phraseanet:tf-editdate" readonly="1" type="date" report="0" />
|
||||
</description>
|
||||
|
||||
<statbits>
|
||||
<bit n="4" labelOn="Caption filled" searchable="0" printable="0" labelOff="Caption not filled">
|
||||
<label switch="off" code="de">Nicht gefüllt</label>
|
||||
<label switch="off" code="en">Caption not filled</label>
|
||||
<label switch="off" code="fr">Média non renseigné</label>
|
||||
<label switch="off" code="nl"/>
|
||||
<label switch="on" code="de">Gefüllt</label>
|
||||
<label switch="on" code="en">Caption filled</label>
|
||||
<label switch="on" code="fr">Média renseigné</label>
|
||||
<label switch="on" code="nl"/>
|
||||
</bit>
|
||||
</statbits>
|
||||
</record>
|
@@ -5,7 +5,7 @@
|
||||
<subdefgroup name="image">
|
||||
<subdef class="preview" name="preview" downloadable="true">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<size>800</size>
|
||||
<size>1024</size>
|
||||
<method>resample</method>
|
||||
<dpi>72</dpi>
|
||||
<strip>no</strip>
|
||||
@@ -18,7 +18,7 @@
|
||||
</subdef>
|
||||
<subdef class="thumbnail" name="thumbnail" downloadable="true">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<size>200</size>
|
||||
<size>240</size>
|
||||
<method>resample</method>
|
||||
<dpi>72</dpi>
|
||||
<strip>yes</strip>
|
||||
@@ -26,7 +26,7 @@
|
||||
<meta>no</meta>
|
||||
<devices>screen</devices>
|
||||
<mediatype>image</mediatype>
|
||||
<label lang="fr">Imagette</label>
|
||||
<label lang="fr">Vignette</label>
|
||||
<label lang="en">Thumbnail</label>
|
||||
</subdef>
|
||||
<subdef class="preview" name="preview_mobile" downloadable="false">
|
||||
@@ -50,145 +50,82 @@
|
||||
<mediatype>image</mediatype>
|
||||
<meta>no</meta>
|
||||
<devices>handheld</devices>
|
||||
<label lang="fr">Imagette mobile</label>
|
||||
<label lang="fr">Vignette mobile</label>
|
||||
<label lang="en">Mobile Thumbnail</label>
|
||||
</subdef>
|
||||
</subdefgroup>
|
||||
<subdefgroup name="video">
|
||||
<subdef class="preview" name="preview_mobile_webm" downloadable="false">
|
||||
<subdef class="thumbnail" name="thumbnail" downloadable="false">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>video</mediatype>
|
||||
<bitrate>300</bitrate>
|
||||
<threads>2</threads>
|
||||
<GOPsize>25</GOPsize>
|
||||
<size>480</size>
|
||||
<fps>15</fps>
|
||||
<devices>handheld</devices>
|
||||
<vcodec>libvpx</vcodec>
|
||||
<acodec>libvorbis</acodec>
|
||||
<label lang="fr">Prévisualisation mobile WebM</label>
|
||||
<label lang="en">WebM mobile Preview</label>
|
||||
</subdef>
|
||||
<subdef class="preview" name="preview_mobile_ogg" downloadable="false">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>video</mediatype>
|
||||
<bitrate>300</bitrate>
|
||||
<threads>2</threads>
|
||||
<GOPsize>25</GOPsize>
|
||||
<size>480</size>
|
||||
<fps>15</fps>
|
||||
<devices>handheld</devices>
|
||||
<vcodec>libtheora</vcodec>
|
||||
<acodec>libvorbis</acodec>
|
||||
<label lang="fr">Prévisualisation mobile Ogg</label>
|
||||
<label lang="en">Ogg mobile Preview</label>
|
||||
</subdef>
|
||||
<subdef class="preview" name="preview_mobile_x264" downloadable="false">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>video</mediatype>
|
||||
<bitrate>300</bitrate>
|
||||
<threads>2</threads>
|
||||
<GOPsize>25</GOPsize>
|
||||
<size>480</size>
|
||||
<fps>15</fps>
|
||||
<devices>handheld</devices>
|
||||
<acodec>libfaac</acodec>
|
||||
<vcodec>libx264</vcodec>
|
||||
<label lang="fr">Prévisualisation X264</label>
|
||||
<label lang="en">X264 Preview</label>
|
||||
</subdef>
|
||||
<subdef class="preview" name="preview_webm" downloadable="false">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>video</mediatype>
|
||||
<size>240</size>
|
||||
<devices>screen</devices>
|
||||
<bitrate>1000</bitrate>
|
||||
<threads>1</threads>
|
||||
<acodec>libvorbis</acodec>
|
||||
<GOPsize>25</GOPsize>
|
||||
<size>800</size>
|
||||
<fps>15</fps>
|
||||
<vcodec>libvpx</vcodec>
|
||||
<label lang="fr">Prévisualisation WebM</label>
|
||||
<label lang="en">WebM Preview</label>
|
||||
</subdef>
|
||||
<subdef class="preview" name="preview_ogg" downloadable="false">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>video</mediatype>
|
||||
<devices>screen</devices>
|
||||
<bitrate>1000</bitrate>
|
||||
<threads>1</threads>
|
||||
<acodec>libvorbis</acodec>
|
||||
<GOPsize>25</GOPsize>
|
||||
<size>800</size>
|
||||
<fps>15</fps>
|
||||
<vcodec>libtheora</vcodec>
|
||||
<label lang="fr">Prévisualisation Ogg</label>
|
||||
<label lang="en">Ogg Preview</label>
|
||||
</subdef>
|
||||
<subdef class="thumbnail" name="thumbnail_mobile" downloadable="false">
|
||||
<size>150</size>
|
||||
<resolution>72</resolution>
|
||||
<strip>yes</strip>
|
||||
<quality>75</quality>
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>image</mediatype>
|
||||
<meta>no</meta>
|
||||
<devices>handheld</devices>
|
||||
<label lang="fr">Imagette mobile</label>
|
||||
<label lang="en">Mobile Thumbnail</label>
|
||||
<writeDatas>no</writeDatas>
|
||||
<label lang="fr">Vignette</label>
|
||||
<label lang="en">Thumbnail</label>
|
||||
</subdef>
|
||||
<subdef class="preview" name="preview" downloadable="true">
|
||||
<subdef class="thumbnail" name="thumbnailgif" downloadable="false">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<size>800</size>
|
||||
<mediatype>video</mediatype>
|
||||
<writeDatas>yes</writeDatas>
|
||||
<acodec>libfaac</acodec>
|
||||
<vcodec>libx264</vcodec>
|
||||
<devices>screen</devices>
|
||||
<bitrate>1000</bitrate>
|
||||
<threads>8</threads>
|
||||
<fps>15</fps>
|
||||
<label lang="fr">Prévisualisation</label>
|
||||
<label lang="en">Preview</label>
|
||||
</subdef>
|
||||
<subdef class="thumbnail" name="thumbnailgif" downloadable="true">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<size>200</size>
|
||||
<size>240</size>
|
||||
<mediatype>gif</mediatype>
|
||||
<delay>500</delay>
|
||||
<delay>150</delay>
|
||||
<devices>screen</devices>
|
||||
<writeDatas>no</writeDatas>
|
||||
<label lang="fr">Animation GIF</label>
|
||||
<label lang="en">GIF Animation</label>
|
||||
</subdef>
|
||||
<subdef class="thumbnail" name="thumbnail" downloadable="true">
|
||||
<subdef class="preview" name="preview" downloadable="true">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<size>200</size>
|
||||
<size>748</size>
|
||||
<mediatype>video</mediatype>
|
||||
<writeDatas>yes</writeDatas>
|
||||
<acodec>libfaac</acodec>
|
||||
<vcodec>libx264</vcodec>
|
||||
<devices>screen</devices>
|
||||
<mediatype>image</mediatype>
|
||||
<writeDatas>no</writeDatas>
|
||||
<label lang="fr">Imagette</label>
|
||||
<label lang="en">Thumbnail</label>
|
||||
<bitrate>1000</bitrate>
|
||||
<audiobitrate>128</audiobitrate>
|
||||
<audiosamplerate>48000</audiosamplerate>
|
||||
<fps>25</fps>
|
||||
<GOPsize>25</GOPsize>
|
||||
<label lang="fr">Prévisualisation</label>
|
||||
<label lang="en">Preview</label>
|
||||
</subdef>
|
||||
<subdef class="preview" name="preview_webm" downloadable="false">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<size>748</size>
|
||||
<mediatype>video</mediatype>
|
||||
<devices>screen</devices>
|
||||
<bitrate>1000</bitrate>
|
||||
<audiobitrate>128</audiobitrate>
|
||||
<audiosamplerate>48000</audiosamplerate>
|
||||
<acodec>libvorbis</acodec>
|
||||
<fps>25</fps>
|
||||
<GOPsize>25</GOPsize>
|
||||
<vcodec>libvpx</vcodec>
|
||||
<label lang="fr">Prévisualisation WebM</label>
|
||||
<label lang="en">WebM Preview</label>
|
||||
</subdef>
|
||||
</subdefgroup>
|
||||
<subdefgroup name="audio">
|
||||
<subdef class="thumbnail" name="thumbnail" downloadable="true">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>image</mediatype>
|
||||
<size>240</size>
|
||||
<devices>screen</devices>
|
||||
<writeDatas>no</writeDatas>
|
||||
<label lang="fr">Vignette</label>
|
||||
<label lang="en">Thumbnail</label>
|
||||
</subdef>
|
||||
<subdef class="preview" name="preview" downloadable="true">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>audio</mediatype>
|
||||
<writeDatas>yes</writeDatas>
|
||||
<audiobitrate>128</audiobitrate>
|
||||
<audiosamplerate>48000</audiosamplerate>
|
||||
<devices>screen</devices>
|
||||
<label lang="fr">Prévisualisation</label>
|
||||
<label lang="en">Preview</label>
|
||||
</subdef>
|
||||
<subdef class="thumbnail" name="thumbnail" downloadable="true">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>image</mediatype>
|
||||
<size>200</size>
|
||||
<devices>screen</devices>
|
||||
<writeDatas>no</writeDatas>
|
||||
<label lang="fr">Imagette</label>
|
||||
<label lang="en">Thumbnail</label>
|
||||
</subdef>
|
||||
<subdef class="preview" name="preview_mobile" downloadable="false">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>audio</mediatype>
|
||||
@@ -196,20 +133,19 @@
|
||||
<label lang="fr">Prévisualisation Mobile</label>
|
||||
<label lang="en">Mobile Preview</label>
|
||||
</subdef>
|
||||
<subdef class="thumbnail" name="thumbnail_mobile" downloadable="false">
|
||||
<size>150</size>
|
||||
<resolution>72</resolution>
|
||||
<strip>yes</strip>
|
||||
<quality>75</quality>
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>image</mediatype>
|
||||
<meta>no</meta>
|
||||
<devices>handheld</devices>
|
||||
<label lang="fr">Imagette mobile</label>
|
||||
<label lang="en">Mobile Thumbnail</label>
|
||||
</subdef>
|
||||
</subdefgroup>
|
||||
<subdefgroup name="document">
|
||||
<subdef class="thumbnail" name="thumbnail" downloadable="false">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>image</mediatype>
|
||||
<method>resample</method>
|
||||
<dpi>72</dpi>
|
||||
<size>240</size>
|
||||
<writeDatas>no</writeDatas>
|
||||
<devices>screen</devices>
|
||||
<label lang="fr">Vignette</label>
|
||||
<label lang="en">Thumbnail</label>
|
||||
</subdef>
|
||||
<subdef class="preview" name="preview" downloadable="false">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>flexpaper</mediatype>
|
||||
@@ -218,38 +154,19 @@
|
||||
<label lang="fr">Prévisualisation</label>
|
||||
<label lang="en">Preview</label>
|
||||
</subdef>
|
||||
</subdefgroup>
|
||||
<subdefgroup name="flash">
|
||||
<subdef class="thumbnail" name="thumbnail" downloadable="false">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>image</mediatype>
|
||||
<size>240</size>
|
||||
<writeDatas>no</writeDatas>
|
||||
<method>resample</method>
|
||||
<dpi>72</dpi>
|
||||
<size>200</size>
|
||||
<writeDatas>no</writeDatas>
|
||||
<devices>screen</devices>
|
||||
<label lang="fr">Imagette</label>
|
||||
<label lang="fr">Vignette</label>
|
||||
<label lang="en">Thumbnail</label>
|
||||
</subdef>
|
||||
<subdef class="preview" name="preview_mobile" downloadable="false">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>flexpaper</mediatype>
|
||||
<devices>handheld</devices>
|
||||
<label lang="fr">Prévisualisation Mobile</label>
|
||||
<label lang="en">Mobile Preview</label>
|
||||
</subdef>
|
||||
<subdef class="thumbnail" name="thumbnail_mobile" downloadable="false">
|
||||
<size>150</size>
|
||||
<resolution>72</resolution>
|
||||
<strip>yes</strip>
|
||||
<quality>75</quality>
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>image</mediatype>
|
||||
<meta>no</meta>
|
||||
<devices>handheld</devices>
|
||||
<label lang="fr">Imagette mobile</label>
|
||||
<label lang="en">Mobile Thumbnail</label>
|
||||
</subdef>
|
||||
</subdefgroup>
|
||||
<subdefgroup name="flash">
|
||||
<subdef class="preview" name="preview" downloadable="false">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>image</mediatype>
|
||||
@@ -261,41 +178,6 @@
|
||||
<label lang="fr">Prévisualisation</label>
|
||||
<label lang="en">Preview</label>
|
||||
</subdef>
|
||||
<subdef class="thumbnail" name="thumbnail" downloadable="false">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>image</mediatype>
|
||||
<size>200</size>
|
||||
<writeDatas>no</writeDatas>
|
||||
<method>resample</method>
|
||||
<dpi>72</dpi>
|
||||
<devices>screen</devices>
|
||||
<label lang="fr">Imagette</label>
|
||||
<label lang="en">Thumbnail</label>
|
||||
</subdef>
|
||||
<subdef class="preview" name="preview_mobile" downloadable="false">
|
||||
<size>480</size>
|
||||
<resolution>72</resolution>
|
||||
<strip>yes</strip>
|
||||
<quality>75</quality>
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>image</mediatype>
|
||||
<meta>no</meta>
|
||||
<devices>handheld</devices>
|
||||
<label lang="fr">Prévisualisation Mobile</label>
|
||||
<label lang="en">Mobile Preview</label>
|
||||
</subdef>
|
||||
<subdef class="thumbnail" name="thumbnail_mobile" downloadable="false">
|
||||
<size>150</size>
|
||||
<resolution>72</resolution>
|
||||
<strip>yes</strip>
|
||||
<quality>75</quality>
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>image</mediatype>
|
||||
<meta>no</meta>
|
||||
<devices>handheld</devices>
|
||||
<label lang="fr">Imagette mobile</label>
|
||||
<label lang="en">Mobile Thumbnail</label>
|
||||
</subdef>
|
||||
</subdefgroup>
|
||||
</subdefs>
|
||||
|
||||
|
@@ -5,7 +5,7 @@
|
||||
<subdefgroup name="image">
|
||||
<subdef class="preview" name="preview" downloadable="true">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<size>800</size>
|
||||
<size>1024</size>
|
||||
<method>resample</method>
|
||||
<dpi>72</dpi>
|
||||
<strip>no</strip>
|
||||
@@ -18,7 +18,7 @@
|
||||
</subdef>
|
||||
<subdef class="thumbnail" name="thumbnail" downloadable="true">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<size>200</size>
|
||||
<size>240</size>
|
||||
<method>resample</method>
|
||||
<dpi>72</dpi>
|
||||
<strip>yes</strip>
|
||||
@@ -26,7 +26,7 @@
|
||||
<meta>no</meta>
|
||||
<devices>screen</devices>
|
||||
<mediatype>image</mediatype>
|
||||
<label lang="fr">Imagette</label>
|
||||
<label lang="fr">Vignette</label>
|
||||
<label lang="en">Thumbnail</label>
|
||||
</subdef>
|
||||
<subdef class="preview" name="preview_mobile" downloadable="false">
|
||||
@@ -50,145 +50,82 @@
|
||||
<mediatype>image</mediatype>
|
||||
<meta>no</meta>
|
||||
<devices>handheld</devices>
|
||||
<label lang="fr">Imagette mobile</label>
|
||||
<label lang="fr">Vignette mobile</label>
|
||||
<label lang="en">Mobile Thumbnail</label>
|
||||
</subdef>
|
||||
</subdefgroup>
|
||||
<subdefgroup name="video">
|
||||
<subdef class="preview" name="preview_mobile_webm" downloadable="false">
|
||||
<subdef class="thumbnail" name="thumbnail" downloadable="false">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>video</mediatype>
|
||||
<bitrate>300</bitrate>
|
||||
<threads>2</threads>
|
||||
<GOPsize>25</GOPsize>
|
||||
<size>480</size>
|
||||
<fps>15</fps>
|
||||
<devices>handheld</devices>
|
||||
<vcodec>libvpx</vcodec>
|
||||
<acodec>libvorbis</acodec>
|
||||
<label lang="fr">Prévisualisation mobile WebM</label>
|
||||
<label lang="en">WebM mobile Preview</label>
|
||||
</subdef>
|
||||
<subdef class="preview" name="preview_mobile_ogg" downloadable="false">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>video</mediatype>
|
||||
<bitrate>300</bitrate>
|
||||
<threads>2</threads>
|
||||
<GOPsize>25</GOPsize>
|
||||
<size>480</size>
|
||||
<fps>15</fps>
|
||||
<devices>handheld</devices>
|
||||
<vcodec>libtheora</vcodec>
|
||||
<acodec>libvorbis</acodec>
|
||||
<label lang="fr">Prévisualisation mobile Ogg</label>
|
||||
<label lang="en">Ogg mobile Preview</label>
|
||||
</subdef>
|
||||
<subdef class="preview" name="preview_mobile_x264" downloadable="false">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>video</mediatype>
|
||||
<bitrate>300</bitrate>
|
||||
<threads>2</threads>
|
||||
<GOPsize>25</GOPsize>
|
||||
<size>480</size>
|
||||
<fps>15</fps>
|
||||
<devices>handheld</devices>
|
||||
<acodec>libfaac</acodec>
|
||||
<vcodec>libx264</vcodec>
|
||||
<label lang="fr">Prévisualisation X264</label>
|
||||
<label lang="en">X264 Preview</label>
|
||||
</subdef>
|
||||
<subdef class="preview" name="preview_webm" downloadable="false">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>video</mediatype>
|
||||
<size>240</size>
|
||||
<devices>screen</devices>
|
||||
<bitrate>1000</bitrate>
|
||||
<threads>1</threads>
|
||||
<acodec>libvorbis</acodec>
|
||||
<GOPsize>25</GOPsize>
|
||||
<size>800</size>
|
||||
<fps>15</fps>
|
||||
<vcodec>libvpx</vcodec>
|
||||
<label lang="fr">Prévisualisation WebM</label>
|
||||
<label lang="en">WebM Preview</label>
|
||||
</subdef>
|
||||
<subdef class="preview" name="preview_ogg" downloadable="false">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>video</mediatype>
|
||||
<devices>screen</devices>
|
||||
<bitrate>1000</bitrate>
|
||||
<threads>1</threads>
|
||||
<acodec>libvorbis</acodec>
|
||||
<GOPsize>25</GOPsize>
|
||||
<size>800</size>
|
||||
<fps>15</fps>
|
||||
<vcodec>libtheora</vcodec>
|
||||
<label lang="fr">Prévisualisation Ogg</label>
|
||||
<label lang="en">Ogg Preview</label>
|
||||
</subdef>
|
||||
<subdef class="thumbnail" name="thumbnail_mobile" downloadable="false">
|
||||
<size>150</size>
|
||||
<resolution>72</resolution>
|
||||
<strip>yes</strip>
|
||||
<quality>75</quality>
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>image</mediatype>
|
||||
<meta>no</meta>
|
||||
<devices>handheld</devices>
|
||||
<label lang="fr">Imagette mobile</label>
|
||||
<label lang="en">Mobile Thumbnail</label>
|
||||
<writeDatas>no</writeDatas>
|
||||
<label lang="fr">Vignette</label>
|
||||
<label lang="en">Thumbnail</label>
|
||||
</subdef>
|
||||
<subdef class="preview" name="preview" downloadable="true">
|
||||
<subdef class="thumbnail" name="thumbnailgif" downloadable="false">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<size>800</size>
|
||||
<mediatype>video</mediatype>
|
||||
<writeDatas>yes</writeDatas>
|
||||
<acodec>libfaac</acodec>
|
||||
<vcodec>libx264</vcodec>
|
||||
<devices>screen</devices>
|
||||
<bitrate>1000</bitrate>
|
||||
<threads>8</threads>
|
||||
<fps>15</fps>
|
||||
<label lang="fr">Prévisualisation</label>
|
||||
<label lang="en">Preview</label>
|
||||
</subdef>
|
||||
<subdef class="thumbnail" name="thumbnailgif" downloadable="true">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<size>200</size>
|
||||
<size>240</size>
|
||||
<mediatype>gif</mediatype>
|
||||
<delay>500</delay>
|
||||
<delay>150</delay>
|
||||
<devices>screen</devices>
|
||||
<writeDatas>no</writeDatas>
|
||||
<label lang="fr">Animation GIF</label>
|
||||
<label lang="en">GIF Animation</label>
|
||||
</subdef>
|
||||
<subdef class="thumbnail" name="thumbnail" downloadable="true">
|
||||
<subdef class="preview" name="preview" downloadable="true">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<size>200</size>
|
||||
<size>748</size>
|
||||
<mediatype>video</mediatype>
|
||||
<writeDatas>yes</writeDatas>
|
||||
<acodec>libfaac</acodec>
|
||||
<vcodec>libx264</vcodec>
|
||||
<devices>screen</devices>
|
||||
<mediatype>image</mediatype>
|
||||
<writeDatas>no</writeDatas>
|
||||
<label lang="fr">Imagette</label>
|
||||
<label lang="en">Thumbnail</label>
|
||||
<bitrate>1000</bitrate>
|
||||
<audiobitrate>128</audiobitrate>
|
||||
<audiosamplerate>48000</audiosamplerate>
|
||||
<fps>25</fps>
|
||||
<GOPsize>25</GOPsize>
|
||||
<label lang="fr">Prévisualisation</label>
|
||||
<label lang="en">Preview</label>
|
||||
</subdef>
|
||||
<subdef class="preview" name="preview_webm" downloadable="false">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<size>748</size>
|
||||
<mediatype>video</mediatype>
|
||||
<devices>screen</devices>
|
||||
<bitrate>1000</bitrate>
|
||||
<audiobitrate>128</audiobitrate>
|
||||
<audiosamplerate>48000</audiosamplerate>
|
||||
<acodec>libvorbis</acodec>
|
||||
<fps>25</fps>
|
||||
<GOPsize>25</GOPsize>
|
||||
<vcodec>libvpx</vcodec>
|
||||
<label lang="fr">Prévisualisation WebM</label>
|
||||
<label lang="en">WebM Preview</label>
|
||||
</subdef>
|
||||
</subdefgroup>
|
||||
<subdefgroup name="audio">
|
||||
<subdef class="thumbnail" name="thumbnail" downloadable="true">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>image</mediatype>
|
||||
<size>240</size>
|
||||
<devices>screen</devices>
|
||||
<writeDatas>no</writeDatas>
|
||||
<label lang="fr">Vignette</label>
|
||||
<label lang="en">Thumbnail</label>
|
||||
</subdef>
|
||||
<subdef class="preview" name="preview" downloadable="true">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>audio</mediatype>
|
||||
<writeDatas>yes</writeDatas>
|
||||
<audiobitrate>128</audiobitrate>
|
||||
<audiosamplerate>48000</audiosamplerate>
|
||||
<devices>screen</devices>
|
||||
<label lang="fr">Prévisualisation</label>
|
||||
<label lang="en">Preview</label>
|
||||
</subdef>
|
||||
<subdef class="thumbnail" name="thumbnail" downloadable="true">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>image</mediatype>
|
||||
<size>200</size>
|
||||
<devices>screen</devices>
|
||||
<writeDatas>no</writeDatas>
|
||||
<label lang="fr">Imagette</label>
|
||||
<label lang="en">Thumbnail</label>
|
||||
</subdef>
|
||||
<subdef class="preview" name="preview_mobile" downloadable="false">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>audio</mediatype>
|
||||
@@ -196,20 +133,19 @@
|
||||
<label lang="fr">Prévisualisation Mobile</label>
|
||||
<label lang="en">Mobile Preview</label>
|
||||
</subdef>
|
||||
<subdef class="thumbnail" name="thumbnail_mobile" downloadable="false">
|
||||
<size>150</size>
|
||||
<resolution>72</resolution>
|
||||
<strip>yes</strip>
|
||||
<quality>75</quality>
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>image</mediatype>
|
||||
<meta>no</meta>
|
||||
<devices>handheld</devices>
|
||||
<label lang="fr">Imagette mobile</label>
|
||||
<label lang="en">Mobile Thumbnail</label>
|
||||
</subdef>
|
||||
</subdefgroup>
|
||||
<subdefgroup name="document">
|
||||
<subdef class="thumbnail" name="thumbnail" downloadable="false">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>image</mediatype>
|
||||
<method>resample</method>
|
||||
<dpi>72</dpi>
|
||||
<size>240</size>
|
||||
<writeDatas>no</writeDatas>
|
||||
<devices>screen</devices>
|
||||
<label lang="fr">Vignette</label>
|
||||
<label lang="en">Thumbnail</label>
|
||||
</subdef>
|
||||
<subdef class="preview" name="preview" downloadable="false">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>flexpaper</mediatype>
|
||||
@@ -218,38 +154,19 @@
|
||||
<label lang="fr">Prévisualisation</label>
|
||||
<label lang="en">Preview</label>
|
||||
</subdef>
|
||||
</subdefgroup>
|
||||
<subdefgroup name="flash">
|
||||
<subdef class="thumbnail" name="thumbnail" downloadable="false">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>image</mediatype>
|
||||
<size>240</size>
|
||||
<writeDatas>no</writeDatas>
|
||||
<method>resample</method>
|
||||
<dpi>72</dpi>
|
||||
<size>200</size>
|
||||
<writeDatas>no</writeDatas>
|
||||
<devices>screen</devices>
|
||||
<label lang="fr">Imagette</label>
|
||||
<label lang="fr">Vignette</label>
|
||||
<label lang="en">Thumbnail</label>
|
||||
</subdef>
|
||||
<subdef class="preview" name="preview_mobile" downloadable="false">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>flexpaper</mediatype>
|
||||
<devices>handheld</devices>
|
||||
<label lang="fr">Prévisualisation Mobile</label>
|
||||
<label lang="en">Mobile Preview</label>
|
||||
</subdef>
|
||||
<subdef class="thumbnail" name="thumbnail_mobile" downloadable="false">
|
||||
<size>150</size>
|
||||
<resolution>72</resolution>
|
||||
<strip>yes</strip>
|
||||
<quality>75</quality>
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>image</mediatype>
|
||||
<meta>no</meta>
|
||||
<devices>handheld</devices>
|
||||
<label lang="fr">Imagette mobile</label>
|
||||
<label lang="en">Mobile Thumbnail</label>
|
||||
</subdef>
|
||||
</subdefgroup>
|
||||
<subdefgroup name="flash">
|
||||
<subdef class="preview" name="preview" downloadable="false">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>image</mediatype>
|
||||
@@ -261,41 +178,6 @@
|
||||
<label lang="fr">Prévisualisation</label>
|
||||
<label lang="en">Preview</label>
|
||||
</subdef>
|
||||
<subdef class="thumbnail" name="thumbnail" downloadable="false">
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>image</mediatype>
|
||||
<size>200</size>
|
||||
<writeDatas>no</writeDatas>
|
||||
<method>resample</method>
|
||||
<dpi>72</dpi>
|
||||
<devices>screen</devices>
|
||||
<label lang="fr">Imagette</label>
|
||||
<label lang="en">Thumbnail</label>
|
||||
</subdef>
|
||||
<subdef class="preview" name="preview_mobile" downloadable="false">
|
||||
<size>480</size>
|
||||
<resolution>72</resolution>
|
||||
<strip>yes</strip>
|
||||
<quality>75</quality>
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>image</mediatype>
|
||||
<meta>no</meta>
|
||||
<devices>handheld</devices>
|
||||
<label lang="fr">Prévisualisation Mobile</label>
|
||||
<label lang="en">Mobile Preview</label>
|
||||
</subdef>
|
||||
<subdef class="thumbnail" name="thumbnail_mobile" downloadable="false">
|
||||
<size>150</size>
|
||||
<resolution>72</resolution>
|
||||
<strip>yes</strip>
|
||||
<quality>75</quality>
|
||||
<path>{{datapathnoweb}}{{basename}}/subdefs</path>
|
||||
<mediatype>image</mediatype>
|
||||
<meta>no</meta>
|
||||
<devices>handheld</devices>
|
||||
<label lang="fr">Imagette mobile</label>
|
||||
<label lang="en">Mobile Thumbnail</label>
|
||||
</subdef>
|
||||
</subdefgroup>
|
||||
</subdefs>
|
||||
|
||||
|
@@ -13,13 +13,14 @@ $groups = [
|
||||
'//include/jslibs/jquery.contextmenu_scroll.js',
|
||||
'//assets/jquery.cookie/jquery.cookie.js',
|
||||
'//include/jquery.common.js',
|
||||
'//assets/requirejs/require.js',
|
||||
'//skins/account/account.js'
|
||||
],
|
||||
'authentication_css' => [
|
||||
'//assets/normalize-css/normalize.css',
|
||||
'//assets/build/login.css',
|
||||
'//assets/font-awesome/css/font-awesome.css',
|
||||
'//assets/jquery.ui/themes/base/jquery.ui.autocomplete.css'
|
||||
'//assets/jquery.ui/jquery.ui.autocomplete.css'
|
||||
],
|
||||
'authentication' => [
|
||||
'//assets/modernizr/modernizr.js',
|
||||
@@ -47,9 +48,7 @@ $groups = [
|
||||
, '//assets/jquery.treeview/jquery.treeview.js'
|
||||
, '//assets/jquery.ui/i18n/jquery-ui-i18n.js'
|
||||
, '//include/jquery.kb-event.js'
|
||||
, '//skins/admin/users.js'
|
||||
, '//skins/admin/template-dialogs.js'
|
||||
, '//skins/admin/editusers.js'
|
||||
, '//include/jquery.common.js'
|
||||
, '//include/jquery.tooltip.js'
|
||||
, '//skins/prod/jquery.Dialog.js'
|
||||
@@ -57,7 +56,7 @@ $groups = [
|
||||
, '//assets/blueimp-load-image/load-image.js'
|
||||
, '//assets/jquery-file-upload/jquery.iframe-transport.js'
|
||||
, '//assets/jquery-file-upload/jquery.fileupload.js'
|
||||
, '//assets/autobahnjs/autobahn.js'
|
||||
, '//assets/autobahn/autobahn.js'
|
||||
],
|
||||
'report' => [
|
||||
'//assets/jquery.ui/i18n/jquery-ui-i18n.js'
|
||||
|
Reference in New Issue
Block a user