Archivos

Solapas principales

Nombre de archivoorden descendente Ubicación Namespace Descripción
chameleon.info drupal-6.x/themes/chameleon/chameleon.info name = Chameleon description = Minimalist tabled theme with light colors. regions[left] = Left sidebar regions[right] = Right sidebar features[] = logo features[] = favicon features[] = name features[] = slogan stylesheets[all][] =…
chameleon.theme drupal-6.x/themes/chameleon/chameleon.theme A slim, CSS-driven theme which does not depend on a template engine like phptemplate
CHANGELOG.txt drupal-6.x/CHANGELOG.txt Drupal 6.30-dev, xxxx-xx-xx (development release) ---------------------- Drupal 6.29, 2013-11-20 ---------------------- - Fixed security issues (multiple vulnerabilities), see SA-CORE-2013-003. Drupal 6.28, 2013-01-16 ---------------------- - Fixed…
code-clean.sh drupal-6.x/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-rtl.css drupal-6.x/modules/color/color-rtl.css #placeholder { left: 0; right: auto; } /* Palette */ .color-form .form-item { padding-left: 0; padding-right: 1em; } .color-form label { float: right; clear: right; } .color-form .form-text, .color-form .form-select { float:…
color.css drupal-6.x/modules/color/color.css /* Farbtastic placement */ .color-form { max-width: 50em; position: relative; } #placeholder { position: absolute; top: 0; right: 0; /* LTR */ } /* Palette */ .color-form .form-item { height: 2em; line-height: 2em; padding-left: 1em;…
color.inc drupal-6.x/themes/garland/color/color.inc
color.inc drupal-6.x/themes/garland/minnelli/color/color.inc
color.info drupal-6.x/modules/color/color.info name = Color description = Allows the user to change the color scheme of certain themes. package = Core - optional version = VERSION core = 6.x
color.install drupal-6.x/modules/color/color.install
color.module drupal-6.x/modules/color/color.module
comment-folded.tpl.php drupal-6.x/modules/comment/comment-folded.tpl.php comment-folded.tpl.php Default theme implementation for folded comments.
comment-rtl.css drupal-6.x/modules/comment/comment-rtl.css .indented { margin-left: 0; margin-right: 25px; }
comment-wrapper.tpl.php drupal-6.x/modules/comment/comment-wrapper.tpl.php comment-wrapper.tpl.php Default theme implementation to wrap comments.
comment.admin.inc drupal-6.x/modules/comment/comment.admin.inc Admin page callbacks for the comment module.
comment.css drupal-6.x/modules/comment/comment.css .indented { margin-left: 25px; /* LTR */ } .comment-unpublished { background-color: #fff4f4; } .preview .comment { background-color: #ffffea; }
comment.info drupal-6.x/modules/comment/comment.info name = Comment description = Allows users to comment on and discuss published content. package = Core - optional version = VERSION core = 6.x
comment.install drupal-6.x/modules/comment/comment.install
comment.module drupal-6.x/modules/comment/comment.module Enables users to comment on published content.
comment.pages.inc drupal-6.x/modules/comment/comment.pages.inc User page callbacks for the comment module.
comment.tpl.php drupal-6.x/themes/bluemarine/comment.tpl.php
comment.tpl.php drupal-6.x/themes/garland/comment.tpl.php
comment.tpl.php drupal-6.x/themes/pushbutton/comment.tpl.php
comment.tpl.php drupal-6.x/modules/comment/comment.tpl.php comment.tpl.php Default theme implementation for comments.
common-rtl.css drupal-6.x/themes/chameleon/common-rtl.css body { direction: rtl; } .navlinks { padding: 0em 0em 1.5em 0.5em; } .primary a { padding: 0em 0em 0em 0.5em; } .secondary a { padding: 0em 0em 0em 0.5em; } #header img { float: right; padding: 0em 0em .5em 2em; }
common.css drupal-6.x/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 drupal-6.x/includes/common.inc Common functions that many Drupal modules will need to reference.
contact.admin.inc drupal-6.x/modules/contact/contact.admin.inc Admin page callbacks for the contact module.
contact.info drupal-6.x/modules/contact/contact.info name = Contact description = Enables the use of both personal and site-wide contact forms. package = Core - optional version = VERSION core = 6.x
contact.install drupal-6.x/modules/contact/contact.install
contact.module drupal-6.x/modules/contact/contact.module Enables the use of personal and site-wide contact forms.
contact.pages.inc drupal-6.x/modules/contact/contact.pages.inc User page callbacks for the contact module.
content_types.inc drupal-6.x/modules/node/content_types.inc Content type editing UI.
COPYRIGHT.txt drupal-6.x/COPYRIGHT.txt All Drupal code is Copyright 2001 - 2012 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. This program is…
core.php documentation-6.x/developer/hooks/core.php These are the hooks that are invoked by the Drupal core.
cron-curl.sh drupal-6.x/scripts/cron-curl.sh #!/bin/sh curl --silent --compressed http://example.com/cron.php
cron-lynx.sh drupal-6.x/scripts/cron-lynx.sh #!/bin/sh /usr/bin/lynx -source http://example.com/cron.php > /dev/null 2>&1
cron.php drupal-6.x/cron.php Handles incoming requests to fire off regularly-scheduled tasks (cron jobs).
database.inc drupal-6.x/includes/database.inc Wrapper for database interface code.
database.mysql-common.inc drupal-6.x/includes/database.mysql-common.inc Functions shared between mysql and mysqli database engines.
database.mysql.inc drupal-6.x/includes/database.mysql.inc Database interface code for MySQL database servers.
database.mysqli.inc drupal-6.x/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 drupal-6.x/includes/database.pgsql.inc Database interface code for PostgreSQL database servers.
dblog-rtl.css drupal-6.x/modules/dblog/dblog-rtl.css #edit-type-wrapper, #edit-severity-wrapper { float: right; padding-right: 0; padding-left: .8em; }
dblog.admin.inc drupal-6.x/modules/dblog/dblog.admin.inc Administrative page callbacks for the dblog module.
dblog.css drupal-6.x/modules/dblog/dblog.css #edit-type-wrapper, #edit-severity-wrapper { float: left; /* LTR */ padding-right: .8em; /* LTR */ margin: 0.1em; /** * In Opera 9, DOM elements with the property of "overflow: auto" * will partially hide its contents with…
dblog.info drupal-6.x/modules/dblog/dblog.info name = Database logging description = Logs and records system events to the database. package = Core - optional version = VERSION core = 6.x
dblog.install drupal-6.x/modules/dblog/dblog.install
dblog.module drupal-6.x/modules/dblog/dblog.module System monitoring and logging for administrators.
default.profile drupal-6.x/profiles/default/default.profile

Páginas