Recherche avancée

Médias (1)

Mot : - Tags -/livre électronique

Autres articles (100)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains 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 ;

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (8284)

  • Git log for the next change on a specific file line in a remote branch

    20 juin 2022, par F. Petrulio

    I'm exploring the git history of the project FFMpeg. I got the changes performed on each file between the commits 517573a67088b5c7a25c18373434e3448892ee93 and 80bb65fafab1d2f5f58a8453c6334c784ee27c08 by creating a patch with the command :

    


    git diff 80bb65fafab1d2f5f58a8453c6334c784ee27c08..c5079bf3bccd24bf8ed45ff47ff4071fd09e9fd8 -p > my.patch


    


    Now, for instance, I know that the file doc/examples/encode_video.c has been modified at row 149 and I would get the only the next commit after c5079bf3bccd24bf8ed45ff47ff4071fd09e9fd8 that modifies this line. Considering that some commits are on remotes, I'm using the command :

    


    git log -L149,149: doc/examples/encode_video.c -1 c5079bf3bccd24bf8ed45ff47ff4071fd09e9fd8..HEAD --remotes


    


    but git returns the message :

    


    fatal: More than one commit to dig from: origin/HEAD and HEAD?


    


    I think the problem is that I'm trying to log a commit on a remote, not on the master branch, but it's just a speculation. How can I solve it ?

    


  • doc/libav-merge : remove line about AC3 fixed decoder speedup

    31 mars 2017, par James Almer
    doc/libav-merge : remove line about AC3 fixed decoder speedup
    

    It was addressed in commit 91ccd38c0befb17d788c1621d1d4362dc1c40bd6

    • [DH] doc/libav-merge.txt
  • Revision a2746d7096 : examples.mk : quiet vcproj script exec by default the full command line can be s

    4 août 2015, par James Zern

    Changed Paths :
     Modify /examples.mk



    examples.mk : quiet vcproj script exec by default

    the full command line can be seen with V=1 as with the other gen*
    scripts

    Change-Id : Id045b57e0f9af17d82d79201bbc1241b25a2b821