-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated token: 7.x-1.4 → 7.x-1.5. Updated twitter_username: 7.x-1.2 →…
… 7.x-1.3
- Loading branch information
Showing
11 changed files
with
120 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?php | ||
|
||
/** | ||
* @file | ||
* Drush integration for the Token module. | ||
*/ | ||
|
||
/** | ||
* Implements hook_drush_cache_clear(). | ||
*/ | ||
function token_drush_cache_clear(&$types) { | ||
if (function_exists('module_exists') && module_exists('token')) { | ||
$types['token'] = 'drush_token_cache_clear_token_info'; | ||
} | ||
} | ||
|
||
/** | ||
* Clear caches internal to Token module. | ||
*/ | ||
function drush_token_cache_clear_token_info() { | ||
token_clear_cache(); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,11 @@ | ||
name = Token | ||
description = Provides a user interface for the Token API and some missing core tokens. | ||
core = 7.x | ||
files[] = token.module | ||
files[] = token.install | ||
files[] = token.tokens.inc | ||
files[] = token.pages.inc | ||
files[] = token.test | ||
|
||
; Information added by drupal.org packaging script on 2012-09-24 | ||
version = "7.x-1.4" | ||
; Information added by drupal.org packaging script on 2013-02-24 | ||
version = "7.x-1.5" | ||
core = "7.x" | ||
project = "token" | ||
datestamp = "1348497279" | ||
datestamp = "1361665026" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters