Recherche avancée

Médias (0)

Mot : - Tags -/masques

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (60)

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

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

  • 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 ;

Sur d’autres sites (14969)

  • Revision 62476 : On améliore nos pipelines On ajoute une static pour éviter de repasser ...

    13 juin 2012, par kent1@… — Log

    On améliore nos pipelines
    On ajoute une static pour éviter de repasser dans le goulot plusieurs fois.
    On utilise document_modifier au lieu d’une requete sql
    On ajoute quelques explications

  • Anomalie #3113 : Absence de contrôle d’unicité du champ email dans le formulaire auteur

    16 décembre 2013, par - Equipement

    Re bonjour,

    Il me semble qu’il y a un seul ’&’ au lieu de deux.

    Par ailleurs, il me semble qu’une seule requête SQL suffit pour les deux cas (nouvel auteur ou auteur existant) :

    if (defined(’_INTERDIRE_AUTEUR_MEME_EMAIL’) )
    
        if (sql_countsel("spip_auteurs", "email=".sql_quote($email)." AND id_auteur<>".intval($id_auteur)) > 0)
            $erreurs[’email’] = _T(’erreur_email_deja_existant’) ;
    
    
  • Anomalie #2738 (Nouveau) : Action des plugs "inactif"

    28 mai 2012, par Franck Dalot

    Bonjour Dans SVP, dans l’onglet "Inactif" Si jamais on supprime ou active ou un plug, on bascule dans l’onglet "Actif" de SVP au lieu de rester dans l’onglet "Inactif" Cela ne me sembla pas logique, car si jamais l’on souhaite activer un plug et en supprimer un autre, nous sommes dans (...)