Hi,

I have just put the finishing touches on checkLinkObjects (r1.3 attached);
it's a custom dmCron object that creates (then emails) a report of all link
object in a site.

I have found it quit useful so far to spot when users try to set website
links to use the email display method!

The (HTML) email formatting is based on the core's Stats. Overview Report.

The checking for HTML links is done via <cfhttp> method=head". Email links
are checked for valid structure only and not for their existence.

The URL parameters are:

emailTo        - REQUIRED emailaddress (comma-separated list) for report
addressing
httpTimeout    - OPTIONAL timeout for check link check (in seconds; default:
10)
ProxyServer    - OPTIONAL used for the cfhttp call (default: blank)
ProxyPort      - OPTIONAL used for the cfhttp call (default: blank)
proxyUser      - OPTIONAL used for the cfhttp call (default: blank)
proxyPassword  - OPTIONAL used for the cfhttp call (default: blank)

So far I have experienced some false errors with links involving redirection
(giving off 502 Bad Gateway errors).

The email report offers links (by each object) to its edit overview page.
Unfortunately this loads outside of the admin frameset. Does anyone know of
a way to target the edit frameset with an object's id? I have seen the
rootobjectid parameter however this seems to need the parent navigation id
rather than the dmlink object's id.

Cheers

David 

****************************************************************** 
*                                                                * 
*  ,-_|\ David Whiterod, Senior GIS Analyst                      * 
* /     \ Spatial Planning Analysis and Research Branch          * 
* \_,-*_/ Department of Transport and Urban Planning             * 
*      v Adelaide, South Australia                               * 
*                                                                * 
*        p> +61 8 8303 0689  f> +61 8 8303 0716  m> 0413 844 411 * 
*        <http://www.planning.sa.gov.au>                         * 
*        [EMAIL PROTECTED]                         * 
*                                                                * 
****************************************************************** 

The information contained in this e-mail message may be confidential and may
also be the subject of privileged or public interest immunity. If you are
not the intended recipient, any use, disclosure or reproduction of this
document is unauthorised. If you have received this e-mail in error, please
contact me.

Attachment: checkLinkObjects.cfm
Description: Binary data

---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to