Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (35)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Les images

    15 mai 2013

Sur d’autres sites (6810)

  • 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