| admin.itpl.php | ubercart/ uc_order/ templates/ admin.itpl.php | |
| aggregator.install | drupal/ modules/ aggregator/ aggregator.install | |
| aggregator.module | drupal/ modules/ aggregator/ aggregator.module | Used to aggregate syndicated content (RSS, RDF, and Atom). |
| authentication.php | docs/ developer/ hooks/ authentication.php | These hooks are defined by authentication modules, modules that define
ways users can log on using accounts from other sites and servers. |
| block.module | drupal/ modules/ block/ block.module | Controls the boxes that are displayed around the main content. |
| block.tpl.php | drupal/ themes/ pushbutton/ block.tpl.php | |
| block.tpl.php | drupal/ themes/ engines/ phptemplate/ block.tpl.php | |
| block.tpl.php | drupal/ themes/ garland/ block.tpl.php | |
| block.tpl.php | drupal/ themes/ bluemarine/ block.tpl.php | |
| block_example.module | docs/ developer/ examples/ block_example.module | This is an example outlining how a module can define blocks to be
displayed on each page. |
| blog.module | drupal/ modules/ blog/ blog.module | Enables keeping an easily and regularly updated web page or a blog. |
| blogapi.module | drupal/ modules/ blogapi/ blogapi.module | Enable users to post using applications that support XML-RPC blog APIs. |
| book.install | drupal/ modules/ book/ book.install | |
| book.module | drupal/ modules/ book/ book.module | |
| bootstrap.inc | drupal/ includes/ bootstrap.inc | Functions that need to be loaded on every Drupal request. |
| box.tpl.php | drupal/ themes/ pushbutton/ box.tpl.php | |
| box.tpl.php | drupal/ themes/ engines/ phptemplate/ box.tpl.php | |
| box.tpl.php | drupal/ themes/ bluemarine/ box.tpl.php | |
| cache.inc | drupal/ includes/ cache.inc | |
| chameleon.theme | drupal/ themes/ chameleon/ chameleon.theme | A slim, CSS-driven theme which does not depend on a template engine like phptemplate |
| color.inc | drupal/ themes/ garland/ minnelli/ color/ color.inc | |
| color.inc | drupal/ themes/ garland/ color/ color.inc | |
| color.install | drupal/ modules/ color/ color.install | |
| color.module | drupal/ modules/ color/ color.module | |
| comment.install | drupal/ modules/ comment/ comment.install | |
| comment.module | drupal/ modules/ comment/ comment.module | Enables users to comment on published content. |
| comment.tpl.php | drupal/ themes/ pushbutton/ comment.tpl.php | |
| comment.tpl.php | drupal/ themes/ engines/ phptemplate/ comment.tpl.php | |
| comment.tpl.php | drupal/ themes/ garland/ comment.tpl.php | |
| comment.tpl.php | drupal/ themes/ bluemarine/ comment.tpl.php | |
| common.inc | drupal/ includes/ common.inc | Common functions that many Drupal modules will need to reference. |
| contact.install | drupal/ modules/ contact/ contact.install | |
| contact.module | drupal/ modules/ contact/ contact.module | Enables the use of personal and site-wide contact forms. |
| content_types.inc | drupal/ modules/ node/ content_types.inc | Content type editing UI. |
| core.php | docs/ developer/ hooks/ core.php | These are the hooks that are invoked by the Drupal core. |
| CREDITS.txt | ubercart/ CREDITS.txt | While 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.php | ubercart/ uc_order/ templates/ customer.itpl.php | |
| database.inc | drupal/ includes/ database.inc | Wrapper for database interface code. |
| database.mysql.inc | drupal/ includes/ database.mysql.inc | Database interface code for MySQL database servers. |
| database.mysqli.inc | drupal/ includes/ database.mysqli.inc | Database 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.inc | drupal/ includes/ database.pgsql.inc | Database interface code for PostgreSQL database servers. |
| default.tpl.php | drupal/ themes/ engines/ phptemplate/ default.tpl.php | |
| Drupal Programming from an Object-Oriented Perspective | docs/ developer/ topics/ oop.html | Drupal 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.install | drupal/ modules/ drupal/ drupal.install | |
| drupal.module | drupal/ modules/ drupal/ drupal.module | Lets users log in using a Drupal ID and can notify a central server about your site. |
| example_element.module | docs/ developer/ examples/ example_element.module | This is an example demonstrating how a module can define custom form
elements. |
| file.inc | drupal/ includes/ file.inc | API for handling file uploads and server file management. |
| fileupload.module | docs/ developer/ examples/ fileupload.module | This is an example to demonstrate how to make a Drupal node support file
uploads. |
| filter.module | drupal/ modules/ filter/ filter.module | Framework for handling filtering of content. |
| filter_example.module | docs/ developer/ examples/ filter_example.module | This 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. |