
Recherche avancée
Médias (1)
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (108)
-
Modifier la date de publication
21 juin 2013, parComment changer la date de publication d’un média ?
Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
Dans la rubrique "Champs à ajouter, cocher "Date de publication "
Cliquer en bas de la page sur Enregistrer -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)
Sur d’autres sites (13187)
-
Replaced recode loop test with a function call
17 novembre 2010, par Paul WilkinsReplaced recode loop test with a function call
-
threads : always call thread_finish_setup for intra codecs
22 avril 2013, par Janne Grunauthreads : always call thread_finish_setup for intra codecs
Intra codecs do not need an update_thread_context() function and never
call ff_thread_finish_setup(). They rely on ff_thread_get_buffer()
calling it. So call it even if the get_buffer2 function pointer is
avcodec_default_get_buffer2 and it has not been called before. -
HTML5 Audio() : Stub for looping, maybe it’ll work (and consistently ; currently untested.) Worth noting looping is either infinite or off. Also fixed {loop:x} typo, should be "loops". Added debug message about lack of loop in Flash 9/MovieStar case. Base64 test has more error handling, no Safari timeout anymore. Moved try..catch block to only wrap flash _load() call, no need for HTML5 to have it.
19 mai 2010, par Scott Schillerm script/soundmanager2-jsmin.js m script/soundmanager2-nodebug-jsmin.js m script/soundmanager2.js HTML5 Audio() : Stub for looping, maybe it’ll work (and consistently ; currently untested.) Worth noting looping is either infinite or off. Also fixed loop:x typo, should be "loops". Added debug (...)