
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (110)
-
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 (...) -
Submit bugs and patches
13 avril 2011Unfortunately 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 (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains 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 (7197)
-
More generic version of MSVC bug workaround
6 mai 2018, par Erik de Castro Lopo -
avdevice/xcbgrab : Add select_region option
11 juillet 2020, par Omar Emaraavdevice/xcbgrab : Add select_region option
This patch adds a select_region option to the xcbgrab input device.
If set to 1, the user will be prompted to select the grabbing area
graphically by clicking and dragging. A rectangle will be drawn to
mark the grabbing area. A single click with no dragging will select
the whole screen. The option overwrites the video_size, grab_x, and
grab_y options if set by the user.For testing, just set the select_region option as follows :
ffmpeg -f x11grab -select_region 1 -i :0.0 output.mp4
The drawing happens directly on the root window using standard rubber
banding techniques, so it is very efficient and doesn't depend on any
X extensions or compositors.Reviewed-by : Andriy Gelman <andriy.gelman@gmail.com>
Signed-off-by : Omar Emara <mail@OmarEmara.dev> -
Anomalie #3814 : Onglet {Mes articles} erroné en SPIP3.0
9 août 2016, par Olivier DutertreJ’ai effectivement un ensemble de plugins installés, mais j’ai déja pu
évacuer agenda et inscription 2.5 comme source puisqu’un autre
internaute à testé avec ces deux plugins et ne reproduis pas.Le 09/08/2016 21:01, redmine@spip.org a écrit :
La demande #3814 a été mise à jour par Pierre KUHN.
Bonsoir,
Tu utilises des plugins précis pour avoir ce problème ?
Anomalie #3814 : Onglet Mes articles erroné en SPIP3.0
<https://core.spip.net/issues/3814#change-11946>- Auteur : Olivier Dutertre
- Statut : Nouveau
- Priorité : Normal
- Assigné à :
- Catégorie : base de données
- Version cible : 3.0
- Resolution :
- Navigateur :
Je rencontre le soucis avec SPIP 3.0.22 reproduis sur deux versions du
même site (prod et dev). Je n’ai pas eu de réponse sur la liste.
J’ignore si ici est le bon endroit pour signaler ce genre de problème,
alors merci de votre bienveillance.Dans la partie privée, l’onglet /mes articles/ de la page /articles/
affiche des information incorrectes, c’est à dire des article qui ne
sont pas forcément de l’auteur passé en paramètre.En explorant avec le mode debug, voila ce que j’ai découvert :
la boucle telle que prévue initialement est :
Elle donne le code suivant :
SELECT articles.id_article, 0 as points, ’’, articles.titre, articles.statut, articles.id_rubrique, articles.titre AS titre_rang, articles.lang, articles.date, articles.id_rubrique, articles.id_article
FROM info_articles AS `articles`
INNER JOIN info_evenements AS L2 ON ( L2.id_article = articles.id_article )
WHERE (L2.id_auteur = 3)
AND ((articles.statut IN (’prepa’,’publie’,’refuse’,’prepa’)))
GROUP BY articles.id_article
ORDER BY articles.date DESC, articles.titreJe ne comprends pas la raison du recours à la table événements. et j’y
vois une raison des résultats aberrant de la boucleSi par contre Je modifie la boucle avec une jointure :
auteurs_liens)id_article ?id_rubrique ?id_mot ?id_auteur ?where ?statut ?recherche ?tri #ENVpar,date,#GETdefaut_tripar titrepagination #ENVnb,10 !lang_select>
Cela me donne un code plus encourageant :
SELECT articles.id_article, 0 as points, ’’, articles.titre, articles.statut, articles.id_rubrique, articles.titre AS titre_rang, articles.lang, articles.date, articles.id_rubrique, articles.id_article
FROM info_articles AS `articles`
INNER JOIN info_auteurs_liens AS L2 ON ( L2.id_objet = articles.id_article AND L2.objet=’article’)
WHERE (L2.id_auteur = 3)
AND ((articles.statut IN (’prepa’,’publie’,’refuse’,’prepa’)))
GROUP BY articles.id_article
ORDER BY articles.date DESC, articles.titreet surtout le résultat est conforme à mes attentes.
Quelqu’un pourra-t’il éclaircir la raison de ce mystère ?
Vous recevez ce mail car vous êtes impliqués sur ce projet.
Pour changer les préférences d’envoi de mail, allez sur
http://core.spip.org/my/account