
Recherche avancée
Autres articles (28)
-
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 (...) -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (6362)
-
Anomalie #3359 (Fermé) : Syntaxes incomprises
3 décembre 2014, par jluc -Quelques syntaxes sont incomprises par le compilateur spip (2 ou 3)
Exemples :
#SETtel,(#TEL
#SETweb,(#WEB
#SETmel,[(#WEB|non) (#EMAIL]
Le message d’erreur est : "Argument manquant dans la balise SET".Par ailleurs, #ID_ANNONCE n’est pas interprété dans
#URL_ACTION_AUTEUR
ajouter_lien,
annonce-#ID_ANNONCE-auteur-#SESSIONid_auteur-candidater,
#SELFmais l’est dans
#URL_ACTION_AUTEUR
ajouter_lien,
auteur-#SESSIONid_auteur-annonce-#ID_ANNONCE-candidater,
#SELF
Ici, il semble que c’est ok selon les types de balises utilisées en argument :
- 2 balises avec des arguments, c’est bon.
- 2 balises sans arguments, c’est bon.
- une balise avec et une balise sans, c’est pas bon. -
aarch64 : Add assembly support for -fsanitize=hwaddress tagged globals.
21 août 2019, par Peter Collingbourneaarch64 : Add assembly support for -fsanitize=hwaddress tagged globals.
As of LLVM r368102, Clang will set a pointer tag in bits 56-63 of the
address of a global when compiling with -fsanitize=hwaddress. This requires
an adjustment to assembly code that takes the address of such globals : the
code cannot use the regular R_AARCH64_ADR_PREL_PG_HI21 relocation to refer
to the global, since the tag would take the address out of range. Instead,
the code must use the non-checking (_NC) variant of the relocation (the
link-time check is substituted by a runtime check).This change makes the necessary adjustment in the movrel macro, where it is
needed when compiling with -fsanitize=hwaddress.Signed-off-by : Peter Collingbourne <pcc@google.com>
Signed-off-by : Martin Storsjö <martin@martin.st> -
Add better class names to icons to avoid css conflicts on bar-ui demo
25 août 2016, par sjardimAdd better class names to icons to avoid css conflicts on bar-ui demo
Changes for the . Add “sm2-icon-“ on the icons so their styles won’t
conflict with other CSS on the page, like the “.menu” class on Zurb’s
Foundation 6