Recherche avancée

Médias (91)

Autres articles (106)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

Sur d’autres sites (10507)

  • More generic version of MSVC bug workaround

    6 mai 2018, par Erik de Castro Lopo
    More generic version of MSVC bug workaround
    

    This is an updtate to the fix for an MSVC 2015 bug in 94a61241b0.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/libFLAC/stream_encoder_intrin_avx2.c
    • [DH] src/libFLAC/stream_encoder_intrin_sse2.c
    • [DH] src/libFLAC/stream_encoder_intrin_ssse3.c
  • avdevice/xcbgrab : Add select_region option

    11 juillet 2020, par Omar Emara
    avdevice/xcbgrab : Add select_region option
    

    This patch adds a select_region option to the xcbgrab input device.
    If set to 1, the user will be prompted to select the grabbing area
    graphically by clicking and dragging. A rectangle will be drawn to
    mark the grabbing area. A single click with no dragging will select
    the whole screen. The option overwrites the video_size, grab_x, and
    grab_y options if set by the user.

    For testing, just set the select_region option as follows :

    ffmpeg -f x11grab -select_region 1 -i :0.0 output.mp4

    The drawing happens directly on the root window using standard rubber
    banding techniques, so it is very efficient and doesn't depend on any
    X extensions or compositors.

    Reviewed-by : Andriy Gelman <andriy.gelman@gmail.com>
    Signed-off-by : Omar Emara <mail@OmarEmara.dev>

    • [DH] doc/indevs.texi
    • [DH] libavdevice/xcbgrab.c
  • Anomalie #3814 : Onglet {Mes articles} erroné en SPIP3.0

    9 août 2016, par Olivier Dutertre

    J’ai effectivement un ensemble de plugins installés, mais j’ai déja pu
    évacuer agenda et inscription 2.5 comme source puisqu’un autre
    internaute à testé avec ces deux plugins et ne reproduis pas.

    Le 09/08/2016 21:01, a écrit :

    La demande #3814 a été mise à jour par Pierre KUHN.

    Bonsoir,

    Tu utilises des plugins précis pour avoir ce problème ?


    Anomalie #3814 : Onglet Mes articles erroné en SPIP3.0
    <https://core.spip.net/issues/3814#change-11946>

    • Auteur : Olivier Dutertre
    • Statut : Nouveau
    • Priorité : Normal
    • Assigné à :
    • Catégorie : base de données
    • Version cible : 3.0
    • Resolution :
    • Navigateur :

    Je rencontre le soucis avec SPIP 3.0.22 reproduis sur deux versions du
    même site (prod et dev). Je n’ai pas eu de réponse sur la liste.
    J’ignore si ici est le bon endroit pour signaler ce genre de problème,
    alors merci de votre bienveillance.

    Dans la partie privée, l’onglet /mes articles/ de la page /articles/
    affiche des information incorrectes, c’est à dire des article qui ne
    sont pas forcément de l’auteur passé en paramètre.

    En explorant avec le mode debug, voila ce que j’ai découvert :

    la boucle telle que prévue initialement est :

    Elle donne le code suivant :

    SELECT articles.id_article, 0 as points, ’’, articles.titre, articles.statut, articles.id_rubrique, articles.titre AS titre_rang, articles.lang, articles.date, articles.id_rubrique, articles.id_article
    FROM info_articles AS `articles`
    INNER JOIN info_evenements AS L2 ON ( L2.id_article = articles.id_article )
    WHERE (L2.id_auteur = 3)
    AND ((articles.statut IN (’prepa’,’publie’,’refuse’,’prepa’)))
    GROUP BY articles.id_article
    ORDER BY articles.date DESC, articles.titre

    Je ne comprends pas la raison du recours à la table événements. et j’y
    vois une raison des résultats aberrant de la boucle

    Si par contre Je modifie la boucle avec une jointure :

    auteurs_liens)id_article ?id_rubrique ?id_mot ?id_auteur ?where ?statut ?recherche ?tri #ENVpar,date,#GETdefaut_tripar titrepagination #ENVnb,10 !lang_select>

    Cela me donne un code plus encourageant :

    SELECT articles.id_article, 0 as points, ’’, articles.titre, articles.statut, articles.id_rubrique, articles.titre AS titre_rang, articles.lang, articles.date, articles.id_rubrique, articles.id_article
    FROM info_articles AS `articles`
    INNER JOIN info_auteurs_liens AS L2 ON ( L2.id_objet = articles.id_article AND L2.objet=’article’)
    WHERE (L2.id_auteur = 3)
    AND ((articles.statut IN (’prepa’,’publie’,’refuse’,’prepa’)))
    GROUP BY articles.id_article
    ORDER BY articles.date DESC, articles.titre

    et surtout le résultat est conforme à mes attentes.

    Quelqu’un pourra-t’il éclaircir la raison de ce mystère ?


    Vous recevez ce mail car vous êtes impliqués sur ce projet.
    Pour changer les préférences d’envoi de mail, allez sur
    http://core.spip.org/my/account