Development

#647 (Cache documentation incorrect)

You must first sign up to be able to contribute.

Ticket #647 (closed documentation: fixed)

Opened 2 years ago

Last modified 2 years ago

Cache documentation incorrect

Reported by: anonymous Assigned to:
Priority: minor Milestone: 0.6.3
Component: Version:
Keywords: Cc:
Qualification:

Description

The cache documentation page at http://www.symfony-project.com/content/book/page/cache.html incorrectly indicates that the default value of cache is on; however, this is not the case from at least r1241 on (tag 0.6.2); the setting for cache in data/config/settings.yml is set to off. This is confusing when the yaml files written out during init-module write config files that have information in them that differs from the actual defaults. Please correct so that the documentation is actually in line with the actual implementation. Thanks.

Change History

06/21/06 10:18:19 changed by fabien

  • milestone set to 0.6.3.

06/21/06 11:07:15 changed by francois

  • status changed from new to closed.
  • resolution set to fixed.

in r1492 and r1493