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
496 2488 d 17 h eric /trunk/ Suivre utilisation des API - ajout de l'ip du visiteur et du user agent dans les logs serveur web (apache || nginx) - nécessite l'installation de module côté serveur  
/trunk/tests/x-forwarded-for
/trunk/tests/x-forwarded-for/configurations
/trunk/tests/x-forwarded-for/configurations/config.ini
/trunk/tests/x-forwarded-for/test_x_forwarded_for_get.php
/trunk/tests/x-forwarded-for/test_x_forwarded_for_index.php
/trunk/tests/x-forwarded-for/test_x_forwarded_for_post.php
/trunk/framework/RestClient.php
/trunk/framework/config.defaut.ini
430 3926 d 18 h raphael /trunk/framework/ revert r427: en effet, l'idée initiale d'introduire une nouvelle directive "dsn"
à des effets collatéraux. Le système de Config:: repose sur l'écrasement de variables
par différents fichier .ini successifs.
La présence d'une $dsn initiale prend alors le pas sur toute les définitions additionnelles de
bdd_nom & co.
Une solution à ce problème serait d'avoir moins de notions implicites (notamment l'écrasement de valeur)
induites par Config::get() afin de choisir explicitement la base de données sur laquelle
nous souhaitons travailler.
 
/trunk/framework/Bdd.php
/trunk/framework/config.defaut.ini
427 3982 d 23 h raphael /trunk/framework/ 1° bdd/config: Ajout d'une directive de configuration de base de donnée plus pratique:
$DSN, cf: http://php.net/manual/fr/pdo.construct.php

2° Évitement d'une boucle infinie lors de la connexion à la base de données.
En effet, trigger_error(E_USER_WARNING) n'arrête pas forcément le script (par défaut).
En cas d'erreur de connexion à la BDD, une boucle infinie requeter()<->connecter() apparaît.
D'autre part, wrapper l'appel à PDO::query() via requêter() à ce stade précoce de la
connexion PDO/SQL n'a pas d'utilité.
 
/trunk/framework/Bdd.php
/trunk/framework/config.defaut.ini
326 4853 d 13 h jpm / Correction de commentaire dont les noms des paramêtres n'avaient pas été mis à jour.  
/branches/v0.3-aleaume/framework/config.defaut.ini
/trunk/framework/config.defaut.ini
310 4858 d 17 h jpm / Modification de l'arborescence des interfaces utilisant le TBF.  
/branches/v0.3-aleaume/framework/config.defaut.ini
/trunk/framework/config.defaut.ini
289 4882 d 17 h jpm /trunk/framework/ Utilisation d'un niveau d'erreur php plus important.  
/trunk/framework/config.defaut.ini
282 4895 d 14 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 4895 d 15 h jpm /trunk/framework/ Ajout de paramètre du serveur REST.  
/trunk/framework/config.defaut.ini
274 4895 d 15 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
237 4930 d 13 h jpm /trunk/framework/ Début gestion mode débogage entete http.  
/trunk/framework/Debug.php
/trunk/framework/Serveur.php
/trunk/framework/Service.php
/trunk/framework/config.defaut.ini
222 4943 d 18 h jpm /trunk/framework/ Réorganisation des paramètres concernant les scripts.  
/trunk/framework/config.defaut.ini
213 4948 d 14 h jpm /trunk/framework/ Ajout de commentaires et changement de nom de paramètres de config.  
/trunk/framework/config.defaut.ini
209 4950 d 15 h gduche /trunk/framework/ Proposition d'une remise en forme des arguments pour une meilleure compréhension ar les utilisateurs.  
/trunk/framework/config.defaut.ini
202 5067 d 16 h jpm /trunk/framework/ Refactorisation de paramètre i18n comme la zone horaire.  
/trunk/framework/Log.php
/trunk/framework/config.defaut.ini
201 5067 d 16 h jpm /trunk/framework/ Précision du type de la locale fixée par défaut.  
/trunk/framework/config.defaut.ini
200 5067 d 16 h jpm /trunk/framework/ Ajout de la définition de la locale LC_TIME à fr_FR.UTF-8 par défaut.  
/trunk/framework/config.defaut.ini
193 5138 d 15 h jpm /trunk/framework/ Séparation Log et Débogage.  
/trunk/framework/config.defaut.ini
186 5139 d 15 h jpm /trunk/framework/ Corrections et améliorations diverses.  
/trunk/framework/Application.php
/trunk/framework/Chronometre.php
/trunk/framework/Config.php
/trunk/framework/Debug.php
/trunk/framework/I18n.php
/trunk/framework/config.defaut.ini
183 5139 d 22 h jpm /trunk/framework/ Ajout de la premiére version de la classe d'i18n  
/trunk/framework/I18n.php
/trunk/framework/config.defaut.ini
174 5153 d 22 h aurelien /trunk/framework/ les erreurs ne sont plus logguées par défaut  
/trunk/framework/config.defaut.ini
169 5179 d 14 h jpm /trunk/framework/ Ajout de commentaires.  
/trunk/framework/config.defaut.ini
164 5193 d 21 h aurelien /trunk/framework/ ajout d'une recommandation pour la définition de charset pour la base de données  
/trunk/framework/config.defaut.ini
158 5194 d 14 h jpm /trunk/framework/ Retour à la révision précédente car non prise en compte des modifs lors du dernier commit.  
/trunk/framework/Controleur.php
/trunk/framework/GestionnaireException.php
/trunk/framework/Log.php
/trunk/framework/config.defaut.ini
155 5194 d 17 h aurelien /trunk/framework/ ajout d'une variable pour l'encodage de sortie  
/trunk/framework/config.defaut.ini
153 5194 d 20 h jpm /trunk/framework/ Ajout de la gestion des tags svn.  
/trunk/framework/.htaccess
/trunk/framework/Application.php
/trunk/framework/Chronometre.php
/trunk/framework/Config.php
/trunk/framework/Controleur.php
/trunk/framework/Debug.php
/trunk/framework/Log.php
/trunk/framework/SquelettePhp.php
/trunk/framework/autoload.inc.php
/trunk/framework/config.defaut.ini
148 5195 d 16 h jpm /trunk/framework/ Gestion directe par le framework du format des séparateur d'entrée et de sortie (arg_separator) des urls.  
/trunk/framework/Url.php
/trunk/framework/config.defaut.ini
137 5207 d 14 h jpm /trunk/framework/ Ajout de l'encodage par défaut pour les applications.  
/trunk/framework/config.defaut.ini
136 5288 d 18 h aurelien /trunk/framework/ ajout d'une variable de config permettant de choisir le mode d'abstraction sql  
/trunk/framework/config.defaut.ini
129 5377 d 19 h aurelien /trunk/framework/ les classes du framework ont été mises au normes de la convention de codage avec les bons en têtes. Toutes classes sont désormais commentées  
/trunk/framework/GestionnaireErreur.php
/trunk/framework/Application.php
/trunk/framework/Chronometre.php
/trunk/framework/Config.php
/trunk/framework/Controleur.php
/trunk/framework/Debug.php
/trunk/framework/GestionnaireException.php
/trunk/framework/Log.php
/trunk/framework/autoload.inc.php
/trunk/framework/config.defaut.ini
122 5378 d 16 h aurelien /trunk/ ajout de la classe log encore en cours de conception  
/trunk/framework/Log.php
/trunk/exemple/controleurs/AdminAdministrateur.php
/trunk/framework/Chronometre.php
/trunk/framework/Config.php
/trunk/framework/GestionnaireException.php
/trunk/framework/Modele.php
/trunk/framework/autoload.inc.php
/trunk/framework/config.defaut.ini
108 5379 d 10 h jpm /trunk/framework/ Suppresion d'espace inutile.  
/trunk/framework/config.defaut.ini
105 5379 d 16 h aurelien /trunk/ Passage de l'application en utf8  
/trunk/exemple/admin_administrateur.php
/trunk/exemple/configurations/config.ini
/trunk/exemple/configurations/config_papyrus.ini
/trunk/exemple/controleurs/AdminAdministrateur.php
/trunk/exemple/index.php
/trunk/exemple/modeles/ListeAdmin.php
/trunk/framework/Chronometre.php
/trunk/framework/Config.php
/trunk/framework/Controleur.php
/trunk/framework/GestionnaireErreur.php
/trunk/framework/GestionnaireException.php
/trunk/framework/Modele.php
/trunk/framework/Registre.php
/trunk/framework/Url.php
/trunk/framework/autoload.inc.php
/trunk/framework/config.defaut.ini
102 5379 d 23 h jpm /trunk/framework/ Ajout de l'indication de renommage du fichier.  
/trunk/framework/config.defaut.ini
98 5380 d 15 h jpm /trunk/framework/ Corrections diverses.  
/trunk/framework/Application.php
/trunk/framework/Config.php
/trunk/framework/Controleur.php
/trunk/framework/GestionnaireException.php
/trunk/framework/Registre.php
/trunk/framework/autoload.inc.php
/trunk/framework/config.defaut.ini
81 5384 d 0 h jpm /trunk/framework/ Initialisation correcte de certains parametres.  
/trunk/framework/config.defaut.ini
80 5384 d 0 h jpm /trunk/ Ajout de la classe Config.
Utilisation de fichier ini pour la config.
Modification de l'arborescence.
 
/trunk/exemple/config.ini
/trunk/framework/Chronometre.php
/trunk/framework/Config.php
/trunk/framework/Controleur.php
/trunk/framework/GestionnaireErreur.php
/trunk/framework/GestionnaireException.php
/trunk/framework/Modele.php
/trunk/framework/Net_URL.php
/trunk/framework/Net_URL2.php
/trunk/framework/Registre.php
/trunk/framework/config.defaut.ini
/trunk/exemple/admin_administrateur.php
/trunk/exemple/config.inc.php
/trunk/framework/bibliotheque
/trunk/framework/config.inc.php
/trunk/exemple/index.php
/trunk/exemple/squelettes/ident_admin.tpl.html
/trunk/exemple/squelettes/liste_admin.tpl.html
/trunk/framework
/trunk/framework/autoload.inc.php