documentation/developer/example.profile | |
documentation/developer/globals.php | These are the global variables that Drupal uses. |
documentation/developer/hooks/core.php | These are the hooks that are invoked by the Drupal core. |
documentation/developer/hooks/install.php | Documentation for the installation and update system. |
documentation/developer/hooks/node.php | These hooks are defined by node modules, modules that define a new kind
of node. |
documentation/developer/index.php | |
documentation/developer/theme.php | Shadow theme functions for theme templates. |
documentation/developer/topics/forms_api.html | Forms API Quickstart Guide |
documentation/developer/topics/forms_api_reference.html | Forms API Reference |
documentation/developer/topics/javascript_startup_guide.html | JavaScript Startup Guide |
drupal/CHANGELOG.txt | Drupal 6.23-dev, xxxx-xx-xx (development release)
----------------------
Drupal 6.22, 2011-05-25
----------------------
- Made Drupal 6 work better with IIS and Internet Explorer.
- Fixed .po file imports to work better with custom textgroups.
-… |
drupal/COPYRIGHT.txt | All Drupal code is Copyright 2001 - 2010 by the original authors.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation.
This program is… |
drupal/cron.php | Handles incoming requests to fire off regularly-scheduled tasks (cron jobs). |
drupal/includes/actions.inc | This is the actions engine for executing stored actions. |
drupal/includes/batch.inc | Batch processing API for processes to run in multiple HTTP requests. |
drupal/includes/bootstrap.inc | Functions that need to be loaded on every Drupal request. |
drupal/includes/cache-install.inc | |
drupal/includes/cache.inc | |
drupal/includes/common.inc | Common functions that many Drupal modules will need to reference. |
drupal/includes/database.inc | Wrapper for database interface code. |
drupal/includes/database.mysql-common.inc | Functions shared between mysql and mysqli database engines. |
drupal/includes/database.mysql.inc | Database interface code for MySQL database servers. |
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. |
drupal/includes/database.pgsql.inc | Database interface code for PostgreSQL database servers. |
drupal/includes/file.inc | API for handling file uploads and server file management. |
drupal/includes/form.inc | |
drupal/includes/image.gd.inc | GD2 toolkit for image manipulation within Drupal. |
drupal/includes/image.inc | API for manipulating images. |
drupal/includes/install.inc | |
drupal/includes/install.mysql.inc | |
drupal/includes/install.mysqli.inc | |
drupal/includes/install.pgsql.inc | |
drupal/includes/language.inc | Multiple language handling functionality. |
drupal/includes/locale.inc | Administration functions for locale.module. |
drupal/includes/lock.inc | A database-mediated implementation of a locking mechanism. |
drupal/includes/mail.inc | |
drupal/includes/menu.inc | API for the Drupal menu system. |
drupal/includes/module.inc | API for loading and interacting with Drupal modules. |
drupal/includes/pager.inc | Functions to aid in presenting database results as a set of pages. |
drupal/includes/path.inc | Functions to handle paths in Drupal, including path aliasing. |
drupal/includes/session.inc | User session handling functions. |
drupal/includes/tablesort.inc | Functions to aid in the creation of sortable tables. |
drupal/includes/theme.inc | The theme system, which controls the output of Drupal. |
drupal/includes/theme.maintenance.inc | Theming for maintenance pages. |
drupal/includes/unicode.entities.inc | (X)HTML entities, as defined in HTML 4.01. |
drupal/includes/unicode.inc | |
drupal/includes/xmlrpc.inc | Drupal XML-RPC library. Based on the IXR - The Incutio XML-RPC Library - (c) Incutio Ltd 2002-2005
Version 1.7 (beta) - Simon Willison, 23rd May 2005
Site: http://scripts.incutio.com/xmlrpc/
Manual: http://scripts.incutio.com/xmlrpc/manual.php
This… |
drupal/includes/xmlrpcs.inc | |
drupal/index.php | The PHP page that serves all page requests on a Drupal installation. |
drupal/INSTALL.mysql.txt | CREATE THE MySQL DATABASE
--------------------------
This step is only necessary if you don't already have a database set-up (e.g. by
your host). In the following examples, 'username' is an example MySQL user which
has the CREATE and… |