Changes between Version 15 and Version 16 of members/GRIP-UQAM/Symfony


Ignore:
Timestamp:
Aug 31, 2016, 6:21:13 PM (8 years ago)
Author:
Grip Uqam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • members/GRIP-UQAM/Symfony

    v15 v16  
    3434* http://symfony.com/doc/current/components
    3535==== Form ====
    36 ===== Translation =====
     36==== HttpFoundation ====
     37* [http://symfony.com/doc/current/components/http_foundation.html The HttpFoundation Component]
     38* [http://symfony.com/doc/current/session/locale_sticky_session.html Making the Locale "Sticky" during a User's Session] See Translation component.
     39==== Translation ====
     40* [http://symfony.com/doc/current/components/translation.html The Translation Component]
     41* [http://symfony.com/doc/current/session/locale_sticky_session.html Making the Locale "Sticky" during a User's Session] See HttpFoundation component.
    3742* see Bundle-Form-Translation
    3843* see Bundle-Admin-Translation
     
    4752* http://silex.sensiolabs.org/doc/master/cookbook/guard_authentication.html
    4853* [https://packagist.org/packages/knpuniversity/oauth2-client-bundle knpuniversity/oauth2-client-bundle]
    49 * * [https://packagist.org/packages/knpuniversity/guard-bundle Upgrade from KNP Guard bundle to Symfony Guard component]
     54* [https://packagist.org/packages/knpuniversity/guard-bundle Upgrade from KNP Guard bundle to Symfony Guard component]
    5055==== Routing ====
    5156===== RouteCollection vs RouteCollectionBuilder =====
    5257{{{#!th
    53 **[http://api.symfony.com/3.0/Symfony/Component/Routing/RouteCollection.html RouteCollection]**
     58**[http://api.symfony.com/master/Symfony/Component/Routing/RouteCollection.html RouteCollection]**
    5459}}}
    5560{{{#!th
    56 **[http://api.symfony.com/3.0/Symfony/Component/Routing/RouteCollectionBuilder.html RouteCollectionBuilder]**
     61**[http://api.symfony.com/master/Symfony/Component/Routing/RouteCollectionBuilder.html RouteCollectionBuilder]**
    5762}}}
    5863|----------------
     
    120125}}}
    121126|----------------
     127Written for 3.0
    122128* [http://symfony.com/doc/current/cmf/tutorial/sonata-admin.html cmf/tutorial/sonata-admin]
    123129* [http://symfony.com/doc/current/cookbook/routing/custom_route_loader.html cookbook/routing/custom_route_loader]
     
    155161 * symfony/security may need to be also required
    156162* symfony/swiftmailer-bundle SwiftmailerBundle - Adds support for Swiftmailer, a library for sending emails
    157 * MonologBundle - Adds support for Monolog, a logging library
    158 
     163* [https://packagist.org/packages/symfony/monolog-bundle monolog-bundle] MonologBundle - Adds support for Monolog, a logging library
     164 * [http://symfony.com/doc/current/logging.html Logging with Monolog]
    159165* WebProfilerBundle (in dev/test env) - Adds profiling functionality and the web debug toolbar
    160166* SensioDistributionBundle (in dev/test env) - Adds functionality for configuring and working with Symfony distributions