Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (91)

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

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

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (9069)

  • Revision 8b6c0c83773ba62079e4f1d7ff9c6ca9a0f8e270 : Quand un article est une redirection reposant sur un raccourci de SPIP il ...

    16 décembre 2010, par Cerdic — Log

    Quand un article est une redirection reposant sur un raccourci de SPIP il faut generer une url absolue car celle-ci peut etre utilisee depuis une page avec une profondeur >1 en cas d’url arborescentes. + la fonction chapo_redirige a manifestement change de signature depuis longtemps et ne (...)

  • Anomalie #3620 : Token de prévisualisation inconsistant selon que l’article est en cours de rédact...

    17 décembre 2015, par realet RealET

    Je précise la demande :

    • je suis auteur
    • je ne suis pas sûr de mon orthographe
    • avant de proposer un article, je veux le faire relire à un tiers
    • j’ai configuré le via mes_options.php pour activer le token de prévisualisation qui permet à une personne non authentifiée de prévisualiser quand même (c’est le but).
    • quand je clique sur le bouton de prévisualisation ’article toujours en statut en cours de rédaction), j’ai un token de généré dans l’URL : Test-article.html ?var_mode=preview&var_previewtoken=1%2A0af175887b593187b12924a92aefda9c640b1863
    • mais ce token ne marche que si l’article est proposé, pas s’il est en cours de rédaction

    Le but du Token étant de ne pas avoir besoin de se loguer pour prévisualiser, on a un comportement de SPIP qui déroute.

    A minima, il faudrait que le token ne soit pas généré dans l’URL quand on prévisualise un article en cours de rédaction.
    Mais ça ne résoudrait pas le besoin exprimé ci-dessus : pouvoir faire relire à un tiers de confiance (token) avant de proposer à l’évaluation.

    Pour mémoire, ce qu’il faut rajouter à mes_options.php :

    if (!defined(’_PREVIEW_TOKEN’))
        define(’_PREVIEW_TOKEN’, true) ; // http://core.spip.org/projects/spip/repository/revisions/21077 et http://core.spip.org/projects/spip/repository/revisions/21084
    
  • avfilter/af_headphone : Fix leak of channel layouts list on error

    24 août 2020, par Andreas Rheinhardt
    avfilter/af_headphone : Fix leak of channel layouts list on error
    

    In case the multichannel HRIR mode was enabled, an error could happen
    between allocating a channel layouts list and attaching it to its target
    destination. If an error happened, the list would leak. This is fixed by
    attaching the list to its target directly after its allocation.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavfilter/af_headphone.c