Devel

Devel Download Summary

  • Language: PHP
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: GPL - GNU Public License
  • Databases: N/A
  • Downloads: 589
  • Released: Aug 12, 2008

Devel Description

A module containing helper functions for Drupal developers and inquisitive admins.

This module can print a log of all database queries for each page request at the bottom of each page. The summary includes how many times each query was executed on a page, and how long each query took.

Features
- A block for running custom PHP on a page
- A block for quickly accessing devel pages
- A block for masquerading as other users (useful for testing) reports memory usage at bottom of page
- This module is safe to use on a production site. Just be sure to only grant 'access development information' permission to developers.
- Also a dpr() function is provided, which pretty prints arrays and strings. Useful during development. Many other nice functions like dpm(), dvm().
Included
- devel_themer.module which outputs deep information related to all theme calls on a page.
- devel_node_access module which prints out the node_access records for a given node. Also offers
- hook_node_access_explain for all node access modules to implement. Handy.
- devel_generate.module which bulk creates nodes, users, comment, terms for development
- macro.module which records form submissions and can pay them back later or on another site.

Requirements:

· Drupal 5.x/6.x

Devel Bookmark

Hyperlink code:
Hyperlink for Forum code:

Devel Script Download Notice

Top 4 Download periodically updates information of Devel script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Devel torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

CustomError Khalid Baheyeldin

... only allows those two errors to be assigned custom pages. The design of this module is flexible ... trying to access after they login. - Allows custom redirects for 404s.Installation - Unpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules.  Requirements: · Drupal ...

Yahoo Search BOSS

It integrates with the core search module and also provides an API for submitting search queries.Installation - Unpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules.  Requirements: · Drupal 6.x ...

Custom vote

Supports a theoretically unlimited number of options, as well as the ability to cancel one's vote. Also includes granular permissions to view votes/submit votes, and displays a list of recent votes in a table.Installation - Unpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules.  ...

Drupal Automated Staging Toolkit

... any of the manual steps that users / developers / testers / admins repeatedly perform to bootstrap ... has been bootstrapped, everything related to configuration and customization can then be handled by installation profiles - that's their purpose.DAST is a PHP CLI application for *nix/Window - it does not run inside ...

Custom Filter

Instead of creating a new module for each filter you need, now you can easily create and organize your own filters. Your filter will appear in Input Format configuration.Filters are defined using regular expressions, and for replacement texts you can use either raw text with references to matched strings, or PHP ...