CHANGELOG.txt |
CHANGELOG.txt |
|
Publication Date 7.x-1.x, xxxx-xx-xx
------------------------------------------
#2157043 by balsama: Move "Published on" field from Author vertical tab to
Options vertical tab.
#2094395 by jstoller: Implement hook_publication_date_alter(),… |
publication_date.api.php |
publication_date.api.php |
|
API documentation for the Publication Date module. |
publication_date.info |
publication_date.info |
|
name = Publication Date
description = "Add a field containing the publication date."
core = 7.x
files[] = publication_date.install
files[] = publication_date.module
files[] = publication_date.tokens.inc
files[] =… |
publication_date.install |
publication_date.install |
|
Installation functions for the Publication Date module. |
publication_date.module |
publication_date.module |
|
Add a field to nodes containing the publication date. |
publication_date.test |
tests/publication_date.test |
|
Publication Date module tests. |
publication_date.tokens.inc |
publication_date.tokens.inc |
|
Builds placeholder replacement tokens for node-related data. |
publication_date.views.inc |
includes/publication_date.views.inc |
|
Provide views data and handlers for the Publication Date module. |
README.txt |
README.txt |
|
README
--------------------------------------------------------------------------
The Publication Date module adds a field to each node containing the date when
it was first published.
This published date field can be used in any templates, or views,… |