diff --git a/ecrire/action/export_all.php b/ecrire/action/export_all.php index b7e0ffba8bac563b2a87a266e94963710cf89b3d..a391c1da0bbfb16653b775d6132b110e30ed29af 100644 --- a/ecrire/action/export_all.php +++ b/ecrire/action/export_all.php @@ -16,6 +16,7 @@ include_spip('inc/export'); include_spip('inc/actions'); include_spip('inc/minipres'); +// http://doc.spip.org/@action_export_all_dist function action_export_all_dist() { global $gz, $connect_toutes_rubriques ; diff --git a/ecrire/exec/export_all.php b/ecrire/exec/export_all.php index f09ff902689b8aa5a15b2681c846dce412871be5..a83503864a77428223787969c0e01a7d516ecc98 100644 --- a/ecrire/exec/export_all.php +++ b/ecrire/exec/export_all.php @@ -168,6 +168,7 @@ function exec_export_all_dist() // + toutes les tables auxiliaires hors relations // + les tables relations dont les deux tables liees sont dans la liste +// http://doc.spip.org/@export_all_list_tables function export_all_list_tables() { $tables_for_dump = array(); diff --git a/ecrire/inc/autoriser.php b/ecrire/inc/autoriser.php index a4f5a6b20243e73504cfe3e41c3710de66d3319f..7e069e7cace9f942881502fbebb0a226fdfa7468 100644 --- a/ecrire/inc/autoriser.php +++ b/ecrire/inc/autoriser.php @@ -122,6 +122,7 @@ function autoriser_rubrique_publierdans_dist($faire, $type, $id, $qui, $opt) { } // Autoriser a creer un article dans la rubrique $id +// http://doc.spip.org/@autoriser_rubrique_creerrubriquedans_dist function autoriser_rubrique_creerrubriquedans_dist($faire, $type, $id, $qui, $opt) { return autoriser('voir','rubrique',$id) @@ -129,6 +130,7 @@ function autoriser_rubrique_creerrubriquedans_dist($faire, $type, $id, $qui, $op } // Autoriser a creer un article dans la rubrique $id +// http://doc.spip.org/@autoriser_rubrique_creerarticledans_dist function autoriser_rubrique_creerarticledans_dist($faire, $type, $id, $qui, $opt) { return $id @@ -136,6 +138,7 @@ function autoriser_rubrique_creerarticledans_dist($faire, $type, $id, $qui, $opt } // Autoriser a creer une breve dans la rubrique $id +// http://doc.spip.org/@autoriser_rubrique_creerbrevedans_dist function autoriser_rubrique_creerbrevedans_dist($faire, $type, $id, $qui, $opt) { $s = spip_query( "SELECT id_parent FROM spip_rubriques WHERE id_rubrique="._q($id)); @@ -148,6 +151,7 @@ function autoriser_rubrique_creerbrevedans_dist($faire, $type, $id, $qui, $opt) } // Autoriser a creer un site dans la rubrique $id +// http://doc.spip.org/@autoriser_rubrique_creersitedans_dist function autoriser_rubrique_creersitedans_dist($faire, $type, $id, $qui, $opt) { return $id diff --git a/ecrire/inc/export.php b/ecrire/inc/export.php index cb6571564f4b5d3b558711f00c95875dc3f14a25..9ec43f74cdcdf5085de3077f40fa1f8a8395f95c 100644 --- a/ecrire/inc/export.php +++ b/ecrire/inc/export.php @@ -173,6 +173,7 @@ function text_to_xml($string) { // production de l'entete du fichier d'archive +// http://doc.spip.org/@export_entete function export_entete() { return