Recherche avancée

Médias (91)

Autres articles (98)

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (13072)

  • Revision 115390 : Pour la vérif date, on ne fait plus de dérogation en dur, mais on gère ...

    14 mai 2019, par rastapopoulos@… — Log

    Pour la vérif date, on ne fait plus de dérogation en dur, mais on gère le cas où c’est vide dans la fonction dédiée. En effet, même si c’est vide, on veut absolument passer dedans car ça peut être normalisé ! Là si c’était vide, pas de normalisation et donc pétage de SQL si on devait avoir un datetime. Dans tous les cas, la fonction renvoie pareil qu’avant : chaine vide, si la date est vide, mais c’est fait en interne.

  • avcodec/mpegvideo_dec : Remove commented-out cruft

    1er février 2022, par Andreas Rheinhardt
    avcodec/mpegvideo_dec : Remove commented-out cruft
    

    This piece of code has been added in an already commented-out state
    in commit 158c7f059c3906b0116ae73a7669a3bb7bc570bb. It certainly
    doesn't make sense now (if ever) because new_picture_ptr it used
    has been removed in 6571e41dcdee4655237bca0a3277df8976167aee
    (and new_picture is only used for encoding).

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/mpegvideo_dec.c
  • Revert "cmdutils : make use of new iteration APIs"

    8 février 2018, par James Almer
    Revert "cmdutils : make use of new iteration APIs"
    

    This reverts commit cdc78058c78dfa4966758a342acd2c1f3b282c46.

    It introduced several issues in the command line tools, and it's
    implementing a new API that may still see some changes.
    Revert for the time being until the state of the API is defined.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] fftools/cmdutils.c