|
database.inc |
drupal-7.x/includes/database/sqlite/database.inc |
|
Database interface code for SQLite embedded database engine. |
|
database.inc |
drupal-7.x/includes/database/database.inc |
|
Core systems for the database layer. |
|
database_test.info |
drupal-7.x/modules/simpletest/tests/database_test.info |
|
name = "Database Test"
description = "Support module for Database layer tests."
core = 7.x
package = Testing
version = VERSION
hidden = TRUE |
|
database_test.install |
drupal-7.x/modules/simpletest/tests/database_test.install |
|
Install, update and uninstall functions for the database_test module. |
|
database_test.module |
drupal-7.x/modules/simpletest/tests/database_test.module |
|
|
|
database_test.test |
drupal-7.x/modules/simpletest/tests/database_test.test |
|
|
|
date.inc |
drupal-7.x/includes/date.inc |
|
Initializes the list of date formats and their locales. |
|
dblog-rtl.css |
drupal-7.x/modules/dblog/dblog-rtl.css |
|
Right-to-Left styling for the Database Logging module. |
|
dblog.admin.inc |
drupal-7.x/modules/dblog/dblog.admin.inc |
|
Administrative page callbacks for the Database Logging module. |
|
dblog.css |
drupal-7.x/modules/dblog/dblog.css |
|
Admin styles for the Database Logging module. |
|
dblog.info |
drupal-7.x/modules/dblog/dblog.info |
|
name = Database logging
description = Logs and records system events to the database.
package = Core
version = VERSION
core = 7.x
files[] = dblog.test |
|
dblog.install |
drupal-7.x/modules/dblog/dblog.install |
|
Install, update and uninstall functions for the dblog module. |
|
dblog.module |
drupal-7.x/modules/dblog/dblog.module |
|
System monitoring and logging for administrators. |
|
dblog.test |
drupal-7.x/modules/dblog/dblog.test |
|
Tests for dblog.module. |
|
default.settings.php |
drupal-7.x/sites/default/default.settings.php |
|
Drupal site-specific configuration file. |
|
drupal-6.bare.database.php |
drupal-7.x/modules/simpletest/tests/upgrade/drupal-6.bare.database.php |
|
Bare installation of Drupal 6.17, for test purposes. |
|
drupal-6.comments.database.php |
drupal-7.x/modules/simpletest/tests/upgrade/drupal-6.comments.database.php |
|
|
|
drupal-6.duplicate-permission.database.php |
drupal-7.x/modules/simpletest/tests/upgrade/drupal-6.duplicate-permission.database.php |
|
|
|
drupal-6.filled.database.php |
drupal-7.x/modules/simpletest/tests/upgrade/drupal-6.filled.database.php |
|
Filled installation of Drupal 6.17, for test purposes. |
|
drupal-6.forum.database.php |
drupal-7.x/modules/simpletest/tests/upgrade/drupal-6.forum.database.php |
|
|
|
drupal-6.locale.database.php |
drupal-7.x/modules/simpletest/tests/upgrade/drupal-6.locale.database.php |
|
|
|
drupal-6.menu.database.php |
drupal-7.x/modules/simpletest/tests/upgrade/drupal-6.menu.database.php |
|
|
|
drupal-6.node_type_broken.database.php |
drupal-7.x/modules/simpletest/tests/upgrade/drupal-6.node_type_broken.database.php |
|
|
|
drupal-6.translatable.database.php |
drupal-7.x/modules/simpletest/tests/upgrade/drupal-6.translatable.database.php |
|
|
|
drupal-6.trigger.database.php |
drupal-7.x/modules/simpletest/tests/upgrade/drupal-6.trigger.database.php |
|
Test content for the trigger upgrade path. |
|
drupal-6.upload.database.php |
drupal-7.x/modules/simpletest/tests/upgrade/drupal-6.upload.database.php |
|
|
|
drupal-6.user-no-password-token.database.php |
drupal-7.x/modules/simpletest/tests/upgrade/drupal-6.user-no-password-token.database.php |
|
|
|
drupal-6.user-password-token.database.php |
drupal-7.x/modules/simpletest/tests/upgrade/drupal-6.user-password-token.database.php |
|
|
|
drupal-7.aggregator.database.php |
drupal-7.x/modules/simpletest/tests/upgrade/drupal-7.aggregator.database.php |
|
Test content for the aggregator update path. |
|
drupal-7.field.database.php |
drupal-7.x/modules/simpletest/tests/upgrade/drupal-7.field.database.php |
|
Test content for the field update path. |
|
drupal-7.trigger.database.php |
drupal-7.x/modules/simpletest/tests/upgrade/drupal-7.trigger.database.php |
|
Test content for the trigger upgrade path. |
|
drupal.sh |
drupal-7.x/scripts/drupal.sh |
|
#!/usr/bin/env php
<?php
/**
* Drupal shell execution script
*
* Check for your PHP interpreter - on Windows you'll probably have to
* replace line 1 with
* #!c:/program files/php/php.exe
*
* @param path Drupal's absolute root… |
|
drupal_system_listing_compatible_test.info |
drupal-7.x/modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info |
|
name = "Drupal system listing compatible test"
description = "Support module for testing the drupal_system_listing function."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE |
|
drupal_system_listing_compatible_test.info |
drupal-7.x/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info |
|
name = "Drupal system listing compatible test"
description = "Support module for testing the drupal_system_listing function."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE
files[] =… |
|
drupal_system_listing_compatible_test.module |
drupal-7.x/modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.module |
|
|
|
drupal_system_listing_compatible_test.module |
drupal-7.x/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.module |
|
|
|
drupal_system_listing_compatible_test.test |
drupal-7.x/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.test |
|
|
|
drupal_system_listing_incompatible_test.info |
drupal-7.x/modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info |
|
name = "Drupal system listing incompatible test"
description = "Support module for testing the drupal_system_listing function."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE |
|
drupal_system_listing_incompatible_test.info |
drupal-7.x/profiles/testing/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info |
|
name = "Drupal system listing incompatible test"
description = "Support module for testing the drupal_system_listing function."
package = Testing
version = VERSION
; This deliberately has the wrong core version, to test that it… |
|
drupal_system_listing_incompatible_test.module |
drupal-7.x/modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.module |
|
|
|
drupal_system_listing_incompatible_test.module |
drupal-7.x/profiles/testing/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.module |
|
|
|
drupal_web_test_case.php |
drupal-7.x/modules/simpletest/drupal_web_test_case.php |
|
|
|
dump-database-d6.sh |
drupal-7.x/scripts/dump-database-d6.sh |
|
Filled installation of Drupal 6.17, for test purposes. |
|
dump-database-d7.sh |
drupal-7.x/scripts/dump-database-d7.sh |
|
Dumps a Drupal 7 database into a PHP script to test the upgrade process. |
|
entity.inc |
drupal-7.x/includes/entity.inc |
|
|
|
entity_cache_test.info |
drupal-7.x/modules/simpletest/tests/entity_cache_test.info |
|
name = "Entity cache test"
description = "Support module for testing entity cache."
package = Testing
version = VERSION
core = 7.x
dependencies[] = entity_cache_test_dependency
hidden = TRUE |
|
entity_cache_test.module |
drupal-7.x/modules/simpletest/tests/entity_cache_test.module |
|
Helper module for entity cache tests. |
|
entity_cache_test_dependency.info |
drupal-7.x/modules/simpletest/tests/entity_cache_test_dependency.info |
|
name = "Entity cache test dependency"
description = "Support dependency module for testing entity cache."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE |
|
entity_cache_test_dependency.module |
drupal-7.x/modules/simpletest/tests/entity_cache_test_dependency.module |
|
Helper module for entity cache tests. |
|
entity_crud_hook_test.info |
drupal-7.x/modules/simpletest/tests/entity_crud_hook_test.info |
|
name = "Entity CRUD Hooks Test"
description = "Support module for CRUD hook tests."
core = 7.x
package = Testing
version = VERSION
hidden = TRUE |