| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- Don't rely on globals (window.$) for jQuery import
- Remove eslint globals no longer in use
|
|
|
|
|
| |
Closes:
* Review comment cannot be edited #17768
* Changing PR Comment Resolved State Disables Further Changes #18315
|
|
|
|
|
|
|
|
|
|
|
| |
* Improvements to content history
* initialize content history when making an edit to an old item created before the introduction of content history
* show edit history for code comments on pull request files tab
* Fix a flaw in keepLimitedContentHistory
Fix a flaw in keepLimitedContentHistory, the first and the last should never be deleted
* Remove obsolete eager initialization of content history
|
|
* clean up async/await, and sort init calls in `index.js
* use `const _promise` to indicate that we do not need await an async function
|