Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (111)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 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 (...)

  • 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.

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (15293)

  • configure : Do not explicitly set Oy for msvc/icl

    24 juin 2013, par Alex Smith
    configure : Do not explicitly set Oy for msvc/icl
    

    It is implied by O1 or O2, both of which are required to build libav
    with msvc/icl. Silences warnings when targeting x64 with icl.

    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DH] configure
  • configure : revert changes to the schannel check

    17 mars 2018, par James Almer
    configure : revert changes to the schannel check
    

    check_cpp_condition was not being called on some targets, which made schannel
    remain enabled even when it was not available

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] configure
  • configure : extend the check for bcrypt

    16 avril 2018, par James Almer
    configure : extend the check for bcrypt
    

    Some old mingw-w64 builds seem to provide an incomplete implementation
    of the API. Add an extra check to make sure it's disabled for those.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] configure