Skip to content
Snippets Groups Projects
Commit ffde0397 authored by The Great Git Migration's avatar The Great Git Migration Committed by Drupal Git User (LDAP)
Browse files

Stripping CVS keywords

parent 93c8fdd1
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 20 deletions
$Id$
This module provides customizations used on drupal.org itself. Other
sites SHOULD NOT INSTALL OR USE THIS MODULE. It is only included in
......
$Id$
This directory contains a collection of modules and blocks that used to house PHP
code on Drupal.org. For better security and stability, these have been converted
......
; $Id$
name = Advert
description = Advertising blocks on drupal.org
package = Drupal.org
<?php
// $Id$
define('ADVERT_BLOCK_BODY', 'advert_block_body_');
......
; $Id$
name = Bingo
description = Contributor Links and Bingo
package = Drupal.org
<?php
// $Id$
define('BINGO_TYPE_MIN', 0);
......
; $Id$
name = Branches
description = Lists core and contrib branches
package = Drupal.org
<?php
// $Id$
function branches_nodeapi(&$node, $op = 'view', $teaser = FALSE, $page = FALSE) {
if ($op == 'view' && $page) {
......
; $Id$
name = Handbook
description = Special handbook pages
package = Drupal.org
<?php
// $Id$
function handbook_nodeapi(&$node, $op = 'view', $teaser = FALSE, $page = FALSE) {
if ($op == 'view' && $page) {
......
; $Id$
name = Block: Pivots
description = Block: Pivots
package = Drupal.org
<?php
// $Id$
/**
* @file
......
; $Id$
name = Block: Planet Drupal Subscriptions
description = Block: Planet Drupal Subscriptions
package = Drupal.org
<?php
// $Id$
function planet_drupal_subscription_output() {
$output = '';
......
; $Id$
name = Project Stuff
description = Special pages for project module
package = Drupal.org
<?php
// $Id$
function project_stuff_nodeapi(&$node, $op = 'view', $teaser = FALSE, $page = FALSE) {
if ($op == 'view' && $page) {
......
; $Id$
name = Quick Stats
description = Some useful quick statistics for Drupal.org
package = Drupal.org
<?php
// $Id$
function quick_stats_nodeapi(&$node, $op = 'view', $teaser = FALSE, $page = FALSE) {
if ($op == 'view' && $page) {
......
; $Id$
name = Redirects
description = Special redirects for some pages
package = Drupal.org
<?php
// $Id$
function redirects_nodeapi(&$node, $op = 'view', $teaser = FALSE, $page = FALSE) {
if ($op == 'view' && $page) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment