Development

#4290 (Typos in The Book for sf1.2 for 07-Inside-the-View-Layer)

You must first sign up to be able to contribute.

Ticket #4290 (closed documentation: fixed)

Opened 3 months ago

Last modified 3 months ago

Typos in The Book for sf1.2 for 07-Inside-the-View-Layer

Reported by: Corvinian Assigned to: fabien
Priority: minor Milestone:
Component: other Version: 1.2.0 DEV
Keywords: docs book typo Cc:
Qualification: Unreviewed

Description

http://www.symfony-project.org/book/1_2/07-Inside-the-View-Layer

Below string 'Listing 7-2 - Sample Helper Definition': http://www.symfony-project.org/api/1_1/

Link to API-docs still points to 1.1 API, should be 1.2

Change History

08/30/08 09:13:28 changed by Corvinian

the same for paragraph below: 'Listing 7-4 - Common Default Helpers'

08/30/08 10:20:55 changed by Corvinian

  • summary changed from Typo in The Book for sf1.2 for 07-Inside-the-View-Layer to Typos in The Book for sf1.2 for 07-Inside-the-View-Layer.

BELOW SUGGESTIONS are matching for ALL 3 major versions of The Book:

Suggestion for better phrasing: below 'Listing 7-42 - Partials Used by the 'sidebar' Slot Components, in modules/bar/templates':

"The configuration setting the component of a slot is always taken from the configuration of the last action called.

If you need to suspend the use of a component slot for a given module, just declare an empty module/component for it, as shown in Listing 7-43."

=> Suggestion: "The component slot's configuration settings are always taken from the configuration of the last action called.

If you *want to disable* ..."


further below: "Using any of these values still work, but will log an error."

=> SUGGESTION: "Using any of these values still work*s*, but will log an error, as these settings are deprecated now."


further below in version 1.1 and 1.2: 'Read the sidebar named "The CSRF Filter" in Chapter 6 for more information.'

=> There's no 'CSRF Filter' sidebar/anything in any chapter in any version of the book.

08/30/08 10:42:19 changed by FabianLange

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

(In [11251]) doc: fixed #4290