Deprectae OC.Util.formatDate and OC.Util.relativeModifiedDate#20988
Merged
Deprectae OC.Util.formatDate and OC.Util.relativeModifiedDate#20988
Conversation
Member
Please add this for all of these deprecations and removals 🙏 And we should maybe also add this to #20953 |
juliusknorr
reviewed
May 15, 2020
core/src/OC/util.js
Outdated
| * @returns {string} timestamp formatted as requested | ||
| */ | ||
| formatDate: function(timestamp, format) { | ||
| console.warn('OC.Util.formatDate is deprecated and will be removed in Nextcloud 21') |
Member
There was a problem hiding this comment.
Maybe add a hint to use https://github.com/nextcloud/nextcloud-moment
ChristophWurst
approved these changes
May 15, 2020
Member
Author
|
/compile amend / |
bf4ce86 to
04d8873
Compare
dfb9347 to
bfc018b
Compare
Member
Author
|
/compile amend / |
Signed-off-by: Roeland Jago Douma <[email protected]> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
bfc018b to
d5a13f8
Compare
Member
|
Documented with the other changes from #20953 |
tintou
pushed a commit
to nextcloud/contacts
that referenced
this pull request
Nov 15, 2020
As per nextcloud/server#20988 OC.Util.relativeModifiedDate is deprecated.
tintou
pushed a commit
to nextcloud/contacts
that referenced
this pull request
Nov 15, 2020
As per nextcloud/server#20988 OC.Util.relativeModifiedDate is deprecated. Signed-off-by: Corentin Noël <[email protected]>
tintou
pushed a commit
to nextcloud/activity
that referenced
this pull request
Nov 17, 2020
tintou
pushed a commit
to nextcloud/activity
that referenced
this pull request
Nov 17, 2020
As per nextcloud/server#20988 Signed-off-by: Corentin Noël <[email protected]>
artonge
pushed a commit
to nextcloud/activity
that referenced
this pull request
Jun 27, 2023
As per nextcloud/server#20988 Signed-off-by: Corentin Noël <[email protected]>
nextcloud-command
pushed a commit
to nextcloud/activity
that referenced
this pull request
Jun 27, 2023
As per nextcloud/server#20988 Signed-off-by: Corentin Noël <[email protected]>
nextcloud-command
pushed a commit
to nextcloud/activity
that referenced
this pull request
Jun 27, 2023
As per nextcloud/server#20988 Signed-off-by: Corentin Noël <[email protected]> Signed-off-by: nextcloud-command <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Roeland Jago Douma [email protected]