Subversion Repositories Applications.framework

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
473 3742 d 21 h jpm /trunk/framework/ Refactorisation :
- 2 méthode pour utilisation CURL ou STREAM.
- message d'erreur lors des échecs de requête HTTP
Correction erreur nom de variable dans l'analyse des entêtes...
 
/trunk/framework/RestClient.php
472 3742 d 21 h jpm /trunk/framework/ Ajout de nouveaux code http sous forme de constante de classe.  
/trunk/framework/RestServeur.php
462 3745 d 20 h jpm /trunk/framework/ Suppression de classe non utilisé dans le TBFramework.  
/trunk/framework/brouillons
461 3749 d 21 h jpm /trunk/framework/ protegerTableau prend obligatoirement un tableau en paramètre.  
/trunk/framework/Bdd.php
459 3749 d 21 h jpm /trunk/framework/ Amélioration de la méthode proteger qui gère maintenant les tableau.
Méthode protegerTableau est maintenant dépréciée.
 
/trunk/framework/Bdd.php
458 3776 d 19 h jpm /trunk/framework/ Fusion r#457 : Correction code retour en cas de suppression réussi mais avec du contenu renvoyé.  
/trunk/framework/RestServeur.php
454 3777 d 2 h jpm /trunk/framework/ Correction : oubli prise en compte d'un retour.  
/trunk/framework/RestServeur.php
452 3777 d 2 h jpm /trunk/framework/ Les méthode PUT, POST et DELETE peuvent maintenant renvoyer du contenu.  
/trunk/framework/RestServeur.php
451 3777 d 3 h jpm /trunk/framework/ Ajout de la prise en compte de retour d'information pour la méthode DELETE.
La méthode DELETE peut retourner des informations avec un code status 200 OK.
RFC 2616 : http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html
 
/trunk/framework/RestServeur.php
447 3826 d 2 h jpm /trunk/framework/ Affichage dans le log d'erreurs de PHP en cas de fichier ini introuvable.  
/trunk/framework/Config.php
446 3877 d 23 h raphael /trunk/framework/ templates: support du short_open_tag=0 (eg: cas phpunit) sur "<?if "  
/trunk/framework/SquelettePhp.php
445 3881 d 20 h raphael /trunk/framework/ cache: fix d'une notice d'échec de sauvegarde de fichier de cache qui était lancé alors que le cache était explicitement désactivé  
/trunk/framework/CacheSimple.php
444 3883 d 1 h mathias /trunk/framework/ Autorise le verbe OPTIONS dans RestServeur afin de permettre les requêtes PUT de del (entre autres) avec CORS  
/trunk/framework/RestServeur.php
443 3883 d 22 h raphael /trunk/framework/ config: test d'existance d'une variable ramène aussi les valeurs FALSE  
/trunk/framework/Registre.php
442 3884 d 3 h raphael /trunk/framework/ config: ne pas cacher et ignorer les erreurs de chargement de fichier de configuration impossible  
/trunk/framework/Config.php
441 3885 d 1 h raphael /trunk/framework/ tests: éviter "Undefined index: REQUEST_URI" en cas de test phpunit  
/trunk/framework/CacheSimple.php
440 3890 d 0 h raphael /trunk/framework/ tpl: fix en cas de short_open_tag=Off  
/trunk/framework/SquelettePhp.php
439 3891 d 22 h raphael /trunk/framework/ curl: désactivation (cf 428) sur GET car problème étrange liés aux redirections d'URL  
/trunk/framework/RestClient.php
438 3894 d 21 h raphael /trunk/framework/ bugfix: regression de r428: omission du CURL-FOLLOWLOCATION en cas de 301.
Le traitement des 301 et l'analyse des headers/content sont désormais corrects.
Exemple: http://www.tela-botanica.org/bdtfx-nn-35920 , onglet "Illustrations", section "Photoflora"
 
/trunk/framework/RestClient.php
437 3918 d 22 h raphael /trunk/framework/ cache: support la directive "cache = false"
En effet, d'après http://fr2.php.net/parse_ini_file
> Les valeurs null, no et false donnent "", yes et true donnent "1"
 
/trunk/framework/CacheSimple.php

Show All