Forum


HomeHomePremiumPremiumAdministrationAdministrationTrack UpdatesTrack Updates
Previous
 
Next
New Post
4/8/2013 5:31 AM
 

Is there any way to view recent updates to a DNN site or create a report that shows updates for a time period?  Preferably using the Community Edition.

 
New Post
4/8/2013 5:44 AM
 

Hi Christopher,

You can run this query under Host/SQL:

select top(20) Users.FirstName, Users.LastName, Content, HtmlText.LastModifiedOnDate from HtmlText INNER JOIN Users ON HtmlText.LastModifiedByUserID = Users.UserID order by HtmlText.LastModifiedOnDate

It will give you the information for changes on the HTML module contents. But it will not cover all modules other modules. Each module tracks their changes on its own particular way. There is no general way to get that info for all kinds of modules.

Cheers,

Aderson

 
Previous
 
Next
HomeHomePremiumPremiumAdministrationAdministrationTrack UpdatesTrack Updates



Try FREE
30 days money back guaranteed