Subversion Repositories Applications.framework

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
445 3851 d 13 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
441 3854 d 17 h raphael /trunk/framework/ tests: éviter "Undefined index: REQUEST_URI" en cas de test phpunit  
/trunk/framework/CacheSimple.php
437 3888 d 15 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
436 3888 d 15 h raphael /trunk/framework/ logging: plus de visibilité concernant les objets en cache  
/trunk/framework/CacheSimple.php
434 3901 d 15 h jpm /trunk/framework/ Homogénéisation code + TODO.  
/trunk/framework/CacheSimple.php
432 3906 d 22 h raphael /trunk/framework/ cache: tentative de création du répertoire de cache en cas de non-existence & meilleurs avertissements via error_log()  
/trunk/framework/CacheSimple.php
431 3913 d 16 h raphael /trunk/framework/ cache: ajout d'un error_log() en cas de problème de répertoire de cache  
/trunk/framework/CacheSimple.php
419 4264 d 16 h aurelien /trunk/framework/ Modification de la classe cache pour que l'on puisse préciser un dossier ou stocker le cache  
/trunk/framework/CacheSimple.php
299 4861 d 16 h jpm /trunk/framework/ Ajout de la gestion des keywords svn.  
/trunk/framework/Cache.php
/trunk/framework/CacheFichier.php
/trunk/framework/CacheSimple.php
/trunk/framework/CacheSqlite.php
/trunk/framework/Cli.php
/trunk/framework/I18n.php
/trunk/framework/OpenIdClient.php
/trunk/framework/RestClient.php
/trunk/framework/RestServeur.php
/trunk/framework/RestService.php
/trunk/framework/Script.php
/trunk/framework/utilitaires/Chaine.php
/trunk/framework/utilitaires/DiffieHellmanUtil.php
/trunk/framework/utilitaires/Encodage.php
/trunk/framework/utilitaires/Fichier.php
/trunk/framework/utilitaires/Pattern.php
/trunk/framework/utilitaires/Storage.php
/trunk/framework/utilitaires/StorageFile.php
/trunk/framework/utilitaires/Tableau.php
291 4865 d 13 h jpm /trunk/ Ajout du CacheSimple. Une classe pour gérer le cache via le système de fichier de façon extremement simple.
Deux méthode accessible seulement : sauver() et charger().
 
/trunk/exemple/services/modules/0.1/ServiceCacheSimple.php
/trunk/framework/CacheSimple.php
/trunk/framework/Cache.php