IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Symfony PHP Discussion :

Annonces de nouvelles versions


Sujet :

Symfony PHP

  1. #1
    Expert éminent sénior
    Avatar de Lana.Bauer
    Femme Profil pro
    Administrateur systèmes et réseaux
    Inscrit en
    Novembre 2012
    Messages
    5 382
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Localisation : Allemagne

    Informations professionnelles :
    Activité : Administrateur systèmes et réseaux

    Informations forums :
    Inscription : Novembre 2012
    Messages : 5 382
    Points : 12 109
    Points
    12 109
    Par défaut Annonces de nouvelles versions
    I'm pleased to announce the immediate availability of symfony 1.1.2. A lot of bugs have been fixed in this new release, especially in the forms framework and in command-line tasks. You can of course see the whole revision log for this release, but here's a short summary of what has been done since the last one (important fixes are in bold):
    Tasks
    • The symfony 1.1.1 broken cache-clear task has been fixed, and updated to work as expected in a multi-application project
    • The command line interface was broken on Microsoft® Windows™ when using arguments. This has been fixed
    • A bug with autoloading and nested tasks has been fixed
    • The propel:data-load task behaved incorrectly with composite primary key: now it does (more info)
    • The three events available in sfBaseTask (command.filter_options, command.pre_command, and command.post_command) are now usable in your own tasks
    Forms
    • The sfValidatorChoice and sfValidatorChoiceMany validators now correctly handle a value if it's part of the available choices
    • The sfForm::mergeForm() method now also merges widget schema labels (more info)
    • In sfWidgetFormInputCheckbox, it's now possible to set the value attribute of a checkbox using the new value_attribute_value option available
    • The sfValidatorPropelChoice and sfValidatorPropelChoiceMany are now able to use the same Criteria definition to restrict choices without them being altered in certain circumstances
    • The sfApplicationConfiguration class now automatically set the charset used by every widget to the one defined in the settings.yml configuration file
    • Now the sfValidatorTime validators accepts the 00:00:00 time value
    • The sfWidgetFormSelectRadio is now able to deal with names already ending with an empty square brackets set ([])
    • The sfValidatorNumber float precision handling has been increased
    • The sfWidgetFormDate can now validate pre-1970 dates (more info)
    • The sfValidatorSchemaFilter now throws an error bound to the filtered field
    Browser
    • sfBrowser::setField() can now deal with an array of fields containing a 0 index (more info)
    • sfDomCssSelector is now able to target attribute names containing one or more "-" (dash) characters
    • sfBrowser::restart() now resets the session correctly
    • sfBrowser now sends checked checkboxes with their value attributes as expected
    YAML
    • sfYaml now handles long numeric values correctly (more info)
    • Exceptions thrown by sfYaml now reference the correct line number
    Other
    • The default propel.ini file of the sandbox has been fixed. The sandbox is now fully working again without any tweak
    • The mysqli Creole driver is now handling the 0000-00-00 date correctly
    • The autoloading of model classes now correctly handles ordering
    • Propel tasks are no more broken when Phing is installed as an independent PEAR package
    You're strongly invited to upgrade your symfony 1.1 based projects to this new version.
    If you're using a PEAR based installation, just run in a command prompt:
    $ pear upgrade symfony/symfony-1.1.2
    If you're using SVN, update your externals to the RELEASE_1_1_2 tag.
    The symfony 1.1 sandbox has also been upgraded to use this new version.

  2. #2
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    Correctif dans le nettoyage du cache en lignes de commandes :
    The 1.1.3 maintenance version of symfony is published today, less than two weeks after the previous 1.1.2 maintenance release.
    It fixes an important regression in the cache:clear command line code introduced in 1.1.2, which could break any project migrated from symfony 1.0 (more information). Plus, several other minor bugs have been fixed.
    You're invited to upgrade to this latest version to prevent problems using the cache:clear command.

  3. #3
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    Version de maintenance : symfony 1.0.18

    After 2 months where the activity on the 1.0 branch has been very low, September arrived with a lot of bugfixes from 1.1 and 1.2 branches. Here is a digest of the changelog:
    • r11850: ignore doctrine schema in the propel tasks (closes #4027)
    • r10841: fixed Hours & Minutes not parsed by sfI18N::getTimestampForCulture()
    • r10833: fixed % causes escaping of single quotes in app.yml in some circumstances (closes #2849)
    • r10739: fixed sfBrowser::restart() doesn't reset the session
    • r10328: fixed plugin model overriding (closes #3227)

    Many thanks go to all who reported, proposed patches and help fixing these issues.

  4. #4
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    Correctif de sécurité : symfony 1.1.4

    In accordance with our security policy, we are releasing today symfony 1.1.4 to fix a security issue that has been reported by a symfony user earlier today. This post contains the description of the vulnerability and the description of the changes we have made to fix it. The affected symfony versions are all symfony 1.1 releases and the 1.2 branch.

  5. #5
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    Version de maintenance : symfony 1.1.5

    Voici les nouveautés :

    • Les validateurs sfValidatorOr et sfValidatorAnd sont désormais nécessaires par défaut (cf. ticket #4877) ;
    • Amélioration des performances en lignes de commandes, particulièrement sous Windows (cf. ticket #4882) ;
    • Le cache global peut être nettoyé par la commande symfony cache:clear (cf. ticket #4614) ;
    • Si plusieurs versions de Propel sont installées, symfony ne peut plus utiliser la mauvaise (cf. ticket #4650) ;
    • L'utilisation des grands nombres a été corrigée avec sfNumberFormat (cf. ticket #4521) ;
    • Le numéro de version de la réponse HTTP envoyée par sfWebResponse est désormais configurable depuis factories.yml (cf. ticket #4578) ;
    • Le cache peut maintenant être utilisé lorsque les options with_layout et web_debug sont activées (cf. ticket #4514).
    Pour mettre à jour votre installation :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    $ pear upgrade symfony/symfony-1.1.5
    $ symfony cache:clear

  6. #6
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    Le projet symfony vient de passer la version 1.2 en cycle "Release Candidate", nous aurons donc bientôt le framework complet symfony 1.2

    La liste des nouveautés est reprise dans ce sujet : http://www.developpez.net/forums/d63...symfony-1-2-a/

  7. #7
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    Version de maintenance : symfony 1.0.19
    Voici les améliorations :

    • r13098: Correction de coquille dans la configuration de l'autoload récursif
    • r12958: r12811 introduisait une régression : l'ordre des "fixtures" est complètement aléatoire, puisque sfFinder renvoie l'entrée des répertoires dans un ordre arbitraire.
    • r12811: Résolu l'ordre de suppression des données dans sfPropelData (ferme #4783)
    • r12201: Résolu select_tag() avec sfOutputEscaperArrayDecorator: erreur fatale dans le modèle (ferme #3923)
    • r12197: Résolu Criteria::equals() a besoin de comparer ->groupByColumns avec les colonnes de l'opérande (ferme #4623)
    • r11954: Résolu sfWebRequest::getPathInfo ne supprime pas entièrement querystring

  8. #8
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    Version de maintenance : symfony 1.1.6
    Voici les correctifs :

    • L'utilisation de très grandes requêtes SQL avec le paramètre web_debug activé cause des erreurs de segmentation de PHP dans n'importe quel environnement (cf. le ticket)
    • Les traductions i18n ne sont pas prises en charge correctement (cf. le ticket)
    Voici le tag SVN pour le téléchargement : http://svn.symfony-project.com/tags/RELEASE_1_1_6/

  9. #9
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    symfony 1.2
    Nouveautés :

    • Générateur d'ORM et d'admin
    • Certains sous-frameworks :
      • Routing Framework (réécriture d'URL)
      • Filter Framework
      • Form Framework

    • Améliorations pour les tests
    • Amélioration du système de tâches (sfTaskExtraPlugin)
    • Découplage de Prototype et de Scriptaculous (sfFormsExtraPlugin)
    N'hésitez pas à nous donner votre avis sur cette nouvelle version : http://www.developpez.net/forums/d63...symfony-1-2-a/

  10. #10
    Rédacteur

    Avatar de Yogui
    Homme Profil pro
    Directeur technique
    Inscrit en
    Février 2004
    Messages
    13 721
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Yonne (Bourgogne)

    Informations professionnelles :
    Activité : Directeur technique

    Informations forums :
    Inscription : Février 2004
    Messages : 13 721
    Points : 29 985
    Points
    29 985
    Par défaut
    symfony 1.2.1
    Liste des améliorations :

    • Le classement ne fonctionne pas dans le générateur d'admin puisque les champs sont toujours marqués comme étant calculés (cf. ticket #5123)
    • Appeler setPluginPath() ne fonctionnait pas correctement dans plugin:publish-assets (cf. ticket #5123)
    • Un objet sf_route dans une exception et des logs fait planter PHP (cf. ticket #5178)
    • sfValidatorDoctrineChoice remplace les "froms" et les "joins" des requêtes spécifiques (cf. ticket #5192)
    • Le type de données "clob" de schema.yml n'était pas traité correctement par les formulaires et les filtres (cf. ticket #5263)
    • Certaines URL ne pouvaient pas être générées correctement en passant le paramètre 0 (cf. ticket #5175)
    • Les fonctionnalités Propel Logging sont moins utilisables qu'avec Propel 1.2 car cela ne remplace pas les valeurs des "placeholder" (cf. ticket #5180)
    • DoctrinePlugin ne permet pas d'avoir des éléments à la racine du schéma (cf. ticket #5180)
    • renderLabel() ne fonctionne pas pour option (see ticket #5220)
    • La suppression ne fonctionne pas dans le générateur Doctrine Admin en Batch (cf. ticket #5231)
    • Surcharger la configuration de l'Admin Generator ne fonctionnait pas correctement (cf. ticket #5137 et #5140)

  11. #11
    Expert éminent
    Avatar de Michel Rotta
    Homme Profil pro
    DPO
    Inscrit en
    Septembre 2005
    Messages
    4 954
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 61
    Localisation : France, Bouches du Rhône (Provence Alpes Côte d'Azur)

    Informations professionnelles :
    Activité : DPO
    Secteur : Distribution

    Informations forums :
    Inscription : Septembre 2005
    Messages : 4 954
    Points : 8 486
    Points
    8 486
    Par défaut
    On va reprendre un peu ce sujet, même s'il va rester avec un trou de quelques versions.

    symfony 1.4.8 le 25/09/2010
    [30969] Ajout de plus de traduction pour les traduction en Allemand et Italien (closes #9088)
    [30968] Corrige la traduction en Persan de l'admin générator (closes #8960)
    [30967] Corrige l'utilisation de l'i18n pour les traduction en chinois (closes #8885)
    [30966] Mise à jour de la traduction en Slovène pour les messages Doctrine et Propel (closes #8985)
    [30961] corrige le bug sur l'absence de WDT en javascript (closes #9083, refs #9080)
    Si tu donnes un poisson à un homme, il mangera un jour. Si tu lui apprends à pêcher, il mangera toujours (Lao Tseu).

    • Pensez à valoriser les réponses pertinantes, cliquez sur le bouton vert +1 pour indiquer votre accord avec la solution proposée.
    • Pensez à utiliser la balise [code] pour afficher du code, elle est cachée sous le bouton [#] dans l'éditeur.
    • Une discussion est terminée ? Alors le bouton est votre ami !

  12. #12
    Responsable Qt & Livres


    Avatar de dourouc05
    Homme Profil pro
    Ingénieur de recherche
    Inscrit en
    Août 2008
    Messages
    26 618
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Val de Marne (Île de France)

    Informations professionnelles :
    Activité : Ingénieur de recherche
    Secteur : Enseignement

    Informations forums :
    Inscription : Août 2008
    Messages : 26 618
    Points : 188 593
    Points
    188 593
    Par défaut
    Sortie de symfony 1.4.9 (et 1.3.9 aussi) :

    The core team is happy to announce the latest patch versions of symfony 1.3 and 1.4 have been released and are available for immediate download. These releases include a fix for a longstanding issue when rendering the response title, Javascripts, stylesheets, etc from a template partial, as well as a tweak to the default session_cache_limiter value. For a full list of changes, checkout the changelog.

    There have been some important fixes made to the Doctrine 1.2 branch which have not been released as an official version by the Doctrine team yet. We have decided to include these fixes in these releases of symfony by "pegging" the Doctrine external at a specific revision. When Doctrine 1.2.4 is released, we will release again. That release will be the final release cut from the symfony 1.3 branch. Of course, symfony 1.4 will enjoy long term support from the core team for another two years.
    Sortie ce jour !
    Vous souhaitez participer aux rubriques Qt (tutoriels, FAQ, traductions) ou HPC ? Contactez-moi par MP.

    Créer des applications graphiques en Python avec PyQt5
    Créer des applications avec Qt 5.

    Pas de question d'ordre technique par MP !

  13. #13
    Responsable Qt & Livres


    Avatar de dourouc05
    Homme Profil pro
    Ingénieur de recherche
    Inscrit en
    Août 2008
    Messages
    26 618
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Val de Marne (Île de France)

    Informations professionnelles :
    Activité : Ingénieur de recherche
    Secteur : Enseignement

    Informations forums :
    Inscription : Août 2008
    Messages : 26 618
    Points : 188 593
    Points
    188 593
    Par défaut
    symfony 1.4.10 sorti le 21 mars :


    The core team would like to announce the immediate availability of symfony 1.3.10 and 1.4.10. These are security releases in response to Doctrine's security release over the weekend. We recommend everyone update immediately.

    From the Doctrine blog:

    Because of a SQL injection possibility we urge users of Doctrine 1.2 and 2 to the newly released versions of both libraries immediately. Both versions only include the security fix and no other changes to their previous versions 1.2.3 and 2.0.2.

    This release also marks the end of support for the 1.3 branch. We will continue to support symfony 1.4 until November 2012, per the policy outlined here.
    http://symfony.com/blog/symfony-1-3-...urity-releases
    Vous souhaitez participer aux rubriques Qt (tutoriels, FAQ, traductions) ou HPC ? Contactez-moi par MP.

    Créer des applications graphiques en Python avec PyQt5
    Créer des applications avec Qt 5.

    Pas de question d'ordre technique par MP !

  14. #14
    Responsable Qt & Livres


    Avatar de dourouc05
    Homme Profil pro
    Ingénieur de recherche
    Inscrit en
    Août 2008
    Messages
    26 618
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Val de Marne (Île de France)

    Informations professionnelles :
    Activité : Ingénieur de recherche
    Secteur : Enseignement

    Informations forums :
    Inscription : Août 2008
    Messages : 26 618
    Points : 188 593
    Points
    188 593
    Par défaut
    Régression introduite dans sf 1.4.10, d'où la sortie d'une 1.4.11 : http://symfony.com/blog/symfony-1-3-11-and-1-4-11
    Vous souhaitez participer aux rubriques Qt (tutoriels, FAQ, traductions) ou HPC ? Contactez-moi par MP.

    Créer des applications graphiques en Python avec PyQt5
    Créer des applications avec Qt 5.

    Pas de question d'ordre technique par MP !

  15. #15
    Responsable Qt & Livres


    Avatar de dourouc05
    Homme Profil pro
    Ingénieur de recherche
    Inscrit en
    Août 2008
    Messages
    26 618
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Val de Marne (Île de France)

    Informations professionnelles :
    Activité : Ingénieur de recherche
    Secteur : Enseignement

    Informations forums :
    Inscription : Août 2008
    Messages : 26 618
    Points : 188 593
    Points
    188 593
    Par défaut
    1.4.12 de sortie, pas beaucoup de changements : http://symfony.com/blog/symfony-1-4-12-released.
    Vous souhaitez participer aux rubriques Qt (tutoriels, FAQ, traductions) ou HPC ? Contactez-moi par MP.

    Créer des applications graphiques en Python avec PyQt5
    Créer des applications avec Qt 5.

    Pas de question d'ordre technique par MP !

  16. #16
    Responsable Qt & Livres


    Avatar de dourouc05
    Homme Profil pro
    Ingénieur de recherche
    Inscrit en
    Août 2008
    Messages
    26 618
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Val de Marne (Île de France)

    Informations professionnelles :
    Activité : Ingénieur de recherche
    Secteur : Enseignement

    Informations forums :
    Inscription : Août 2008
    Messages : 26 618
    Points : 188 593
    Points
    188 593
    Par défaut
    Sortie de la 1.4.13, avec encore une fois trois fois rien comme changements : http://symfony.com/blog/symfony-1-4-13-released.
    Vous souhaitez participer aux rubriques Qt (tutoriels, FAQ, traductions) ou HPC ? Contactez-moi par MP.

    Créer des applications graphiques en Python avec PyQt5
    Créer des applications avec Qt 5.

    Pas de question d'ordre technique par MP !

Discussions similaires

  1. Annonces de nouvelles versions
    Par Community Management dans le forum SQLite
    Réponses: 15
    Dernier message: 07/12/2014, 18h18
  2. [Imagick] Annonces de nouvelles versions
    Par Lana.Bauer dans le forum Bibliothèques et frameworks
    Réponses: 4
    Dernier message: 22/01/2009, 14h26
  3. Annonces de nouvelles versions
    Par Lana.Bauer dans le forum EDI, CMS, Outils, Scripts et API
    Réponses: 3
    Dernier message: 16/01/2009, 17h37
  4. [Blog] Annonces de nouvelles versions
    Par Lana.Bauer dans le forum EDI, CMS, Outils, Scripts et API
    Réponses: 8
    Dernier message: 22/12/2008, 14h23
  5. [phpMyAdmin] Annonces de nouvelles versions
    Par Lana.Bauer dans le forum EDI, CMS, Outils, Scripts et API
    Réponses: 3
    Dernier message: 10/12/2008, 00h05

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo