Yes, apparently it were edits 29086558, 29086559, 29086576, 29086577, 29086579, 29086580.
Gentlecat joined the channel
The artist probably didn’t have the URL and remixer relationships it now has, they would have kept it.
CallerNo6: edit_artist is what normally tells us which edits pertain to an artist.
But edit_artist.artist is a foreign key referencing the artist table, so when the artist is gone, the rows in edit_artist can’t remain.
HibiscusKazeneko joined the channel
On the other hand, edit.data is just a blob of text to the database, it doesn’t know that the text mentions IDs, so it doesn’t care about referential integrity there.
But you can’t easily search for an ID in there either.
That’s what’s causing all these “failed prerequisite” edits after merges, and merged entities being displayed as “[removed]” in old edits, etc.
CallerNo6
ah. got it. that makes perfect sense.
reosarevok joined the channel
HibiscusKazeneko joined the channel
jesus2099 joined the channel
jesus2099
Lotheric: could you give me such an URL (for truncated iTunes something)
span.n-v is missing on track AC but it’s another ticket, right ? :)
chirlu`
Right, it’s the same as MBS-7844.
ruaok joined the channel
HibiscusKazeneko joined the channel
CallerNo6 joined the channel
ZaphodBeeblebrox
dang missed hibiscus by ][ much
aw well
simukis_ joined the channel
ZaphodBeeblebrox has to go in 30 min. but if she comes on tell her I saw her tono thing and that she can pm me (I'll see it) or say it here (I'll also see it) and explain exactly the thing :)
reosarevok_ joined the channel
madmouser1 joined the channel
HibiscusKazeneko joined the channel
chirlu`
HibiscusKazeneko: <08:33> * ZaphodBeeblebrox has to go in 30 min. but if she comes on tell her I saw her tono thing and that she can pm me (I'll see it) or say it here (I'll also see it) and explain exactly the thing :)
when you update set-recordings-comments could you set <textarea id="rc-edit-note" style="width: 32em;" rows="5"></textarea> instead of <input type="text" id="rc-edit-note" style="width: 18em;"></td>
and replace all occurences of 18em by 32em ?
bitmap: ↗
(don’t pverwrite </td> it’s just my copy/paste mistake though)
HibiscusKazeneko joined the channel
KRS-Cuan
jesus2099: Is that script still broken?
jesus2099
yes, at least the one i tried a few days ago
→ // @version 2014-04-07~1
KRS-Cuan: ↗
my patch is not a fix, it’s just a layout fix i always add to each release
ricezygomatic joined the channel
simukis_ joined the channel
djpretzel
is the schema for the edit tables (edit & edit_note) available anywhere other than the massive dump of edit history? They're both mentioned on http://wiki.musicbrainz.org/MusicBrainz_Databas... but not the actual columns, etc.
HibiscusKazeneko joined the channel
Freso
djpretzel: I'm pretty sure all the db schemas are defined in the MBS source code.
so all of the actual data in any given edit is just persisted to a single "data" field... anyone know if that's serialized, or XML, or what? I'm just curious how that would be parsed, if the edit is applied
I'm not sure whether this JSON representation is actually the raw output of what's in the db, or a serialised representation of the raw data in the db though.
Anyway, #musicbrainz-devel is more like to know the answers.
djpretzel
right, gotcha. many thanks. I guess it also only includes the data that actually changes, which makes sense
ruaok joined the channel
HibiscusKazeneko joined the channel
jesus2099 joined the channel
jesus2099
reoafk: the mass merge is fixed for the upcoming beta crash on <bdi> tags… i don’t know if it’s the only upcoming crash, i don’t have (time for) any recordings to merge atm…