CatQuest: sorry, I saw your message last week about adding languages, didn't have time to do it yet, probably over the week-end
2022-01-28 02833, 2022
loujine
same for reosarevok 's suggestion for improve relationships cloning on a group of track, that's written but I need to test it a bit more
2022-01-28 02857, 2022
reosarevok
<3
2022-01-28 02832, 2022
xsteadfastx has quit
2022-01-28 02848, 2022
alexrelis has quit
2022-01-28 02810, 2022
xsteadfastx joined the channel
2022-01-28 02826, 2022
zer0bitz has quit
2022-01-28 02838, 2022
zer0bitz joined the channel
2022-01-28 02817, 2022
xsteadfastx has quit
2022-01-28 02807, 2022
zer0bitz_ joined the channel
2022-01-28 02852, 2022
zer0bitz has quit
2022-01-28 02802, 2022
MRiddickW joined the channel
2022-01-28 02826, 2022
Clint_ is now known as Clint
2022-01-28 02853, 2022
CatQuest
loujine: no worries, take all the time you need :)
2022-01-28 02836, 2022
atj
nice updates to the cover art script ROpdebee
2022-01-28 02853, 2022
atj
reosarevok: I recall you were talking about changing the annotation column the other day. Would that change fix the issue where when you delete an annotation it says "Add release annotation", doesn't display the previous version and says "This annotation is empty.".
2022-01-28 02832, 2022
reosarevok
Not directly at least
2022-01-28 02847, 2022
reosarevok
Do you mean the edit or?
2022-01-28 02811, 2022
reosarevok
Annotations are always done as "add", whether you delete or edit or add, rn
2022-01-28 02817, 2022
reosarevok
Which is a bit weird, admittedly
2022-01-28 02841, 2022
atj
reosarevok: well, I'm editing a releasing and deleting the entire disambiguation.
2022-01-28 02849, 2022
atj
s/releasing/release
2022-01-28 02827, 2022
atj
it would be nice to show the previous version of the annotation in the edit summary
2022-01-28 02840, 2022
reosarevok
Yeah, I can see that. I don't remember why we don't do it - bitmap, do you?
2022-01-28 02856, 2022
bitmap
I guess 'cause like you said, annotations are always "add" edits, so we don't have any display code for an "edit annotation" edit type
2022-01-28 02847, 2022
bitmap
you mean the "add" display should show the previous version if one exists? that could work
2022-01-28 02840, 2022
ainola joined the channel
2022-01-28 02848, 2022
atj
yeah that would fix the main issue.
2022-01-28 02848, 2022
bitmap
we'd just have to keep track of which version of the annotation the user has loaded/is editing, and store that in the edit
2022-01-28 02856, 2022
reosarevok
At least a *link* to it probably wouldn't hurt
2022-01-28 02858, 2022
atj
I assume annotations are treated differently because they are TEXT fields (or something)?
2022-01-28 02806, 2022
bitmap
otherwise it may differ from the version when the edit is submitted or applied
2022-01-28 02813, 2022
reosarevok
But we could just store the whole thing
2022-01-28 02836, 2022
reosarevok
(the revisions are stored in history, so it should be trivial to just store the ID either way)
2022-01-28 02818, 2022
reosarevok
atj: I honestly dunno why this was implemented like this - I guess because it's meant to be a bit like a wiki it wasn't really thought of as a "proper field" with diffs and stuff?