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
477 3700 d 12 h jpm /trunk/framework/ Ajout de la possibilité d'appeler des scripts qui ne portent pas le nom du dossier courant.
Ex. : php cli.php mon_script/mon_sous_script
Appellera le script suivant : modules/mon_script/MonSousScript.php
 
/trunk/framework/Cli.php
/trunk/framework/Script.php
299 4862 d 8 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
274 4883 d 7 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
245 4905 d 5 h jpm /trunk/framework/ Ajout d'une méthode pour afficher avancement d'une boucle dans un script.  
/trunk/framework/Script.php
241 4905 d 7 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
214 4936 d 5 h jpm /trunk/framework/ Ajout des classes servant à lancer des scripts en ligne de commande.  
/trunk/framework/Cli.php
/trunk/framework/Script.php