Versioning and publishing in DNN 5
Last Post 06/25/2011 7:59 PM by sped. 8 Replies.
Author Messages
WinXnet
Nuke Master
Nuke Master
Posts:156


--
03/22/2011 9:26 AM  
Need to look more into content versioning as well as publication management.

Anyone know a good tutorial, blog, guide, etc. that goes into detail on setup, use, cutomization and anything else I might need to know about it?

Our clients are asking more and more about these features and I have only minimal information to work from.
http://www.winxnet.com Emerson Bruce - http://chayadigital.wordpress.com
Joseph Craig
DNN MVP
Posts:11667


--
03/22/2011 5:08 PM  
Versioning in DotNetNuke is confined (at least I think that it is) to the Text/HTML module.

There are a number of modules that are intended to support "publishing." Two that I have used are Ventrian's News Articles module and Engage's Publish. Of these, Publish has versioning. I find News Articles to be more flexible and easier to configure. There are others.

Joe Craig, Patapsco Research Group
Complete DNN Support
sped
Nuke Active Member
Nuke Active Member
Posts:29


--
06/19/2011 8:20 PM  
Is there any way to remove/clear the previous versions history in DotNetNuke 5.1.4?

Many thanks
Joseph Craig
DNN MVP
Posts:11667


--
06/20/2011 9:24 AM  
There is not a UI to do it.

You can go to a particular Text/HTML module, View History, and delete individual items.

You other choices are figuring out how to do this with SQL (I'd be careful as there may be lnked/related tables) or do it in a custom module. You could look at how this is done in the Text/HTML module.

Joe Craig, Patapsco Research Group
Complete DNN Support
sped
Nuke Active Member
Nuke Active Member
Posts:29


--
06/20/2011 7:06 PM  
"You can go to a particular Text/HTML module, View History, and delete individual items. "

There doesn't seem to be the option to delete individual items in DNN 5.1.4.

Would anyone be able to detail on how to remove/clear Version History for the HTML Module another way or with SQL?

Thanks

Joseph Craig
DNN MVP
Posts:11667


--
06/20/2011 7:19 PM  
It should be a moderately simple upgrade from 5.6.2. I don't have an installation of 5.1.4, so I cannot check.

Oh ... there will soon be a Version 5.6.3 and it will be a strongly recommended upgrade. There are some major security issues and bugs that have been fixed since that version of DotNetNuke was released, and it's also true for the 5.6.3 release.

Joe Craig, Patapsco Research Group
Complete DNN Support
sped
Nuke Active Member
Nuke Active Member
Posts:29


--
06/23/2011 8:49 AM  
thanks for the info but cant upgrade at the moment. 5.1.4 doesn't include the icon option to delete history/versions
Joseph Craig
DNN MVP
Posts:11667


--
06/23/2011 10:04 AM  
In that case, you'll need to do this in SQL.

Note that I haven't worked this out completely and haven't tested it. In any case, do your experimentation using a copy of the database. Ideally, make a complete copy of the site, install it locally, and do your work there. When you have everything to your satisfaction, you can move it back to production ...

Look at the HTMLText table. The important fields are ModuleID and Version. It looks like, for each ModuleID you want to delete all versions except the last one. I don't think that this is linked to any other tables.

Joe Craig, Patapsco Research Group
Complete DNN Support
sped
Nuke Active Member
Nuke Active Member
Posts:29


--
06/25/2011 7:59 PM  
Okay great i'll try to run some tests.
Thank you for the info.


---