Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For example, a typical Friendly URL in FarCry would be: http://farcrywww.daemonfarcrycms.com.auorg/go/documentationdownloads/dailyrelease-use-guidesnotes

Panel
titleMore FU Information
Child pages (Children Display)

...

All system level friendly URL management is handled through a specific component, ie. /core/packages/farcry/fu.cfc. fu.cfc has been re-engineered to seamlessly present the existing v2.3 FU functionality but also provide a richer interface for FarCry 3.0 extensions.

Database persistence is done in the "refFriendlyURL" table with the following fields:

...

status includes an "active permanent" state to accommodate the option for FU's that have been manually created and should consequently not be automatically retired on content editing changes. As content is edited it is envisaged that old FU's will be flagged to 0 while the current active FU will have a state of 1. That is, refobjectid/status:1 should be unique.

...

titlequery of queries vs structkeyfinds()

...

.

Friendly URL Structure

Any content type (core or custom) can record any FU based on both properties and logic stored in the content type, activated during editing, approval or any other stage of the content item lifecycle.

...