Recherche avancée

Médias (1)

Mot : - Tags -/swfupload

Autres articles (103)

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

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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (8098)

  • tools : add general_assembly.pl

    16 février 2022, par J. Dekker
    tools : add general_assembly.pl
    

    This script generates the current general assembly voters according to
    the criteria of '20 commits in the last 36 months'.

    Signed-off-by : J. Dekker <jdek@itanimul.li>
    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] doc/dev_community/community.md
    • [DH] tools/general_assembly.pl
  • tools/zmqsend : Avoid mem copy past the end of input buffer

    8 août 2019, par Andriy Gelman
    tools/zmqsend : Avoid mem copy past the end of input buffer
    

    This patch avoids a read past the end of the input buffer in memcpy since the size
    of the received zmq message is recv_buf_size - 1.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] tools/zmqsend.c
  • tools/target_dec_fuzzer : Call avcodec_flush_buffers() in a fuzzer choosen pattern

    15 novembre 2020, par Michael Niedermayer
    tools/target_dec_fuzzer : Call avcodec_flush_buffers() in a fuzzer choosen pattern
    

    This should increase coverage

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] tools/target_dec_fuzzer.c