Changes between Version 160 and Version 161 of members/GRIP-UQAM


Ignore:
Timestamp:
Aug 22, 2016, 6:28:44 PM (8 years ago)
Author:
Grip Uqam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • members/GRIP-UQAM

    v160 v161  
    202202== JavaScript Libraries ==
    203203http://www.sitepoint.com/11-best-jquery-charting-libraries
    204 == PHP Libraries ==
    205 === [https://packagist.org/packages/hybridauth/hybridauth hybridauth/hybridauth] ===
    206 http://hybridauth.sourceforge.net/userguide.html
    207 {{{#!sh
    208 $ composer require hybridauth/hybridauth
    209 }}}
    210 Google::
    211  * easy
    212 [http://hybridauth.sourceforge.net/userguide/IDProvider_info_LinkedIn.html LinkedIn]::
    213  * easy
    214 OpenID::
    215  * easy (no secret information needed)
    216 [http://hybridauth.sourceforge.net/userguide/IDProvider_info_Yahoo.html Yahoo OpenID]::
    217  * https://github.com/hybridauth/hybridauth/tree/master/additional-providers/hybridauth-yahoo-openid
    218  * http://hybridauth.sourceforge.net/userguide/tuts/specific-provider-wrapper.html
    219  * https://login.yahoo.com/
    220  * a mobile phone number is required to register a new account
    221  * yahoo Application consumer key
    222 [http://hybridauth.sourceforge.net/userguide/IDProvider_info_Live.html Microsoft Live]::
    223  * Not clear if the domain root URL can be used as redirect URI
    224  * Using the domain root URL as redirect URI results in an error at the time of clicking the icon on the registered web site
    225  * It is not possible to register inside Microsoft developper website a redirect URI similar to the one used for Google, because some caracteres are not accepted.
    226  * one could try to make a simpler redirection URI which would redirect to the one simililar to the one used for Google.
    227  * microsoft oauth2 application id
    228  * [https://msdn.microsoft.com/en-us/library/bb676626.aspx Getting Your Client ID for Web Authentication]
    229  * https://account.live.com
    230  * [https://account.live.com/developers/applications/index Mes applications]
    231 [http://hybridauth.sourceforge.net/userguide/IDProvider_info_Facebook.html Facebook]
    232  * https://developers.facebook.com/apps needs a phone number (sound or text) or a credit card
    233 ||                                                                      || || || jessie (stable) || bpo || stretch (testing) || || /usr/share/php/ ||
    234 || [https://packagist.org/packages/composer/composer composer/composer]         || 2016-03-27 ||  b  ||     ||  ||  #  || [DebianPackage:composer] || Composer ||
    235 || [https://packagist.org/packages/hybridauth/hybridauth hybridauth/hybridauth] || 2016-01-12 || 2.6 ||     ||  ||     ||  ||  ||
    236 || [https://packagist.org/packages/psr/log psr/log]                             || 2012-12-21 || 1.0 || 1.0 ||  || 1.0 || [DebianPackage:php-psr-log] || Psr/Log ||
    237 || [https://packagist.org/packages/symfony/symfony symfony/symfony]             || 2016-02-28 || 3.0 || 2.3 ||  || 2.8 || [DebianPackage:php-symfony-framework-bundle] || Symfony/Bundle/FrameworkBundle ||
    238 || [https://packagist.org/packages/]  ||  ||  ||  ||  ||  || [DebianPackage:] || /usr/share/php/ ||
    239 || [https://packagist.org/packages/]  ||  ||  ||  ||  ||  || [DebianPackage:] || /usr/share/php/ ||
    240 || [https://packagist.org/packages/]  ||  ||  ||  ||  ||  || [DebianPackage:] || /usr/share/php/ ||
    241 || [https://packagist.org/packages/]  ||  ||  ||  ||  ||  || [DebianPackage:] || /usr/share/php/ ||
    242 || [https://packagist.org/packages/]  ||  ||  ||  ||  ||  || [DebianPackage:] || /usr/share/php/ ||
    243 * [https://qa.debian.org/developer.php?login=pkg-php-pear@lists.alioth.debian.org Packages overview for Debian PHP PEAR Maintainers]
    244 * [http://pkg-php.alioth.debian.org Debian PHP Group]
     204== [wiki:members/GRIP-UQAM/PHP PHP Libraries] ==
    245205== HTML Slides ==
    246206* https://packagist.org/packages/seld/slippy
     
    360320== Javascript Programming (Server Side) ==
    361321* [DebianPackage:node-express], [DebianPackage:node-], https://qa.debian.org/developer.php?login=pkg-javascript-devel@lists.alioth.debian.org
    362 == PHP Security Programming ==
    363 * http://stackoverflow.com/questions/6474783/which-server-variables-are-safe
    364 * http://stackoverflow.com/questions/4247704/how-tamper-proof-is-the-server-variable-in-php
    365 == PHP Programming ==
    366 * http://php.net/manual/en/language.constants.predefined.php
    367 * http://php.net/manual/en/function.getcwd.php
    368 * http://stackoverflow.com/questions/4645082/get-absolute-path-of-current-script
    369 * php+curent+directory
    370 * http://php.net/manual/en/reserved.variables.environment.php
    371 * http://php.net/manual/en/function.phpinfo.php
    372 * http://php.net/manual/en/function.readlink.php
    373 * http://stackoverflow.com/questions/12580330/php-dirname-returns-symlink-path
    374 * https://bugs.php.net/bug.php?id=46260
    375 * php+symlink+path
    376 * http://php.net/manual/en/function.dirname.php
    377 === Namespaces ===
    378 * https://www.youtube.com/results?search_query=php+namespaces
    379 * http://knpuniversity.com/screencast/php-namespaces-in-120-seconds
    380 == Libraries ==
    381 * https://packagist.org/packages/behat/transliterator
    382322== [https://packagist.org/packages/doctrine/orm doctrine/orm] ==
    383323=== Doctrine Console ===