CHANGELOG.txt |
CHANGELOG.txt |
|
Metatag 7.x-1.x-dev, xxxx-xx-xx
-------------------------------
#3224758 by DamienMcKenna, jrealsteed, mnico: Update to 1.28 caused panels to
break if metatags enable for the panel.
Metatag 7.x-1.28,… |
CODE_OF_CONDUCT.txt |
CODE_OF_CONDUCT.txt |
|
Contributor Code of Conduct
---------------------------
See: https://www.drupal.org/dcoc |
LICENSE.txt |
LICENSE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim… |
metatag.admin.css |
metatag.admin.css |
|
div.metatag-config-label {
padding-left: 20px;
}
div.metatag-config-label > a {
font-weight: bold;
}
.metatag-config-label.collapsed {
background-image: url('arrow-right.png');
background-repeat: no-repeat;
… |
metatag.admin.inc |
metatag.admin.inc |
|
Administration page callbacks for the metatag module. |
metatag.api.php |
metatag.api.php |
|
API documentation for the Metatag module. |
metatag.drush.inc |
metatag.drush.inc |
|
Drush integration for Metatag. |
metatag.features.inc |
metatag.features.inc |
|
Features integration for the Metatag module. |
metatag.feeds.inc |
metatag.feeds.inc |
|
Feeds mapping implementation for the Metatag module. |
metatag.i18n.inc |
metatag.i18n.inc |
|
Internationalization (i18n) hooks. |
metatag.inc |
metatag.inc |
|
Metatag primary classes. |
metatag.info |
metatag.info |
|
name = Metatag
description = "Adds support and an API to implement meta tags."
package = SEO
core = 7.x
; This requires Drupal 7.40 because of the project:module dependency structure.
dependencies[] = drupal:system (>= 7.40)
; CTools is… |
metatag.install |
metatag.install |
|
Install, update, and uninstall functions for the metatag module. |
metatag.metatag.inc |
metatag.metatag.inc |
|
Metatag API implementations to provide the basic meta tags. |
metatag.migrate.inc |
metatag.migrate.inc |
|
|
metatag.module |
metatag.module |
|
Primary hook implementations for Metatag. |
metatag.search_api.inc |
metatag.search_api.inc |
|
Contains MetatagSearchAlterCallback. |
metatag.theme.inc |
metatag.theme.inc |
|
Theme callbacks for the metatag module. |
metatag.tokens.inc |
metatag.tokens.inc |
|
Custom tokens for Metatag. |
metatag.variable.inc |
metatag.variable.inc |
|
Definition of variables for Variable API module. |
metatag.views.inc |
metatag.views.inc |
|
Custom Views integration for the Metatag module. |
MetatagAppLinksTagsTest.test |
metatag_app_links/tests/MetatagAppLinksTagsTest.test |
|
Tests that each of the Metatag App Links tags work correctly. |
MetatagBulkRevertTest.test |
tests/MetatagBulkRevertTest.test |
|
Tests for the Metatag module to ensure the bulk revert functionality works. |
MetatagContextTest.test |
metatag_context/tests/MetatagContextTest.test |
|
Functional tests for the Metatag:Context module. |
MetatagContextWithI18nTest.test |
metatag_context/tests/MetatagContextWithI18nTest.test |
|
Tests the Metatag:Context module for i18n integration. |
MetatagCoreImageTest.test |
tests/MetatagCoreImageTest.test |
|
Tests for the Metatag module to ensure image handling doesn't break. |
MetatagCoreLocaleTest.test |
tests/MetatagCoreLocaleTest.test |
|
Tests for the Metatag module to ensure Locale integration doesn't break. |
MetatagCoreNodeTest.test |
tests/MetatagCoreNodeTest.test |
|
Tests for the Metatag module and node entities. |
MetatagCoreNodeWithI18nTest.test |
tests/MetatagCoreNodeWithI18nTest.test |
|
Tests for the Metatag module to ensure i18n integration doesn't break. |
MetatagCoreOutputCachingTest.test |
tests/MetatagCoreOutputCachingTest.test |
|
Tests for the Metatag module's output caching. |
MetatagCoreStringHandlingTest.test |
tests/MetatagCoreStringHandlingTest.test |
|
Tests for Metatag's string handling. |
MetatagCoreStringHandlingWithI18nTest.test |
tests/MetatagCoreStringHandlingWithI18nTest.test |
|
Tests for Metatag's string handling when the i18n module is enabled. |
MetatagCoreTagRemovalTest.test |
tests/MetatagCoreTagRemovalTest.test |
|
Tests for the Metatag module to ensure removal of core tags works correctly. |
MetatagCoreTermTest.test |
tests/MetatagCoreTermTest.test |
|
Tests for the Metatag module and taxonomy term entities. |
MetatagCoreTermWithI18nTest.test |
tests/MetatagCoreTermWithI18nTest.test |
|
Tests for the Metatag module to ensure i18n integration doesn't break. |
MetatagCoreUnitTest.test |
tests/MetatagCoreUnitTest.test |
|
Unit tests for the Metatag module. |
MetatagCoreUserTest.test |
tests/MetatagCoreUserTest.test |
|
Tests for the Metatag module of user entities. |
MetatagCoreWithI18nConfigTest.test |
tests/MetatagCoreWithI18nConfigTest.test |
|
Tests for Metatag's i18n integration for the configurations. |
MetatagCoreWithI18nDisabledTest.test |
tests/MetatagCoreWithI18nDisabledTest.test |
|
Tests for Metatag for when i18n is enabled but not actually configured. |
MetatagCoreWithI18nOutputTest.test |
tests/MetatagCoreWithI18nOutputTest.test |
|
Tests for Metatag for when i18n is enabled and actively being used. |
MetatagCoreWithMediaTest.test |
tests/MetatagCoreWithMediaTest.test |
|
Tests for the Metatag module for Media integration. |
MetatagCoreWithMeTest.test |
tests/MetatagCoreWithMeTest.test |
|
Tests for the Metatag module for Me module integration. |
MetatagCoreWithPanelsTest.test |
tests/MetatagCoreWithPanelsTest.test |
|
Tests for Panels integration, outside of Metatag:Panels. |
MetatagCoreWithProfile2Test.test |
tests/MetatagCoreWithProfile2Test.test |
|
Tests for the Metatag module for Profile2 integration. |
MetatagCoreWithSearchApiTest.test |
tests/MetatagCoreWithSearchApiTest.test |
|
Tests for the Search API integration. |
MetatagCoreWithViewsTest.test |
tests/MetatagCoreWithViewsTest.test |
|
Tests for the Views integration, outside of Metatag:Views. |
MetatagCoreWithWorkbenchModerationTest.test |
tests/MetatagCoreWithWorkbenchModerationTest.test |
|
Tests for the Metatag module for Workbench Moderation integration. |
MetatagCoreXSSTest.test |
tests/MetatagCoreXSSTest.test |
|
Tests Metatag module to ensure there are no XSS scripting vulnerabilities. |
MetatagDcAdvancedTagsTest.test |
metatag_dc_advanced/tests/MetatagDcAdvancedTagsTest.test |
|
Tests that each of the Metatag Advanced Dublin Core tags work correctly. |
MetatagDcTagsTest.test |
metatag_dc/tests/MetatagDcTagsTest.test |
|
Tests that each of the Metatag Dublin Core tags work correctly. |