Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / calendar @ 87dbc3bf

Nom Taille Révision Âge Auteur Commentaire
  css f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
  includes 0695d136 plus de 9 ans Assos Assos Weekly update of contrib modules
  js f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
  theme 0695d136 plus de 9 ans Assos Assos Weekly update of contrib modules
CHANGELOG.txt 25,2 ko 0695d136 plus de 9 ans Assos Assos Weekly update of contrib modules
LICENSE.txt 17,7 ko f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
README.txt 1,68 ko f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
calendar.info 684 octets 0695d136 plus de 9 ans Assos Assos Weekly update of contrib modules
calendar.install 776 octets f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
calendar.module 19,1 ko 0695d136 plus de 9 ans Assos Assos Weekly update of contrib modules

Dernières révisions

# Date Auteur Commentaire
0695d136 15/10/2014 22:48 Assos Assos

Weekly update of contrib modules

f7a2490e 13/02/2014 15:56 Assos Assos

git mv htmltest drupal7

Voir les révisions

README


Creates calendar displays of Views results.

Create a new calendar by using the calendar template for the desired
date field. See a link to create a view from a template at the top
of the Views listing page.

If the Calendar iCal module is enabled, an iCal feed can be
attached to the view.

For a quick and easy start, install the Date Tools module, then use
the Date Tools Wizard to create a content type with a date field
and a calendar that displays that field, all in a single step!

=========================================================

CACHING & PERFORMANCE

Calendars are very time-consuming to process, so caching is recommended.
You can set up caching options for your calendar in the Advanced section
of the View settings. Even setting a lifetime of 1 hour will provide some
benefits if you can live with a calendar that is 1 hour out of date.
Set the lifetime to the longest value possible. You will need to clear
the caches manually or using custom code if the content of the calendar
changes before the cache lifetime expires.

The recommended settings for time-based caching are:

  • Query results
    Cache the query only when not using ajax. Do not cache the query
    on any display that uses ajax for its results.

  • Rendered output:
    Always try to cache rendered output. Rendering the output is the most
    time-consuming part of building a calendar. This is especially
    important for the Year view, less important for the Day view.

As with all caching options, please test to be sure that caching
is working as desired.

If performance is a problem, or you have a lot of items in the calendar,
you may want to remove the Year view completely.

Formats disponibles : Atom