Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (100)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (11508)

  • lavu/tx : refactor power-of-two FFT

    10 avril 2021, par Lynne
    lavu/tx : refactor power-of-two FFT
    

    This commit refactors the power-of-two FFT, making it faster and
    halving the size of all tables, making the code much smaller on
    all systems.
    This removes the big/small pass split, because on modern systems
    the "big" pass is always faster, and even on older machines there
    is no measurable speed difference.

    • [DH] libavutil/tx_priv.h
    • [DH] libavutil/tx_template.c
  • qdm2 : check that the FFT size is a power of 2

    9 avril 2013, par Anton Khirnov

    qdm2 : check that the FFT size is a power of 2

  • Anomalie #4701 : Jointures automatiques erronées ? (ex. : groupe au lieu de groupe_mots)

    23 mars 2021, par cedric -

    "avant ça fonctionnait" c’est un bien grand mot. Disons que la requête sortait un résultat, mais il était faux !

    Voici ce que j’obtiens en SPIP 3.2 : on note l’absence de clause sur L1.objet qui est une erreur :
    ```
    SELECT L1.id_objet, L1.id_objet AS id_groupe
    FROM spip_documents_liens AS `L1`
    INNER JOIN spip_documents AS L2 ON ( L2.id_document = L1.id_document )
    WHERE (L2.titre = ’toto’)
    GROUP BY L1.id_objet
    ```

    Je pense que le bug apparait plus clairement depuis https://git.spip.net/spip/spip/commit/81b3f6dd22d699986ca2d5a068959ec0011b4253 qui en effet introduit la clause where de façon plus robuste