|
test_subtheme.info |
drupal-7.x/modules/simpletest/tests/themes/test_subtheme/test_subtheme.info |
|
name = Theme test subtheme
description = Test theme which uses test_basetheme as the base theme.
core = 7.x
base theme = test_basetheme
hidden = TRUE
settings[subtheme_override] = subtheme value |
|
test_theme.info |
drupal-7.x/modules/simpletest/tests/themes/test_theme/test_theme.info |
|
name = Test theme
description = Theme for testing the theme system
core = 7.x
hidden = TRUE
; Normally, themes may list CSS files like this, and if they exist in the theme
; folder, then they get added to the page. If they have the same file name as… |
|
text.info |
drupal-7.x/modules/field/modules/text/text.info |
|
name = Text
description = Defines simple text field types.
package = Core
version = VERSION
core = 7.x
dependencies[] = field
files[] = text.test
required = TRUE |
|
text.install |
drupal-7.x/modules/field/modules/text/text.install |
|
Install, update and uninstall functions for the text module. |
|
text.module |
drupal-7.x/modules/field/modules/text/text.module |
|
Defines simple text field types. |
|
text.test |
drupal-7.x/modules/field/modules/text/text.test |
|
Tests for text.module. |
|
text.txt |
documentation-7.x/marketing/booklets/handout_2/text.txt |
|
(Left column)
CMS - bells, whistles and maybe bagpipes
Drupal provides a rich toolset to allow you to manage the content on your website. It goes beyond the capabilities of most content management systems (CMS) however by enabling you to define… |
|
theme-settings.php |
drupal-7.x/themes/garland/theme-settings.php |
|
Theme setting callbacks for the garland theme. |
|
theme.api.php |
drupal-7.x/modules/system/theme.api.php |
|
|
|
theme.inc |
drupal-7.x/includes/theme.inc |
|
The theme system, which controls the output of Drupal. |
|
theme.maintenance.inc |
drupal-7.x/includes/theme.maintenance.inc |
|
Theming for maintenance pages. |
|
theme.test |
drupal-7.x/modules/simpletest/tests/theme.test |
|
Tests for the theme API. |
|
theme_test.inc |
drupal-7.x/modules/simpletest/tests/theme_test.inc |
|
|
|
theme_test.info |
drupal-7.x/modules/simpletest/tests/theme_test.info |
|
name = "Theme test"
description = "Support module for theme system testing."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE |
|
theme_test.module |
drupal-7.x/modules/simpletest/tests/theme_test.module |
|
|
|
theme_test.template_test.tpl.php |
drupal-7.x/modules/simpletest/tests/theme_test.template_test.tpl.php |
|
|
|
token.inc |
drupal-7.x/includes/token.inc |
|
Drupal placeholder/token replacement system. |
|
toolbar-rtl.css |
drupal-7.x/modules/toolbar/toolbar-rtl.css |
|
#toolbar,
#toolbar * {
text-align: right;
}
#toolbar ul li {
float: right;
}
#toolbar ul li a {
display: inline-block;
float: none;
zoom: 1;
}
#toolbar div.toolbar-menu {
padding: 5px 50px 5px 50px;
}
#toolbar-user {
float:… |
|
toolbar.css |
drupal-7.x/modules/toolbar/toolbar.css |
|
body.toolbar {
padding-top: 2.2em;
}
body.toolbar-drawer {
padding-top: 5.3em;
}
/**
* Aggressive resets so we can achieve a consistent look in hostile CSS
* environments.
*/
#toolbar,
#toolbar * {
border: 0;
font-size: 100%;
… |
|
toolbar.info |
drupal-7.x/modules/toolbar/toolbar.info |
|
name = Toolbar
description = Provides a toolbar that shows the top-level administration menu items and links from other modules.
core = 7.x
package = Core
version = VERSION |
|
toolbar.module |
drupal-7.x/modules/toolbar/toolbar.module |
|
Administration toolbar for quick access to top level administration items. |
|
toolbar.tpl.php |
drupal-7.x/modules/toolbar/toolbar.tpl.php |
|
Default template for admin toolbar. |
|
tracker.css |
drupal-7.x/modules/tracker/tracker.css |
|
.page-tracker td.replies {
text-align: center;
}
.page-tracker table {
width: 100%;
} |
|
tracker.info |
drupal-7.x/modules/tracker/tracker.info |
|
name = Tracker
description = Enables tracking of recent content for users.
dependencies[] = comment
package = Core
version = VERSION
core = 7.x
files[] = tracker.test |
|
tracker.install |
drupal-7.x/modules/tracker/tracker.install |
|
Install, update, and uninstall functions for tracker.module. |
|
tracker.module |
drupal-7.x/modules/tracker/tracker.module |
|
Tracks recent content posted by a user or users. |
|
tracker.pages.inc |
drupal-7.x/modules/tracker/tracker.pages.inc |
|
User page callbacks for tracker.module. |
|
tracker.test |
drupal-7.x/modules/tracker/tracker.test |
|
Tests for tracker.module. |
|
translation.info |
drupal-7.x/modules/translation/translation.info |
|
name = Content translation
description = Allows content to be translated into different languages.
dependencies[] = locale
package = Core
version = VERSION
core = 7.x
files[] = translation.test |
|
translation.module |
drupal-7.x/modules/translation/translation.module |
|
Manages content translations. |
|
translation.pages.inc |
drupal-7.x/modules/translation/translation.pages.inc |
|
User page callbacks for the Translation module. |
|
translation.test |
drupal-7.x/modules/translation/translation.test |
|
Tests for the Translation module. |
|
translation_test.info |
drupal-7.x/modules/translation/tests/translation_test.info |
|
name = "Content Translation Test"
description = "Support module for the content translation tests."
core = 7.x
package = Testing
version = VERSION
hidden = TRUE |
|
translation_test.module |
drupal-7.x/modules/translation/tests/translation_test.module |
|
Mock module for content translation tests. |
|
trigger.admin.inc |
drupal-7.x/modules/trigger/trigger.admin.inc |
|
Admin page callbacks for the trigger module. |
|
trigger.api.php |
drupal-7.x/modules/trigger/trigger.api.php |
|
Hooks provided by the Trigger module. |
|
trigger.info |
drupal-7.x/modules/trigger/trigger.info |
|
name = Trigger
description = Enables actions to be fired on certain system events, such as when new content is created.
package = Core
version = VERSION
core = 7.x
files[] = trigger.test
configure = admin/structure/trigger |
|
trigger.install |
drupal-7.x/modules/trigger/trigger.install |
|
Install, update and uninstall functions for the trigger module. |
|
trigger.module |
drupal-7.x/modules/trigger/trigger.module |
|
Enables functions to be stored and executed at a later time. |
|
trigger.test |
drupal-7.x/modules/trigger/trigger.test |
|
Tests for trigger.module. |
|
trigger_test.info |
drupal-7.x/modules/trigger/tests/trigger_test.info |
|
name = "Trigger Test"
description = "Support module for Trigger tests."
package = Testing
core = 7.x
hidden = TRUE |
|
trigger_test.module |
drupal-7.x/modules/trigger/tests/trigger_test.module |
|
Mock module to aid in testing trigger.module. |
|
unicode.entities.inc |
drupal-7.x/includes/unicode.entities.inc |
|
(X)HTML entities, as defined in HTML 4.01. |
|
unicode.inc |
drupal-7.x/includes/unicode.inc |
|
Provides Unicode-related conversions and operations. |
|
unicode.test |
drupal-7.x/modules/simpletest/tests/unicode.test |
|
Various unicode handling tests. |
|
UnicodeTest.txt |
drupal-7.x/modules/search/tests/UnicodeTest.txt |
|
… |
|
update-rtl.css |
drupal-7.x/modules/update/update-rtl.css |
|
RTL styles used by the Update Manager module. |
|
update.aggregator.test |
drupal-7.x/modules/simpletest/tests/upgrade/update.aggregator.test |
|
Tests schema changes in aggregator.module. |
|
update.api.php |
drupal-7.x/modules/update/update.api.php |
|
Hooks provided by the Update Manager module. |
|
update.authorize.inc |
drupal-7.x/modules/update/update.authorize.inc |
|
Callbacks and related functions invoked by authorize.php to update projects. |