Recherche avancée

Médias (91)

Autres articles (78)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately 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 (...)

Sur d’autres sites (10250)

  • stream_encoder_intrin_sse[23].c : Optimize of int32 -> uint64 conversion.

    21 septembre 2014, par Erik de Castro Lopo
    stream_encoder_intrin_sse[23].c : Optimize of int32 -> uint64 conversion.
    

    Optimizes int32 -> uint64 conversion by doing zero extension (int32 ->
    uint32 -> uint64) instead of sign extension (int32 -> int64 -> uint64).

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/libFLAC/stream_encoder_intrin_sse2.c
    • [DH] src/libFLAC/stream_encoder_intrin_ssse3.c
  • Fix debug build for VS2005

    1er février 2016, par Erik de Castro Lopo
    Fix debug build for VS2005
    

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/libFLAC/libFLAC_dynamic.vcproj
    • [DH] src/libFLAC/libFLAC_static.vcproj
  • libFLAC/bitmath : Restore an ASSERT that was removed some time after 1.2.1.

    28 juin 2014, par Erik de Castro Lopo
    libFLAC/bitmath : Restore an ASSERT that was removed some time after 1.2.1.
    

    Restore a FLAC__ASSERT() to bitmath functions FLAC__bitmath_ilog2 and
    FLAC__bitmath_ilog2_wide functions. This prevents the return of an
    "undefined" value.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/libFLAC/bitmath.c
    • [DH] src/libFLAC/include/private/bitmath.h