Changeset 777
- Timestamp:
- 03/18/08 15:58:11 (5 months ago)
- Files:
-
- trunk/extensions/multi_site/README (modified) (1 diff)
- trunk/extensions/related_content/README (modified) (1 diff)
- trunk/extensions/scheduler/README (modified) (1 diff)
- trunk/extensions/shards/README (modified) (1 diff)
- trunk/extensions/share_layouts/README (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/extensions/multi_site/README
r711 r777 36 36 37 37 4) Restart your server 38 39 == Acknowledgments 40 41 Thanks to Digital Pulp, Inc. for funding the initial development of this 42 extension as part of the Redken.com project. trunk/extensions/related_content/README
r559 r777 13 13 The interface uses Ajax to retrieve matching pages based on the words you type 14 14 and adds them to the list when you select one. Related pages can be removed 15 by clicking the name or "minus" icon next to the name. Pages are not reciprocally16 re lated; if Page B is in Page A's related content list, Page A may or may not be17 in Page B's related content list.15 by clicking the name or "minus" icon next to the name. Pages are not 16 reciprocally related; if Page B is in Page A's related content list, Page A 17 may or may not be in Page B's related content list. 18 18 19 19 *** This extension requires the "shards" extension! *** 20 21 == Acknowledgments 22 23 Thanks to Digital Pulp, Inc. for funding the initial development of this 24 extension as part of the Redken.com project. trunk/extensions/scheduler/README
r513 r777 23 23 5) If you want to run the extension tests, make sure to run 24 24 'rake db:test:prepare' before you begin. 25 26 == Acknowledgments 27 28 Thanks to Digital Pulp, Inc. for funding the initial development of this 29 extension as part of the Redken.com project. trunk/extensions/shards/README
r588 r777 22 22 23 23 http://wiki.radiantcms.org/UsingShardsExtension 24 25 == Acknowledgments 26 27 Thanks to Digital Pulp, Inc. for funding the initial development of this 28 extension as part of the Redken.com project. trunk/extensions/share_layouts/README
r586 r777 5 5 Allows Rails controllers/actions to use Radiant layouts as their "layout". 6 6 content_for blocks are mapped to page parts, with the exception of :title and 7 :breadcrumbs, which map to their specific default tags. The default content, or8 @content_for_layout, is mapped to the 'body' part.7 :breadcrumbs, which map to their specific default tags. The default content, 8 or @content_for_layout, is mapped to the 'body' part. 9 9 10 10 == What to do in your controllers … … 17 17 18 18 radiant_layout takes the same options as the built-in layout. To specifically 19 override the Radiant layout and use a standard Rails one use :layout => "mine",20 or :layout => false for no layout, as options to render.19 override the Radiant layout and use a standard Rails one use 20 :layout => "mine", or :layout => false for no layout, as options to render. 21 21 22 To choose a different Radiant layout, set the @radiant_layout instance variable23 to the name of a Radiant layout in your controller or view.22 To choose a different Radiant layout, set the @radiant_layout instance 23 variable to the name of a Radiant layout in your controller or view. 24 24 25 25 == Acknowledgments … … 28 28 Thanks to xtoddx for improving the tests and support for tags that use the 29 29 request and response. 30 Thanks to Digital Pulp, Inc. for funding the initial development of this 31 extension as part of the Redken.com project.
