Drupal的功能调整菜谱

该模块提供了以下功能:

快速常见的操作

-启用并通过自动完成建议禁用模块
-为节点,用户快速搜索等方面做出一些操作

快速运行的Drupal

- 清除缓存,并从一个地方重建权限,或同时做他们两个

发展调整

- 显示或登录Drupal的错误回溯

PHP设置

-提高PHP的max_execution_time值
-增加PHP memory_limit的价值
。如果你的最大执行时间或内存的限制太少,你可以体验WSOD(死亡的白色屏幕)
了解更多:http://drupal.org/node/207036(PHP增加内存限制)http://drupal.org/node/482956(静音WSODs(死亡的白色屏幕) -固定一步一步)http://drupal.org/requirements

 

数据库调整

该子模块让您启用并在数据库配置动态更改以下设置:
- SQL_BIG_SELECTS 
-使用max_join_size 
- MAX_ALLOWED_PACKET 
- WAIT_TIMEOUT 
和改变SQL_MODES

了解更多关于这些变量:http://dev.mysql.com/doc/refman/5.1/en/server-system-variables.html

和SQL模式:http://dev.mysql.com/doc/refman/5.1/en/sql-mode.html

注意:它不会在服务器上,在您的帐户没有适当的权限工作!
您也可以按照类似的主题:#361967:在system.install增加使用max_join_size和MAX_ALLOWED_PACKET设置

您也可以了解一些数据库的问题:http://drupal.org/node/259580(“警告:MySQL服务器已消失” -调MySQL来解决此问题)http://www.palantir.net/blog/提防-的mysql-51-我的儿子
 

对于以下模块的调整:

-过滤#362621:模块提供过滤的显示名称
-视图-这观点是提供由模块
-块-这块是由模块提供

通过分析客户的网站,并给有用的建议

-自动检测菜单系统的新变化
-为您在您的文件系统重复模块
-检查你的PHP内存应增加
-检查一些模块应该更新(TODO)
等等

安装

1.安装并启用该模块。
2。进入设置页面(管理员/ drupal_tweaks)

 

 

Drupal的功能调整菜谱

This modules provides following functionality:

Quick common operation

- Enabling and disabling modules through autocomplete suggestions
- Quick search for the nodes, users, etc. to make some operations

Quick Drupal operation

- clear the cache and rebuild permissions from one place or do them both at once

Development tweaks

- show or log backtrace on Drupal errors

PHP Settings

- Increasing PHP max_execution_time value
- Increasing PHP memory_limit value
If your maximum execution time or memory limit is too less, you can experience WSOD (White Screen of Death).
Read more:
http://drupal.org/node/207036 (Increase PHP memory limit)
http://drupal.org/node/482956 (Silent WSODs (White Screen of Death) - fixing step by step)
http://drupal.org/requirements

Database tweaks

This sub-module allow you to enable and change following settings in your database configuration on the fly:
- 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-system-variables.html

And SQL Modes:
http://dev.mysql.com/doc/refman/5.1/en/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 may also read about some database issues:
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

Tweaks for following modules:

- Filter #362621: Display name of module providing a filter
- Views - which view is provided by which module
- Block - which block is provided by which module

Analysing your website and give usefull suggestions

- automatically detect new changes in menu system
- check for duplicates modules in your filesystem
- check if your PHP memory should be increased
- check if some modules should be updated (TODO)
and many more

INSTALLATION

1. Install and enable the module.
2. Go to Settings Page (admin/drupal_tweaks)

REQUIREMENTS


来自 https://www.drupal.org/project/drupal_tweaks