Changes between Version 127 and Version 128 of members/GRIP-UQAM
- Timestamp:
- May 6, 2016, 11:13:02 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
members/GRIP-UQAM
v127 v128 1177 1177 * https://symfony.com/doc/master/bundles/StofDoctrineExtensionsBundle/index.html 1178 1178 * http://symfony.com/doc/current/cookbook/doctrine/common_extensions.html 1179 * https://packagist.org/packages/stof/doctrine-extensions-bundle1179 * [https://packagist.org/packages/stof/doctrine-extensions-bundle stof/doctrine-extensions-bundle] 1180 1180 * KNP 1181 1181 * TwigBundle - Adds support for the Twig templating engine … … 1225 1225 * https://en.wikipedia.org/wiki/Social_login 1226 1226 ===== OAuth ===== 1227 * https://packagist.org/packages/hwi/oauth-bundle1228 * https://packagist.org/packages/friendsofsymfony/oauth-server-bundle(server)1227 * [https://packagist.org/packages/hwi/oauth-bundle hwi/oauth-bundle] 1228 * [https://packagist.org/packages/friendsofsymfony/oauth-server-bundle friendsofsymfony/oauth-server-bundle] (server) 1229 1229 * http://knpuniversity.com/screencast/oauth 1230 1230 * https://www.youtube.com/watch?v=io_r-0e3Qcw 1231 1231 * https://www.youtube.com/results?search_query=oauth 1232 1232 ===== HybridAuth ===== 1233 * https://packagist.org/packages/azine/hybridauth-bundle1234 * https://packagist.org/packages/sllh/hybridauth-bundle1235 * https://packagist.org/packages/itlized/social1233 * [https://packagist.org/packages/azine/hybridauth-bundle azine/hybridauth-bundle] 1234 * [https://packagist.org/packages/sllh/hybridauth-bundle sllh/hybridauth-bundle] 1235 * [https://packagist.org/packages/itlized/social itlized/social] 1236 1236 ===== OpenID ===== 1237 * https://packagist.org/packages/fp/openid-bundle1238 * https://packagist.org/packages/writtengames/openid-user-bundle1239 * https://packagist.org/packages/raphox/alb-open-id-server-bundle(server)1237 * [https://packagist.org/packages/fp/openid-bundle fp/openid-bundle] 1238 * [https://packagist.org/packages/writtengames/openid-user-bundle writtengames/openid-user-bundle] 1239 * [https://packagist.org/packages/raphox/alb-open-id-server-bundle raphox/alb-open-id-server-bundle] (server) 1240 1240 ==== Form related ==== 1241 * https://packagist.org/packages/a2lix/translation-form-bundle1241 * [https://packagist.org/packages/a2lix/translation-form-bundle a2lix/translation-form-bundle] 1242 1242 * http://a2lix.fr/2014/08/04/translate-internationalize-doctrine-entities-sonata.html 1243 1243 ==== Admin ==== … … 1245 1245 * http://stackoverflow.com/questions/22916083/sonata-admin-bundle-adding-link-to-related-entities-in-configure-list 1246 1246 ===== Translation ===== 1247 * https://packagist.org/packages/sonata-project/translation-bundle1247 * [https://packagist.org/packages/sonata-project/translation-bundle sonata-project/translation-bundle] 1248 1248 * https://sonata-project.org/bundles/translation/master/doc/index.html 1249 1249 * see Doctrine-Extensions-Translatable … … 1257 1257 * https://stackoverflow.com/questions/20269617/how-to-add-ckeditor-to-sonata-admin-backends-textareas 1258 1258 ==== CKEditor ==== 1259 * https://packagist.org/packages/egeloen/ckeditor-bundle1259 * [https://packagist.org/packages/egeloen/ckeditor-bundle egeloen/ckeditor-bundle] 1260 1260 ==== Tree ==== 1261 * https://packagist.org/packages/symfony-cmf/tree-browser-bundle1261 * [https://packagist.org/packages/symfony-cmf/tree-browser-bundle symfony-cmf/tree-browser-bundle] 1262 1262 * http://symfony.com/doc/current/cmf/bundles/tree_browser/introduction.html 1263 1263 * http://www.codeproject.com/Tips/418196/Editing-Tree-Structures-in-Symfony 1264 1264 * http://knpbundles.com/keyword/tree-symfony-bundle 1265 1265 ==== Tag and Taxonomy ==== 1266 * https://packagist.org/packages/sonata-project/classification-bundle1267 * https://packagist.org/packages/mw/tag-admin-bundle1268 * https://packagist.org/packages/fpn/tag-bundle1266 * [https://packagist.org/packages/sonata-project/classification-bundle sonata-project/classification-bundle] 1267 * [https://packagist.org/packages/mw/tag-admin-bundle mw/tag-admin-bundle] 1268 * [https://packagist.org/packages/fpn/tag-bundle fpn/tag-bundle] 1269 1269 ==== News, Newsletter ==== 1270 * https://packagist.org/packages/stfalcon/news-bundle1270 * [https://packagist.org/packages/stfalcon/news-bundle stfalcon/news-bundle] 1271 1271 ==== Search ==== 1272 * https://packagist.org/packages/symfony-cmf/search-bundle1273 * https://packagist.org/packages/liip/search-bundle1272 * [https://packagist.org/packages/symfony-cmf/search-bundle symfony-cmf/search-bundle] 1273 * [https://packagist.org/packages/liip/search-bundle liip/search-bundle] 1274 1274 ==== Payment ==== 1275 * https://packagist.org/packages/payum/payum-bundle1275 * [https://packagist.org/packages/payum/payum-bundle payum/payum-bundle] 1276 1276 ==== Help Desk, Bug Tracking and Ticket ==== 1277 * https://packagist.org/packages/liuggio/help-desk-bundle1277 * [https://packagist.org/packages/liuggio/help-desk-bundle liuggio/help-desk-bundle] 1278 1278 === CLI code generation example === 1279 1279 {{{#!sh