
Recherche avancée
Autres articles (54)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
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 (...)
Sur d’autres sites (10397)
-
avcodec/vaapi_encode : extract set_output_property to base layer
18 avril 2024, par Tong Wu -
Anomalie #3823 (Nouveau) : Pagination et connect
25 août 2016, par realet RealETBonjour,
Il me semble que je suis tombé sur un bug des pagination avec connect
Soit une page qui charge plusieurs fois le même INCLURE avec un connect différent à chaque fois :
Soit inc_mini_plan.html qui contient en substance :
#ANCRE_PAGINATION- #TITRE
#PAGINATION
La pagination, au lieu de réutiliser le connect passé en argument utilise la connexion par défaut du site.
Testé en 3.1.1 SVN 23133.
-
Anomalie #4398 (En cours) : Pas de champs_editables dans la déclaration des tables mots et groupes...
18 novembre 2019, par tcharlss (*´_ゝ`)Dans la declaration des tables, les
champs_editables
ne sont pas indiqués.
Et dans les actions de modification, la whitelist est mise en dur au lieu d’y aire appel avecobjet_info('mot', 'champs_editables')
: https://git.spip.net/SPIP/mots/src/branch/master/action/editer_mot.php#L128-L134
Du coup impossible à étendre par d’autres plugins.Un oubli ?