| authorize.php | Administrative script for running authorized file operations. |
| CHANGELOG.txt | Drupal 7.15, xxxx-xx-xx (development version)
-----------------------
Drupal 7.14 2012-05-02
----------------------
- Fixed "integrity constraint" fatal errors when rebuilding registry.
- Fixed custom logo and favicon functionality… |
| 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; either version 2… |
| cron.php | Handles incoming requests to fire off regularly-scheduled tasks (cron jobs). |
| developer/example.profile | |
| developer/globals.php | These are the global variables that Drupal uses. |
| developer/index.php | |
| developer/theme.php | Shadow theme functions for theme templates. |
| developer/topics/forms_api_reference.html | Form API Reference |
| includes/actions.inc | This is the actions engine for executing stored actions. |
| includes/ajax.inc | Functions for use with Drupal's Ajax framework. |
| includes/archiver.inc | Shared classes and interfaces for the archiver system. |
| includes/authorize.inc | Helper functions and form handlers used for the authorize.php script. |
| includes/batch.inc | Batch processing API for processes to run in multiple HTTP requests. |
| includes/batch.queue.inc | Queue handlers used by the Batch API. |
| includes/bootstrap.inc | Functions that need to be loaded on every Drupal request. |
| includes/cache-install.inc | Provides a stub cache implementation to be used during installation. |
| includes/cache.inc | Functions and interfaces for cache handling. |
| includes/common.inc | Common functions that many Drupal modules will need to reference. |
| includes/database/database.inc | Core systems for the database layer. |
| includes/database/log.inc | Logging classes for the database layer. |
| includes/database/mysql/database.inc | Database interface code for MySQL database servers. |
| includes/database/mysql/install.inc | Installation code for MySQL embedded database engine. |
| includes/database/mysql/query.inc | Query code for MySQL embedded database engine. |
| includes/database/mysql/schema.inc | Database schema code for MySQL database servers. |
| includes/database/pgsql/database.inc | Database interface code for PostgreSQL database servers. |
| includes/database/pgsql/install.inc | Install functions for PostgreSQL embedded database engine. |
| includes/database/pgsql/query.inc | Query code for PostgreSQL embedded database engine. |
| includes/database/pgsql/schema.inc | Database schema code for PostgreSQL database servers. |
| includes/database/pgsql/select.inc | Select builder for PostgreSQL database engine. |
| includes/database/prefetch.inc | Database interface code for engines that need complete control over their
result sets. For example, SQLite will prefix some column names by the name
of the table. We post-process the data, by renaming the column names
using the same convention as… |
| includes/database/query.inc | Non-specific Database query code. Used by all engines. |
| includes/database/schema.inc | Generic Database schema code. |
| includes/database/select.inc | |
| includes/database/sqlite/database.inc | Database interface code for SQLite embedded database engine. |
| includes/database/sqlite/install.inc | SQLite specific install functions |
| includes/database/sqlite/query.inc | Query code for SQLite embedded database engine. |
| includes/database/sqlite/schema.inc | Database schema code for SQLite databases. |
| includes/database/sqlite/select.inc | Select builder for SQLite embedded database engine. |
| includes/date.inc | Initializes the list of date formats and their locales. |
| includes/entity.inc | |
| includes/errors.inc | Functions for error handling. |
| includes/file.inc | API for handling file uploads and server file management. |
| includes/file.mimetypes.inc | Provides mimetype mappings. |
| includes/filetransfer/filetransfer.inc | |
| includes/filetransfer/ftp.inc | |
| includes/filetransfer/local.inc | |
| includes/filetransfer/ssh.inc | |
| includes/form.inc | Functions for form and batch generation and processing. |
| includes/graph.inc | Directed acyclic graph functions. |