
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (39)
-
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 -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...)
Sur d’autres sites (6066)
-
Evolution #3552 (Fermé) : margin-bottom trop grand sur les docs
4 mai 2017, par b bCette marge est là pour éviter que le texte qui va habiller l’image en float ne soit pas collé à celle-ci, donc on va la garder :)
-
Updated API docs/demos (loops), revision history, Safari 4.1.5 warning on homepage
21 mai 2010, par Scott Schillerm demo/api/index.html m demo/index.css m doc/download/index.html m doc/index.html m index.html Updated API docs/demos (loops), revision history, Safari 4.1.5 warning on homepage
-
Anomalie #4189 : extraire_multi mélange un /li /ul final avec le de langue ajouté par code_...
17 novembre 2018, par jluc -Ce bug révèle peut être un pb conceptuel dans la manière qu’a extraire_multi de parfois ajouter des div en début et fin de texte lors de ses traitements intermédiaires. Ç’a peut être été conçu à l’origine avec l’idée qu’il n’y aurait que des éléments inlines dans une chaîne traitée, et pas de balises html, alors que maintenant il y a des blocs et des balises. Et l’astuce initiale, qu’on peut qualifier de hack, se trouve devenue foireuse dans certains cas.