Recherche avancée

Médias (91)

Autres articles (103)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (9727)

  • fate.sh : add support for build-only FATE instances

    6 octobre 2012, par Diego Biurrun
    fate.sh : add support for build-only FATE instances
    

    If the "build_only" variable is set in the configuration file, the
    FATE client will skip running tests and just compile all targets.

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

    • [DBH] doc/fate.texi
    • [DBH] tests/fate.sh
  • configure : msvc : Set the target windows version to XP if no target is set

    15 mai 2013, par Martin Storsjö
    configure : msvc : Set the target windows version to XP if no target is set
    

    MSVC 2010 (or more precisely, Windows SDK 7.0 which comes with MSVC
    2010) sets _WIN32_WINNT to the constant for Windows 7 if nothing is
    set. This could lead to the libav configure script detecting and
    using functions only present in Windows 7 or newer, which in most
    cases isn’t desired. If the caller explicitly wants this, the caller
    can add the _WIN32_WINNT define via —extra-cflags, setting the desired
    version.

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

    • [DBH] configure
  • win32 : Do not use GetProcAddress when compiled for Vista+

    14 mai 2013, par Jean-Baptiste Kempf
    win32 : Do not use GetProcAddress when compiled for Vista+
    

    Instead link directly to the condition variable functions.

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

    • [DBH] libavcodec/w32pthreads.h