Last modified by Marius Dumitru Florea on 2022/02/28 00:33

<
From version < 91.1 >
edited by Yann Flory
on 2016/10/24 15:04
To version < 92.1 >
edited by Thomas Mortagne
on 2017/03/28 15:09
>
Change comment: Fix jira URLs

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.YannFlory
1 +xwiki:XWiki.ThomasMortagne
ExtensionCode.ExtensionVersionClass[2]
Release Notes
... ... @@ -1,1 +1,1 @@
1 -fixed http://jira.xwiki.org/browse/RTWIKI-3
1 +fixed https://jira.xwiki.org/browse/RTWIKI-3
ExtensionCode.ExtensionVersionClass[3]
Release Notes
... ... @@ -1,1 +1,1 @@
1 -See: http://jira.xwiki.org/browse/RTWIKI-8?jql=project%20%3D%20RTWIKI%20and%20fixVersion%20%3D%20%271.3%27
1 +See: https://jira.xwiki.org/browse/RTWIKI-8?jql=project%20%3D%20RTWIKI%20and%20fixVersion%20%3D%20%271.3%27
ExtensionCode.ExtensionVersionClass[4]
Release Notes
... ... @@ -1,1 +1,1 @@
1 -See: http://jira.xwiki.org/browse/RTWIKI-8?jql=project%20%3D%20RTWIKI%20and%20fixVersion%20%3D%20%271.4%27
1 +See: https://jira.xwiki.org/browse/RTWIKI-8?jql=project%20%3D%20RTWIKI%20and%20fixVersion%20%3D%20%271.4%27
ExtensionCode.ExtensionVersionClass[5]
Release Notes
... ... @@ -1,1 +1,1 @@
1 -See: http://jira.xwiki.org/browse/RTWIKI-8?jql=project%20%3D%20RTWIKI%20and%20fixVersion%20%3D%20%271.5%27
1 +See: https://jira.xwiki.org/browse/RTWIKI-8?jql=project%20%3D%20RTWIKI%20and%20fixVersion%20%3D%20%271.5%27
ExtensionCode.ExtensionVersionClass[9]
Release Notes
... ... @@ -1,1 +1,1 @@
1 -fix http://jira.xwiki.org/browse/RTWIKI-21
1 +fix https://jira.xwiki.org/browse/RTWIKI-21
ExtensionCode.ExtensionVersionClass[10]
Release Notes
... ... @@ -1,3 +1,3 @@
1 -http://jira.xwiki.org/browse/RTWIKI-26 If one person edits a document using WYSIWYG, another is incorrectly invited to "join realtime collaboration"
1 +https://jira.xwiki.org/browse/RTWIKI-26 If one person edits a document using WYSIWYG, another is incorrectly invited to "join realtime collaboration"
2 2  1. attempt to get the language of the document from the html tag in case that the document is 'locked for editing'
3 3  2. do not consider a realtime collaborative session as existing unless another user has registered
ExtensionCode.ExtensionVersionClass[11]
Release Notes
... ... @@ -1,1 +1,1 @@
1 -Fixes http://jira.xwiki.org/browse/RTWIKI-29.
1 +Fixes https://jira.xwiki.org/browse/RTWIKI-29.
ExtensionCode.ExtensionVersionClass[12]
Release Notes
... ... @@ -1,1 +1,1 @@
1 -Fixes http://jira.xwiki.org/browse/RTWIKI-30.
1 +Fixes https://jira.xwiki.org/browse/RTWIKI-30.
ExtensionCode.ExtensionVersionClass[14]
Release Notes
... ... @@ -1,53 +1,53 @@
1 -[[RTWIKI-11>>http://jira.xwiki.org/browse/RTWIKI-11]]: integrate changes which are made at the server side
1 +[[RTWIKI-11>>https://jira.xwiki.org/browse/RTWIKI-11]]: integrate changes which are made at the server side
2 2  
3 3  using merge algorithm
4 4  
5 -[[RTWIKI-15>>http://jira.xwiki.org/browse/RTWIKI-15]]: Do not autosave unless there have been actual changes to the text.
5 +[[RTWIKI-15>>https://jira.xwiki.org/browse/RTWIKI-15]]: Do not autosave unless there have been actual changes to the text.
6 6  
7 -[[RTWIKI-29>>http://jira.xwiki.org/browse/RTWIKI-28]]: Realtime should never override a save which bypassed the realtime session.
7 +[[RTWIKI-29>>https://jira.xwiki.org/browse/RTWIKI-28]]: Realtime should never override a save which bypassed the realtime session.
8 8  
9 9  always merge, whether using buttons or autosave
10 10  
11 -[[RTWIKI-32>>http://jira.xwiki.org/browse/RTWIKI-32]]: Hook the save button - merge on save
11 +[[RTWIKI-32>>https://jira.xwiki.org/browse/RTWIKI-32]]: Hook the save button - merge on save
12 12  
13 13  save and view/continue are _almost_ guaranteed to send ISAVE messages. only in the event of a network disconnection will other users be unaware of your having saved. related: RTWIKI-36
14 14  
15 -[[RTWIKI-33>>http://jira.xwiki.org/browse/RTWIKI-33]]: On merge failure: keep our version OR theirs
15 +[[RTWIKI-33>>https://jira.xwiki.org/browse/RTWIKI-33]]: On merge failure: keep our version OR theirs
16 16  
17 17  settled by merge dialog
18 18  
19 -[[RTWIKI-34>>http://jira.xwiki.org/browse/RTWIKI-34]]: Give Messages when merging
19 +[[RTWIKI-34>>https://jira.xwiki.org/browse/RTWIKI-34]]: Give Messages when merging
20 20  
21 21  there are a variety of translatable messages, and a simple API for displaying them
22 22  
23 -[[RTWIKI-35>>http://jira.xwiki.org/browse/RTWIKI-35]]: Use merge algorithm from inside of XWiki to do merge for RTWiki
23 +[[RTWIKI-35>>https://jira.xwiki.org/browse/RTWIKI-35]]: Use merge algorithm from inside of XWiki to do merge for RTWiki
24 24  
25 -[[RTWIKI-37>>http://jira.xwiki.org/browse/RTWIKI-37]]: changes made during an asynchronous merge are overwritten
25 +[[RTWIKI-37>>https://jira.xwiki.org/browse/RTWIKI-37]]: changes made during an asynchronous merge are overwritten
26 26  
27 27  check if changes have been made, and discard merge until next cycle if so
28 28  
29 -[[RTWIKI-40>>http://jira.xwiki.org/browse/RTWIKI-40]]: ISAVED messages are not recognized by chainpad
29 +[[RTWIKI-40>>https://jira.xwiki.org/browse/RTWIKI-40]]: ISAVED messages are not recognized by chainpad
30 30  
31 31  catch these messages before they are ever sent to chainpad
32 32  
33 -[[RTWIKI-41>>http://jira.xwiki.org/browse/RTWIKI-41]]: don't merge if latestCommonAncestor and most recent version are equal
33 +[[RTWIKI-41>>https://jira.xwiki.org/browse/RTWIKI-41]]: don't merge if latestCommonAncestor and most recent version are equal
34 34  
35 -[[RTWIKI-42>>http://jira.xwiki.org/browse/RTWIKI-42]]: in the event of a merge conflict, present a modal dialog
35 +[[RTWIKI-42>>https://jira.xwiki.org/browse/RTWIKI-42]]: in the event of a merge conflict, present a modal dialog
36 36  
37 37  additionally, receiving an ISAVED message closes this modal
38 38  
39 -[[RTWIKI-44>>http://jira.xwiki.org/browse/RTWIKI-44]]: don't save if live content is determined to be equal to the last saved content
39 +[[RTWIKI-44>>https://jira.xwiki.org/browse/RTWIKI-44]]: don't save if live content is determined to be equal to the last saved content
40 40  
41 41  determined by the server
42 42  
43 -[[RTWIKI-46>>http://jira.xwiki.org/browse/RTWIKI-46]]: autosave cycles continue while the merge dialog is pending
43 +[[RTWIKI-46>>https://jira.xwiki.org/browse/RTWIKI-46]]: autosave cycles continue while the merge dialog is pending
44 44  
45 45  set a flag while dialog is displayed, short-circuit during check if flag is present
46 46  
47 -[[RTWIKI-47>>http://jira.xwiki.org/browse/RTWIKI-47]]: Only users which have made changes should autosave or settle merge conflicts
47 +[[RTWIKI-47>>https://jira.xwiki.org/browse/RTWIKI-47]]: Only users which have made changes should autosave or settle merge conflicts
48 48  
49 49  this cuts down on the number of merges the server performs. It also prevents displaying merge dialogs to non-editing users
50 50  
51 -[[RTWIKI-48>>http://jira.xwiki.org/browse/RTWIKI-48]]: documents can wrongfully merge with themselves
51 +[[RTWIKI-48>>https://jira.xwiki.org/browse/RTWIKI-48]]: documents can wrongfully merge with themselves
52 52  
53 53  if the merged document's content hash is found in the realtime history, the merge is ignored. This prevents merges which are reversions to earlier states
ExtensionCode.ExtensionVersionClass[15]
Release Notes
... ... @@ -1,1 +1,1 @@
1 -closes [[RTWIKI-50>>http://jira.xwiki.org/browse/RTWIKI-50]].
1 +closes [[RTWIKI-50>>https://jira.xwiki.org/browse/RTWIKI-50]].
ExtensionCode.ExtensionVersionClass[18]
Release Notes
... ... @@ -1,1 +1,1 @@
1 -fix http://jira.xwiki.org/browse/RTWIKI-53
1 +fix https://jira.xwiki.org/browse/RTWIKI-53
ExtensionCode.ExtensionVersionClass[19]
Release Notes
... ... @@ -1,2 +1,2 @@
1 -http://jira.xwiki.org/browse/RTWIKI-57
1 +https://jira.xwiki.org/browse/RTWIKI-57
2 2  Refactor the application to use the new Realtime Frontend extension.

Get Connected