
Recherche avancée
Autres articles (28)
-
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 (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
Création définitive du canal
12 mars 2010, parLorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
A la validation, vous recevez un email vous invitant donc à créer votre canal.
Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)
Sur d’autres sites (4349)
-
lavc/libaribb24 : add error handling to region handling
11 février 2019, par Jan Ekströmlavc/libaribb24 : add error handling to region handling
Fixes some rather embarrassing mistakes that somehow passed my
eyes.* Now catches if memory allocation has failed during bprint usage
by checking av_bprint_is_complete().
* Now catches if adding an ASS rectangle into an AVSubtitle failed.
* Returns AVERROR_INVALIDDATA if we get an invalid region buffer
length. -
avcodec/ttmlenc : add support for region positioning and sizing
29 mars 2021, par Jan Ekströmavcodec/ttmlenc : add support for region positioning and sizing
The ASS margins are utilized to generate percentual values, as
the usage of cell-based sizing and offsetting seems to be not too
well supported by renderers.Signed-off-by : Jan Ekström <jan.ekstrom@24i.com>
-
Revision 109827 : Ajout d’options sur les saisies, et y++ - checkboxes et radios : pouvoir ...
6 avril 2018, par nicolas.dorigny@… — LogAjout d’options sur les saisies, et y++
checkboxes et radios : pouvoir désactiver certains choix (disable_choix)
checkboxes : nombre maximal de choix possibles (maximum_choix)
textarea : nombre maximal de caractères (longueur_max)
avec une vérification côté client (navigateur) en JS
TODO :vérifications en PHP
traduire la chaine en JS dans saisies/textarea.html, ligne 34 (chaine de texte avec une variable), pour l’instant en français "en dur"