Recherche avancée

Médias (91)

Autres articles (39)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (3056)

  • Linking ffmpeg code in microsoft visual studio

    16 octobre 2013, par JAYANTHI

    I have compiled ffmpeg code on visual studio by linking all .lib files using this http://ffmpeg.zeranoe.com/forum/viewtopic.php?f=5&t=1309 link. while compliling the code i m getting error like
    fatal error C1083 : Cannot open include file : 'X11/Xlib.h' : No such file or directory
    1> x11grab.c

    I could not find x11 file in ffmpeg source code . please help to solve this error .

  • vc1dec : Disable dead code

    4 juin 2013, par Michael Niedermayer
    vc1dec : Disable dead code
    

    Fixes CID732197/6

    A assert is added to check that the disabled code wont
    be needed in the future.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/vc1dec.c
  • ftp: add invalid code for RETR operation

    8 juin 2013, par Lukasz Marek
    ftp: add invalid code for RETR operation
    

    554 is possible invalid code :
    - Restart not valid
    - Command terminated due to server shutdown in progress
    - etc...

    Signed-off-by : Lukasz Marek <lukasz.m.luki@gmail.com>

    • [DH] libavformat/ftp.c