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 2489 d 5 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 3927 d 7 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 3983 d 12 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 4854 d 2 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 4859 d 5 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 4883 d 5 h jpm /trunk/framework/ Utilisation d'un niveau d'erreur php plus important.  
/trunk/framework/config.defaut.ini
282 4896 d 2 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 4896 d 3 h jpm /trunk/framework/ Ajout de paramètre du serveur REST.  
/trunk/framework/config.defaut.ini
274 4896 d 4 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 4931 d 2 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 4944 d 6 h jpm /trunk/framework/ Réorganisation des paramètres concernant les scripts.  
/trunk/framework/config.defaut.ini
213 4949 d 2 h jpm /trunk/framework/ Ajout de commentaires et changement de nom de paramètres de config.  
/trunk/framework/config.defaut.ini
209 4951 d 4 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 5068 d 5 h jpm /trunk/framework/ Refactorisation de paramètre i18n comme la zone horaire.  
/trunk/framework/Log.php
/trunk/framework/config.defaut.ini
201 5068 d 5 h jpm /trunk/framework/ Précision du type de la locale fixée par défaut.  
/trunk/framework/config.defaut.ini
200 5068 d 5 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 5139 d 4 h jpm /trunk/framework/ Séparation Log et Débogage.  
/trunk/framework/config.defaut.ini
186 5140 d 4 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 5140 d 10 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 5154 d 10 h aurelien /trunk/framework/ les erreurs ne sont plus logguées par défaut  
/trunk/framework/config.defaut.ini
169 5180 d 2 h jpm /trunk/framework/ Ajout de commentaires.  
/trunk/framework/config.defaut.ini
164 5194 d 9 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 5195 d 2 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 5195 d 5 h aurelien /trunk/framework/ ajout d'une variable pour l'encodage de sortie  
/trunk/framework/config.defaut.ini
153 5195 d 9 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 5196 d 4 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 5208 d 2 h jpm /trunk/framework/ Ajout de l'encodage par défaut pour les applications.  
/trunk/framework/config.defaut.ini
136 5289 d 7 h aurelien /trunk/framework/ ajout d'une variable de config permettant de choisir le mode d'abstraction sql  
/trunk/framework/config.defaut.ini
129 5378 d 7 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 5379 d 5 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 23 h jpm /trunk/framework/ Suppresion d'espace inutile.  
/trunk/framework/config.defaut.ini
105 5380 d 4 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 5380 d 11 h jpm /trunk/framework/ Ajout de l'indication de renommage du fichier.  
/trunk/framework/config.defaut.ini
98 5381 d 3 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 12 h jpm /trunk/framework/ Initialisation correcte de certains parametres.  
/trunk/framework/config.defaut.ini
80 5384 d 12 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