Revision History over 2 different postings
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Microsoft Content Management Server > Revision History over 2 different postings




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Revision History over 2 different postings  
Björn Bur


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-11-05 01:48 AM

hello everyone,

is it possible to track the content-changes over 2 different postings
(something like revision history)?

thx for your answers...

björn







[ Post a follow-up to this message ]



    Re: Revision History over 2 different postings  
Stefan [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-11-05 01:48 AM

Hi Björn,

not sure what you need? Why is revision history comparison not sufficient
for you?

Cheers,
Stefan

--
This posting is provided "AS IS" with no warranties, and confers no rights

New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------


"Björn Bur" <bjoernbur@hotmail.com> wrote in message
news:%237g$ycanFHA.2152@TK2MSFTNGP14.phx.gbl...
> hello everyone,
>
> is it possible to track the content-changes over 2 different postings
> (something like revision history)?
>
> thx for your answers...
>
> björn
>







[ Post a follow-up to this message ]



    Re: Revision History over 2 different postings  
Björn Bur


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-15-05 07:48 AM

Hi Stefan,

The problem is, that i've got 2 different postings from the same template.
And now i would like to compare this 2 postings. is that possible?

thx

björn


"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:%23fD0YxcnFHA.4028@TK2MSFTNGP10.phx.gbl...
> Hi Björn,
>
> not sure what you need? Why is revision history comparison not sufficient
> for you?
>
> Cheers,
> Stefan
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
>
> New to MCMS?
> Check out this book: Building Websites Using MCMS:
> http://tinyurl.com/6zj44
> ----------------------
>
>
> "Björn Bur" <bjoernbur@hotmail.com> wrote in message
> news:%237g$ycanFHA.2152@TK2MSFTNGP14.phx.gbl... 
>
>







[ Post a follow-up to this message ]



    Re: Revision History over 2 different postings  
Stefan [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-15-05 10:51 PM

Hi Björn,

not with a standard function.
You could implement such a function on your own.
Retrieve both posting objects and then compare all placeholders one by one.

Cheers,
Stefan

--
This posting is provided "AS IS" with no warranties, and confers no rights

New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------


"Björn Bur" <bjoernbur@hotmail.com> wrote in message
news:%23VVsKYWoFHA.3996@TK2MSFTNGP12.phx.gbl...
> Hi Stefan,
>
> The problem is, that i've got 2 different postings from the same template.
> And now i would like to compare this 2 postings. is that possible?
>
> thx
>
> björn
>
>
> "Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
> news:%23fD0YxcnFHA.4028@TK2MSFTNGP10.phx.gbl... 
>
>







[ Post a follow-up to this message ]



    Re: Revision History over 2 different postings  
Angus Logan [MVP]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-18-05 10:52 PM

An alternative solution would be to 'merge' the postings;

ie. create a new posting = Posting C
update the posting placeholders with the contents of Posting A
commit + approve;
update the posting placehodlers with the contents of Posting B
commit + approve;

then compare the versions 

--
 ________________________________________


Angus Logan  (MCAD/MCDBA/MCP/MVP for MCMS)
Product Specialist
Microsoft Application Solutions
Data#3 Limited
E angus_logan@data3.com.au
BLOG www.anguslogan.com
 ________________________________________

"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:%2330q$mdoFHA.3568@TK2MSFTNGP10.phx.gbl...
> Hi Björn,
>
> not with a standard function.
> You could implement such a function on your own.
> Retrieve both posting objects and then compare all placeholders one by
> one.
>
> Cheers,
> Stefan
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
>
> New to MCMS?
> Check out this book: Building Websites Using MCMS:
> http://tinyurl.com/6zj44
> ----------------------
>
>
> "Björn Bur" <bjoernbur@hotmail.com> wrote in message
> news:%23VVsKYWoFHA.3996@TK2MSFTNGP12.phx.gbl... 
>
>







[ Post a follow-up to this message ]



    Re: Revision History over 2 different postings  
Björn Bur


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-19-05 11:00 PM

Hello Stefan,

I developed such a function...but i also saw that CMS uses the
"CompareHtml.dll" to compare 2 revisions...am I allowed to use
the code of this dll?

thx

björn
"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:%2330q$mdoFHA.3568@TK2MSFTNGP10.phx.gbl...
> Hi Björn,
>
> not with a standard function.
> You could implement such a function on your own.
> Retrieve both posting objects and then compare all placeholders one by
> one.
>
> Cheers,
> Stefan
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
>
> New to MCMS?
> Check out this book: Building Websites Using MCMS:
> http://tinyurl.com/6zj44
> ----------------------
>
>
> "Björn Bur" <bjoernbur@hotmail.com> wrote in message
> news:%23VVsKYWoFHA.3996@TK2MSFTNGP12.phx.gbl... 
>
>







[ Post a follow-up to this message ]



    Re: Revision History over 2 different postings  
Stefan [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-19-05 11:00 PM

Hi Björn,

using this DLL on your own is not supported but should not do any harm.
The source code is not provided and decompiling it would most likely be a
licensing violation.

Cheers,
Stefan

--
This posting is provided "AS IS" with no warranties, and confers no rights

New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------


"Björn Bur" <bjoernbur@hotmail.com> wrote in message
news:uSah%23cSvFHA.2924@TK2MSFTNGP15.phx.gbl...
> Hello Stefan,
>
> I developed such a function...but i also saw that CMS uses the
> "CompareHtml.dll" to compare 2 revisions...am I allowed to use
> the code of this dll?
>
> thx
>
> björn
> "Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
> news:%2330q$mdoFHA.3568@TK2MSFTNGP10.phx.gbl... 
>
>







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 05:51 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register