archive_admin_settings |
./archive.module |
|
|
1 |
archive_block |
./archive.module |
Implementation of hook_block(). |
|
|
archive_help |
./archive.module |
Implementation of hook_help(). |
|
|
archive_menu |
./archive.module |
Implementation of hook_menu(). |
|
|
archive_month_list |
./archive.module |
Return a list of links suitable to be passed to theme_links() that represent
months containing posts. Limit the number of past months to 6 and then have a
link to the general archives page. |
1 |
|
archive_page |
./archive.module |
|
|
1 |
archive_uninstall |
./archive.install |
|
|
|
theme_archive_block_calendar |
./archive.module |
Returns a single month as a calendar grid
TODO: take the archive logic out to allow better theme-overloading of this
Pass days with post numbers to this function and have this function
only create the calendar |
|
|
theme_archive_month_list |
./archive.module |
|
|
|
theme_archive_navigation |
./archive.inc |
Theme the archive navigation with years, months and dates by default. |
|
|
theme_archive_navigation_days |
./archive.inc |
Theme the list of days for the archive navigation. |
|
|
theme_archive_navigation_months |
./archive.inc |
Theme the list of months for the archive navigation. |
|
|
theme_archive_navigation_node_types |
./archive.inc |
Theme the list of node types for the archives |
|
|
theme_archive_navigation_years |
./archive.inc |
Theme the list of years for the archive navigation. |
|
|
theme_archive_page_title |
./archive.inc |
|
|
|
_archive_date |
./archive.module |
Parses the current URL and populates an archive
date object with the selected date information. |
2 |
|
_archive_get_timezone |
./archive.module |
Determine timezone to use for the dates (from format_date) |
1 |
|
_archive_node_types |
./archive.inc |
Returns the different node types that have nodes |
2 |
|
_archive_page |
./archive.inc |
Fetch nodes for the selected date, or current date if none selected. |
1 |
|
_archive_post_count |
./archive.module |
Returns the count of nodes per day/month/year |
1 |
|
_archive_query |
./archive.inc |
Builds an SQL query array (query and parameters) to use
to display an archive page for the specified date. |
1 |
|
_archive_types_sql_string |
./archive.module |
Builds a SQL statement to check that the appropriate
node types are being returned |
2 |
|
_archive_url |
./archive.module |
Generate an archive URL based on the $y, $m and $d
provided, falling back on the $date properties if
an invalid date is specified. |
6 |
|
_archive_validate_day |
./archive.module |
Check if given year, month and date combination
is valid for a Drupal archive. |
2 |
|
_archive_validate_month |
./archive.module |
Check if given month is valid. |
4 |
|
_archive_validate_type |
./archive.module |
Check if given node type is valid for a Drupal archive |
2 |
|
_archive_validate_year |
./archive.module |
Check if given year is valid for a Drupal archive.
Max/min values defined by limitations in POSIX
timestamp. |
4 |
|
_get_month_names |
./archive.inc |
|
2 |
|