
Recherche avancée
Médias (33)
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (99)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
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 (...) -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users.
Sur d’autres sites (10000)
-
Move all the static encoder codebooks to ’char’ lengthlists rather than ’long’ as...
22 janvier 2014, par MontyMove all the static encoder codebooks to ’char’ lengthlists rather than ’long’ as the largest value for a lengthlist entry is 32 and the lengthlists are large.
Alter the codebook generation tools in vq/ to generate the codebooks properly given the new type.
[Hopefully] no functional change.
git-svn-id : http://svn.xiph.org/trunk/vorbis@19057 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Anomalie #3133 : Pas moyen d’ajouter ou de retirer un auteur à un article
21 janvier 2014, par b bAprès quelques essais :
- le formulaire fonctionne bien sans ajax (en virant la classe ajax de la div qui l’englobe)
- le problème vient du fait que la variable visible=1 n’est pas passée dans le POST quand on clique sur le button :http://core.spip.org/projects/spip/repository/entry/spip/prive/formulaires/editer_liens.html#L44
Si on ajoute on type="submit" au bouton en question, la variable visible=1 est bien passée au POST et cela fonctionne.
Ce problème avec les buttons sans attribut type=submit fait que même si la liste des auteurs est affichée, l’ajout d’un auteur ne fonctionne pas non plus.
-
arm : Allow overriding the alignment set in the function macro
7 janvier 2014, par Martin Storsjöarm : Allow overriding the alignment set in the function macro
The function macro always sets .align 2 before declaring the
function label (since 5c5e1ea3) and always sets the section to
.text (since 278caa6a).The .align 5 before certain functions, added in fc252eba, were added
before .text and .align were added to the function macro and thus
became useless/unused when the function macro got them.This restores the original intention, to align the loop entry
points.Signed-off-by : Martin Storsjö <martin@martin.st>