Primary tabs

File namesort descending Location Namespace Description
INSTALL.mysql.txt INSTALL.mysql.txt CONTENTS OF THIS FILE --------------------- * Introduction * Installation and configuration: - Database and user creation - Drupal schema loading INTRODUCTION ------------ This file describes how to create a MySQL database for Drupal. If…
INSTALL.pgsql.txt INSTALL.pgsql.txt CONTENTS OF THIS FILE --------------------- * Introduction * Installation and configuration: - Database and user creation - Drupal schema loading INTRODUCTION ------------ This file describes how to create a PostgreSQL database for…
install.php developer/hooks/install.php Documentation for the update system.
INSTALL.txt INSTALL.txt CONTENTS OF THIS FILE --------------------- * Requirements * Optional requirements * Installation - Drupal administration - Customizing your theme(s) * More Information REQUIREMENTS ------------ Drupal requires a web server, PHP4 (4.3.5…
legacy.module modules/legacy.module Provides legacy handlers for upgrades from older Drupal installations.
LICENSE.txt LICENSE.txt GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this…
locale.inc includes/locale.inc Admin-related functions for locale.module.
locale.module modules/locale.module Enables administrators to manage the site interface languages.
MAINTAINERS.txt MAINTAINERS.txt List of maintainers -------------------------------------------------------------------------------- LEGEND ====== - M: the maintainer - S: status: "supported" : someone is actually paid to look after this. …
maintenance.css misc/maintenance.css body { background: url(druplicon.png) 4.2em 4em no-repeat #fff; color: #000; border: 1px solid #bbb; margin: 3em; padding: 1em 1em 1em 128px; } h1 { margin: 1.6em 0 1.1em 0; } h1, h2, h3, h4, h5, h6 { font-family: sans-serif; } :link { …
menu.inc includes/menu.inc API for the Drupal menu system.
menu.module modules/menu.module Allows administrators to customize the site navigation menu.
module.inc includes/module.inc API for loading and interacting with Drupal modules.
multipage_form_example.module developer/examples/multipage_form_example.module
node.module modules/node.module The core that allows content to be submitted to the site.
node.php developer/hooks/node.php These hooks are defined by node modules, modules that define a new kind of node.
node.tpl.php themes/pushbutton/node.tpl.php
node.tpl.php themes/engines/phptemplate/node.tpl.php
node.tpl.php themes/bluemarine/node.tpl.php
nodeapi_example.module developer/examples/nodeapi_example.module This is an example outlining how a module can be used to extend existing content types.
node_access_example.module developer/examples/node_access_example.module This is an example illustrating how to restrict access to nodes based on some criterion associated with the user.
node_example.module developer/examples/node_example.module This is an example outlining how a module can be used to define a new node type.
page.module modules/page.module Enables the creation of pages that can be added to the navigation system.
page.tpl.php themes/pushbutton/page.tpl.php
page.tpl.php themes/bluemarine/page.tpl.php
pager.inc includes/pager.inc Functions to aid in presenting database results as a set of pages.
page_example.module developer/examples/page_example.module This is an example outlining how a module can be used to display a custom page at a given URL.
path.inc includes/path.inc Functions to handle paths in Drupal, including path aliasing.
path.module modules/path.module Enables users to rename URLs.
phptemplate.engine themes/engines/phptemplate/phptemplate.engine Handles integration of templates written in pure php with the Drupal theme system.
ping.module modules/ping.module Alerts other sites that your site has been updated.
poll.module modules/poll.module Enables your site to capture votes on different topics in the form of multiple choice questions.
prefix.sh scripts/prefix.sh #!/bin/sh if [ $# != 2 ]; then cat >&2 << EOH This is Drupal database prefixer. Usage: $0 prefix original_db.sql >prefixed_db.sql - all tables will prefixed with 'prefix' EOH exit 1; fi PREFIX=$1; sed "s/\`//g; …
print.css misc/print.css body { margin: 1em; background-color: #fff; } th { text-align: left; color: #006; border-bottom: 1px solid #ccc; } tr.odd { background-color: #ddd; } tr.even { background-color: #fff; } td { padding: 5px; } #menu { visibility:…
profile.module modules/profile.module Support for configurable user profiles.
search.module modules/search.module Enables site-wide keyword searching.
session.inc includes/session.inc User session handling functions.
settings.php sites/default/settings.php Drupal site-specific configuration file.
statistics.module modules/statistics.module Logs access statistics for your site.
story.module modules/story.module Enables users to submit stories, articles or similar content.
style.css themes/pushbutton/style.css /* ** HTML elements */ body { color: #000; background-color: #fff; margin: 0; padding: 0; } body, p, td, li, ul, ol { font-family: Verdana, Helvetica, Arial, sans-serif; } h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS",…
style.css themes/chameleon/marvin/style.css /* ** HTML elements */ body { background: #fff url(druplicon-watermark.png) no-repeat top right; font-family: arial, helvetica, sans-serif; } a:link { color: #656 } a:visited { color: #656 } a:active { color: #ccc } h2 { background-color:…
style.css themes/bluemarine/style.css /* ** HTML elements */ body { margin: 0; padding: 0; color: #000; background-color: #fff; font: 76% Verdana, Arial, Helvetica, sans-serif; } tr.odd td, tr.even td { padding: 0.3em; } h1, h2, h3, h4, h5, h6 { margin-bottom: 0.5em; } h1 { …
style.css themes/chameleon/style.css /* ** HTML elements */ a, a:link, a:active { color: #930; } a:visited { color: #630; } body { padding: 5em 0 0 3em; background-image: url(background.png); background-repeat: repeat-x; font-family: trebuchet ms, tahoma, verdana, arial,…
system.module modules/system.module Configuration system that lets administrators modify the workings of the site.
tablesort.inc includes/tablesort.inc Functions to aid in the creation of sortable tables.
taxonomy.module modules/taxonomy.module Enables the organization of content into categories.
theme.inc includes/theme.inc The theme system, which controls the output of Drupal.
throttle.module modules/throttle.module Allows configuration of congestion control auto-throttle mechanism.
tracker.module modules/tracker.module Enables tracking of recent posts for users.

Pages

Other projects