Namesort iconLocationDescription
aggregator.moduledrupal/ modules/ aggregator.moduleUsed to aggregate syndicated content (RSS, RDF, and Atom).
archive.moduledrupal/ modules/ archive.moduleDisplays a calendar to navigate old content.
authentication.phpcontributions/ docs/ developer/ hooks/ authentication.phpThese hooks are defined by authentication modules, modules that define ways users can log on using accounts from other sites and servers.
block.moduledrupal/ modules/ block.moduleControls the boxes that are displayed around the main content.
block.tpl.phpdrupal/ themes/ bluemarine/ block.tpl.php
block.tpl.phpdrupal/ themes/ engines/ phptemplate/ block.tpl.php
block.tpl.phpdrupal/ themes/ pushbutton/ block.tpl.php
block_example.modulecontributions/ docs/ developer/ examples/ block_example.moduleThis is an example outlining how a module can be define blocks to be displayed on each page.
blog.moduledrupal/ modules/ blog.moduleEnables keeping an easily and regularly updated web page or a blog.
blogapi.moduledrupal/ modules/ blogapi.moduleEnable users to post using applications that support XML-RPC blog APIs.
book.moduledrupal/ modules/ book.moduleAllows users to collaboratively author a book.
bootstrap.incdrupal/ includes/ bootstrap.incFunctions that need to be loaded on every Drupal request.
box.tpl.phpdrupal/ themes/ bluemarine/ box.tpl.php
box.tpl.phpdrupal/ themes/ engines/ phptemplate/ box.tpl.php
box.tpl.phpdrupal/ themes/ pushbutton/ box.tpl.php
chameleon.themedrupal/ themes/ chameleon/ chameleon.themeA slim, CSS-driven theme.
CHANGELOG.txtdrupal/ CHANGELOG.txt// $Id: CHANGELOG.txt,v 1.117.2.19 2008/01/10 23:51:27 killes Exp $
comment.moduledrupal/ modules/ comment.moduleEnables users to comment on published content.
comment.tpl.phpdrupal/ themes/ bluemarine/ comment.tpl.php
comment.tpl.phpdrupal/ themes/ engines/ phptemplate/ comment.tpl.php
comment.tpl.phpdrupal/ themes/ pushbutton/ comment.tpl.php
common.incdrupal/ includes/ common.incCommon functions that many Drupal modules will need to reference.
contact.moduledrupal/ modules/ contact.moduleEnables the use of personal and site-wide contact forms.
core.phpcontributions/ docs/ developer/ hooks/ core.phpThese are the hooks that are invoked by the Drupal core.
cron.phpdrupal/ cron.phpHandles incoming requests to fire off regularly-scheduled tasks (cron jobs).
database.incdrupal/ includes/ database.incWrapper for database interface code.
database.mysql.incdrupal/ includes/ database.mysql.incDatabase interface code for MySQL database servers.
database.mysqli.incdrupal/ includes/ database.mysqli.incDatabase interface code for MySQL database servers using the mysqli client libraries. mysqli is included in PHP 5 by default and allows developers to use the advanced features of MySQL 4.1.x, 5.0.x and beyond.
database.pgsql.incdrupal/ includes/ database.pgsql.incDatabase interface code for PostgreSQL database servers.
default.tpl.phpdrupal/ themes/ engines/ phptemplate/ default.tpl.php
Drupal Programming from an Object-Oriented Perspectivecontributions/ docs/ developer/ topics/ oop.htmlDrupal often gets criticized by newcomers who believe that object-oriented programming (OOP) is always the best way to design software architecture, and since they do not see the word "class" in the Drupal code, it must be inferior to...
drupal.moduledrupal/ modules/ drupal.moduleLets users log in using a Drupal ID and can notify a central server about your site.
file.incdrupal/ includes/ file.incAPI for handling file uploads and server file management.
fileupload.modulecontributions/ docs/ developer/ examples/ fileupload.moduleThis is an example to demonstrate how to make a Drupal node support file uploads.
filter.moduledrupal/ modules/ filter.moduleFramework for handling filtering of content.
filter_example.modulecontributions/ docs/ developer/ examples/ filter_example.moduleThis is an example outlining how a module can be used to define a filter to be run on user-submitted content before it is output to the browser.
form.incdrupal/ includes/ form.inc
Forms API Quickstart Guidecontributions/ docs/ developer/ topics/ forms_api.htmlThe Drupal forms API is a powerful leap forward. It also allows for almost unlimited possibilities for custom theming, validation, and execution of forms. Even better, ANY form (even those in core) can be altered in almost any way imaginable--elements...
Forms API Referencecontributions/ docs/ developer/ topics/ forms_api_reference.htmlThis document provides a programmer's reference to the Drupal Forms API. If you're interested in step-by-step documentation to help you write forms, please see the Forms API QuickStart guide.
forum.moduledrupal/ modules/ forum.moduleEnable threaded discussions about general topics.
help.moduledrupal/ modules/ help.moduleManages displaying online help.
image.incdrupal/ includes/ image.inc
index.phpdrupal/ index.phpThe PHP page that serves all page requests on a Drupal installation.
index.phpcontributions/ docs/ developer/ index.php
install.incdrupal/ includes/ install.inc
INSTALL.mysql.txtdrupal/ INSTALL.mysql.txt// $Id: INSTALL.mysql.txt,v 1.6 2006/04/17 20:48:25 dries Exp $
INSTALL.pgsql.txtdrupal/ INSTALL.pgsql.txt// $Id: INSTALL.pgsql.txt,v 1.5 2006/01/21 01:42:52 unconed Exp $
install.phpcontributions/ docs/ developer/ hooks/ install.phpDocumentation for the update system.
INSTALL.txtdrupal/ INSTALL.txt// $Id: INSTALL.txt,v 1.29.2.6 2008/01/10 22:18:19 killes Exp $
legacy.moduledrupal/ modules/ legacy.moduleProvides legacy handlers for upgrades from older Drupal installations.