You are here

Files in Drupal 5

Primary tabs

File namesort descending Location Namespace Description
cron-lynx.sh scripts/cron-lynx.sh #!/bin/sh /usr/bin/lynx -source http://example.com/cron.php > /dev/null 2>&1
cron.php cron.php
database.inc includes/database.inc Wrapper for database interface code.
database.mysql.inc includes/database.mysql.inc Database interface code for MySQL database servers.
database.mysqli.inc 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.
database.pgsql.inc includes/database.pgsql.inc Database interface code for PostgreSQL database servers.
default.profile profiles/default/default.profile
default.tpl.php themes/engines/phptemplate/default.tpl.php
defaults.css modules/system/defaults.css /* ** HTML elements */ fieldset { margin-bottom: 1em; padding: .5em; } form { margin: 0; padding: 0; } hr { height: 1px; border: 1px solid gray; } img { border: 0; } table { border-collapse: collapse; } th { text-align: left; …
drupal.info modules/drupal/drupal.info name = Drupal description = Lets you register your site with a central server and improve ranking of Drupal projects by posting information on your installed modules and themes; also enables users to log in using a Drupal ID. package = Core -…
drupal.install modules/drupal/drupal.install
drupal.module modules/drupal/drupal.module Lets users log in using a Drupal ID and can notify a central server about your site.
farbtastic.css misc/farbtastic/farbtastic.css .farbtastic { position: relative; } .farbtastic * { position: absolute; cursor: crosshair; } .farbtastic, .farbtastic .wheel { width: 195px; height: 195px; } .farbtastic .color, .farbtastic .overlay { top: 47px; left: 47px; width:…
file.inc includes/file.inc API for handling file uploads and server file management.
filter.info modules/filter/filter.info name = Filter description = Handles the filtering of content in preparation for display. package = Core - required version = VERSION
filter.module modules/filter/filter.module Framework for handling filtering of content.
fix-ie.css themes/garland/fix-ie.css /** * Themetastic, for Drupal 5.0 * Stefan Nagtegaal, iStyledThis [dot] nl * Steven Wittens, acko [dot] net * */ body { /* Center layout */ text-align: center; /* Allow text resizing */ font-size: 80%; } #header-region, #wrapper…
form.inc includes/form.inc
forum.css modules/forum/forum.css #forum .description { font-size: 0.9em; margin: 0.5em; } #forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager { white-space: nowrap; } #forum td.posts, #forum td.topics, #forum…
forum.info modules/forum/forum.info name = Forum description = Enables threaded discussions about general topics. dependencies = taxonomy comment package = Core - optional version = VERSION
forum.install modules/forum/forum.install
forum.module modules/forum/forum.module Enable threaded discussions about general topics.
help.css modules/help/help.css .help-items { float: left; width: 22%; padding-right: 3%; } .help-items-last { padding-right: 0; }
help.info modules/help/help.info name = Help description = Manages the display of online help. package = Core - optional version = VERSION
help.module modules/help/help.module Manages displaying online help.
image.inc includes/image.inc
index.php index.php
install.inc includes/install.inc
install.mysql.inc includes/install.mysql.inc
INSTALL.mysql.txt 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…
install.mysqli.inc includes/install.mysqli.inc
install.pgsql.inc includes/install.pgsql.inc
INSTALL.pgsql.txt 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 setup (e.g. by your…
install.php install.php
INSTALL.txt INSTALL.txt CONTENTS OF THIS FILE --------------------- * Changes * Requirements * Optional requirements * Installation * Drupal administration * Customizing your theme(s) * Multisite Configuration * More Information CHANGES ------- As of Drupal 5.0…
legacy.info modules/legacy/legacy.info name = Legacy description = Provides legacy handlers for upgrades from older Drupal installations. package = Core - optional version = VERSION
legacy.module modules/legacy/legacy.module Provides legacy handlers for upgrades from older Drupal installations.
LICENSE.txt LICENSE.txt GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this…
locale.css modules/locale/locale.css .locale-untranslated { font-style: normal; text-decoration: line-through; }
locale.inc includes/locale.inc Admin-related functions for locale.module.
locale.info modules/locale/locale.info name = Locale description = Enables the translation of the user interface to languages other than English. package = Core - optional version = VERSION
locale.install modules/locale/locale.install
locale.module modules/locale/locale.module Enables administrators to manage the site interface languages.
MAINTAINERS.txt MAINTAINERS.txt List of maintainers -------------------------------------------------------------------------------- LEGEND ====== - M: the maintainer - S: status: "supported" : someone is actually paid to look after this. …
maintenance.css misc/maintenance.css body { background: url(druplicon.png) 4.2em 4em no-repeat #fff; color: #000; border: 1px solid #bbb; margin: 3em; padding: 1em 1em 1em 128px; line-height: 1.2; } h1 { margin: 1.6em 0 1.1em 0; } h1, h2, h3, h4, h5, h6 { font-family:…
menu.inc includes/menu.inc API for the Drupal menu system.
menu.info modules/menu/menu.info name = Menu description = Allows administrators to customize the site navigation menu. package = Core - optional version = VERSION
menu.module modules/menu/menu.module Allows administrators to customize the site navigation menu.
module.inc includes/module.inc API for loading and interacting with Drupal modules.
node.css modules/node/node.css .node-unpublished { background-color: #fff4f4; } .preview .node { background-color: #ffffea; } #node-admin-filter ul { list-style-type: none; padding: 0; margin: 0; width: 100%; } #node-admin-buttons { float: left; margin-left: 0.5em; …

Pages

Other projects