Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (47)

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

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (6257)

  • Revision 8051b6d256 : Merge "Error score recalibration for inactive regions."

    7 juillet 2015, par paulwilkins

    Changed Paths :
     Modify /vp9/encoder/vp9_firstpass.c



    Merge "Error score recalibration for inactive regions."

  • avformat/utils : limit probe score in the id3 case only if there is a chance that...

    12 mai 2014, par Michael Niedermayer
    avformat/utils : limit probe score in the id3 case only if there is a chance that data after the id3 tag will become available
    

    Fixes ticket3327 (sample.mp3)

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/utils.c
  • Anomalie #3209 (Nouveau) : Permettre de supprimer les fusions (group by) explicitement

    2 mai 2014, par RastaPopoulos ♥

    Certaines boucles ou critères du core, ou de certains plugins, comme GIS, ajoute par défaut des groupements aux requêtes SQL afin d’obptenir tel ou tel comportement par défaut. Très bien.

    Mais il n’y a pour l’instant rien qui permet, à celleux qui font des squelettes, de dire au cas par cas, boucle par boucle, qu’illes ne veulent PAS ce group by (ou qu’illes en veulent un autre ce qui revient au même). En effet, le critère {fusion} actuel ne marche que champ par champ, et ne fait qu’ajouter à la suite de ce qui existe déjà.

    Afin de ne rien casser et de permettre de faire ce qu’on veut, je propose un nouveau critère {fusion_supprimer} qui supprime tout groupement précédemment défini. On peut ensuite rajouter ou pas un ou plusieurs critère {fusion} à la suite si jamais on veut rédéfinir autrement.

    function critere_fusion_supprimer_dist($idb, &$boucles, $crit)
        $boucles[$idb]->group = array() ;
    
    

    Et pour l’utilisation :

    Pour n’avoir aucun groupement :
    

    Pour remettre à zéro puis définir explicitement ce qu’on veut :