|
file.install |
drupal-7.x/modules/file/file.install |
|
Install, update and uninstall functions for File module. |
|
file.mimetypes.inc |
drupal-7.x/includes/file.mimetypes.inc |
|
Provides mimetype mappings. |
|
file.module |
drupal-7.x/modules/file/file.module |
|
Defines a "managed_file" Form API field and a "file" field for Field module. |
|
file.test |
drupal-7.x/modules/file/tests/file.test |
|
Tests for file.module. |
|
file.test |
drupal-7.x/modules/simpletest/tests/file.test |
|
This provides SimpleTests for the core file handling functionality.
These include FileValidateTest and FileSaveTest. |
|
filetransfer.inc |
drupal-7.x/includes/filetransfer/filetransfer.inc |
|
|
|
filetransfer.test |
drupal-7.x/modules/simpletest/tests/filetransfer.test |
|
|
|
file_module_test.info |
drupal-7.x/modules/file/tests/file_module_test.info |
|
name = File test
description = Provides hooks for testing File module functionality.
package = Core
version = VERSION
core = 7.x
hidden = TRUE |
|
file_module_test.module |
drupal-7.x/modules/file/tests/file_module_test.module |
|
Provides File module pages for testing purposes. |
|
file_test.info |
drupal-7.x/modules/simpletest/tests/file_test.info |
|
name = "File test"
description = "Support module for file handling tests."
package = Testing
version = VERSION
core = 7.x
files[] = file_test.module
hidden = TRUE |
|
file_test.module |
drupal-7.x/modules/simpletest/tests/file_test.module |
|
Helper module for the file tests. |
|
filter.admin.inc |
drupal-7.x/modules/filter/filter.admin.inc |
|
Administrative page callbacks for the Filter module. |
|
filter.api.php |
drupal-7.x/modules/filter/filter.api.php |
|
Hooks provided by the Filter module. |
|
filter.css |
drupal-7.x/modules/filter/filter.css |
|
.text-format-wrapper .form-item {
margin-bottom: 0;
}
.filter-wrapper {
border-top: 0;
margin: 0;
padding: 1.5em 0 1.5em;
}
.filter-wrapper .form-item {
float: left;
padding: 0 0 0.5em 1.5em;
}
.filter-wrapper .form-item label {
display:… |
|
filter.info |
drupal-7.x/modules/filter/filter.info |
|
name = Filter
description = Filters content in preparation for display.
package = Core
version = VERSION
core = 7.x
files[] = filter.test
required = TRUE
configure = admin/config/content/formats |
|
filter.install |
drupal-7.x/modules/filter/filter.install |
|
Install, update, and uninstall functions for the Filter module. |
|
filter.module |
drupal-7.x/modules/filter/filter.module |
|
Framework for handling the filtering of content. |
|
filter.pages.inc |
drupal-7.x/modules/filter/filter.pages.inc |
|
User page callbacks for the Filter module. |
|
filter.test |
drupal-7.x/modules/filter/filter.test |
|
Tests for filter.module. |
|
filter.url-input.txt |
drupal-7.x/modules/filter/tests/filter.url-input.txt |
|
This is just a www.test.com. paragraph with person@test.com. some http://www.test.com. urls thrown in and also <code>using www.test.com the code tag</code>.
<blockquote>
This is just a www.test.com. paragraph with person@test.com.… |
|
filter.url-output.txt |
drupal-7.x/modules/filter/tests/filter.url-output.txt |
|
This is just a <a href="http://www.test.com">www.test.com</a>. paragraph with <a href="mailto:person@test.com">person@test.com</a>. some <a… |
|
filter_test.info |
drupal-7.x/modules/simpletest/tests/filter_test.info |
|
name = Filter test module
description = Tests filter hooks and functions.
package = Testing
version = VERSION
core = 7.x
hidden = TRUE |
|
filter_test.module |
drupal-7.x/modules/simpletest/tests/filter_test.module |
|
Test module for Filter module hooks and functions not used in core. |
|
fix-ie-rtl.css |
drupal-7.x/themes/garland/fix-ie-rtl.css |
|
body {
/* Center layout */
text-align: center;
}
#squeeze {
zoom: 1;
direction: ltr;
}
#squeeze .left-corner {
direction: rtl
}
#header-region,
#wrapper #container {
/* Reset text alignment */
text-align: right;
}
#wrapper #container… |
|
fix-ie.css |
drupal-7.x/themes/garland/fix-ie.css |
|
body {
/* Center layout */
text-align: center;
}
#header-region,
#wrapper #container {
/* Reset text alignment */
text-align: left; /* LTR */
}
#wrapper #container #center {
/* Reduce amount of damage done by extremely wide content */
… |
|
Form API Reference |
documentation-7.x/developer/topics/forms_api_reference.html |
|
Form API Reference |
|
form.inc |
drupal-7.x/includes/form.inc |
|
Functions for form and batch generation and processing. |
|
form.test |
drupal-7.x/modules/simpletest/tests/form.test |
|
Unit tests for the Drupal Form API. |
|
form_test.file.inc |
drupal-7.x/modules/simpletest/tests/form_test.file.inc |
|
An include file to test loading it with the form API. |
|
form_test.info |
drupal-7.x/modules/simpletest/tests/form_test.info |
|
name = "FormAPI Test"
description = "Support module for Form API tests."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE |
|
form_test.module |
drupal-7.x/modules/simpletest/tests/form_test.module |
|
Helper module for the form API tests. |
|
forum-icon.tpl.php |
drupal-7.x/modules/forum/forum-icon.tpl.php |
|
Displays an appropriate icon for a forum post. |
|
forum-list.tpl.php |
drupal-7.x/modules/forum/forum-list.tpl.php |
|
Displays a list of forums and containers. |
|
forum-rtl.css |
drupal-7.x/modules/forum/forum-rtl.css |
|
Right-to-left styling for the Forum module. |
|
forum-submitted.tpl.php |
drupal-7.x/modules/forum/forum-submitted.tpl.php |
|
Formats a forum post submission string. |
|
forum-topic-list.tpl.php |
drupal-7.x/modules/forum/forum-topic-list.tpl.php |
|
Displays a list of forum topics. |
|
forum.admin.inc |
drupal-7.x/modules/forum/forum.admin.inc |
|
Administrative page callbacks for the Forum module. |
|
forum.css |
drupal-7.x/modules/forum/forum.css |
|
Styling for the Forum module. |
|
forum.info |
drupal-7.x/modules/forum/forum.info |
|
name = Forum
description = Provides discussion forums.
dependencies[] = taxonomy
dependencies[] = comment
package = Core
version = VERSION
core = 7.x
files[] = forum.test
configure = admin/structure/forum
stylesheets[all][] = forum.css |
|
forum.install |
drupal-7.x/modules/forum/forum.install |
|
Install, update, and uninstall functions for the Forum module. |
|
forum.module |
drupal-7.x/modules/forum/forum.module |
|
Provides discussion forums. |
|
forum.pages.inc |
drupal-7.x/modules/forum/forum.pages.inc |
|
User page callbacks for the Forum module. |
|
forum.test |
drupal-7.x/modules/forum/forum.test |
|
Tests for forum.module. |
|
forums.tpl.php |
drupal-7.x/modules/forum/forums.tpl.php |
|
Displays a forum. |
|
ftp.inc |
drupal-7.x/includes/filetransfer/ftp.inc |
|
|
|
garland.info |
drupal-7.x/themes/garland/garland.info |
|
name = Garland
description = A multi-column theme which can be configured to modify colors and switch between fixed and fluid width layouts.
package = Core
version = VERSION
core = 7.x
stylesheets[all][] = style.css
stylesheets[print][] =… |
|
generate-d6-content.sh |
drupal-7.x/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… |
|
generate-d7-content.sh |
drupal-7.x/scripts/generate-d7-content.sh |
|
Generates content for a Drupal 7 database to test the upgrade process. |
|
globals.php |
documentation-7.x/developer/globals.php |
|
These are the global variables that Drupal uses. |
|
graph.inc |
drupal-7.x/includes/graph.inc |
|
Directed acyclic graph manipulation. |