From 6f5b1e8049a198cde765c87c4f70d14ceb3c2247 Mon Sep 17 00:00:00 2001 From: "spip.franck@lien-d-amis.net" <> Date: Sat, 2 May 2015 15:06:22 +0000 Subject: [PATCH] Evitons une redirection, ce n'est plus http://doc.spip.org mais http://code.spip.net --- action/acceder_document.php | 2 +- action/changer_mode_document.php | 4 ++-- action/copier_local.php | 4 ++-- action/supprimer_document.php | 2 +- action/tourner.php | 6 +++--- formulaires/editer_document.php | 2 +- inc/documenter_objet.php | 2 +- inc/documents.php | 6 +++--- inc/joindre_document.php | 8 ++++---- inc/marquer_doublons_doc.php | 2 +- metadata/image.php | 2 +- urls/generer_url_document.php | 2 +- urls/generer_url_ecrire_document.php | 2 +- 13 files changed, 22 insertions(+), 22 deletions(-) diff --git a/action/acceder_document.php b/action/acceder_document.php index c5eba15e..81336c98 100644 --- a/action/acceder_document.php +++ b/action/acceder_document.php @@ -19,7 +19,7 @@ include_spip('inc/headers'); // soit que le document est publie, c'est-a-dire // joint a au moins 1 article ou rubrique publie -// http://doc.spip.org/@action_acceder_document_dist +// http://code.spip.net/@action_acceder_document_dist function action_acceder_document_dist() { include_spip('inc/documents'); diff --git a/action/changer_mode_document.php b/action/changer_mode_document.php index b4029fe0..9ae5c879 100644 --- a/action/changer_mode_document.php +++ b/action/changer_mode_document.php @@ -16,7 +16,7 @@ if (!defined("_ECRIRE_INC_VERSION")) return; /** * Cette action permet de basculer du mode image au mode document et vice versa * - * http://doc.spip.org/@action_changer_mode_document_dist + * http://code.spip.net/@action_changer_mode_document_dist * * @param int $id_document * @param string $mode @@ -41,7 +41,7 @@ function action_changer_mode_document_dist($id_document=null, $mode=null){ action_changer_mode_document_post($id_document, $mode); } -// http://doc.spip.org/@action_changer_mode_document_post +// http://code.spip.net/@action_changer_mode_document_post function action_changer_mode_document_post($id_document, $mode){ // - id_document le doc a modifier // - mode le mode a lui donner diff --git a/action/copier_local.php b/action/copier_local.php index 11918815..c09e02a6 100644 --- a/action/copier_local.php +++ b/action/copier_local.php @@ -18,7 +18,7 @@ if (!defined("_ECRIRE_INC_VERSION")) return; * Il s'agit de la partie logique, c'est a dire que cette fonction * realise la copie. * - * http://doc.spip.org/@action_copier_local_dist + * http://code.spip.net/@action_copier_local_dist * * @param null $id_document * @return bool|mixed|string @@ -43,7 +43,7 @@ function action_copier_local_dist($id_document=null) { } /** - * http://doc.spip.org/@action_copier_local_post + * http://code.spip.net/@action_copier_local_post * * @param $id_document * @return bool|mixed|string diff --git a/action/supprimer_document.php b/action/supprimer_document.php index 9114bc4a..97326a72 100644 --- a/action/supprimer_document.php +++ b/action/supprimer_document.php @@ -12,7 +12,7 @@ if (!defined("_ECRIRE_INC_VERSION")) return; -// http://doc.spip.org/@supprimer_document +// http://code.spip.net/@supprimer_document function action_supprimer_document_dist($id_document=0) { if (!$id_document){ $securiser_action = charger_fonction('securiser_action','inc'); diff --git a/action/tourner.php b/action/tourner.php index bb769c77..48836a97 100644 --- a/action/tourner.php +++ b/action/tourner.php @@ -15,7 +15,7 @@ if (!defined("_ECRIRE_INC_VERSION")) return; /** * Tourner un document * - * http://doc.spip.org/@action_tourner_dist + * http://code.spip.net/@action_tourner_dist * * lorsque les arguments sont passes dans arg en GET : * id_document-angle @@ -46,7 +46,7 @@ function action_tourner_dist($id_document=null, $angle=null) { /** * Tourner un document * - * http://doc.spip.org/@action_tourner_post + * http://code.spip.net/@action_tourner_post * * @param int $id_document * @param int $angle @@ -131,7 +131,7 @@ function action_tourner_post($id_document,$angle) // Appliquer l'EXIF orientation // cf. http://trac.rezo.net/trac/spip/ticket/1494 -// http://doc.spip.org/@tourner_selon_exif_orientation +// http://code.spip.net/@tourner_selon_exif_orientation function tourner_selon_exif_orientation($id_document, $fichier) { if (function_exists('exif_read_data') diff --git a/formulaires/editer_document.php b/formulaires/editer_document.php index fdf2b6a2..1654d0ce 100644 --- a/formulaires/editer_document.php +++ b/formulaires/editer_document.php @@ -121,7 +121,7 @@ function formulaires_editer_document_verifier_dist($id_document='new', $id_paren return $erreurs; } -// http://doc.spip.org/@inc_editer_article_dist +// http://code.spip.net/@inc_editer_article_dist function formulaires_editer_document_traiter_dist($id_document='new', $id_parent='', $retour='', $lier_trad=0, $config_fonc='documents_edit_config', $row=array(), $hidden=''){ if (is_null(_request('parents'))) set_request('parents',array()); diff --git a/inc/documenter_objet.php b/inc/documenter_objet.php index 94fa8f28..fbbbb155 100644 --- a/inc/documenter_objet.php +++ b/inc/documenter_objet.php @@ -12,7 +12,7 @@ if (!defined("_ECRIRE_INC_VERSION")) return; -// http://doc.spip.org/@naviguer_doc +// http://code.spip.net/@naviguer_doc function inc_documenter_objet_dist($id, $type) { $serveur = ''; // avant de documenter un objet, on verifie que ses documents vus sont bien lies ! diff --git a/inc/documents.php b/inc/documents.php index dba833f8..26661d04 100644 --- a/inc/documents.php +++ b/inc/documents.php @@ -24,7 +24,7 @@ if (!defined('CHARSET_JOINT')) define('CHARSET_JOINT', 'iso-8859-1'); // Filtre pour #FICHIER permettant d'incruster le contenu d'un document // Si 2e arg fourni, conversion dans le charset du site si possible -// http://doc.spip.org/@contenu_document +// http://code.spip.net/@contenu_document function contenu_document($arg, $charset='') { if (is_numeric($arg)) { @@ -53,7 +53,7 @@ function contenu_document($arg, $charset='') return $r; } -// http://doc.spip.org/@generer_url_document_dist +// http://code.spip.net/@generer_url_document_dist function generer_url_document_dist($id_document, $args='', $ancre='') { include_spip('inc/autoriser'); @@ -94,7 +94,7 @@ function generer_url_document_dist($id_document, $args='', $ancre='') { // // A noter : dans le portfolio prive on pousse le vice jusqu'a reduire la taille // de la vignette -> c'est a ca que sert la variable $portfolio -// http://doc.spip.org/@vignette_automatique +// http://code.spip.net/@vignette_automatique function vignette_automatique($img, $doc, $lien, $x=0, $y=0, $align='', $class='spip_logo spip_logos') { include_spip('inc/distant'); diff --git a/inc/joindre_document.php b/inc/joindre_document.php index 347c7c72..0940197a 100644 --- a/inc/joindre_document.php +++ b/inc/joindre_document.php @@ -266,7 +266,7 @@ function joindre_decrire_contenu_zip($zip) { -// http://doc.spip.org/@joindre_deballes +// http://code.spip.net/@joindre_deballes function joindre_deballer_lister_zip($path,$tmp_dir) { include_spip('inc/pclzip'); $archive = new PclZip($path); @@ -295,7 +295,7 @@ if (!function_exists('fixer_extension_document')){ * @param unknown_type $doc * @return unknown */ -// http://doc.spip.org/@fixer_extension_document +// http://code.spip.net/@fixer_extension_document function fixer_extension_document($doc) { $extension = ''; $name = $doc['name']; @@ -317,7 +317,7 @@ function fixer_extension_document($doc) { // // Gestion des fichiers ZIP // -// http://doc.spip.org/@accepte_fichier_upload +// http://code.spip.net/@accepte_fichier_upload function accepte_fichier_upload ($f) { if (!preg_match(",.*__MACOSX/,", $f) @@ -330,7 +330,7 @@ function accepte_fichier_upload ($f) { # callback pour le deballage d'un zip telecharge # http://www.phpconcept.net/pclzip/man/en/?options-pclzip_cb_pre_extractfunction -// http://doc.spip.org/@callback_deballe_fichier +// http://code.spip.net/@callback_deballe_fichier function callback_deballe_fichier($p_event, &$p_header) { if (accepte_fichier_upload($p_header['filename'])) { diff --git a/inc/marquer_doublons_doc.php b/inc/marquer_doublons_doc.php index 120dbd1c..15952dd1 100644 --- a/inc/marquer_doublons_doc.php +++ b/inc/marquer_doublons_doc.php @@ -18,7 +18,7 @@ if (!defined("_ECRIRE_INC_VERSION")) return; $GLOBALS['medias_liste_champs'][] = 'texte'; $GLOBALS['medias_liste_champs'][] = 'chapo'; -// http://doc.spip.org/@marquer_doublons_documents +// http://code.spip.net/@marquer_doublons_documents function inc_marquer_doublons_doc_dist($champs,$id,$type,$id_table_objet,$table_objet,$spip_table_objet, $desc=array(), $serveur=''){ $champs_selection=array(); diff --git a/metadata/image.php b/metadata/image.php index 3fb6caba..92ad33dd 100644 --- a/metadata/image.php +++ b/metadata/image.php @@ -31,7 +31,7 @@ function metadata_image_dist($fichier){ * @param bool $strict * @return string */ -// http://doc.spip.org/@decoder_type_image +// http://code.spip.net/@decoder_type_image function decoder_type_image($type, $strict = false) { switch ($type) { case 1: diff --git a/urls/generer_url_document.php b/urls/generer_url_document.php index 3b8aac2b..18e794f2 100644 --- a/urls/generer_url_document.php +++ b/urls/generer_url_document.php @@ -24,7 +24,7 @@ if (!defined('_ECRIRE_INC_VERSION')) return; * @param string $connect * @return string * - * http://doc.spip.org/@generer_url_ecrire_document + * http://code.spip.net/@generer_url_ecrire_document */ function urls_generer_url_document_dist($id, $args='', $ancre='', $public=null, $connect='') { include_spip('inc/documents'); diff --git a/urls/generer_url_ecrire_document.php b/urls/generer_url_ecrire_document.php index bbbbe8e1..994af1df 100644 --- a/urls/generer_url_ecrire_document.php +++ b/urls/generer_url_ecrire_document.php @@ -24,7 +24,7 @@ if (!defined('_ECRIRE_INC_VERSION')) return; * @param string $connect * @return string * - * http://doc.spip.org/@generer_url_ecrire_document + * http://code.spip.net/@generer_url_ecrire_document */ function urls_generer_url_ecrire_document_dist($id, $args='', $ancre='', $public=null, $connect='') { include_spip('inc/documents'); -- GitLab