WeChat Lite

Component type

module

Maintenance status

Development status

Component created

Component changed

This module is under heavy development, we are planing to release first workable dev version at the end of Dec, 2017.

WeChat Lite provides integration with WeChat Accounts, which are supported by Tencent company. It supports both service account and enterprise account. With this module, visitors could:

babysitter

Component type

module

Categories

Maintenance status

Development status

Downloads

1933

Component created

Component changed

drupal.org version: some theme tweaking needed, and coming soon, but looking good!

Custom core patches

Component type

module

Maintenance status

Development status

Component created

Component changed

This is just a place to put patches that have no interest to others than me. I need a place to put core patches for them to work in drush make, so this is it.

Post Render Cache

Component type

module

Maintenance status

Development status

Downloads

219

Component created

Component changed

This module allows post processing of render arrays just after them
being retrieved from cache. It allows you to apply small per-user modifications
on globally cached output, without having to resort to per-user caching.

Think of it as a poor man's ESI, or the same thing than #post_render callbacks,
except they will run at drupal_process_attached() time at initial rendering
and after drupal_render_cache_get().