Files

Namesort iconLocationDescription
admin.itpl.phpubercart/ uc_order/ templates/ admin.itpl.php
aggregator.installdrupal/ modules/ aggregator/ aggregator.install
aggregator.moduledrupal/ modules/ aggregator/ aggregator.moduleUsed to aggregate syndicated content (RSS, RDF, and Atom).
authentication.phpdocs/ 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/ pushbutton/ block.tpl.php
block.tpl.phpdrupal/ themes/ engines/ phptemplate/ block.tpl.php
block.tpl.phpdrupal/ themes/ garland/ block.tpl.php
block.tpl.phpdrupal/ themes/ bluemarine/ block.tpl.php
block_example.moduledocs/ 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.module
bootstrap.incdrupal/ includes/ bootstrap.incFunctions that need to be loaded on every Drupal request.
box.tpl.phpdrupal/ themes/ pushbutton/ box.tpl.php
box.tpl.phpdrupal/ themes/ engines/ phptemplate/ box.tpl.php
box.tpl.phpdrupal/ themes/ bluemarine/ 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
color.incdrupal/ themes/ garland/ minnelli/ color/ color.inc
color.incdrupal/ themes/ garland/ 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/ pushbutton/ comment.tpl.php
comment.tpl.phpdrupal/ themes/ engines/ phptemplate/ comment.tpl.php
comment.tpl.phpdrupal/ themes/ garland/ comment.tpl.php
comment.tpl.phpdrupal/ themes/ bluemarine/ 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.phpdocs/ developer/ hooks/ core.phpThese are the hooks that are invoked by the Drupal core.
CREDITS.txtubercart/ CREDITS.txtWhile we'd like to maintain that Ubercart was coded by wombats, there are actual people behind the words getting typed out. You can find these people lurking on Ubercart.org to give them a pat on the back:
customer.itpl.phpubercart/ uc_order/ templates/ customer.itpl.php
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 Perspectivedocs/ 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.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.moduledocs/ developer/ examples/ example_element.moduleThis is an example demonstrating how a module can define custom form elements.
file.incdrupal/ includes/ file.incAPI for handling file uploads and server file management.
fileupload.moduledocs/ developer/ examples/ fileupload.moduleThis is an example to demonstrate how to make a Drupal node support file uploads.
filter.moduledrupal/ modules/ filter/ filter.moduleFramework for handling filtering of content.
filter_example.moduledocs/ 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.