Files

NameDescription
authorize.phpAdministrative script for running authorized file operations.
CHANGELOG.txtDrupal 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.txtAll 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.phpHandles incoming requests to fire off regularly-scheduled tasks (cron jobs).
developer/example.profile
developer/globals.phpThese are the global variables that Drupal uses.
developer/index.php
developer/theme.phpShadow theme functions for theme templates.
developer/topics/forms_api_reference.htmlForm API Reference
includes/actions.incThis is the actions engine for executing stored actions.
includes/ajax.incFunctions for use with Drupal's Ajax framework.
includes/archiver.incShared classes and interfaces for the archiver system.
includes/authorize.incHelper functions and form handlers used for the authorize.php script.
includes/batch.incBatch processing API for processes to run in multiple HTTP requests.
includes/batch.queue.incQueue handlers used by the Batch API.
includes/bootstrap.incFunctions that need to be loaded on every Drupal request.
includes/cache-install.incProvides a stub cache implementation to be used during installation.
includes/cache.incFunctions and interfaces for cache handling.
includes/common.incCommon functions that many Drupal modules will need to reference.
includes/database/database.incCore systems for the database layer.
includes/database/log.incLogging classes for the database layer.
includes/database/mysql/database.incDatabase interface code for MySQL database servers.
includes/database/mysql/install.incInstallation code for MySQL embedded database engine.
includes/database/mysql/query.incQuery code for MySQL embedded database engine.
includes/database/mysql/schema.incDatabase schema code for MySQL database servers.
includes/database/pgsql/database.incDatabase interface code for PostgreSQL database servers.
includes/database/pgsql/install.incInstall functions for PostgreSQL embedded database engine.
includes/database/pgsql/query.incQuery code for PostgreSQL embedded database engine.
includes/database/pgsql/schema.incDatabase schema code for PostgreSQL database servers.
includes/database/pgsql/select.incSelect builder for PostgreSQL database engine.
includes/database/prefetch.incDatabase 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.incNon-specific Database query code. Used by all engines.
includes/database/schema.incGeneric Database schema code.
includes/database/select.inc
includes/database/sqlite/database.incDatabase interface code for SQLite embedded database engine.
includes/database/sqlite/install.incSQLite specific install functions
includes/database/sqlite/query.incQuery code for SQLite embedded database engine.
includes/database/sqlite/schema.incDatabase schema code for SQLite databases.
includes/database/sqlite/select.incSelect builder for SQLite embedded database engine.
includes/date.incInitializes the list of date formats and their locales.
includes/entity.inc
includes/errors.incFunctions for error handling.
includes/file.incAPI for handling file uploads and server file management.
includes/file.mimetypes.incProvides mimetype mappings.
includes/filetransfer/filetransfer.inc
includes/filetransfer/ftp.inc
includes/filetransfer/local.inc
includes/filetransfer/ssh.inc
includes/form.incFunctions for form and batch generation and processing.
includes/graph.incDirected acyclic graph functions.

Other projects