|
maintenance-page.tpl.php |
drupal-7.x/themes/garland/maintenance-page.tpl.php |
|
Override of the default maintenance page. |
|
maintenance-page.tpl.php |
drupal-7.x/themes/seven/maintenance-page.tpl.php |
|
|
|
menu.admin.inc |
drupal-7.x/modules/menu/menu.admin.inc |
|
Administrative page callbacks for menu module. |
|
menu.api.php |
drupal-7.x/modules/menu/menu.api.php |
|
Hooks provided by the Menu module. |
|
menu.css |
drupal-7.x/modules/menu/menu.css |
|
.menu-operations {
width: 100px;
}
.menu-enabled {
width: 70px;
}
.menu-enabled input {
margin-left:25px;
} |
|
menu.inc |
drupal-7.x/includes/menu.inc |
|
API for the Drupal menu system. |
|
menu.info |
drupal-7.x/modules/menu/menu.info |
|
name = Menu
description = Allows administrators to customize the site navigation menu.
package = Core
version = VERSION
core = 7.x
files[] = menu.test
configure = admin/structure/menu |
|
menu.install |
drupal-7.x/modules/menu/menu.install |
|
Install, update and uninstall functions for the menu module. |
|
menu.module |
drupal-7.x/modules/menu/menu.module |
|
Allows administrators to customize the site's navigation menus. |
|
menu.test |
drupal-7.x/modules/menu/menu.test |
|
Tests for menu.module. |
|
menu.test |
drupal-7.x/modules/simpletest/tests/menu.test |
|
Provides SimpleTests for menu.inc. |
|
menu_test.info |
drupal-7.x/modules/simpletest/tests/menu_test.info |
|
name = "Hook menu tests"
description = "Support module for menu hook testing."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE |
|
menu_test.module |
drupal-7.x/modules/simpletest/tests/menu_test.module |
|
Dummy module implementing hook menu. |
|
minimal.info |
drupal-7.x/profiles/minimal/minimal.info |
|
name = Minimal
description = Start with only a few modules enabled.
version = VERSION
core = 7.x
dependencies[] = block
dependencies[] = dblog |
|
minimal.install |
drupal-7.x/profiles/minimal/minimal.install |
|
Install, update and uninstall functions for the minimal installation profile. |
|
minimal.profile |
drupal-7.x/profiles/minimal/minimal.profile |
|
Enables modules and site configuration for a minimal site installation. |
|
module.inc |
drupal-7.x/includes/module.inc |
|
API for loading and interacting with Drupal modules. |
|
module.test |
drupal-7.x/modules/simpletest/tests/module.test |
|
Tests for the module API. |
|
module_test.file.inc |
drupal-7.x/modules/simpletest/tests/module_test.file.inc |
|
A file to test module_implements() loading includes. |
|
module_test.info |
drupal-7.x/modules/simpletest/tests/module_test.info |
|
name = "Module test"
description = "Support module for module system testing."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE |
|
module_test.install |
drupal-7.x/modules/simpletest/tests/module_test.install |
|
Install, update and uninstall functions for the module_test module. |
|
module_test.module |
drupal-7.x/modules/simpletest/tests/module_test.module |
|
|
|
NestedExampleTest.php |
drupal-7.x/modules/simpletest/tests/psr_0_test/lib/Drupal/psr_0_test/Tests/Nested/NestedExampleTest.php |
Drupal\psr_0_test\Tests\Nested |
|
|
node.admin.inc |
drupal-7.x/modules/node/node.admin.inc |
|
Content administration and module settings UI. |
|
node.api.php |
drupal-7.x/modules/node/node.api.php |
|
Hooks provided by the Node module. |
|
node.css |
drupal-7.x/modules/node/node.css |
|
.node-unpublished {
background-color: #fff4f4;
}
.preview .node {
background-color: #ffffea;
}
td.revision-current {
background: #ffc;
} |
|
node.info |
drupal-7.x/modules/node/node.info |
|
name = Node
description = Allows content to be submitted to the site and displayed on pages.
package = Core
version = VERSION
core = 7.x
files[] = node.module
files[] = node.test
required = TRUE
configure = admin/structure/types
stylesheets[all][] =… |
|
node.install |
drupal-7.x/modules/node/node.install |
|
Install, update and uninstall functions for the node module. |
|
node.module |
drupal-7.x/modules/node/node.module |
|
The core that allows content to be submitted to the site. Modules and
scripts may programmatically submit nodes using the usual form API pattern. |
|
node.pages.inc |
drupal-7.x/modules/node/node.pages.inc |
|
Page callbacks for adding, editing, deleting, and revisions management for content. |
|
node.test |
drupal-7.x/modules/node/node.test |
|
Tests for node.module. |
|
node.tokens.inc |
drupal-7.x/modules/node/node.tokens.inc |
|
Builds placeholder replacement tokens for node-related data. |
|
node.tpl.php |
drupal-7.x/modules/node/node.tpl.php |
|
Default theme implementation to display a node. |
|
node.tpl.php |
drupal-7.x/themes/bartik/templates/node.tpl.php |
|
Bartik's theme implementation to display a node. |
|
node.tpl.php |
drupal-7.x/themes/garland/node.tpl.php |
|
|
|
node_access_test.info |
drupal-7.x/modules/node/tests/node_access_test.info |
|
name = "Node module access tests"
description = "Support module for node permission testing."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE |
|
node_access_test.install |
drupal-7.x/modules/node/tests/node_access_test.install |
|
Install, update and uninstall functions for the node_access_test module. |
|
node_access_test.module |
drupal-7.x/modules/node/tests/node_access_test.module |
|
A dummy module implementing node access related hooks for testing purposes. |
|
node_test.info |
drupal-7.x/modules/node/tests/node_test.info |
|
name = "Node module tests"
description = "Support module for node related testing."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE |
|
node_test.module |
drupal-7.x/modules/node/tests/node_test.module |
|
A dummy module for testing node related hooks. |
|
node_test_exception.info |
drupal-7.x/modules/node/tests/node_test_exception.info |
|
name = "Node module exception tests"
description = "Support module for node related exception testing."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE |
|
node_test_exception.module |
drupal-7.x/modules/node/tests/node_test_exception.module |
|
A module implementing node related hooks to test API interaction. |
|
notes.txt |
documentation-7.x/marketing/presentations/cck-amsterdam-oct-2005/notes.txt |
|
01. Title
02. Where did CCK come from?
2 people with 2 ideas
03.* John VanDyk
04.* clouseau
05. Metadata Framework
06.* Jon Chaffer
07.* jonbob
08. Content Construction Kit
09. Two proposals
10. Merged
11.* Had a… |
|
number.info |
drupal-7.x/modules/field/modules/number/number.info |
|
name = Number
description = Defines numeric field types.
package = Core
version = VERSION
core = 7.x
dependencies[] = field
files[] = number.test |
|
number.install |
drupal-7.x/modules/field/modules/number/number.install |
|
Install, update and uninstall functions for the number module. |
|
number.module |
drupal-7.x/modules/field/modules/number/number.module |
|
Defines numeric field types. |
|
number.test |
drupal-7.x/modules/field/modules/number/number.test |
|
Tests for number.module. |
|
openid-rtl.css |
drupal-7.x/modules/openid/openid-rtl.css |
|
#edit-openid-identifier {
background-position: right 50%;
padding-left: 0;
padding-right: 20px;
}
#user-login .openid-links {
padding-right: 0;
}
html.js #user-login-form li.openid-link,
html.js #user-login li.openid-link {
margin-right:… |
|
openid.api.php |
drupal-7.x/modules/openid/openid.api.php |
|
Hooks provided by the OpenID module. |
|
openid.css |
drupal-7.x/modules/openid/openid.css |
|
#edit-openid-identifier {
background-image: url("login-bg.png");
background-position: left 50%; /* LTR */
background-repeat: no-repeat;
padding-left: 20px; /* LTR */
}
div.form-item-openid-identifier {
display: block;
}
html.js… |