Internal Nodes Linkit

Component type

module

Maintenance status

Development status

Downloads

650

Component created

Component changed

Integration of Linkit module with Internal nodes module, Which allows you to select the nodes from Available node and you can set the url as your 301 redirect URL so, you don't need to go back and forth to check for node and nid. you can type the title and find the node that will give you full url.

Node Export Beautifier

Component type

module

Maintenance status

Development status

Downloads

747

Component created

Component changed

This project aims to help all reviewers that use node_export module in their project to store nodes in code.
When something changed in exported feature, code review becomes a horror.

This module implements hook_node_export_encode_alter() and does convert packed json to styled one using https://github.com/ryanuber/projects/blob/master/PHP/JSON/jsonpp.php code.

json_encode not used here because it does not work on PHP < 5.4

Enjoy

OPcache

Component type

module

Maintenance status

Development status

Downloads

2850

Component created

Component changed

OPcache is an opcode cache for PHP. It is bundled with PHP 5.5.0 and later, and it is available in PECL for PHP 5.4.

This module allows Drupal to report status information about the cache and reset the cache.

Requirements

Migrate Upload Source

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides an upload widget for your migration users to be able to upload source files (CSV, XML, etc) through the UI.

Very experimental, don't use it as is, without reviewing the code and making the modifications that suit your needs.

After installing this module you'll see a new TAB under /admin/content/migrate, to "Upload Source File". Once the source file is uploaded, you can use it in your migrate class by retrieving the value of the variable "migrate_upload_source_file_path".

An example of implementation could be:

Theme Filter

Component type

module

Maintenance status

Development status

Downloads

933

Component created

Component changed

Use your theme path as token to be converted as a full theme path. Helpful to render images, files from your theme folder.
Theme filter module will add an input filter which will convert the to string or a token type string.

This module also supports token module. so, you can use the token_filter module also.