martinh
-
5/21/2009 10:35:30 PM
RE:2 questions (Versioning ability and url direct to edit mode of a particular product)
Hi,
Regarding the question 1:
The worklow is fully featured, it just currently doesn't support some visual comparisson of two versions againts each other. It is definitely doable, you would just need to implement this in the admin interface (which code is available with all versions). It is planned but the exact time plan for that is not yet on the table so I cannot make any promises on that.
Question 2:
Actually, the entire user interface consists of the frames and windows, they usually get the nodeid, using the current user culture (they cannot really get anything else as the parameter. In some cases even the action parameters or so, but in general, it is not really designed to be standalone, without all the menus and tree around. So this may be possible, but not guaranteed, you may need to change some javascripts to avoid the interframe communication. If you would like to log in automatically, you need to call the method FormsAuthentication.SetAuthCookie since we are using the standard ASP.NET forms authentication. Please note that the user won't be recognized as authenticated until the next request.
You could actually allow the users add and edit the documents without being authenticated (and from the live site) using our user contributions web parts.
|