Subversion Repositories Applications.framework

Rev

Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
303 4876 d 15 h jpm /tags/v0.3-aleaume/ Création de la version 0.3 Aleaume du TBFramework (tag).  
/tags/v0.3-aleaume
301 4876 d 15 h jpm /trunk/framework/ Correction commentaire.  
/trunk/framework/Registre.php
299 4876 d 15 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 4880 d 12 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
290 4884 d 15 h gduche /trunk/framework/ FIXME : si l'extension SQLITE n'est pas installée, le cache passe tout de même par la fonction sqlite_escape_string et s'arrête à cet endroit. L'application ne devrait pas essayer de sauver si le constructeur a échoué OU devrait utiliser un système de fichier à la place !  
/trunk/framework/CacheSqlite.php
289 4884 d 15 h jpm /trunk/framework/ Utilisation d'un niveau d'erreur php plus important.  
/trunk/framework/config.defaut.ini
288 4888 d 13 h gduche /trunk/framework/ Suppression d'un message de débogage inutile.  
/trunk/framework/CacheSqlite.php
287 4889 d 18 h jpm /trunk/ Renommage des classes servant aux services web REST : préfixées par Rest  
/trunk/framework/RestClient.php
/trunk/framework/RestServeur.php
/trunk/framework/RestService.php
/trunk/framework/Client.php
/trunk/framework/Serveur.php
/trunk/framework/Service.php
/trunk/exemple/services/index.php
/trunk/exemple/services/modules/0.1/MonService.php
/trunk/exemple/services/modules/0.1/ServiceCacheFichier.php
/trunk/exemple/services/modules/0.1/ServiceCacheSqlite.php
286 4889 d 18 h jpm /trunk/framework/ Mise en forme.
Traduction de constante en français.
 
/trunk/framework/Url.php
285 4891 d 15 h gduche /trunk/framework/ Rajout de la fonction getOption qui avait disparue entre la livraison et le tronc  
/trunk/framework/Url.php
284 4891 d 15 h jpm /trunk/framework/utilitaires/ Correction variable mal nommée.  
/trunk/framework/utilitaires/Fichier.php
283 4897 d 12 h jpm /trunk/framework/ Correction problème strpos  
/trunk/framework/Serveur.php
282 4897 d 12 h jpm /trunk/framework/ Ajout de traduction et gestion des options du cache depuis le fichier config.ini  
/trunk/framework/Cache.php
/trunk/framework/CacheFichier.php
/trunk/framework/CacheSqlite.php
/trunk/framework/config.defaut.ini
280 4897 d 13 h jpm /trunk/framework/ Ajout de paramètre du serveur REST.  
/trunk/framework/config.defaut.ini
279 4897 d 13 h jpm /trunk/framework/ Amélioration du code.  
/trunk/framework/Url.php
278 4897 d 13 h jpm /trunk/framework/ Ajout de la gestion d'une url alternative pour le serveur REST.  
/trunk/framework/Serveur.php
274 4897 d 14 h jpm /trunk/framework/ Suppression du préfixe 'fw_' pour les noms des parametres du framework.  
/trunk/framework/Config.php
/trunk/framework/Debug.php
/trunk/framework/Framework.php
/trunk/framework/GestionnaireException.php
/trunk/framework/I18n.php
/trunk/framework/Log.php
/trunk/framework/Script.php
/trunk/framework/Serveur.php
/trunk/framework/Url.php
/trunk/framework/config.defaut.ini
273 4898 d 12 h jpm /trunk/framework/utilitaires/ Ajout de méthodes :
- permettant de tester si une ressource est accessible en lecture et écriture.
- déterminant le dossier tmp
 
/trunk/framework/utilitaires/Fichier.php
269 4898 d 13 h jpm /trunk/framework/ Ajout de la première version du Cache fonctionnant avec Sqlite ou Fichier.  
/trunk/framework/CacheSqlite.php
/trunk/framework/Cache.php
/trunk/framework/CacheFichier.php
268 4900 d 12 h jpm /trunk/framework/ Correction problème ordre d'appel des méthodes.  
/trunk/framework/Framework.php
266 4900 d 13 h jpm /trunk/framework/ Mise en minuscule du nom du dossier contenant le fichier du script.  
/trunk/framework/Cli.php
264 4901 d 19 h gduche /trunk/framework/ retrait d'une trace de debug  
/trunk/framework/OpenIdClient.php
263 4901 d 19 h gduche /trunk/framework/ Entete ajouté  
/trunk/framework/OpenIdClient.php
260 4901 d 20 h gduche /trunk/framework/ Travail sur l'Open Id :
Classe client principal
 
/trunk/framework/OpenIdClient.php
259 4901 d 20 h gduche /trunk/framework/utilitaires/ Travail sur l'openId :
Fichiers liés à l'openId et permettant de stocker les autentifications.
Doivent être remplacés par le cache.
 
/trunk/framework/utilitaires/Storage.php
/trunk/framework/utilitaires/StorageFile.php
258 4901 d 20 h gduche /trunk/framework/utilitaires/ Travail sur l'Open Id :
Classe utilitaire de DiffieHellman permettant de crypter un échange de clés
 
/trunk/framework/utilitaires/DiffieHellmanUtil.php
257 4902 d 14 h jpm /trunk/framework/ Gestion des paramètres pour le GET dans la méthode générique.  
/trunk/framework/Client.php
256 4902 d 14 h jpm /trunk/framework/ Ajout de l'accès aux entêtes de la réponse et à la méthode générique d'envoie de requete.  
/trunk/framework/Client.php
255 4902 d 19 h jpm / Utilisation des valeurs par défaut de la classe si aucune info trouvé dans le fichier de config.  
/branches/v0.2-buhl/framework/Log.php
/trunk/framework/Log.php
253 4904 d 13 h jpm /trunk/framework/ Modification du prefixe du cache.  
/trunk/framework/CacheFichier.php
252 4908 d 12 h jpm /trunk/framework/ Ajout première version du client Rest.  
/trunk/framework/Client.php
250 4909 d 11 h jpm /trunk/framework/ Correction de bogue.  
/trunk/framework/CacheFichier.php
248 4909 d 13 h jpm /trunk/framework/ Première version utilisable du cache avec stockage par fichier.  
/trunk/framework/Cache.php
/trunk/framework/CacheFichier.php
247 4909 d 13 h jpm /trunk/framework/ Correction de bogues.  
/trunk/framework/Bdd.php
/trunk/framework/Debug.php
/trunk/framework/Serveur.php
/trunk/framework/Service.php
246 4911 d 12 h jpm /trunk/framework/ Début gestion du cache.  
/trunk/framework/Cache.php
/trunk/framework/CacheFichier.php
245 4919 d 11 h jpm /trunk/framework/ Ajout d'une méthode pour afficher avancement d'une boucle dans un script.  
/trunk/framework/Script.php
244 4919 d 11 h jpm /trunk/framework/ Refactorisation ajout méthode pour obtenir nom classe.  
/trunk/framework/Cli.php
241 4919 d 14 h jpm /trunk/framework/ Vérification systématique des paramètres de configuration utilisés.
Uniformisation des commentaires d'entêtes.
 
/trunk/framework/Bdd.php
/trunk/framework/Chronometre.php
/trunk/framework/Cli.php
/trunk/framework/Config.php
/trunk/framework/Controleur.php
/trunk/framework/Debug.php
/trunk/framework/Framework.php
/trunk/framework/GestionnaireException.php
/trunk/framework/I18n.php
/trunk/framework/Log.php
/trunk/framework/Script.php
/trunk/framework/Serveur.php
/trunk/framework/Service.php
/trunk/framework/SquelettePhp.php
/trunk/framework/Url.php
240 4919 d 14 h jpm /trunk/framework/utilitaires/ Uniformisation des entêtes.  
/trunk/framework/utilitaires/Encodage.php
/trunk/framework/utilitaires/Fichier.php
/trunk/framework/utilitaires/Pattern.php
/trunk/framework/utilitaires/Tableau.php
239 4930 d 11 h jpm /trunk/framework/ Amélioration Registre, Chronometre, Bdd.
Débug amélioration du Controleur.
 
/trunk/framework/Bdd.php
/trunk/framework/Chronometre.php
/trunk/framework/Config.php
/trunk/framework/Controleur.php
/trunk/framework/Registre.php