You are here

Files in Drupal 5

Primary tabs

File namesort descending Location Namespace Description
admin.css modules/system/admin.css /* ** Formatting for administration page */ div.admin-panel { margin: 0; padding: 5px 5px 15px 5px; } div.admin-panel .description { margin: 0 0 3px; padding: 2px 0 3px 0; } div.admin-panel .body { padding: 0 4px 2px 8px; } div.admin { …
aggregator.css modules/aggregator/aggregator.css #aggregator .feed-source .feed-title { margin-top: 0; } #aggregator .feed-source .feed-image img { margin-bottom: 0.75em; } #aggregator .feed-source .feed-icon { float: right; display: block; } #aggregator .feed-item { margin-bottom:…
aggregator.info modules/aggregator/aggregator.info name = Aggregator description = "Aggregates syndicated content (RSS, RDF, and Atom feeds)." package = Core - optional version = VERSION
aggregator.install modules/aggregator/aggregator.install
aggregator.module modules/aggregator/aggregator.module Used to aggregate syndicated content (RSS, RDF, and Atom).
block.css modules/block/block.css #blocks td.region { font-weight: bold; } #blocks td.block { padding-left: 1.5em; } .block-region { background-color: #ff6; margin-top: 4px; margin-bottom: 4px; padding: 3px; }
block.info modules/block/block.info name = Block description = Controls the boxes that are displayed around the main content. package = Core - required version = VERSION
block.module modules/block/block.module Controls the boxes that are displayed around the main content.
block.tpl.php themes/bluemarine/block.tpl.php
block.tpl.php themes/garland/block.tpl.php
block.tpl.php themes/pushbutton/block.tpl.php
block.tpl.php themes/engines/phptemplate/block.tpl.php
blog.info modules/blog/blog.info name = Blog description = Enables keeping easily and regularly updated user web pages or blogs. package = Core - optional version = VERSION
blog.module modules/blog/blog.module Enables keeping an easily and regularly updated web page or a blog.
blogapi.info modules/blogapi/blogapi.info name = Blog API description = Allows users to post content using applications that support XML-RPC blog APIs. package = Core - optional version = VERSION
blogapi.install modules/blogapi/blogapi.install
blogapi.module modules/blogapi/blogapi.module Enable users to post using applications that support XML-RPC blog APIs.
book.css modules/book/book.css .book-navigation .menu { border-top: 1px solid #888; padding: 1em 0 0 3em; } .book-navigation .page-links { border-top: 1px solid #888; border-bottom: 1px solid #888; text-align: center; padding: 0.5em; } .book-navigation .page-previous { …
book.info modules/book/book.info name = Book description = Allows users to collaboratively author a book. package = Core - optional version = VERSION
book.install modules/book/book.install
book.module modules/book/book.module Allows users to collaboratively author a book.
bootstrap.inc includes/bootstrap.inc Functions that need to be loaded on every Drupal request.
box.tpl.php themes/bluemarine/box.tpl.php
box.tpl.php themes/pushbutton/box.tpl.php
box.tpl.php themes/engines/phptemplate/box.tpl.php
cache.inc includes/cache.inc
chameleon.theme themes/chameleon/chameleon.theme A slim, CSS-driven theme which does not depend on a template engine like phptemplate
CHANGELOG.txt CHANGELOG.txt Drupal 5.24-dev, xxxx-xx-xx ----------------------- Drupal 5.23, 2010-08-11 ----------------------- - Fixed security issues (File download access bypass, Comment unpublishing bypass), see SA-CORE-2010-002. Drupal 5.22,…
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"…
color.css modules/color/color.css /* Farbtastic placement */ .color-form { max-width: 50em; position: relative; } #placeholder { position: absolute; top: 0; right: 0; } /* Palette */ .color-form .form-item { height: 2em; line-height: 2em; padding-left: 1em; margin:…
color.inc themes/garland/color/color.inc
color.inc themes/garland/minnelli/color/color.inc
color.info modules/color/color.info name = Color description = Allows the user to change the color scheme of certain themes. package = Core - optional version = VERSION
color.install modules/color/color.install
color.module modules/color/color.module
comment.css modules/comment/comment.css .indented { margin-left: 25px; } .comment-unpublished { background-color: #fff4f4; } .preview .comment { background-color: #ffffea; }
comment.info modules/comment/comment.info name = Comment description = Allows users to comment on and discuss published content. package = Core - optional version = VERSION
comment.install modules/comment/comment.install
comment.module modules/comment/comment.module Enables users to comment on published content.
comment.tpl.php themes/bluemarine/comment.tpl.php
comment.tpl.php themes/garland/comment.tpl.php
comment.tpl.php themes/pushbutton/comment.tpl.php
comment.tpl.php themes/engines/phptemplate/comment.tpl.php
common.css themes/chameleon/common.css /* ** HTML elements */ a, a:link, a:active { font-weight: bold; text-decoration: none; } a:hover { text-decoration: underline; } body { margin: 0; padding: 3em; font-size: .9em; line-height: 1.3em; } blockquote { font-style:…
common.inc includes/common.inc Common functions that many Drupal modules will need to reference.
contact.info modules/contact/contact.info name = Contact description = Enables the use of both personal and site-wide contact forms. package = Core - optional version = VERSION
contact.install modules/contact/contact.install
contact.module modules/contact/contact.module Enables the use of personal and site-wide contact forms.
content_types.inc modules/node/content_types.inc Content type editing UI.
cron-curl.sh scripts/cron-curl.sh #!/bin/sh curl --silent --compressed http://example.com/cron.php

Pages

Other projects