Subversion Repositories Applications.framework

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
153 5229 d 8 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
152 5229 d 8 h jpm /trunk/framework/ Utilisation d'une classe distincte du controleur pour traiter les squelettes Php.  
/trunk/framework/SquelettePhp.php
/trunk/framework/Controleur.php
151 5230 d 0 h jpm /trunk/framework/ Suppression du destructeur inutile.
Ajout d'une methode privé pour traiter les tags courts.
Ajout d'une méthode getVue() sur le principe de getModele().
 
/trunk/framework/Controleur.php
150 5230 d 3 h jpm /trunk/framework/ Suppression d'un debug.  
/trunk/framework/Url.php
149 5230 d 3 h jpm /trunk/framework/ Correction du pattern qui découpe les arguments d'une url.  
/trunk/framework/Url.php
148 5230 d 3 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
147 5230 d 3 h jpm /trunk/framework/ Ajout d'un fichier .htaccess pour bloquer l'accès aux fichiers ini.  
/trunk/framework/.htaccess
146 5231 d 1 h jpm /trunk/framework/ Ajout de la possibilité de récupérer un modèle directement via getModele($nom_modele).
Refactorisation du code.
 
/trunk/framework/Controleur.php
145 5231 d 1 h jpm /trunk/framework/ Nous laissons la possibilité a des classes filles d'étendre le contstructeur.  
/trunk/framework/Modele.php
144 5231 d 5 h jpm /trunk/framework/ Mise en forme.  
/trunk/framework/Url.php
143 5231 d 5 h jpm /trunk/framework/ Ajout d'un try/catch pour pdo.  
/trunk/framework/Modele.php
142 5231 d 5 h jpm /trunk/framework/ Ajout de commentaires, mise en forme et meilleure gestion du destructeur.
Le destructeur affiche les erreurs seulement si c'est nécesssaire.
 
/trunk/framework/GestionnaireException.php
141 5231 d 5 h jpm /trunk/framework/ Nous ne mettons pas final le constructeur.  
/trunk/framework/Controleur.php
140 5239 d 2 h jpm /trunk/framework/ Mise en forme.
Gestion du retour false pour PDO dans requeteTous().
 
/trunk/framework/Modele.php
139 5242 d 1 h jpm /trunk/framework/ Correction bogue FS#578 - Prévenir de la non création des fichiers ini et bloquer le reste.  
/trunk/framework/Config.php
138 5242 d 1 h jpm /trunk/framework/ Mise en forme.  
/trunk/framework/Log.php
/trunk/framework/autoload.inc.php
137 5242 d 1 h jpm /trunk/framework/ Ajout de l'encodage par défaut pour les applications.  
/trunk/framework/config.defaut.ini
136 5323 d 6 h aurelien /trunk/framework/ ajout d'une variable de config permettant de choisir le mode d'abstraction sql  
/trunk/framework/config.defaut.ini
135 5323 d 6 h aurelien /trunk/framework/ les exceptions sont mieux gérées  
/trunk/framework/GestionnaireException.php
134 5323 d 6 h aurelien /trunk/framework/ quelques méthodes deviennent statiques  
/trunk/framework/Config.php
133 5323 d 6 h aurelien /trunk/framework/ prise en charge de beaucoup plus de mode de bases de données  
/trunk/framework/Modele.php
132 5376 d 3 h jpm /trunk/.settings/ Simplification.  
/trunk/.settings/org.eclipse.core.resources.prefs
131 5412 d 4 h aurelien /trunk/doc/ commentaire dans la classe log  
/trunk/doc
/trunk/doc/Framework
/trunk/doc/Framework/Application.html
/trunk/doc/Framework/Chronometre.html
/trunk/doc/Framework/Config.html
/trunk/doc/Framework/Controleur.html
/trunk/doc/Framework/Debug.html
/trunk/doc/Framework/GestionnaireException.html
/trunk/doc/Framework/Log.html
/trunk/doc/Framework/Modele.html
/trunk/doc/Framework/Registre.html
/trunk/doc/Framework/Url.html
/trunk/doc/Framework/_Application.php.html
/trunk/doc/Framework/_Chronometre.php.html
/trunk/doc/Framework/_Config.php.html
/trunk/doc/Framework/_Controleur.php.html
/trunk/doc/Framework/_Debug.php.html
/trunk/doc/Framework/_GestionnaireException.php.html
/trunk/doc/Framework/_Log.php.html
/trunk/doc/Framework/_Modele.php.html
/trunk/doc/Framework/_Registre.php.html
/trunk/doc/Framework/_Url.php.html
/trunk/doc/Framework/_autoload.inc.php.html
/trunk/doc/__filesource
/trunk/doc/__filesource/fsource_Framework__Application.php.html
/trunk/doc/__filesource/fsource_Framework__Chronometre.php.html
/trunk/doc/__filesource/fsource_Framework__Config.php.html
/trunk/doc/__filesource/fsource_Framework__Controleur.php.html
/trunk/doc/__filesource/fsource_Framework__Debug.php.html
/trunk/doc/__filesource/fsource_Framework__GestionnaireException.php.html
/trunk/doc/__filesource/fsource_Framework__Log.php.html
/trunk/doc/__filesource/fsource_Framework__Modele.php.html
/trunk/doc/__filesource/fsource_Framework__Registre.php.html
/trunk/doc/__filesource/fsource_Framework__Url.php.html
/trunk/doc/__filesource/fsource_Framework__autoload.inc.php.html
/trunk/doc/blank.html
/trunk/doc/classtrees_Framework.html
/trunk/doc/elementindex.html
/trunk/doc/elementindex_Framework.html
/trunk/doc/errors.html
/trunk/doc/index.html
/trunk/doc/li_Framework.html
/trunk/doc/media
/trunk/doc/media/banner.css
/trunk/doc/media/stylesheet.css
/trunk/doc/packages.html
130 5412 d 4 h aurelien /trunk/framework/ commentaire dans la classe log  
/trunk/framework/Log.php
129 5412 d 6 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
128 5412 d 6 h aurelien /trunk/exemple/ l'application exemple utilise maintenant la classe url est a été mise au normes de la convention de codage avec les bons en têtes  
/trunk/exemple/admin_administrateur.php
/trunk/exemple/controleurs/AdminAdministrateur.php
/trunk/exemple/modeles/ListeAdmin.php
/trunk/exemple/squelettes/ajout_admin.tpl.html
/trunk/exemple/squelettes/liste_admin.tpl.html
/trunk/exemple/squelettes/modif_admin.tpl.html
127 5412 d 9 h aurelien /trunk/exemple/controleurs/ correction de bug mineure  
/trunk/exemple/controleurs/AdminAdministrateur.php
126 5412 d 9 h aurelien /trunk/exemple/configurations/ ajout variable de config pour l'encodage  
/trunk/exemple/configurations/config.ini
/trunk/exemple/configurations/config_papyrus.ini
125 5413 d 0 h jpm /trunk/tests/ Suppression de PhpCodeSignifer...  
/trunk/tests/PHP_CodeSniffer-1.2.0RC1
/trunk/tests/file.php
/trunk/tests/verif_code.txt
124 5413 d 2 h aurelien /trunk/framework/ amélioration du format du message d'érreur écrit dans le log  
/trunk/framework/GestionnaireException.php
123 5413 d 3 h aurelien /trunk/framework/ modification de log  
/trunk/framework/Log.php
/trunk/framework/Modele.php
122 5413 d 3 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
121 5413 d 3 h aurelien /trunk/exemple/logs/ ajout d'un dossier log  
/trunk/exemple/logs
120 5413 d 6 h aurelien /trunk/ Remplacement des 4 espaces par des tabulations  
/trunk/.settings/org.eclipse.core.resources.prefs
/trunk/exemple/admin_administrateur.php
/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
119 5413 d 9 h jp_milcent /trunk/framework/ Affichage de l'exception en attendant de les gérer correctements.  
/trunk/framework/Modele.php
118 5413 d 9 h jp_milcent /trunk/framework/ Correction des noms de variables.
Ajout d'un destructeur affichant les exceptions.
 
/trunk/framework/Controleur.php
117 5413 d 9 h jp_milcent /trunk/framework/ Correction bogue sur bouclage du constructeur.  
/trunk/framework/Config.php
116 5413 d 9 h jp_milcent /trunk/framework/ Suppression de variables et d'instanciations inutiles.  
/trunk/framework/Modele.php
115 5413 d 9 h jp_milcent /trunk/framework/ Passage en statique du tableau des exceptions.  
/trunk/framework/GestionnaireException.php
114 5413 d 10 h jp_milcent /trunk/framework/ Corrections diverses.  
/trunk/framework/GestionnaireException.php