Template Tags

Component type

module

Maintenance status

Development status

Component created

Component changed

This module lets you define custom tags which you can use anywhere and in any of your templates. You can attach your own callbacks to perform on loading.

The default implementation is linking a node to a custom tag. Handy for when you have several overview pages and want to refer to these in your template.

E.g.

Hosting Control Panel

Component type

module

Maintenance status

Development status

Component created

Component changed

The hosting control panel is a UI to manage apache hosts on an vps. It is designed to be a mini aegir that is not as intrusive or overwhelming. It is also being designed for use on ubuntu vps servers, however in theory would support any lamp setup.

GitStage

Component type

module

Maintenance status

Development status

Component created

Component changed

GitStage is a project management module for managing multiple developers on a single server via git. It provides a UI for pulling/pushing code, db, and files between instances on the server. For example pushing DEV instance to STAGING or syncing the LIVE database to BOB's instance.

Bot API

Component type

module

Categories

Component created

Component changed

Link between the api module and bot, use the function dump function of api to retrieve a list of functions, so that we can get rid of the api.module for lookups in bot_project.

Git Hook

Component type

module

Categories

Maintenance status

Development status

Downloads

704

Component created

Component changed

Git Hook is a project to facilitate building git event workflows with Drush.

Did you know that Git has its own hook/event system? Certain git actions will result git checking for a script in your local git repository in .git/hooks, and if an executable exists with the correct name, it will execute it. Some of those events will even act as validation before allowing an action to proceed.

Yule

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

About Yule

Yule's purpose is to log all queries run during a page's execution and provide useful ways to browse the collected data.

Inspiration and some functionality was derived from devel's query logging. This module, however, specializes in query logging and offers some interesting different ways of browsing the data. It also skips processing the queries until the report is viewed or cron is run, in order to minimize the performance impact on visitors.

A more detailed description and screen-shots are forthcoming.

Git Release Notes for Drush

Component type

module

Categories

Maintenance status

Development status

Downloads

4954

Component created

Component changed

Overview

This is a Git port of cvs-release-notes.php, which lived in the tricks repo back in CVS land.

Installation

The script is a Drush command and it must be installed into `.drush` directory (for Windows: `%USERPROFILE%/.drush/`, for Linux: `~/.drush`) in a sub-directory named `grn`.

You may install the module using Drush (drush dl grn) or just manualy expand the archive you download from the module's drupal.org page.

Paypaad API

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Description

Drupal implementation of Pasargad Bank Paypaad Payment API plus a few UI helpers, feeding pay_paypaad, uc_paypaad, etc.

Disclaimer

This module is in an early development stage, It is not intended to be used in production.

Requirements

  • PHP >= 5.0
  • PHP cURL Extension
  • PHP OpenSSL Extension

API Usage

Absolute Path

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Description

Simply sets a global $absolute_path variable and a helper function for Drupal base absolute path. This might seem ridiculously useless, but it was extremely helpful in my own developments.

Usage

  • $absolute_path global variable.
  • absolute_path() helper function.

Git Filter

Component type

module

Maintenance status

Development status

Downloads

288

Component created

Component changed

Input filter for referencing git commits. Ideally this would be used on d.o

To reference a commit, use git-[project]-[revision-id], the project is a d.o project by default and the revision id is the 7 character short revision id.

FIXME: Write more text