Namesort iconLocationDescription
aggregator.installdrupal/ modules/ aggregator/ aggregator.install
aggregator.moduledrupal/ modules/ aggregator/ aggregator.moduleUsed to aggregate syndicated content (RSS, RDF, and Atom).
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/ 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/ garland/ 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 define blocks to be displayed on each page.
blog.moduledrupal/ modules/ blog/ blog.moduleEnables keeping an easily and regularly updated web page or a blog.
blogapi.moduledrupal/ modules/ blogapi/ blogapi.moduleEnable users to post using applications that support XML-RPC blog APIs.
book.installdrupal/ modules/ book/ book.install
book.moduledrupal/ modules/ book/ 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
cache.incdrupal/ includes/ cache.inc
chameleon.themedrupal/ themes/ chameleon/ chameleon.themeA slim, CSS-driven theme which does not depend on a template engine like phptemplate
CHANGELOG.txtcontributions/ modules/ chatroom/ CHANGELOG.txt$Id: CHANGELOG.txt,v 1.11.2.4 2007/10/12 13:06:33 darrenoh Exp $
CHANGELOG.txtcontributions/ modules/ smileys/ CHANGELOG.txt16 November 2006 ---------------------------- Include new smileys import module, more usability features added to original module. Clickable smileys to insert acronyms into textareas. 11 August 2004 ---------------------------- Updated for new filter...
CHANGELOG.txtdrupal/ CHANGELOG.txt
chatroom.installcontributions/ modules/ chatroom/ chatroom.install
chatroom.modulecontributions/ modules/ chatroom/ chatroom.moduleEnable chat room support in Drupal.
chatroomread.phpcontributions/ modules/ chatroom/ chatroomread.phpProcess HTTP update requests.
color.incdrupal/ themes/ garland/ color/ color.inc
color.incdrupal/ themes/ garland/ minnelli/ color/ color.inc
color.installdrupal/ modules/ color/ color.install
color.moduledrupal/ modules/ color/ color.module
comment.installdrupal/ modules/ comment/ comment.install
comment.moduledrupal/ modules/ comment/ 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/ garland/ 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.installdrupal/ modules/ contact/ contact.install
contact.moduledrupal/ modules/ contact/ contact.moduleEnables the use of personal and site-wide contact forms.
content_types.incdrupal/ modules/ node/ content_types.incContent type editing UI.
core.phpcontributions/ docs/ developer/ hooks/ core.phpThese are the hooks that are invoked by the Drupal core.
CREDITS.txtcontributions/ modules/ smileys/ CREDITS.txtThis module and the example smileys that come with it were originally made by Steven Wittens <unconed@drop.org>.
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.installdrupal/ modules/ drupal/ drupal.install
drupal.moduledrupal/ modules/ drupal/ drupal.moduleLets users log in using a Drupal ID and can notify a central server about your site.
example_element.modulecontributions/ docs/ developer/ examples/ example_element.moduleThis is an example demonstrating how a module can define custom form elements.