CH Debugger

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

These two modules, ch_debugger and ch_nodeapi_preexec, are hook debuggers, used for collecting arrays and objects and store the data in a table for later analysis.

As the module is now, it's made for listening on

  • nodeapi
  • user
  • form_alter
  • views_pre_view
  • views_pre_build
  • views_pre_execute

If you want to create other/different hooks, please follow the logic's of the existing six hooks in this module. it's not that hard ;)

flux flickr API

Component type

module

Maintenance status

Development status

Downloads

1116

Component created

Component changed

Integrates with the flickr API based upon the flux Services integration.

This is an integration module, so it does not expose any end-user functionality. It integrates Drupal with the flickr API by providing remote entities and integration with the Rules module.

Similar projects

The flickr module provides a filter for inserting flickr photos and photosets in your content.

flux Dropbox API

Component type

module

Maintenance status

Development status

Downloads

1176

Component created

Component changed

Integrates with the dropbox API based upon the flux Services integration.

This is an integration module, so it does not expose any end-user functionality. It integrates Drupal with the dropbox API by integrating with the Rules module. Therefore the module integrates the BenTheDesigner/Dropbox PHP 5.3 SDK for the Dropbox REST API.

New Developer Module

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

I am currently in development on this project. Once finished this will be a module for new site builders and developers using Drupal 7. I will release more information about the module when it gets closer to completion.

Entity Example

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module aims to provide a developer friendly, ready to use, barebones implementation of a custom Entity.

The master branch provides a single, hardcoded entity (bundles are not supported), lacks entity revisioning support, and the only CRUD operation supported is save(). At a total of 16 functions, 4 files, one class and one method - the mater branch is recommended for understanding what is the bare minimum needed to create a custom Entity by code - using the Drupal core Entity API only.

Entity Diagram

Component type

module

Maintenance status

Development status

Component created

Component changed

This module will eventually allow for the creation of an Entity Relation diagram from an existing Drupal site.

Currently, it allows for the creation of a CSV file that matches the format of the Node Types sheet of the Planning document described by Palantir in their blog post "Developing Drupal Sites: Plan or Perish". This will be particularly useful when reevaluating existing sites where documentation is lost, missing or never existed.