HTTPRL Spider uses the excellent HTTP Parallel Request & Threading Library to perform an internal cache seeding spider via Drush. This is not a module, it's a command line call that can be used to effectively rebuild all Entity Cache and Boost cache files for an entire site. By default it will spider all known, front-facing entities in a site with a single call. It also has some hooks to allow for adding additional non entity paths to target (such as views and other menu paths).
Installation
Just run drush dl httprl_spider to get the latest version; it's a drush plugin.
Simplest example
drush cc all
drush hss --nonblocking
This will clear all caches and then issue nonblocking requests for all front-facing entity paths. This has performance implications so make sure that you run this as part of a nightly job and not all the time (especially on larger sites) as this is effectively a self-imposed denial of service attack. A bit safer call is drush hss which issues the calls but sequentially and yet more reasonable is drush hss node to have it only spider nodes on the site.
This module catches mail and forward them to an pre-configured email-address
At the admin-page the user can configure which modules should forward the mail to
which emailaddress. Also could the user set an prefix which will be added to
the subject.
If the user set the prefix to "123", the subject will be "(123) %subject"
This can be handy when there is a development street. You can add, for example,
the environment.
To test the module add the mailredirect7 module to selected modules and go to the
testpage 'mailredirect7/testform'
Installation
Copy the folder mailredirect7 to your module folder and then enable it on the
admin module page. To configure the module go to 'admin/settings/mailredirect7'.
Settings
- To who will the redirected mail(s) be send
This is a list of emailaddresses where the mails will be redirected to.
In this textfield you can add more addresses separated by comma's
- Modules
This is the list of modules which implements hook_mail.
You can select which modules should redirect their emails. You can choose to
unselect modules if it's not necessary for some reason.
-Subjectprefix
If you want, you can let the mailredirect prefix the subject by the subjectprefix.
For example, You filled in '123'. The subject will be '(123) {subject}'
Provides additional settings for field collection fields. You can now set the path and the label for field collection entities in the field settings form. The label supports tokens.