-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated Trac and GitHub issue references #470
Conversation
core/editable.js
Outdated
if ( this.insertElementIntoRange( element, range ) ) { | ||
range.moveToPosition( element, CKEDITOR.POSITION_AFTER_END ); | ||
|
||
// If we're inserting a block element, the new cursor position must be | ||
// optimized. (#3100,#5436,#8950) | ||
// optimized. (http://dev.ckeditor.com/ticket/3100,#5436,#8950) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not all tickets were changed in this line.
core/editable.js
Outdated
@@ -1172,7 +1172,7 @@ | |||
} | |||
|
|||
// Prevent Webkit/Blink from going rogue when joining | |||
// blocks on BACKSPACE/DEL (#11861,#9998). | |||
// blocks on BACKSPACE/DEL (http://dev.ckeditor.com/ticket/11861,#9998). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not all tickets were changed in this line.
core/htmldataprocessor.js
Outdated
@@ -192,7 +192,7 @@ | |||
data.writeChildrenHtml( writer ); | |||
data = writer.getHtml( true ); | |||
|
|||
// Restore those non-HTML protected source. (#4475,#4880) | |||
// Restore those non-HTML protected source. (http://dev.ckeditor.com/ticket/4475,#4880) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not all tickets were changed in this line.
plugins/colorbutton/plugin.js
Outdated
return isUnstylable( element ); | ||
} : function( element ) { | ||
// Fore color style must be applied inside links instead of around it. (#4772,#6908) | ||
// Fore color style must be applied inside links instead of around it. (http://dev.ckeditor.com/ticket/4772,#6908) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not all tickets were changed in this line.
plugins/devtools/plugin.js
Outdated
@@ -10,7 +10,7 @@ CKEDITOR.plugins.add( 'devtools', { | |||
editor._.showDialogDefinitionTooltips = 1; | |||
}, | |||
onLoad: function() { | |||
CKEDITOR.document.appendStyleText( CKEDITOR.config.devtools_styles || '#cke_tooltip { padding: 5px; border: 2px solid #333; background: #ffffff }' + | |||
CKEDITOR.document.appendStyleText( CKEDITOR.config.devtools_styles || '#cke_tooltip { padding: 5px; border: 2px solid http://dev.ckeditor.com/ticket/333; background: #ffffff }' + |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not a ticket number.
@@ -1,5 +1,5 @@ | |||
@bender-ui: collapsed | |||
@bender-tags: tc, 16755, 4.7.0, tp1579 | |||
@bender-tags: tc, 16755, 4.7.0, tptrac1579 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's tp ticket number, not trac. Additionally trac ticket is not changed.
@@ -1,4 +1,4 @@ | |||
@bender-tags: 4.6.1, tc, 11064, widgetselection | |||
@bender-tags: 4.6.1, tc, 1trac1064, widgetselection |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It shouldn't be changed this way.
@@ -1,4 +1,4 @@ | |||
@bender-tags: 4.6.1, tc, 11064, widgetselection | |||
@bender-tags: 4.6.1, tc, 1trac1064, widgetselection |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shouldn't be changed this way.
tests/tickets/11616/1.md
Outdated
@@ -1,5 +1,5 @@ | |||
@bender-ui: collapsed | |||
@bender-tags: wyswigarea, tc, 4.5.2, 11616, 9715 | |||
@bender-tags: wyswigarea, tc, 4.5.2, 1trac1616, 9715 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shouldn't be changed this way.
tests/tickets/11616/2.md
Outdated
@@ -1,5 +1,5 @@ | |||
@bender-ui: collapsed | |||
@bender-tags: toolbar, tc, 4.5.2, 11616, 7360 | |||
@bender-tags: toolbar, tc, 4.5.2, 1trac1616, 7360 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shouldn't be changed this way.
Added requested changes. |
core/editable.js
Outdated
@@ -998,7 +998,7 @@ | |||
var keyCode = evt.data.domEvent.getKey(), | |||
isHandled; | |||
|
|||
// Prevent of reading path of empty range (#13096, #gh457). | |||
// Prevent of reading path of empty range (http://dev.ckeditor.com/ticket/13096, http://dev.ckeditor.com/ticket/457). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GH ticket number is now changed into trac link.
core/editable.js
Outdated
@@ -1186,7 +1186,7 @@ | |||
if ( !( key in backspaceOrDelete ) ) | |||
return; | |||
|
|||
// Prevent of reading path of empty range (#13096, #gh457). | |||
// Prevent of reading path of empty range (http://dev.ckeditor.com/ticket/13096, http://dev.ckeditor.com/ticket/457). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GH ticket number is now changed into trac link.
@@ -1,4 +1,4 @@ | |||
@bender-tags: selection, focus, tc, 4.4.6, 12630, 12337 | |||
@bender-tags: selection, focus, tc, 4.4.6, 12630, trac12337 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is still second ticket number, which was not changed.
@@ -1,4 +1,4 @@ | |||
@bender-tags: selection, focus, tc, 4.4.6, 12630, 12337 | |||
@bender-tags: selection, focus, tc, 4.4.6, 12630, trac12337 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is still second ticket number, which was not changed.
@@ -1,4 +1,4 @@ | |||
@bender-tags: selection, focus, tc, 4.4.6, 12630, 12337 | |||
@bender-tags: selection, focus, tc, 4.4.6, 12630, trac12337 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is still second ticket number, which was not changed.
@@ -20,7 +20,7 @@ | |||
} | |||
|
|||
var tests = { | |||
// (#258, #tp2247) | |||
// (http://dev.ckeditor.com/ticket/258, #tp2247) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems like this ticket number is from unknown source… It does not fit to trac or our GH.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this issue is not available to the public, I decided to remove it all along.
I found a couple extra missing references, fixed in 3d04295. |
@@ -1,4 +1,4 @@ | |||
@bender-tags: selection, focus, tc, 4.4.6, 12630, 12337 | |||
@bender-tags: selection, focus, tc, 4.4.6, 12630, trac12337 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still one ticket number left.
Fixed. I did not rebase the branch, so that comments won't lose the reference. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. But it would be nice to rebase the branch and fix also the newly added ticket numbers.
It's a relatively recent PR, and it's latest common commit with
Done. |
What is the purpose of this pull request?
Maintenance Task
What changes did you make?
Replaced existing
#<number>
references with permalinks to Trac. Also updated tags in manual tests, from format<number>
totrac<number>
.GitHub references has been updated from
gh<number>
to<number>
in manual tests, and#<number>
in js files.Closes #433.
This issue does not require changelog entry.