
Recherche avancée
Autres articles (55)
-
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 (...) -
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 (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (8265)
-
Revision 43798 : Ajout des types mimes ts, mts, m2ts : $tables_mime[’ts’] = ’video/MP2T’ ; ...
22 janvier 2011, par kent1@… — LogAjout des types mimes ts, mts, m2ts :
$tables_mimets ? = ’video/MP2T’ ;
$tables_mimemts ? = ’video/MP2T’ ;
$tables_mimem2ts ? = ’video/MP2T’ ;
$tables_sequencests ? = ’MPEG transport stream’ ;
$tables_sequencesmts ? = ’AVCHD MPEG-2 transport stream’ ;
$tables_sequencesm2ts ? = ’BDAV MPEG-2 Transport Stream’ ; -
Revision 187 : Added fatal message.
9 avril 2010, par marc.noirotChanged Paths :
Modify /wiki/CheckMessages.wiki
Added fatal message. -
Revision 86430 : Et celle dans le sens inverste articles sur évènements pas exemple : Ce ...
3 décembre 2014, par kent1@… — LogEt celle dans le sens inverste articles sur évènements pas exemple :
Ce cas pourrait exister par exemple si on activait une jointure de recherche sur les évènements (du plugin agenda) avec la table spip_articles.
Il suffirait d’ajouter la ligne suivante dans le pipeline "declarer_tables_objets_sql" dans le fichier base/agenda_evenements :
$tablesspip_evenements ?rechercher_jointures ?article ? = array(’titre’ => 8, ’texte’ => 5) ;