I successfully run the UWC lifecycle for my Mediawiki with also importing the history. Now I want also to include users and timestamps at which the pages were updated (and this metadata should be also available for all revisions of a page). So I run to the UDMF framework.
As stated in the documentation a I have setted the UDMF framework.
Exporter:
## {user:foobar} ## {timestamp:yyyymmddhhmmss} udmf=true
Converter:
## framework to check if the username is an existing confluence user Mediawiki.0004.userdate.class=com.atlassian.uwc.converters.mediawiki.UserDateConverter Mediawiki.0004.users-must-exist.property=false
And installed the related Confluence User Date Metadata Plugin, restarted Tomcat and in Confluence administration checked that the plugin is there and running.
Then I executed the two steps:
But two not expected things happened:
I have already restarted all services and executed the lifecycle once more. So my question is:
Have you any ideas why the UWC plugin should not work in such a scenario?
Thanks for your reply in advance.
I think answers to questions are following (I took over Peter's task to finish it).
For pages not containing UDMF data from export
There is bug in MediawikiExporter in used version of UWC in collecting metadata from SQL - at least in version I have investigated - there are mismatched rev_id and rev_text_id columns in table revision. I suppose that Phillip has a newer version of UWC, without this bug.
For not importing metadata into Confluence
Here I am not sure which solution helps to Phillip
I had completely forgot about this. I believe I've solved at least my problems though:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Updates are posted - have at it! https://twitter.com/appfusions/status/253905889482903552 Thanks Laura@appfusions.com and recent client for their support on this effort! |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The UDMF update for up to Confluence 4.2.X is now officially underway ... will be released next week.
Please check here, next week.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm having this same issue using Confluence 4.1.3 except all of my pages have the user/timestamp at the top of each page.
That is, the UDMF plugin isn't stepping in to have the actual user recorded as creating the page at the indicated time and instead the administrator is getting the credit for creating the page at the time it was created (also not using the indicated timestamp).
Any help would be greatly appreciated!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.