how to do true image version control

This is a forum to suggest new features for mojoPortal. 

This thread is closed to new posts. You must sign in to post in the forums.
6/1/2010 7:14:22 PM
Gravatar
Total Posts 3

how to do true image version control

It seems that mojoportal does not have a simple image version control system. The closest to image version control is to use share file folder to upload iamges. However if a page contains an image link to http://postmojo/SharedFiles/Download.aspx?pageid=16&fileid=14&mid=45, when user upload a new image, the new image link is http://postmojo/SharedFiles/Download.aspx?pageid=16&fileid=15&mid=45. User has to manually update all page content which has links to fileid=14&mid=45 to fileid=15&mid=45. This approach is not error prone, as when there are multiple pages linking to the same image which is updated, user might forget to update some links.

 

Another idea I tried to get around this problem is to use url redirect, but this attempt failed.

Here are the detail steps I performed":

1) On http://postmojo/test-artisteer-xlu.aspx
I made an image link to: http://postmojo/SharedFiles/Download.aspx?pageid=16&fileid=14&mid=45
This link is obtained from sharefile image.

2) Then I tried both in Url Manager and 301 Redirect manager to redirect Url:
http://postmojo/SharedFiles/Download.aspx?pageid=16&fileid=14&mid=45

to

http://postmojo/SharedFiles/Download.aspx?pageid=16&fileid=15&mid=45


However the image on http://postmojo/testpage.aspx still displays the old version image.  Why is this approach failing? Perhaps the url redirect happens after the rendering of image?

 

Another idea idea is to write a new share file component in mojoportal, then somehow map the old image url with the new one automatically before image is rendered. Can someone tell me whether there is existing method to do what I want, automatic image version control without requiring user to update all page linking the the image which is being version controlled? That way, I don't have to write a new component and duplicate other people's effort.

Thank you in advance for any suggestions.

Xiaoming

 

6/2/2010 9:28:14 AM
Gravatar
Total Posts 18439

Re: how to do true image version control

Hi,

No we don't currently have any version management for images or other media. This is what I would describe as an enterprise feature and the fact that we do not currently have that kind of feature is partly why I don't call mojoPortal an enterprise content management system. Maybe someday mojoPortal will evolve to have these kinds of "enterprise" features but it is not there yet. Shared files is not intended as a repository for images or other media used in site content, it is only designed for sharing files for download in a secure manner based on roles.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.