Changes between Version 87 and Version 88 of members/GRIP-UQAM
- Timestamp:
- Apr 6, 2016, 5:48:08 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
members/GRIP-UQAM
v87 v88 200 200 http://stackoverflow.com/questions/3327312/drop-all-tables-in-postgresql 201 201 * http://stackoverflow.com/questions/20017552/delete-all-table-without-droping-database-in-postgres-in-django-dbshell-in-one-c 202 == Database Clients == 203 * https://en.wikipedia.org/wiki/Comparison_of_database_tools 204 * https://packages.debian.org/search?keywords=pgadmin3 205 * https://packages.debian.org/en/jessie/adminer 206 * https://packagist.org/packages/vrana/adminer 207 * https://www.drupal.org/project/adminer 208 * squirrel+sql+site:debian.org 209 * 3.3.3 does not work on debian 8 210 * https://en.wikipedia.org/wiki/SQuirreL_SQL_Client 211 * http://squirrel-sql.sourceforge.net 212 * DBEdit+site:debian.org 213 * phpLiteAdmin+site:debian.org 214 * https://en.wikipedia.org/wiki/PhpLiteAdmin 202 215 == Git == 203 216 * Branches and tags … … 599 612 * https://packagist.org/packages/drupal/core 600 613 * [https://github.com/derhasi/composer-preserve-paths Composer preserve paths] 614 * https://packagist.org/packages/theodo/drupal8-bundle 601 615 === Using symlinks to avoid duplication of code and save server memory === 602 616 * locally clone repositories using git (see below: {{{git}}} for Drupal) … … 624 638 }}} 625 639 * https://getcomposer.org/doc/articles/troubleshooting.md 640 * http://fr.slideshare.net/fabrice.bernhard/integrating-drupal-8-into-symfony-2 641 * 626 642 == Installing Drupal 7 or 8 with [https://github.com/drush-ops/drush Drush] (on a development server outside MayFirst) == 627 643 {{{#!sh … … 825 841 === Entities === 826 842 * Introduced in Drupal 7 843 * Something different : Symfony Entity 827 844 * [https://www.drupal.org/node/1261744 An Introduction to Entities] 828 845 * [https://www.drupal.org/node/878784 Entity API Tutorial] … … 831 848 * [https://evolvingweb.ca/blog/drupal-7-entities-what-are-they-and-what-are-they-good Drupal 7 Entities: What are they, and what are they good for?] 832 849 * https://www.drupal.org/project/bean 850 * https://api.backdropcms.org/api/backdrop/core!modules!entity!entity.api.php/1 851 * drupal 8 entity 852 * https://www.drupal.org/developing/api/entity 853 * https://www.drupal.org/node/2192175 833 854 * http://www.drupalcontrib.org/api/drupal/drupal!core!vendor!symfony!validator!Symfony!Component!Validator!Tests!Fixtures!Entity.php/8 834 855 === Drupal 8 === … … 838 859 == Radical Servers == 839 860 * https://help.riseup.net/en/security/resources/radical-servers 861 == Java Programming == 862 * https://packages.debian.org/fr/libunixsocket 863 == PHP Security Programming === 864 * http://stackoverflow.com/questions/6474783/which-server-variables-are-safe 865 * http://stackoverflow.com/questions/4247704/how-tamper-proof-is-the-server-variable-in-php 866 == PHP Programming == 867 * http://php.net/manual/en/language.constants.predefined.php 868 * http://php.net/manual/en/function.getcwd.php 869 * http://stackoverflow.com/questions/4645082/get-absolute-path-of-current-script 870 * http://php.net/manual/en/function.getcwd.php 871 * php+curent+directory 872 * http://php.net/manual/en/reserved.variables.environment.php 873 * http://php.net/manual/en/function.phpinfo.php 874 * http://php.net/manual/en/function.readlink.php 875 * http://stackoverflow.com/questions/12580330/php-dirname-returns-symlink-path 876 * https://bugs.php.net/bug.php?id=46260 877 * php+symlink+path 878 * http://php.net/manual/en/function.dirname.php 840 879 == Symfony Programming == 841 * 880 * EZ Plateform and Symfony Article from Symfony Finland 842 881 * https://packagist.org/packages/ezsystems/ezplatform 882 * http://fr.slideshare.net/AcquiaInc/create-a-symfony-application-from-a-drupal-perspective