| core/authorize.php | Administrative script for running authorized file operations. |
| core/CHANGELOG.txt | Drupal 8.0, xxxx-xx-xx (development version)
----------------------
- Included the HTML5 Shiv library to support HTML5 elements in IE 8 and below.
- Included the following Symfony2 components:
* ClassLoader - PSR-0-compatible autoload routines.
… |
| core/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… |
| core/includes/actions.inc | This is the actions engine for executing stored actions. |
| core/includes/ajax.inc | Functions for use with Drupal's Ajax framework. |
| core/includes/authorize.inc | Helper functions and form handlers used for the authorize.php script. |
| core/includes/batch.inc | Batch processing API for processes to run in multiple HTTP requests. |
| core/includes/bootstrap.inc | Functions that need to be loaded on every Drupal request. |
| core/includes/cache.inc | Functions and interfaces for cache handling. |
| core/includes/common.inc | Common functions that many Drupal modules will need to reference. |
| core/includes/config.inc | This is the API for configuration storage. |
| core/includes/database.inc | Core systems for the database layer. |
| core/includes/date.inc | Initializes the list of date formats and their locales. |
| core/includes/errors.inc | Functions for error handling. |
| core/includes/file.inc | API for handling file uploads and server file management. |
| core/includes/file.mimetypes.inc | Provides mimetype mappings. |
| core/includes/form.inc | Functions for form and batch generation and processing. |
| core/includes/gettext.inc | Gettext parsing and generating API. |
| core/includes/image.inc | API for manipulating images. |
| core/includes/install.core.inc | API functions for installing Drupal. |
| core/includes/install.inc | |
| core/includes/language.inc | Multiple language handling functionality. |
| core/includes/lock.inc | Drupal lock framework procedural proxy implementation. |
| core/includes/mail.inc | API functions for processing and sending e-mail. |
| core/includes/menu.inc | API for the Drupal menu system. |
| core/includes/module.inc | API for loading and interacting with Drupal modules. |
| core/includes/pager.inc | Functions to aid in presenting database results as a set of pages. |
| core/includes/password.inc | Secure password hashing functions for user authentication. |
| core/includes/path.inc | Functions to handle paths in Drupal, including path aliasing. |
| core/includes/registry.inc | This file contains the code registry parser engine. |
| core/includes/schema.inc | Schema API handling functions. |
| core/includes/session.inc | User session handling functions. |
| core/includes/standard.inc | Provides a list of countries and languages based on web standards. |
| core/includes/tablesort.inc | Functions to aid in the creation of sortable tables. |
| core/includes/theme.inc | The theme system, which controls the output of Drupal. |
| core/includes/theme.maintenance.inc | Theming for maintenance pages. |
| core/includes/token.inc | Drupal placeholder/token replacement system. |
| core/includes/unicode.entities.inc | (X)HTML entities, as defined in HTML 4.01. |
| core/includes/unicode.inc | |
| core/includes/update.inc | Drupal database update API. |
| core/includes/utility.inc | Miscellaneous functions. |
| core/includes/xmlrpc.inc | Drupal XML-RPC library. |
| core/includes/xmlrpcs.inc | Provides API for defining and handling XML-RPC requests. |
| core/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… |
| core/INSTALL.pgsql.txt | CREATE THE PostgreSQL DATABASE
------------------------------
Note that the database must be created with UTF-8 (Unicode) encoding.
1. CREATE DATABASE USER
This step is only necessary if you don't already have a user set up (e.g., by
… |
| core/install.php | Initiates a browser-based installation of Drupal. |
| core/INSTALL.sqlite.txt | SQLITE REQUIREMENTS
-------------------
To use SQLite with your Drupal installation, the following requirements must be
met: Server has PHP 5.3.3 or later with PDO, and the PDO SQLite driver must be
enabled.
SQLITE DATABASE… |
| core/INSTALL.txt | CONTENTS OF THIS FILE
---------------------
* Requirements and notes
* Optional server requirements
* Installation
* Building and customizing your site
* Multisite configuration
* More information
REQUIREMENTS AND… |
| core/lib/Drupal/Component/Archiver/ArchiverInterface.php | Definition of Drupal\Component\Archiver\ArchiverInterface. |
| core/lib/Drupal/Component/Archiver/ArchiveTar.php | |