Changes between Version 134 and Version 135 of members/GRIP-UQAM


Ignore:
Timestamp:
May 10, 2016, 3:05:05 PM (8 years ago)
Author:
Grip Uqam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • members/GRIP-UQAM

    v134 v135  
    10861086 * //Gedmo l'extension Doctrine 2 dans Symfony2// 2012 [http://julien.edouard.overblog.com/gedmo-l-extension-doctrine-2-dans-symfony2 overblog]
    10871087* [https://packagist.org/packages/knplabs/doctrine-behaviors knplabs/doctrine-behaviors]
    1088 ==== Audit or Revision ====
     1088==== Audit, Revision or Loggable ====
    10891089* Versioning of entities and their associations [https://packagist.org/packages/simplethings/entity-audit-bundle simplethings/entity-audit-bundle]
    10901090* https://sonata-project.org/bundles/doctrine-orm-admin/master/doc/reference/audit.html
    1091 * See also Loggable
     1091* Loggable
     1092  * Helps tracking changes and history of objects, also supports version management [https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/loggable.md Gedmo]
     1093    * Admin support [https://packagist.org/packages/picoss/sonata-extra-admin-bundle picoss/sonata-extra-admin-bundle] [https://github.com/picoss/SonataExtraAdminBundle/blob/master/Resources/doc/audit_manager.md doc/audit_manager]
     1094  * Loggable is able to track lifecycle modifications and log them using any third party log system [https://github.com/KnpLabs/DoctrineBehaviors#loggable KNP Labs]
    10921095==== Blameable ====
    10931096* Updates string or reference fields on create, update and even property change with a string or object (e.g. user) [https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/blameable.md Gedmo]
     
    11011104==== Joinable ====
    11021105* KNP Labs
    1103 ==== Loggable ====
    1104 * Helps tracking changes and history of objects, also supports version management [https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/loggable.md Gedmo]
    1105 * Loggable is able to track lifecycle modifications and log them using any third party log system [https://github.com/KnpLabs/DoctrineBehaviors#loggable KNP Labs]
     1106==== Loggable (see Audit, Revision) ====
    11061107==== References ====
    11071108* Supports linking Entities in Documents and vice versa [https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/references.md Gedmo]
    11081109==== ReferenceIntegrity ====
    11091110* Constrains ODM MongoDB Document references [https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/reference_integrity.md Gedmo]
    1110 ==== Revision (see Audit) ====
     1111==== Revision (see Audit, Loggable) ====
    11111112==== Sluggable ====
    11121113* Urlizes your specified fields into single unique slug [https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/sluggable.md Gedmo]
     
    11141115==== SoftDeleteable ====
    11151116* Allows to implicitly remove records [https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/softdeleteable.md Gedmo] [https://github.com/KnpLabs/DoctrineBehaviors#softDeletable KNP Labs]
     1117* Admin support [https://packagist.org/packages/picoss/sonata-extra-admin-bundle picoss/sonata-extra-admin-bundle]
    11161118==== Sortable ====
    11171119* Makes any document or entity sortable [https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/sortable.md Gedmo] KNP Labs
     
    11331135* https://www.youtube.com/results?q=knpuniversity
    11341136 * http://knpuniversity.com/tracks/symfony
    1135 === EZ Plateform ===
     1137=== Tutorials ===
     1138* [http://www.ens.ro/2012/03/21/jobeet-tutorial-with-symfony2/ Jobeet Tutorial with Symfony2] [http://jobeet.thuau.fr/ fr]
     1139=== Software using Symfony ===
     1140* //[https://www.symfony.fi/entry/symfony-components-full-stack-framework-cms-ecosystems Symfony components and the full stack framework in CMS ecosystems]
     1141==== EZ Plateform ====
    11361142* EZ Plateform and Symfony Article from Symfony Finland
    11371143* https://packagist.org/packages/ezsystems/ezplatform
     
    11391145* https://doc.ez.no/display/TECHDOC/Requirements (Postgres install not yet supported 2016-04)
    11401146* https://doc.ez.no/display/TECHDOC/Using+Composer
     1147=== Symfony Programming Tools ===
     1148* [https://packagist.org/packages/sensiolabs-de/deprecation-detector sensiolabs-de/deprecation-detector]
     1149* [https://packagist.org/packages/sensiolabs-de/deptrac sensiolabs-de/deptrac]
    11411150=== Hacking ===
    11421151==== {{{autoload.php}}} ====