Recherche avancée

Médias (91)

Autres articles (85)

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

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

  • Les notifications de la ferme

    1er décembre 2010, par

    Afin d’assurer une gestion correcte de la ferme, il est nécessaire de notifier plusieurs choses lors d’actions spécifiques à la fois à l’utilisateur mais également à l’ensemble des administrateurs de la ferme.
    Les notifications de changement de statut
    Lors d’un changement de statut d’une instance, l’ensemble des administrateurs de la ferme doivent être notifiés de cette modification ainsi que l’utilisateur administrateur de l’instance.
    À la demande d’un canal
    Passage au statut "publie"
    Passage au (...)

Sur d’autres sites (9491)

  • lavf/file : file_check : Handle file URLs that start with "file :"

    2 janvier 2014, par Alexander Strasser
    lavf/file : file_check : Handle file URLs that start with "file :"
    

    Handle the URL analog to file_open, it may contain a "file :"
    prefix. Skip it. Make access checks to file URLs starting
    with "file :" work.

    Fix part of ticket #3249.

    Signed-off-by : Alexander Strasser <eclipse7@gmx.net>

    • [DH] libavformat/file.c
  • doc/protocols/file : document general file protocol URL syntax

    4 janvier 2014, par Stefano Sabatini
    doc/protocols/file : document general file protocol URL syntax
    

    Also drop confusing ff* tools reference about exceptions to the
    file:FILENAME syntax, which is not ff* tool specific.

    With various edits by Alexander Strasser <eclipse7@gmx.net>.

    • [DH] doc/protocols.texi
  • configure : Special case libfreetype test

    6 décembre 2013, par Alexander Strasser
    configure : Special case libfreetype test
    

    Include the freetype header, in-directly through a macro, like it
    is done in the drawtext filter. Do not break if the header is moved.

    Unfortunately the drawtext filter included the file where the include
    macros are defined in a wrong way. This is not needed and breaks the
    build. Remove that #include line too.

    Signed-off-by : Alexander Strasser <eclipse7@gmx.net>

    • [DH] configure
    • [DH] libavfilter/vf_drawtext.c