archive.admin.inc |
archive.admin.inc |
|
|
archive.css |
archive.css |
|
/* Archive Navigation */
#archive-container ul {
margin: 0;
padding: 4px 10px 4px 10px;
border-bottom: 1px solid #ddd;
}
ul#archive-days {
border: 0px;
}
#archive-container ul li {
margin: 0;
padding: 0 0.2em;
display: inline;
… |
archive.info |
archive.info |
|
name = Archive
description = Allows visitors to view content filtered by date or node type.
core = 7.x
package = "Content display"
files[] = "archive.module"
files[] = "archive.admin.inc"
files[] =… |
archive.module |
archive.module |
|
Implements a block and page showing an archive of all site content. |
archive.pages.inc |
archive.pages.inc |
|
Pages for the archive module. |
CHANGELOG.txt |
CHANGELOG.txt |
|
6.x-1.1
[#222886] by nmakarov
- Fixed invalid call to _archive_url()
[#247680]
- Update access permissions to comply with new 6.2 API change
[#240559] by MaxxArts
- Titles for block links not displayed correctly
6.x-1.0
[#205778]… |
README.txt |
README.txt |
|
This is replacement for the Drupal archive.module which was available in
Drupal core in Drupal 4.7.x and previous versions. It provides a simple
calendar block that shows the current month with links to the archive for
days that have posts. It also… |
TODO.txt |
TODO.txt |
|
Enable caching of calendar block until end of month or new node created
Priority: Low |