Changes between Version 122 and Version 123 of members/GRIP-UQAM
- Timestamp:
- May 6, 2016, 3:17:22 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
members/GRIP-UQAM
v122 v123 1070 1070 * https://github.com/Atlantic18/DoctrineExtensions/tree/master/doc 1071 1071 * https://atlantic18.github.io/DoctrineExtensions/ 1072 * //Gedmo l'extension Doctrine 2 dans Symfony2// 2012 [http://julien.edouard.overblog.com/gedmo-l-extension-doctrine-2-dans-symfony2 overblog] 1072 1073 * [https://packagist.org/packages/knplabs/doctrine-behaviors knplabs/doctrine-behaviors] 1073 1074 ==== Audit or Revision ==== … … 1076 1077 ==== Blameable ==== 1077 1078 * 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] 1079 * Track creators and updators of a given entity [https://github.com/KnpLabs/DoctrineBehaviors#blameable KNP Labs] 1080 ==== Filterable ==== 1081 * Simple filter result [https://github.com/KnpLabs/DoctrineBehaviors#filterable KNP Labs] 1078 1082 ==== Geocodable ==== 1079 * [https://github.com/KnpLabs/DoctrineBehaviors#geocodable KNP Labs]1083 * Extensions to PostgreSQL platform in order to work with cube and earthdistance extensions [https://github.com/KnpLabs/DoctrineBehaviors#geocodable KNP Labs] 1080 1084 ==== IpTraceable ==== 1081 1085 * Inherited from Timestampable, sets IP address instead of timestamp [https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/ip_traceable.md Gedmo] 1086 ==== Joinable ==== 1087 * KNP Labs 1082 1088 ==== Loggable ==== 1083 1089 * Helps tracking changes and history of objects, also supports version management [https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/loggable.md Gedmo] 1090 * Loggable is able to track lifecycle modifications and log them using any third party log system [https://github.com/KnpLabs/DoctrineBehaviors#loggable KNP Labs] 1084 1091 ==== References ==== 1085 1092 * Supports linking Entities in Documents and vice versa [https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/references.md Gedmo] … … 1089 1096 ==== Sluggable ==== 1090 1097 * Urlizes your specified fields into single unique slug [https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/sluggable.md Gedmo] 1098 * Sluggable generates slugs (uniqueness is not guaranteed) for an entity [https://github.com/KnpLabs/DoctrineBehaviors#sluggable KNP Labs] 1091 1099 ==== SoftDeleteable ==== 1092 * Allows to implicitly remove records [https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/softdeleteable.md Gedmo] 1100 * Allows to implicitly remove records [https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/softdeleteable.md Gedmo] [https://github.com/KnpLabs/DoctrineBehaviors#softDeletable KNP Labs] 1093 1101 ==== Sortable ==== 1094 * Makes any document or entity sortable [https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/sortable.md Gedmo] 1102 * Makes any document or entity sortable [https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/sortable.md Gedmo] KNP Labs 1095 1103 ==== Timestampable ==== 1096 * Updates date fields on create, update and even property change [https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/timestampable.md Gedmo] 1104 * Updates date fields on create, update and even property change [https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/timestampable.md Gedmo] [https://github.com/KnpLabs/DoctrineBehaviors#timestampable KNP Labs] 1097 1105 ==== Translatable ==== 1098 1106 * Gives you a very handy solution for translating records into different languages [https://github.com/Atlantic18/DoctrineExtensions/blob/maste/doc/translatable.md Gedmo] … … 1102 1110 * Explicit way to handle translations [https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/translatable.md Gedmo] 1103 1111 ==== Tree ==== 1104 * This extension automates the tree handling process and adds some tree specific functions on repository. (closure, nestedset or materialized path) [https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/tree.md Gedmo] 1112 * This extension automates the tree handling process and adds some tree specific functions on repository. (closure, nestedset or materialized path) [https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/tree.md Gedmo] [https://github.com/KnpLabs/DoctrineBehaviors#tree KNP Labs] 1105 1113 ==== Uploadable ==== 1106 1114 * Provides file upload handling in entity fields [https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/uploadable.md Gedmo]