Recherche avancée

Médias (91)

Autres articles (97)

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

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

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

  • aviocat : Check the argv array length before reading element i+1

    16 janvier 2014, par Martin Storsjö
    aviocat : Check the argv array length before reading element i+1
    

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] tools/aviocat.c
  • file : Move win32 utf8->wchar open wrapper to libavutil

    8 août 2013, par Martin Storsjö
    file : Move win32 utf8->wchar open wrapper to libavutil
    

    When libavformat was changed to use the new avpriv_open function
    in 51eb213d001, this silently bypassed the existing wrapper for
    win32. Move the win32 wrapper into libavutil/file.c to make sure
    it gets called everywhere (not just in the libavformat case).

    This makes sure that non-ascii file names gets opened properly
    (where file names internally are stored as utf8, but they get
    converted to wchar_t and opened with _wsopen).

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/os_support.c
    • [DH] libavformat/os_support.h
    • [DH] libavutil/file.c
  • file : Move win32 utf8->wchar open wrapper to libavutil

    8 août 2013, par Martin Storsjö
    file : Move win32 utf8->wchar open wrapper to libavutil
    

    When libavformat was changed to use the new avpriv_open function
    in 51eb213d001, this silently bypassed the existing wrapper for
    win32. Move the win32 wrapper into libavutil/file.c to make sure
    it gets called everywhere (not just in the libavformat case).

    This makes sure that non-ascii file names gets opened properly
    (where file names internally are stored as utf8, but they get
    converted to wchar_t and opened with _wsopen).

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/os_support.c
    • [DBH] libavformat/os_support.h
    • [DBH] libavutil/file.c