Subversion Repositories Applications.framework

Rev

Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
303 4862 d 17 h jpm /tags/v0.3-aleaume/ Création de la version 0.3 Aleaume du TBFramework (tag).  
/tags/v0.3-aleaume
301 4862 d 18 h jpm /trunk/framework/ Correction commentaire.  
/trunk/framework/Registre.php
299 4862 d 18 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 4866 d 15 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 4870 d 17 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 4870 d 17 h jpm /trunk/framework/ Utilisation d'un niveau d'erreur php plus important.  
/trunk/framework/config.defaut.ini
288 4874 d 16 h gduche /trunk/framework/ Suppression d'un message de débogage inutile.  
/trunk/framework/CacheSqlite.php
287 4875 d 20 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 4875 d 20 h jpm /trunk/framework/ Mise en forme.
Traduction de constante en français.
 
/trunk/framework/Url.php
285 4877 d 18 h gduche /trunk/framework/ Rajout de la fonction getOption qui avait disparue entre la livraison et le tronc  
/trunk/framework/Url.php
284 4877 d 18 h jpm /trunk/framework/utilitaires/ Correction variable mal nommée.  
/trunk/framework/utilitaires/Fichier.php
283 4883 d 15 h jpm /trunk/framework/ Correction problème strpos  
/trunk/framework/Serveur.php
282 4883 d 15 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 4883 d 16 h jpm /trunk/framework/ Ajout de paramètre du serveur REST.  
/trunk/framework/config.defaut.ini
279 4883 d 16 h jpm /trunk/framework/ Amélioration du code.  
/trunk/framework/Url.php
278 4883 d 16 h jpm /trunk/framework/ Ajout de la gestion d'une url alternative pour le serveur REST.  
/trunk/framework/Serveur.php
274 4883 d 16 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 4884 d 15 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 4884 d 15 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 4886 d 15 h jpm /trunk/framework/ Correction problème ordre d'appel des méthodes.  
/trunk/framework/Framework.php
266 4886 d 15 h jpm /trunk/framework/ Mise en minuscule du nom du dossier contenant le fichier du script.  
/trunk/framework/Cli.php
264 4887 d 22 h gduche /trunk/framework/ retrait d'une trace de debug  
/trunk/framework/OpenIdClient.php
263 4887 d 22 h gduche /trunk/framework/ Entete ajouté  
/trunk/framework/OpenIdClient.php
260 4887 d 22 h gduche /trunk/framework/ Travail sur l'Open Id :
Classe client principal
 
/trunk/framework/OpenIdClient.php
259 4887 d 22 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 4887 d 22 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 4888 d 17 h jpm /trunk/framework/ Gestion des paramètres pour le GET dans la méthode générique.  
/trunk/framework/Client.php
256 4888 d 17 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 4888 d 21 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 4890 d 16 h jpm /trunk/framework/ Modification du prefixe du cache.  
/trunk/framework/CacheFichier.php
252 4894 d 15 h jpm /trunk/framework/ Ajout première version du client Rest.  
/trunk/framework/Client.php
250 4895 d 14 h jpm /trunk/framework/ Correction de bogue.  
/trunk/framework/CacheFichier.php
248 4895 d 15 h jpm /trunk/framework/ Première version utilisable du cache avec stockage par fichier.  
/trunk/framework/Cache.php
/trunk/framework/CacheFichier.php
247 4895 d 15 h jpm /trunk/framework/ Correction de bogues.  
/trunk/framework/Bdd.php
/trunk/framework/Debug.php
/trunk/framework/Serveur.php
/trunk/framework/Service.php
246 4897 d 14 h jpm /trunk/framework/ Début gestion du cache.  
/trunk/framework/Cache.php
/trunk/framework/CacheFichier.php
245 4905 d 14 h jpm /trunk/framework/ Ajout d'une méthode pour afficher avancement d'une boucle dans un script.  
/trunk/framework/Script.php
244 4905 d 14 h jpm /trunk/framework/ Refactorisation ajout méthode pour obtenir nom classe.  
/trunk/framework/Cli.php
241 4905 d 17 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 4905 d 17 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 4916 d 14 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