
Recherche avancée
Autres articles (111)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
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 (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (11394)
-
Anomalie #4033 : Critère `{age #TRUC}` erroné en SQLite
28 octobre 2017SQLite3 :
sqlite> select 2 < ’3’ ; 1 sqlite> select 4 < ’3’ ; 1
Mysql :
mysql> select 2 < ’3’ ; 1 mysql> select 4 < ’3’ ; 0
-
Anomalie #4587 (Nouveau) : Warning en php 8 "avec doublons_notes.html" dans les tests unitaire
24 octobre 2020, par Franck DHello :)
Windows 10 (1909)Laragon avec :
Php 8.0.0RC2 (VS16 x64 Non Thread Safe) https://windows.php.net/qa
Apache 2.4.46 Win64 avec mod_fcgid-2.3.10-win64-VS16 https://www.apachelounge.com/download/
Mysql 8.0.22 (mysql-8.0.22-winx64.zip) https://dev.mysql.com/downloads/mysql/
phpMyAdmin 5.0.4 https://www.phpmyadmin.netPrefix des tables à l’installation : "test1"
SPIP 3.3.0-dev GIT [master : 08981b68]Dans "doublons_notes.html" de "tests/unit/propre"
Warning : mysqli_query() : (HY000/3696) : The regular expression contains an unclosed bracket expression. in C :\laragon\www\test1\ecrire\req\mysql.php on line 257
0.10s -
Anomalie #3974 : bdd vide, si le choix du prefix des tables au moment de l’installation est un chi...
15 juillet 2017, par nico d_Peut être un manque de `quotes` dans le code ?
Si on se réfère à la doc de mysql :
https://dev.mysql.com/doc/refman/5.7/en/identifiers.htmlIdentifiers may begin with a digit but unless quoted may not consist solely of digits.