|
README.txt |
drupal-7.x/sites/all/themes/README.txt |
|
Place downloaded and custom themes that modify your site's appearance in this
directory to ensure clean separation from Drupal core and to facilitate safe,
self-contained code updates. Contributed themes from the Drupal community may
be… |
|
README.txt |
drupal-7.x/README.txt |
|
CONTENTS OF THIS FILE
---------------------
* About Drupal
* Configuration and features
* Installation profiles
* Appearance
* Developing for Drupal
ABOUT DRUPAL
------------
Drupal is an open source content management platform supporting a… |
|
README.txt |
drupal-7.x/sites/README.txt |
|
This directory structure contains the settings and configuration files specific
to your site or sites and is an integral part of multisite configuration.
The sites/all/ subdirectory structure should be used to place your custom and
downloaded… |
|
README.txt |
drupal-7.x/modules/README.txt |
|
This directory is reserved for core module files. Custom or contributed modules
should be placed in their own subdirectory of the sites/all/modules directory.
For multisite installations, they can also be placed in a subdirectory… |
|
README.txt |
drupal-7.x/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… |
|
README.txt |
documentation-7.x/marketing/banners/README.txt |
|
You can use the spotlight-template.* files when creating a new spotlight banner for the homepage of drupal.org. (Note you will need to remove the trailing .txt in order to open the zip files.)
If you do not use one of the templates, these are the… |
|
README.txt |
drupal-7.x/modules/simpletest/files/README.txt |
|
These files are useful in tests that upload files or otherwise need to
manipulate files, in which case they are copied to the files directory as
specified in the site settings. Dummy files can also be generated by tests in
order to save space. |
|
region.tpl.php |
drupal-7.x/modules/system/region.tpl.php |
|
Default theme implementation to display a region. |
|
registry.inc |
drupal-7.x/includes/registry.inc |
|
This file contains the code registry parser engine. |
|
registry.test |
drupal-7.x/modules/simpletest/tests/registry.test |
|
|
|
requirements1_test.info |
drupal-7.x/modules/simpletest/tests/requirements1_test.info |
|
name = Requirements 1 Test
description = "Tests that a module is not installed when it fails hook_requirements('install')."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE |
|
requirements1_test.install |
drupal-7.x/modules/simpletest/tests/requirements1_test.install |
|
|
|
requirements1_test.module |
drupal-7.x/modules/simpletest/tests/requirements1_test.module |
|
Tests that a module is not installed when it fails
hook_requirements('install'). |
|
requirements2_test.info |
drupal-7.x/modules/simpletest/tests/requirements2_test.info |
|
name = Requirements 2 Test
description = "Tests that a module is not installed when the one it depends on fails hook_requirements('install)."
dependencies[] = requirements1_test
dependencies[] = comment
package = Testing
version =… |
|
requirements2_test.module |
drupal-7.x/modules/simpletest/tests/requirements2_test.module |
|
Tests that a module is not installed when the one it depends on fails
hook_requirements('install'). |
|
reset.css |
drupal-7.x/themes/seven/reset.css |
|
/**
* Reset CSS styles.
*
* Based on Eric Meyer's "Reset CSS 1.0" tool from
* http://meyerweb.com/eric/tools/css/reset
… |
|
robots.txt |
drupal-7.x/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… |
|
run-tests.sh |
drupal-7.x/scripts/run-tests.sh |
|
This script runs Drupal tests from command line. |
|
schema.inc |
drupal-7.x/includes/database/pgsql/schema.inc |
|
Database schema code for PostgreSQL database servers. |
|
schema.inc |
drupal-7.x/includes/database/mysql/schema.inc |
|
Database schema code for MySQL database servers. |
|
schema.inc |
drupal-7.x/includes/database/sqlite/schema.inc |
|
Database schema code for SQLite databases. |
|
schema.inc |
drupal-7.x/includes/database/schema.inc |
|
Generic Database schema code. |
|
schema.test |
drupal-7.x/modules/simpletest/tests/schema.test |
|
Tests for the Database Schema API. |
|
search-block-form.tpl.php |
drupal-7.x/modules/search/search-block-form.tpl.php |
|
Displays the search form block. |
|
search-result.tpl.php |
drupal-7.x/modules/search/search-result.tpl.php |
|
Default theme implementation for displaying a single search result. |
|
search-results.tpl.php |
drupal-7.x/modules/search/search-results.tpl.php |
|
Default theme implementation for displaying search results. |
|
search-rtl.css |
drupal-7.x/modules/search/search-rtl.css |
|
.search-advanced .criterion {
float: right;
margin-right: 0;
margin-left: 2em;
}
.search-advanced .action {
float: right;
clear: right;
}
.search-results .search-snippet-info {
padding-right: 1em; /* LTR */
} |
|
search.admin.inc |
drupal-7.x/modules/search/search.admin.inc |
|
Admin page callbacks for the search module. |
|
search.api.php |
drupal-7.x/modules/search/search.api.php |
|
Hooks provided by the Search module. |
|
search.css |
drupal-7.x/modules/search/search.css |
|
.search-form {
margin-bottom: 1em;
}
.search-form input {
margin-top: 0;
margin-bottom: 0;
}
.search-results {
list-style: none;
}
.search-results p {
margin-top: 0;
}
.search-results .title {
font-size: 1.2em;
}
.search-results li {
… |
|
search.extender.inc |
drupal-7.x/modules/search/search.extender.inc |
|
Search query extender and helper functions. |
|
search.info |
drupal-7.x/modules/search/search.info |
|
name = Search
description = Enables site-wide keyword searching.
package = Core
version = VERSION
core = 7.x
files[] = search.extender.inc
files[] = search.test
configure = admin/config/search/settings
stylesheets[all][] = search.css |
|
search.install |
drupal-7.x/modules/search/search.install |
|
Install, update and uninstall functions for the search module. |
|
search.module |
drupal-7.x/modules/search/search.module |
|
Enables site-wide keyword searching. |
|
search.pages.inc |
drupal-7.x/modules/search/search.pages.inc |
|
User page callbacks for the search module. |
|
search.test |
drupal-7.x/modules/search/search.test |
|
Tests for search.module. |
|
search_embedded_form.info |
drupal-7.x/modules/search/tests/search_embedded_form.info |
|
name = "Search embedded form"
description = "Support module for search module testing of embedded forms."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE |
|
search_embedded_form.module |
drupal-7.x/modules/search/tests/search_embedded_form.module |
|
Test module implementing a form that can be embedded in search results. |
|
search_extra_type.info |
drupal-7.x/modules/search/tests/search_extra_type.info |
|
name = "Test search type"
description = "Support module for search module testing."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE |
|
search_extra_type.module |
drupal-7.x/modules/search/tests/search_extra_type.module |
|
Dummy module implementing a search type for search module testing. |
|
select.inc |
drupal-7.x/includes/database/pgsql/select.inc |
|
Select builder for PostgreSQL database engine. |
|
select.inc |
drupal-7.x/includes/database/sqlite/select.inc |
|
Select builder for SQLite embedded database engine. |
|
select.inc |
drupal-7.x/includes/database/select.inc |
|
|
|
session.inc |
drupal-7.x/includes/session.inc |
|
User session handling functions. |
|
session.test |
drupal-7.x/modules/simpletest/tests/session.test |
|
Provides SimpleTests for core session handling functionality. |
|
session_test.info |
drupal-7.x/modules/simpletest/tests/session_test.info |
|
name = "Session test"
description = "Support module for session data testing."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE |
|
session_test.module |
drupal-7.x/modules/simpletest/tests/session_test.module |
|
|
|
seven.info |
drupal-7.x/themes/seven/seven.info |
|
name = Seven
description = A simple one-column, tableless, fluid width administration theme.
package = Core
version = VERSION
core = 7.x
stylesheets[screen][] = reset.css
stylesheets[screen][] = style.css
settings[shortcut_module_link] =… |
|
shortcut-rtl.css |
drupal-7.x/modules/shortcut/shortcut-rtl.css |
|
div#toolbar a#edit-shortcuts {
position: absolute;
left: 0;
top: 0;
padding: 5px 5px 5px 10px;
}
div#toolbar div.toolbar-shortcuts ul {
float: none;
margin-right: 5px;
margin-left: 10em;
}
div#toolbar div.toolbar-shortcuts ul li a {
… |
|
shortcut.admin.css |
drupal-7.x/modules/shortcut/shortcut.admin.css |
|
.shortcut-slot-hidden {
display: none;
}
div.form-item-set div.form-item-new {
display: inline;
} |