Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (107)

  • Diogene : création de masques spécifiques de formulaires d’édition de contenus

    26 octobre 2010, par

    Diogene est un des plugins ? SPIP activé par défaut (extension) lors de l’initialisation de MediaSPIP.
    A quoi sert ce plugin
    Création de masques de formulaires
    Le plugin Diogène permet de créer des masques de formulaires spécifiques par secteur sur les trois objets spécifiques SPIP que sont : les articles ; les rubriques ; les sites
    Il permet ainsi de définir en fonction d’un secteur particulier, un masque de formulaire par objet, ajoutant ou enlevant ainsi des champs afin de rendre le formulaire (...)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

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

Sur d’autres sites (8563)

  • avcodec/movtextdec : Fix leaks of strings upon reallocation failure

    17 octobre 2020, par Andreas Rheinhardt
    avcodec/movtextdec : Fix leaks of strings upon reallocation failure
    

    Up until now, the 3GPP Timed Text decoder used av_dynarray_add()
    for a list of font entries, a structure which contains an allocated
    string. The font entries are owned by the pointers in the dynamic array
    and are therefore unsuitable for av_dynarray_add() which simply frees
    the array, but not the font entries and of course not the strings. The
    latter all leak if reallocating the dynamic array fails.

    This commit fixes this. It stops reallocating the array altogether :
    After all, the final number of elements (pending errors) is already
    known in advance.

    Furthermore, the font entries are now the entries of the new array,
    i.e. the font entries are no longer allocated separately. This also
    removes one level of indirection.

    Reviewed-by : Philip Langdale <philipl@overt.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/movtextdec.c
  • Docs : Added 'Browser-Specific Known Issues' section

    21 novembre 2014, par JamesMGreene
    Docs : Added ’Browser-Specific Known Issues’ section
    

    Ref #459

    Also did some minor formatting updates to the "instructions.md".

  • docs : Fix simple typo, numer -> number

    17 septembre 2020, par timgates42
    docs : Fix simple typo, numer -> number
    

    There is a small typo in test/vendor/mocha.js.

    Should read `number` rather than `numer`.