
Recherche avancée
Autres articles (58)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
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 -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (15001)
-
cPanel - does installing modules via easyapache overwrite php.ini ?
22 septembre 2013, par i.h4d35I have a little script in bash which automates the installation of ffmpeg and ffmpeg's php module on a server. At the end of this, it appends
extension=ffmpeg.so
to the end ofphp.ini
and restarts thehttpd
service.My question is, in cPanel servers, say the user installs some other module using easy apache, would that overwrite the
php.ini
file. In which case, how do I make sure that theextension=ffmpeg.so
is always added at the end ?One possible solution I thought of was to have a cron set which periodically checks the php.ini file but that doesn't look like the right solution.
-
Révision 20775 : Complément à r20035 concernant les chaînes de langues calculées dans un squelett...
21 août 2013, par esj -<:{=#ENV{module_item}}:>
<:{=#ENV{module}item}:>
Cf discussion sur spip-dev : http://article.gmane.org/gmane.comp.web.spip.devel/64603A cette occasion, l’introduction des modules implicites (public, spip, ecrire) est déportée au niveau du générateur de code, car elle n’avait en fait rien à faire au niveau du phraseur, comme en témoigne la complexité inutile du décompilateur de l’arbre de syntaxe abstraite, qui était obligé de tenir compte de cet ajout intempestif.
-
Merge pull request #2463 from gaelduplessix/master
25 juillet 2013, par blueimpMerge pull request #2463 from gaelduplessix/master
Fixed angular module when used into a custom directive.