[xwiki-devs] 5.0 final release
Hi devs, The release is planned for today. I'd like to start the release before noon (EET). Let me know if there are any issues that may block the release. Thanks, Marius
Hello Marius, I tested a clean install of the latest 5.0-SNAPSHOT on the supported databases, and they worked well (except the slowness) Manuel and me also tested migrations from 4.5.3 to 5.0-SNAPSHOT, paying special attention to the DW. We found some issues which some I consider blocking for the release: 1) It seems that when selecting the "Upgrade all wikis" option to install UI's on all of the Subwikis, this is actually only installed on the main wiki. The details of this step do not mention at all other subwikis except the main. 2) When accessing a subwiki, the DW will kick in, meaning that you can install the UI on that subwiki (not a blocker) 3) When installing the UI on a Workspace subwiki using DW (procedure form step 2) ), some Workspace keys are not translated, instead I get their keys: "platform.workspace.gadgetWorkspaceInformationLabel", "platform.workspace.gadgetTopActiveUsersLabel" and also the ones from the Workspace Panel 4) After installing the UI on the Workspace Subwiki (I am not interrupted to login as Admin during DW install), I loose my rights on that subwiki. So even while being logged as Admin, I get "You are not allowed to view this document or perform this action.". To fix this, I went to the main wiki, logged out and logged back in. This might be only an issue from my side. 5) After migrating from a 4.5.3 Manager to a 5.0-SNAPSHOT Manager and installing the Main wiki with DW and the subwiki also with DW, I got a velocity error in the console when refreshing Main.WebHome of that Workspace. Inspecting the code in wiki edit, I see that the title of Main.WebHome is "#set($scriptor = $services.wikimanaervices.localization.render('xe.home.title')*er*". Notice the "er" at the end which causes the error. I don't know how this got here, I reproduced twice, maybe it's a merge issue. This is not present on Main.WebHome of the Main wiki Hope I was clear enough to give the steps to reproduce. Regards, Sorin B. On Fri, Apr 26, 2013 at 10:28 AM, Marius Dumitru Florea < [email protected]> wrote:
Hi devs,
The release is planned for today. I'd like to start the release before noon (EET). Let me know if there are any issues that may block the release.
Thanks, Marius _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
On Fri, Apr 26, 2013 at 6:13 PM, Sorin Burjan <[email protected]> wrote:
Hello Marius,
I tested a clean install of the latest 5.0-SNAPSHOT on the supported databases, and they worked well (except the slowness)
Note that I don't fully reproduce the slowness. I have this: * clean install (empty database): install plan (1.5min) + actual install (2min) * upgrade from 4.5 to 5.0-SNAPSHOT: upgrade plan for default UI (1.5min) + actual upgrade of main UI (8min) + merge conflicts (3min) + extensions upgrade plan (3min) The clean install is pretty fast. There is indeed a problem with the (actual) upgrade that takes 4 times longer. The extensions upgrade plan could be faster too.
Manuel and me also tested migrations from 4.5.3 to 5.0-SNAPSHOT, paying special attention to the DW. We found some issues which some I consider blocking for the release:
1) It seems that when selecting the "Upgrade all wikis" option to install UI's on all of the Subwikis, this is actually only installed on the main wiki. The details of this step do not mention at all other subwikis except the main.
2) When accessing a subwiki, the DW will kick in, meaning that you can install the UI on that subwiki (not a blocker)
3) When installing the UI on a Workspace subwiki using DW (procedure form step 2) ), some Workspace keys are not translated, instead I get their keys: "platform.workspace.gadgetWorkspaceInformationLabel", "platform.workspace.gadgetTopActiveUsersLabel" and also the ones from the Workspace Panel
I can reproduce this. It may be related to the following warning I get in the console: 2013-04-29 19:10:58,669 [/xwiki/bin/view/Main/] WARN .o.i.DefaultObservationManager - The [org.xwiki.localization.wiki.internal.DefaultDocumentTranslationBundle] listener has overwritten a previously registered listener [org.xwiki.localization.wiki.internal.DefaultDocumentTranslationBundle] since they both are registered under the same id [localization.bundle.document:xwiki:WorkspaceManager.Translations]. In the future consider removing a Listener first if you really want to register it again.
4) After installing the UI on the Workspace Subwiki (I am not interrupted to login as Admin during DW install), I loose my rights on that subwiki. So even while being logged as Admin, I get "You are not allowed to view this document or perform this action.". To fix this, I went to the main wiki, logged out and logged back in. This might be only an issue from my side.
I didn't reproduce this.
5) After migrating from a 4.5.3 Manager to a 5.0-SNAPSHOT Manager and installing the Main wiki with DW and the subwiki also with DW, I got a velocity error in the console when refreshing Main.WebHome of that Workspace. Inspecting the code in wiki edit, I see that the title of Main.WebHome is "#set($scriptor = $services.wikimanaervices.localization.render('xe.home.title')*er*". Notice the "er" at the end which causes the error. I don't know how this got here, I reproduced twice, maybe it's a merge issue. This is not present on Main.WebHome of the Main wiki
I can reproduce this. Here's the diff between current and new http://snag.gy/Mixal.jpg and here's the diff between current and merged http://snag.gy/QSPsR.jpg . The merged title is broken. I didn't change the title of the workspace home page. The previous title (4.5) looks pretty complex so I believe it triggers some merge issue. Thanks, Marius
Hope I was clear enough to give the steps to reproduce.
Regards, Sorin B.
On Fri, Apr 26, 2013 at 10:28 AM, Marius Dumitru Florea < [email protected]> wrote:
Hi devs,
The release is planned for today. I'd like to start the release before noon (EET). Let me know if there are any issues that may block the release.
Thanks, Marius _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
On Mon, Apr 29, 2013 at 7:48 PM, Marius Dumitru Florea <[email protected]> wrote:
On Fri, Apr 26, 2013 at 6:13 PM, Sorin Burjan <[email protected]> wrote:
Hello Marius,
I tested a clean install of the latest 5.0-SNAPSHOT on the supported databases, and they worked well (except the slowness)
Note that I don't fully reproduce the slowness. I have this:
* clean install (empty database): install plan (1.5min) + actual install (2min) * upgrade from 4.5 to 5.0-SNAPSHOT: upgrade plan for default UI (1.5min) + actual upgrade of main UI (8min) + merge conflicts (3min) + extensions upgrade plan (3min)
The clean install is pretty fast. There is indeed a problem with the (actual) upgrade that takes 4 times longer. The extensions upgrade plan could be faster too.
Manuel and me also tested migrations from 4.5.3 to 5.0-SNAPSHOT, paying special attention to the DW. We found some issues which some I consider blocking for the release:
1) It seems that when selecting the "Upgrade all wikis" option to install UI's on all of the Subwikis, this is actually only installed on the main wiki. The details of this step do not mention at all other subwikis except the main.
2) When accessing a subwiki, the DW will kick in, meaning that you can install the UI on that subwiki (not a blocker)
Should be OK now.
3) When installing the UI on a Workspace subwiki using DW (procedure form step 2) ), some Workspace keys are not translated, instead I get their keys: "platform.workspace.gadgetWorkspaceInformationLabel", "platform.workspace.gadgetTopActiveUsersLabel" and also the ones from the Workspace Panel
I can reproduce this. It may be related to the following warning I get in the console:
2013-04-29 19:10:58,669 [/xwiki/bin/view/Main/] WARN .o.i.DefaultObservationManager - The [org.xwiki.localization.wiki.internal.DefaultDocumentTranslationBundle] listener has overwritten a previously registered listener [org.xwiki.localization.wiki.internal.DefaultDocumentTranslationBundle] since they both are registered under the same id [localization.bundle.document:xwiki:WorkspaceManager.Translations]. In the future consider removing a Listener first if you really want to register it again.
I did not get this log when upgrading from 4.5.3, will try again...
4) After installing the UI on the Workspace Subwiki (I am not interrupted to login as Admin during DW install), I loose my rights on that subwiki. So even while being logged as Admin, I get "You are not allowed to view this document or perform this action.". To fix this, I went to the main wiki, logged out and logged back in. This might be only an issue from my side.
I didn't reproduce this.
Me neither. Before upgrading, did you logged on main wiki then went to subwiki (i.e. you did the upgrade as main wiki Admin user) or directly logged on subwiki (i.e. you did the upgrade as subwiki Admin user) ?
5) After migrating from a 4.5.3 Manager to a 5.0-SNAPSHOT Manager and installing the Main wiki with DW and the subwiki also with DW, I got a velocity error in the console when refreshing Main.WebHome of that Workspace. Inspecting the code in wiki edit, I see that the title of Main.WebHome is "#set($scriptor = $services.wikimanaervices.localization.render('xe.home.title')*er*". Notice the "er" at the end which causes the error. I don't know how this got here, I reproduced twice, maybe it's a merge issue. This is not present on Main.WebHome of the Main wiki
I can reproduce this. Here's the diff between current and new http://snag.gy/Mixal.jpg and here's the diff between current and merged http://snag.gy/QSPsR.jpg . The merged title is broken. I didn't change the title of the workspace home page. The previous title (4.5) looks pretty complex so I believe it triggers some merge issue.
I did not had this complex title or any other change in the current version compared to what's is in the XE XAR Main.WebHome (so obviously I did not reproduced the merge issue). I guess the workspace module did not properly imported it's custom pages to the created wiki for some reason. Could you create a jira issue with a copy of those 3 versions so that we can reproduce and debug it more easily at diff module level.
Thanks, Marius
Hope I was clear enough to give the steps to reproduce.
Regards, Sorin B.
On Fri, Apr 26, 2013 at 10:28 AM, Marius Dumitru Florea < [email protected]> wrote:
Hi devs,
The release is planned for today. I'd like to start the release before noon (EET). Let me know if there are any issues that may block the release.
Thanks, Marius _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
On Tue, Apr 30, 2013 at 10:43 AM, Thomas Mortagne <[email protected]> wrote:
On Mon, Apr 29, 2013 at 7:48 PM, Marius Dumitru Florea <[email protected]> wrote:
On Fri, Apr 26, 2013 at 6:13 PM, Sorin Burjan <[email protected]> wrote:
Hello Marius,
I tested a clean install of the latest 5.0-SNAPSHOT on the supported databases, and they worked well (except the slowness)
Note that I don't fully reproduce the slowness. I have this:
* clean install (empty database): install plan (1.5min) + actual install (2min) * upgrade from 4.5 to 5.0-SNAPSHOT: upgrade plan for default UI (1.5min) + actual upgrade of main UI (8min) + merge conflicts (3min) + extensions upgrade plan (3min)
The clean install is pretty fast. There is indeed a problem with the (actual) upgrade that takes 4 times longer. The extensions upgrade plan could be faster too.
Manuel and me also tested migrations from 4.5.3 to 5.0-SNAPSHOT, paying special attention to the DW. We found some issues which some I consider blocking for the release:
1) It seems that when selecting the "Upgrade all wikis" option to install UI's on all of the Subwikis, this is actually only installed on the main wiki. The details of this step do not mention at all other subwikis except the main.
2) When accessing a subwiki, the DW will kick in, meaning that you can install the UI on that subwiki (not a blocker)
Should be OK now.
3) When installing the UI on a Workspace subwiki using DW (procedure form step 2) ), some Workspace keys are not translated, instead I get their keys: "platform.workspace.gadgetWorkspaceInformationLabel", "platform.workspace.gadgetTopActiveUsersLabel" and also the ones from the Workspace Panel
I can reproduce this. It may be related to the following warning I get in the console:
2013-04-29 19:10:58,669 [/xwiki/bin/view/Main/] WARN .o.i.DefaultObservationManager - The [org.xwiki.localization.wiki.internal.DefaultDocumentTranslationBundle] listener has overwritten a previously registered listener [org.xwiki.localization.wiki.internal.DefaultDocumentTranslationBundle] since they both are registered under the same id [localization.bundle.document:xwiki:WorkspaceManager.Translations]. In the future consider removing a Listener first if you really want to register it again.
I did not get this log when upgrading from 4.5.3, will try again...
4) After installing the UI on the Workspace Subwiki (I am not interrupted to login as Admin during DW install), I loose my rights on that subwiki. So even while being logged as Admin, I get "You are not allowed to view this document or perform this action.". To fix this, I went to the main wiki, logged out and logged back in. This might be only an issue from my side.
I didn't reproduce this.
Me neither. Before upgrading, did you logged on main wiki then went to subwiki (i.e. you did the upgrade as main wiki Admin user) or directly logged on subwiki (i.e. you did the upgrade as subwiki Admin user) ?
5) After migrating from a 4.5.3 Manager to a 5.0-SNAPSHOT Manager and installing the Main wiki with DW and the subwiki also with DW, I got a velocity error in the console when refreshing Main.WebHome of that Workspace. Inspecting the code in wiki edit, I see that the title of Main.WebHome is "#set($scriptor = $services.wikimanaervices.localization.render('xe.home.title')*er*". Notice the "er" at the end which causes the error. I don't know how this got here, I reproduced twice, maybe it's a merge issue. This is not present on Main.WebHome of the Main wiki
I can reproduce this. Here's the diff between current and new http://snag.gy/Mixal.jpg and here's the diff between current and merged http://snag.gy/QSPsR.jpg . The merged title is broken. I didn't change the title of the workspace home page. The previous title (4.5) looks pretty complex so I believe it triggers some merge issue.
I did not had this complex title or any other change in the current version compared to what's is in the XE XAR Main.WebHome (so obviously I did not reproduced the merge issue). I guess the workspace module did not properly imported it's custom pages to the created wiki for some reason.
Could you create a jira issue with a copy of those 3 versions so that we can reproduce and debug it more easily at diff module level.
I reported http://jira.xwiki.org/browse/XWIKI-9098 but I don't think it can be fixed at diff module level. Thanks, Marius
Thanks, Marius
Hope I was clear enough to give the steps to reproduce.
Regards, Sorin B.
On Fri, Apr 26, 2013 at 10:28 AM, Marius Dumitru Florea < [email protected]> wrote:
Hi devs,
The release is planned for today. I'd like to start the release before noon (EET). Let me know if there are any issues that may block the release.
Thanks, Marius _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
Created http://jira.xwiki.org/browse/XWIKI-9096 by the way. On Tue, Apr 30, 2013 at 4:06 PM, Marius Dumitru Florea <[email protected]> wrote:
On Tue, Apr 30, 2013 at 10:43 AM, Thomas Mortagne <[email protected]> wrote:
On Mon, Apr 29, 2013 at 7:48 PM, Marius Dumitru Florea <[email protected]> wrote:
On Fri, Apr 26, 2013 at 6:13 PM, Sorin Burjan <[email protected]> wrote:
Hello Marius,
I tested a clean install of the latest 5.0-SNAPSHOT on the supported databases, and they worked well (except the slowness)
Note that I don't fully reproduce the slowness. I have this:
* clean install (empty database): install plan (1.5min) + actual install (2min) * upgrade from 4.5 to 5.0-SNAPSHOT: upgrade plan for default UI (1.5min) + actual upgrade of main UI (8min) + merge conflicts (3min) + extensions upgrade plan (3min)
The clean install is pretty fast. There is indeed a problem with the (actual) upgrade that takes 4 times longer. The extensions upgrade plan could be faster too.
Manuel and me also tested migrations from 4.5.3 to 5.0-SNAPSHOT, paying special attention to the DW. We found some issues which some I consider blocking for the release:
1) It seems that when selecting the "Upgrade all wikis" option to install UI's on all of the Subwikis, this is actually only installed on the main wiki. The details of this step do not mention at all other subwikis except the main.
2) When accessing a subwiki, the DW will kick in, meaning that you can install the UI on that subwiki (not a blocker)
Should be OK now.
3) When installing the UI on a Workspace subwiki using DW (procedure form step 2) ), some Workspace keys are not translated, instead I get their keys: "platform.workspace.gadgetWorkspaceInformationLabel", "platform.workspace.gadgetTopActiveUsersLabel" and also the ones from the Workspace Panel
I can reproduce this. It may be related to the following warning I get in the console:
2013-04-29 19:10:58,669 [/xwiki/bin/view/Main/] WARN .o.i.DefaultObservationManager - The [org.xwiki.localization.wiki.internal.DefaultDocumentTranslationBundle] listener has overwritten a previously registered listener [org.xwiki.localization.wiki.internal.DefaultDocumentTranslationBundle] since they both are registered under the same id [localization.bundle.document:xwiki:WorkspaceManager.Translations]. In the future consider removing a Listener first if you really want to register it again.
I did not get this log when upgrading from 4.5.3, will try again...
4) After installing the UI on the Workspace Subwiki (I am not interrupted to login as Admin during DW install), I loose my rights on that subwiki. So even while being logged as Admin, I get "You are not allowed to view this document or perform this action.". To fix this, I went to the main wiki, logged out and logged back in. This might be only an issue from my side.
I didn't reproduce this.
Me neither. Before upgrading, did you logged on main wiki then went to subwiki (i.e. you did the upgrade as main wiki Admin user) or directly logged on subwiki (i.e. you did the upgrade as subwiki Admin user) ?
5) After migrating from a 4.5.3 Manager to a 5.0-SNAPSHOT Manager and installing the Main wiki with DW and the subwiki also with DW, I got a velocity error in the console when refreshing Main.WebHome of that Workspace. Inspecting the code in wiki edit, I see that the title of Main.WebHome is "#set($scriptor = $services.wikimanaervices.localization.render('xe.home.title')*er*". Notice the "er" at the end which causes the error. I don't know how this got here, I reproduced twice, maybe it's a merge issue. This is not present on Main.WebHome of the Main wiki
I can reproduce this. Here's the diff between current and new http://snag.gy/Mixal.jpg and here's the diff between current and merged http://snag.gy/QSPsR.jpg . The merged title is broken. I didn't change the title of the workspace home page. The previous title (4.5) looks pretty complex so I believe it triggers some merge issue.
I did not had this complex title or any other change in the current version compared to what's is in the XE XAR Main.WebHome (so obviously I did not reproduced the merge issue). I guess the workspace module did not properly imported it's custom pages to the created wiki for some reason.
Could you create a jira issue with a copy of those 3 versions so that we can reproduce and debug it more easily at diff module level.
I reported http://jira.xwiki.org/browse/XWIKI-9098 but I don't think it can be fixed at diff module level.
Thanks, Marius
Thanks, Marius
Hope I was clear enough to give the steps to reproduce.
Regards, Sorin B.
On Fri, Apr 26, 2013 at 10:28 AM, Marius Dumitru Florea < [email protected]> wrote:
Hi devs,
The release is planned for today. I'd like to start the release before noon (EET). Let me know if there are any issues that may block the release.
Thanks, Marius _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
participants (3)
-
Marius Dumitru Florea -
Sorin Burjan -
Thomas Mortagne