Software Listing of Author : "Rafal"
- Database tweaks
- License: Freeware
- Price: 0.00


This module allow you to enable and change following settings in database: - SQL_BIG_SELECTS - MAX_JOIN_SIZE - MAX_ALLOWED_PACKET - WAIT_TIMEOUT and changing SQL_MODES Read more about those variables: http://dev.mysql.com/doc/refman/5.1/en/server-session-variables.html And SQL Modes: http://dev.mysql.com/doc/refman/5.1/en/server-sql-mode.html Note: It will not work on servers, where your account don't have proper privileges! You can also follow similar topics: #361967: Increase MAX_JOIN_SIZE and MAX_ALLOWED_PACKET settings in system.install You can also read: http://drupal.org/node/259580 ("Warning: MySQL server has gone away" - Tune MySql to resolve this problem) http://www.palantir.net/blog/beware-mysql-51-my-son
- Platform: PHP, Scripts
- Node Access Auto Reference
- License: Freeware
- Price: 0.00


Gives automatic access to users if they are referenced somehow to this node. It's scanning automatically for references with unlimited deep path, so you don't need to worry anymore how to configure your permissions correct, because it's checking for references automatically. Example 1: User 1 want to edit or delete Node 1, but the owner of this node is User 2. But Node 1 have node reference (via nodereference) to profile of User 2 and User 2 have another reference (via userreference) to User 1. So that means that User 1 is referenced to that node, so give him access to edit it (you can customized other operations). See following chart for example: http://drupal.org/node/520062 Using with view_own module, you can disable view permission for users and enable them only through references. INSTALLATION - Just enable the module;)...
- Platform: PHP, Scripts
