everytime you look you find a new thing to break. :-(
navap
Sorry :(
ruaok
can you spent a little time and a list of things that are broken? :-)
navap
lol
ruaok
I really need to get past wikidocs in one fell swoop and get on to other bugs.
mention the redirect issue and the image link issue in a bug report to me please.
navap
The User: namespace is alro broken.
Okay
ruaok
set the ISRC/release groups milestone and assign it to me.
thanks.
navap
I found a bug with track, one can't login from the /newticket page, you get redirected back to /newticket, but it's as if the server ignored your login request.
s/track/trac/
Which compoment should I use? Documentation?
ruaok
there is a wikidocs componen
t
navap
Ah, didn't scroll down far enough.
niklas_ has quit
ruaok
does anyone know a good example where a release group should have a bunch of releases?
navap
Weezer
They have ~10 of the same album.
ruaok
thx
which one?
I wonder if the merging of release groups for normal data quality artists should be an auto edit...
we take what comes from the web and we try to regurgitate it back the same way we got it.
Clint
hrm
so in theory i could add three different artists whose name appear the same but don't compare equally?
ruaok
not certain. I'm not sure that Postgres doesn't do that.
FauxFaux
Lucene probably low-asciis everything.
ruaok
no
it unaccents.
Clint
ruaok: okay, thanks, i'll dig deeper
ruaok
np
I would suspect that PG has to do that in order to get its collating right.
brianfreud votes for "smurf"
brianfreud
then we can just blame the smurfing smurf for smurfing up when it tries to smurf
Tim|Paperclip has quit
Clint: I looked into Unicode normalization a while back, and as far as I could see from tests, Postgres, as used by MB, doesn't do any normalization at all; if it goes in as normalized NFC, it comes out NFC. If it goes in NFD, it comes out NFD. etc.
ruaok
someone got a link that defined NFC/NFD?
brianfreud
in a nutshell, NFC - char with accent is stored as the accented char. NFD, char with accent is stored as <base char>+<modifier char(s)>