Proposals

Doxygen @file directives

public

In the Doxygen formatting conventions doc, it says that files should be documented with the @file directive and gives the following example:

<?php
// $Id: theme.inc,v 1.202 2004/07/08 16:08:21 dries Exp $

/**
* @file
* The theme system, which controls the output of Drupal.
*
* The theme system allows for nearly all output of the Drupal system to be
* customized by user themes.
*/

Note the @file line in particular.

GHOP #127: Benchmark results table

public

Hi,
I need a table for #127, so it will go here :)
This table is now fully complete :)

<

table>

Test Page Caching Drupal 5 requests/sec Drupal 5 overalltime Drupal 6 requests/sec

Drupal 6 overalltime % differences for Drupal 6(based on requests/s)

Index with 30 nodes No 3.64 55.13 3.42

58.46 -06%

normal 136.62

GHOP #136: Improve coder_format checklist

public

This page is for tracking the findings of GHOP #136 in coder_format of the coder module.

Break up core page handlers to include files

public

http://drupal.org/node/140218 now makes this possible: http://drupal.org/node/146172

So let's do it. :-)

Core still needs to be factored out to separate page include files. If you're interested in helping out, grab a module below. Please follow the guidelines listed in the documentation page above. If you feel the documentation page should be changed, comment on the book page so we can keep that all together in one place.

A starting list of functions in node, user, and system: http://groups.drupal.org/node/5239. Note, however, that some of this (especially node) may be touched by the actions patch.

Syndicate content