Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (43)

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

  • 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

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

  • Anomalie #3160 (Fermé) : Imagick pas correctement géré pour les miniatures

    18 juillet 2014, par marcimat ☺☮☯♫

    Très juste. Patch presque parfait (juste ->CONSTANTE au lieu de ::CONSTANTE)

    Intégré donc par r21428 et reporté par r21429 (SPIP 3.0) et r21430 (SPIP 2.1)

    Merci beaucoup.

  • Evolution #3192 : Réécriture des URL sur toutes les pages

    16 octobre 2014, par tcharlss (*´_ゝ`)

    Ça semble déjà fonctionnel en utilisant la table spip_urls.
    Au lieu d’enregistrer le type d’un objet, on fait référence à une page et hop, ça marche.
    Par exemple pour une page contact.html :

    id_parent    url               type       id_objet
    0            nous-contacter    contact    -1
    

    Après, il faudrait, si je ne m’abuse :
    - ajouter un formulaire dans le privé pour saisir ces URLs
    - faire en sorte que le (futur) génie épargne ces URLs
    - adapter la balise #URL_PAGE

    Y a-t-il des contre-indications ?
    (Non, je ne sais ce qu’est un routeur d’URL, pas taper !).

  • Anomalie #3249 (Nouveau) : Les fonctions parametre_url (js et php) ne lisent pas correctement les ...

    26 juillet 2014, par Michel Bystranowski

    L’appel

    parametre_url(’http://domaine/spip.php?t[]=1&t[]=2’, ’t’) ;
    

    retourne

    1
    

    au lieu de

    array(1,2)
    

    Valable en javascript et en php, testé sur 3.0.16. J’ai pas de solution cette fois :-)