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
456 3763 d 23 h jpm /branches/v0.2-buhl/framework/ Désactivation de la gestion du Log qui pose problème avec les versions récentes de PHP et qui n'est pas utilisé.  
/branches/v0.2-buhl/framework/Application.php
455 3763 d 23 h jpm /branches/v0.3-aleaume/framework/ Fusion révision 454 : correction.  
/branches/v0.3-aleaume/framework/RestServeur.php
454 3763 d 23 h jpm /trunk/framework/ Correction : oubli prise en compte d'un retour.  
/trunk/framework/RestServeur.php
453 3763 d 23 h jpm /branches/v0.3-aleaume/framework/ Fusion avec les révisions 441 et 442 du trunk.
Retour pour les méthodes : PUT, POST et DELETE.
 
/branches/v0.3-aleaume/framework/RestServeur.php
452 3763 d 23 h jpm /trunk/framework/ Les méthode PUT, POST et DELETE peuvent maintenant renvoyer du contenu.  
/trunk/framework/RestServeur.php
451 3764 d 0 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
450 3776 d 20 h jpm /branches/v0.2-buhl/framework/ Correction commentaire mal écris.  
/branches/v0.2-buhl/framework/config.defaut.ini
449 3812 d 21 h jpm /branches/v0.2-buhl/ Suppression du svn du dossier .settings  
/branches/v0.2-buhl/.settings
448 3812 d 21 h jpm /branches/v0.3-aleaume/framework/ Fusion avec le commit #447 du Trunk (rétro-compatible) : affichage dans le log système des fichiers ini introuvables.  
/branches/v0.3-aleaume/framework/Config.php
447 3812 d 23 h jpm /trunk/framework/ Affichage dans le log d'erreurs de PHP en cas de fichier ini introuvable.  
/trunk/framework/Config.php
446 3864 d 20 h raphael /trunk/framework/ templates: support du short_open_tag=0 (eg: cas phpunit) sur "<?if "  
/trunk/framework/SquelettePhp.php
445 3868 d 17 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 3869 d 22 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 3870 d 19 h raphael /trunk/framework/ config: test d'existance d'une variable ramène aussi les valeurs FALSE  
/trunk/framework/Registre.php
442 3871 d 0 h raphael /trunk/framework/ config: ne pas cacher et ignorer les erreurs de chargement de fichier de configuration impossible  
/trunk/framework/Config.php
441 3871 d 22 h raphael /trunk/framework/ tests: éviter "Undefined index: REQUEST_URI" en cas de test phpunit  
/trunk/framework/CacheSimple.php
440 3876 d 21 h raphael /trunk/framework/ tpl: fix en cas de short_open_tag=Off  
/trunk/framework/SquelettePhp.php
439 3878 d 19 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 3881 d 18 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 3905 d 19 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