From 70a1c8c25274467ea1bed54105a3f5795a8e6e61 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 24 Jan 2008 16:18:20 +0000 Subject: [PATCH] Better POD for logView Asset.pm entry. Fix a bug with a bad description for the friends template variable in the manage friends template. --- docs/changelog/7.x.x.txt | 4 ++++ lib/WebGUI/Asset.pm | 3 ++- lib/WebGUI/i18n/English/Friends.pm | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index cb9da8ed5..447010e2f 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,3 +1,7 @@ +7.5.1 + - fix: Friends language error (perlDreamer Consulting, LLC.) + http://www.plainblack.com/bugs/tracker/friends-language-error + 7.5.0 - rfe: Search Asset returns URLs - Added link to return to inbox from message in inbox message template (Diona Kidd, Knowmad Technologies) diff --git a/lib/WebGUI/Asset.pm b/lib/WebGUI/Asset.pm index 2f36dffc4..30fc3d833 100644 --- a/lib/WebGUI/Asset.pm +++ b/lib/WebGUI/Asset.pm @@ -1378,7 +1378,8 @@ sub loadModule { =head2 logView ( ) -Logs the view of this asset to the passive profiling mechanism. +Logs the view of this asset to the passive profiling mechanism. If the asset is a Layout, it will also index +all of the children (not descendents) of the Layout. =cut diff --git a/lib/WebGUI/i18n/English/Friends.pm b/lib/WebGUI/i18n/English/Friends.pm index 273257b8f..2971c78a0 100644 --- a/lib/WebGUI/i18n/English/Friends.pm +++ b/lib/WebGUI/i18n/English/Friends.pm @@ -254,7 +254,7 @@ Thanks, }, 'friends' => { - message => q{A loop containing information about friends and form controls for selecting them for .}, + message => q{A loop containing information about friends and form controls for deleting them, or sending a message to them.}, lastUpdated => 1193193904, },