Full ELMS Learning Network documentation
Files
Primary tabs
File name | Location |
Namespace![]() |
Description |
---|---|---|---|
robots.txt | robots.txt | # # robots.txt # # This file is to prevent the crawling and indexing of certain parts # of your site by web crawlers and spiders run by sites like Yahoo! # and Google. By telling these "robots" where not to go on your site, # you save… | |
update.php | update.php | Administrative page for handling updates from one Drupal version to another. | |
xmlrpc.php | xmlrpc.php | PHP page for handling incoming XML-RPC requests from clients. | |
index.php | index.php | The PHP page that serves all page requests on a Drupal installation. | |
authorize.php | authorize.php | Administrative script for running authorized file operations. | |
install.php | install.php | Initiates a browser-based installation of Drupal. | |
cron.php | cron.php | Handles incoming requests to fire off regularly-scheduled tasks (cron jobs). | |
generate-d6-content.sh | scripts/generate-d6-content.sh | #!/usr/bin/env php <?php /** * Generate content for a Drupal 6 database to test the upgrade process. * * Run this script at the root of an existing Drupal 6 installation. * Steps to use this generation script: * - Install drupal 6. * - Run… | |
password-hash.sh | scripts/password-hash.sh | #!/usr/bin/php <?php /** * Drupal hash script - to generate a hash from a plaintext password * * Check for your PHP interpreter - on Windows you'll probably have to * replace line 1 with * #!c:/program files/php/php.exe * * @param… | |
cron-curl.sh | scripts/cron-curl.sh | #!/bin/sh curl --silent --compressed http://example.com/cron.php | |
drupal.sh | scripts/drupal.sh | #!/usr/bin/env php <?php /** * Drupal shell execution script * * Check for your PHP interpreter - on Windows you'll probably have to * replace line 1 with * #!c:/program files/php/php.exe * * @param path Drupal's absolute root… | |
run-tests.sh | scripts/run-tests.sh | This script runs Drupal tests from command line. | |
dump-database-d7.sh | scripts/dump-database-d7.sh | Dumps a Drupal 7 database into a PHP script to test the upgrade process. | |
dump-database-d6.sh | scripts/dump-database-d6.sh | Filled installation of Drupal 6.17, for test purposes. | |
code-clean.sh | scripts/code-clean.sh | #!/bin/sh find . -name "*~" -type f | xargs rm -f find . -name ".#*" -type f | xargs rm -f find . -name "*.rej" -type f | xargs rm -f find . -name "*.orig" -type f | xargs rm -f find . -name "DEADJOE"… | |
generate-d7-content.sh | scripts/generate-d7-content.sh | Generates content for a Drupal 7 database to test the upgrade process. | |
cron-lynx.sh | scripts/cron-lynx.sh | #!/bin/sh /usr/bin/lynx -source http://example.com/cron.php > /dev/null 2>&1 | |
README.txt | themes/README.txt | This directory is reserved for core theme files. Custom or contributed themes should be placed in their own subdirectory of the sites/all/themes directory. For multisite installations, they can also be placed in a subdirectory… | |
sites.php | sites/sites.php | Configuration file for Drupal's multi-site directory aliasing feature. | |
cron.php | sites/cron.php | ||
file.inc | includes/file.inc | API for handling file uploads and server file management. | |
authorize.inc | includes/authorize.inc | Helper functions and form handlers used for the authorize.php script. | |
iso.inc | includes/iso.inc | Provides a list of countries and languages based on ISO standards. | |
password.inc | includes/password.inc | Secure password hashing functions for user authentication. | |
graph.inc | includes/graph.inc | Directed acyclic graph manipulation. | |
locale.inc | includes/locale.inc | Administration functions for locale.module. | |
install.inc | includes/install.inc | API functions for installing modules and themes. | |
file.mimetypes.inc | includes/file.mimetypes.inc | Provides mimetype mappings. | |
errors.inc | includes/errors.inc | Functions for error handling. | |
cache-install.inc | includes/cache-install.inc | Provides a stub cache implementation to be used during installation. | |
update.inc | includes/update.inc | Drupal database update API. | |
language.inc | includes/language.inc | Language Negotiation API. | |
tablesort.inc | includes/tablesort.inc | Functions to aid in the creation of sortable tables. | |
install.core.inc | includes/install.core.inc | API functions for installing Drupal. | |
stream_wrappers.inc | includes/stream_wrappers.inc | Drupal stream wrapper interface. | |
entity.inc | includes/entity.inc | ||
session.inc | includes/session.inc | User session handling functions. | |
batch.queue.inc | includes/batch.queue.inc | Queue handlers used by the Batch API. | |
form.inc | includes/form.inc | Functions for form and batch generation and processing. | |
token.inc | includes/token.inc | Drupal placeholder/token replacement system. | |
batch.inc | includes/batch.inc | Batch processing API for processes to run in multiple HTTP requests. | |
module.inc | includes/module.inc | API for loading and interacting with Drupal modules. | |
registry.inc | includes/registry.inc | This file contains the code registry parser engine. | |
path.inc | includes/path.inc | Functions to handle paths in Drupal, including path aliasing. | |
date.inc | includes/date.inc | Initializes the list of date formats and their locales. | |
cache.inc | includes/cache.inc | Functions and interfaces for cache handling. | |
menu.inc | includes/menu.inc | API for the Drupal menu system. | |
theme.maintenance.inc | includes/theme.maintenance.inc | Theming for maintenance pages. | |
lock.inc | includes/lock.inc | A database-mediated implementation of a locking mechanism. | |
ajax.inc | includes/ajax.inc | Functions for use with Drupal's Ajax framework. |