Recherche avancée

Médias (0)

Mot : - Tags -/images

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

Autres articles (63)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Le plugin : Gestion de la mutualisation

    2 mars 2010, par

    Le plugin de Gestion de mutualisation permet de gérer les différents canaux de mediaspip depuis un site maître. Il a pour but de fournir une solution pure SPIP afin de remplacer cette ancienne solution.
    Installation basique
    On installe les fichiers de SPIP sur le serveur.
    On ajoute ensuite le plugin "mutualisation" à la racine du site comme décrit ici.
    On customise le fichier mes_options.php central comme on le souhaite. Voilà pour l’exemple celui de la plateforme mediaspip.net :
    < ?php (...)

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

Sur d’autres sites (4544)

  • Community survey revealed – Discover the profile of a Piwik user

    7 novembre 2017, par Piwik Core Team — Community

    In January 2017 we launched a Piwik community survey which gathered more than a thousand responses. It is now time for us to release the results of this study. We release today the results of this survey painting a picture of the growing Piwik Analytics community !

    What types of businesses are using Piwik ?

    Just a reminder : Piwik is currently used on over 1 million websites and mobile apps.

    According to the community survey, 75% of businesses using Piwik are small companies and 25% are medium to large enterprises. Out of those 25%, more than 7% are large enterprises with more than a 1,000 of employees.

    Why choosing Piwik ?

    With a large majority, Open Source came first with almost 50% of the answers, then come the data security aspect (27%) in third comes the raw data access (10,5%) and for a minor part customizability with 1,9%.

    How often is Piwik used ?

    92% of respondents said that they are using Piwik regularly (at least once per month) :

    • on a daily basis 28%
    • on a weekly basis 41%
    • on a monthly basis 23%

    Is Piwik mostly installed on Intranet or External websites ?

    Piwik is mainly installed on external websites, 80% of the cases. However, 12% of respondents answer that they are using it on intranet too. The remaining 8% have chosen not to answer.

    Which CRM for Piwik users ?

    As CRM is a high valuable asset within the company, we wanted to check if there were any needs for Piwik to develop something specifically for CRM.
    The answers showed us that in almost 60% of the cases no CRM was used at all, for the rest there is no clear leading CRM which is used more than others.

    Do Piwik users wish more integrations to third party applications such as CRM, support systems ?

    60% of responders said no, which can clearly be understood from previous question. But the 40% remaining are clearly showing that they wish more integrations. We heard you, we are constantly updating our integration page. If there are any integrations you wish to have, do not hesitate to contact the solution provider and suggest them to integrate their product with Piwik.

    How do Piwik users get notified when a KPI reach a specific value ?

    Great question, great answers. Almost 50% of responders are not notified when something happens in Piwik and prefer to have a look at the UI instead. 15% did not know that it was possible using Custom Alerts but may have a look it. Some of you are also designing their own system. It made us realize here that we need to change our UI and integrate custom alerts to the main UI directly. Custom alerts is a great feature that you can access within the administration panel to get notified when something happened in your Piwik data.

    Which improvements could be made to Piwik ?

    Only 20% of you answered to this question, which is a good thing for us

  • checkasm : arm : Check register clobbering

    28 août 2015, par Martin Storsjö
    checkasm : arm : Check register clobbering
    

    Cast the function pointer to a different type signature, to
    be able to use uint64_t as return type (instead of intptr_t) for
    those calls that require it.

    Use two separate functions, depending on whether neon is available.

    • [DH] Makefile
    • [DH] tools/checkasm-arm.S
    • [DH] tools/checkasm.c
  • lavc/hevc : check framerate num/den to be strictly positive

    1er septembre 2024, par Anton Khirnov
    lavc/hevc : check framerate num/den to be strictly positive
    

    Rather than just != 0. These values are read as uint32 and can become
    negative when cast to int.

    • [DH] libavcodec/hevc/hevcdec.c
    • [DH] libavcodec/hevc/parser.c