Changeset 80059 in spip-zone
- Timestamp:
- Jan 15, 2014, 12:36:49 PM (7 years ago)
- Location:
- _core_/branches/spip-3.0/plugins/medias
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/branches/spip-3.0/plugins/medias/base/typedoc.php
r79785 r80059 301 301 'html' => 'text/html', 302 302 'jar' => 'application/java-archive', 303 'json' => 'application/json', 303 304 'kml' => 'application/vnd.google-earth.kml+xml', 304 305 'kmz' => 'application/vnd.google-earth.kmz', -
_core_/branches/spip-3.0/plugins/medias/medias_administrations.php
r79785 r80059 143 143 ); 144 144 $maj['1.2.4'] = array( 145 // ajout de tar 146 array('creer_base_types_doc') 147 ); 148 $maj['1.2.5'] = array( 145 149 // ajout de tar 146 150 array('creer_base_types_doc') -
_core_/branches/spip-3.0/plugins/medias/paquet.xml
r80001 r80059 2 2 prefix="medias" 3 3 categorie="multimedia" 4 version="2.7.5 5"4 version="2.7.56" 5 5 etat="stable" 6 6 compatibilite="[3.0.0;3.0.*]" 7 7 logo="prive/themes/spip/images/portfolio-32.png" 8 schema="1.2. 4"8 schema="1.2.5" 9 9 > 10 10
Note: See TracChangeset
for help on using the changeset viewer.