Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (97)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    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 (...)

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (12064)

  • MAINTAINERS : Add dashenc maintainer

    23 janvier 2018, par Karthick Jeyapal
    MAINTAINERS : Add dashenc maintainer
    

    If somebody else wants to maintain dashenc either now or in future,
    I am absolutely fine with giving up this responsibility anytime.
    But till then we need a maintainer for dashenc, and I am volunteering for that task.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] MAINTAINERS
  • MAINTAINERS : add myself to the project server

    22 juillet 2016, par Nikolay Aleksandrov
    MAINTAINERS : add myself to the project server
    

    I’ve been helping out with the project servers’ maintenance and migration
    to the new machine hosted in Telepoint’s data center in Sofia, BG.

    Signed-off-by : Nikolay Aleksandrov <razor@blackwall.org>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] MAINTAINERS
  • libavcodec/exr : simplify reorder_pixels

    5 mai 2017, par Martin Vignali
    libavcodec/exr : simplify reorder_pixels
    

    reorder_pixels is call by rle_uncompress and zip_uncompress
    with size == uncompress_size

    uncompress_size is a multiple of 2 (because exr store data
    in half, float, or uint32)

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/exr.c