
Recherche avancée
Médias (1)
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (107)
-
Keeping control of your media in your hands
13 avril 2011, parThe 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 (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo 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 (...) -
Participer à sa documentation
10 avril 2011La documentation est un des travaux les plus importants et les plus contraignants lors de la réalisation d’un outil technique.
Tout apport extérieur à ce sujet est primordial : la critique de l’existant ; la participation à la rédaction d’articles orientés : utilisateur (administrateur de MediaSPIP ou simplement producteur de contenu) ; développeur ; la création de screencasts d’explication ; la traduction de la documentation dans une nouvelle langue ;
Pour ce faire, vous pouvez vous inscrire sur (...)
Sur d’autres sites (4939)
-
Revision 62476 : On améliore nos pipelines On ajoute une static pour éviter de repasser ...
13 juin 2012, par kent1@… — LogOn 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 -
Revision 70542 : Vérification SIREN/SIRET : tolérer une chaîne contenant des espaces. Ca ...
9 mars 2013, par tcharlss@… — LogVérification SIREN/SIRET : tolérer une chaîne contenant des espaces.
Ca permet une écriture plus lisible => ; 493 056 592 00022 au lieu de 49305659200022 par exemple. -
Anomalie #3630 : Logo d’auteur et fonction de recherche de logo
13 août 2016, par b bJe dépose ici la discussion qui a eu lieu à ce sujet sur IRC pour en garder une trace :
< marcimat > dans id_table_objet() je vois que ça fait un traitement même si on passe ’id_auteur’ < marcimat > du coup, je me dis que quête logo < marcimat > pourrait tester si substr($type, 0, 3) !== ’id_’ < marcimat > appeler id_table_objet($type) < marcimat > non ? < marcimat > c’est peut être un compromis < marcimat > ou un strcmp < phenix_spip > Pourquoi faire un test ? < marcimat > parce que je vois des calculs dans id_table_objet() systématiques < marcimat > même si on envoie déjà id_truc < phenix_spip > ? < phenix_spip > Ha je vois < marcimat > @id_table_objet() < Edgard > Hop http://code.spip.net/@id_table_objet - Hop (sinon) http://code.spip.net/spip.php?page=recherche&recherche=id_table_objet < marcimat > https://core.spip.net/projects/spip/repository/entry/spip/ecrire/base/objets.php#L1066 donc < marcimat > mais effectivement, je pense que ça doit pas gêner si quête_logo est simplifié < phenix_spip > marcimat : ce serai plus logique que le test soit dans id_table_objet non ? < marcimat > enfin modifié pour accepter un vrai type < marcimat > certes, mais c’est déjà plus sensible ^^ < phenix_spip > ? < marcimat > ok < marcimat > en fait objet_type() teste déjà en enlevant id_ < marcimat > donc, y pa pas spécialement besoin < phenix_spip > Ben voilà :) < marcimat > donc là https://core.spip.net/projects/spip/repository/entry/spip/ecrire/base/objets.php#L1070 < marcimat > objet_type(’id_auteur’) doit ressortir ’auteur’ < marcimat > oui, voilà :) < marcimat > all is fine