This project is mirrored from https://github.com/metabrainz/musicbrainz-server.
Pull mirroring updated .
- Mar 01, 2021
-
-
Nicolás Tamargo authored
* beta: Update POT files using the production database Update translations from Transifex Revert "MBS-10312: Remove tracking parameters from URLs" Update translations from Transifex Update POT files using the production database Update translations from Transifex MBS-10452: Implement tagger links for releases on recording pages MBS-11287: Add Apple Touch / Android / Chrome icons Move /favicons to /external-favicons MBS-11396: Show item_entity_type on Series/CollectionType admin tables MBS-10227: Display entity count on collection page MBS-11387: Use l_relationships for "instrument" attribute name MBS-11378: Use lp_attributes for gender MBS-11389: Top-align edit medium Tracklist tables MBS-10117: Fix broken maxlength password message MBS-11397: Show place-series rels on series page MBS-11390: Sum, don't overwrite, added entity counts MBS-10470: Rename "IRC" link in footer to "Chat (IRC)" MBS-10312: Remove tracking parameters from URLs MBS-10195: Block Google AMP links MBS-9706 (II): Further normalize ocremix URLs Fix Overture HTTPS replace to not only work on homepage MBS-9706 (I): Enforce HTTPS for OCRemix URLs MBS-10557: Normalize Recochoku URLs to use HTTPS MBS-9095: Add mora links to the sidebar MBS-9095: Add Recochoku links to the sidebar Make Muziekweb icon transparent MBS-11395: Update the sidebar matching for muziekweb MBS-11394 (III): Don't try to load cover art for darkened releases MBS-11394 (II): Do not show art pieces number on tab for darkened releases MBS-11394: Don't try to show cover art for darkened releases "take down request" -> "takedown request" MBS-10343: Specify whether cover art has been darkened
-
Nicolás Tamargo authored
-
Nicolás Tamargo authored
-
Nicolás Tamargo authored
This reverts commit 56c070c5. It is causing freezes in old browsers (FF 44) so we will look into improving that and maybe re-submit later.
-
- Feb 23, 2021
-
-
Nicolás Tamargo authored
* master: Update translations from Transifex Update POT files using the production database Update translations from Transifex MBS-10452: Implement tagger links for releases on recording pages MBS-11287: Add Apple Touch / Android / Chrome icons Move /favicons to /external-favicons MBS-11396: Show item_entity_type on Series/CollectionType admin tables MBS-10227: Display entity count on collection page MBS-11387: Use l_relationships for "instrument" attribute name MBS-11378: Use lp_attributes for gender MBS-11389: Top-align edit medium Tracklist tables MBS-10117: Fix broken maxlength password message MBS-11397: Show place-series rels on series page MBS-11390: Sum, don't overwrite, added entity counts MBS-10470: Rename "IRC" link in footer to "Chat (IRC)" MBS-10312: Remove tracking parameters from URLs MBS-10195: Block Google AMP links MBS-9706 (II): Further normalize ocremix URLs Fix Overture HTTPS replace to not only work on homepage MBS-9706 (I): Enforce HTTPS for OCRemix URLs MBS-10557: Normalize Recochoku URLs to use HTTPS MBS-9095: Add mora links to the sidebar MBS-9095: Add Recochoku links to the sidebar Make Muziekweb icon transparent MBS-11395: Update the sidebar matching for muziekweb MBS-11394 (III): Don't try to load cover art for darkened releases MBS-11394 (II): Do not show art pieces number on tab for darkened releases MBS-11394: Don't try to show cover art for darkened releases "take down request" -> "takedown request" MBS-10343: Specify whether cover art has been darkened
-
Nicolás Tamargo authored
-
Nicolás Tamargo authored
-
Nicolás Tamargo authored
-
Nicolás Tamargo authored
MBS-11287: Add Apple Touch / Android / Chrome icons
-
- Feb 22, 2021
-
-
Nicolás Tamargo authored
This makes the table even more crowded, but only on demand, so it shouldn't be a problem - most users won't see it, unless they have done a Picard lookup, in which case it should be of use.
-
Nicolás Tamargo authored
MBS-9706: Normalize OCRemix URLs (including HTTPS)
-
Nicolás Tamargo authored
Generated by Monkey with RealFaviconGenerator v0.16
-
Nicolás Tamargo authored
So we can have more of our own favicons (Apple Touch, Android, etc.) in their own "favicons" folder, it makes sense to rename the current "favicons" folder to "external-favicons"
-
Nicolás Tamargo authored
Obviously the point of these was not to show "series_type" or "collection_type" for every row, but to show item_entity_type - what type of entities are allowed as part of the series or collection.
-
Nicolás Tamargo authored
This also changes it so that entity_count is loaded by default for collections, which was already expected by CollectionT.
-
Nicolás Tamargo authored
MBS-9095 / MBS-10557: Add Recochoku and mora links to the sidebar and normalize Recochoku to HTTPS
-
Nicolás Tamargo authored
type.root_id === INSTRUMENT_ROOT_ID on itself sends all instruments to be translated by l_instruments... but also the actual instrument parent attribute itself, since root_id = id in that case. But "instrument" needs to use l_relationships since it is not currently itself in the instrument context.
-
Nicolás Tamargo authored
-
Nicolás Tamargo authored
This matches the display on release tracklists. It used to be this way here too until commit 50c8156d829221d623eb1c045dcbde13f695baf4
-
Nicolás Tamargo authored
MBS-11395: Update the sidebar matching for muziekweb
-
Nicolás Tamargo authored
Trying to pass the default message through l() breaks it, displaying "Field should not exceed [quant,_1,character]. You entered [_2]". It also can't be translated anyway, since it's not exported to .pot files. So I'm adding a custom error message that can be used for text_maxlength for both password and username, which fixes the issue and should also allow translating it. It seems unneeded to have separate error messages just changing the field name, since these get displayed just under the relevant field anyway.
-
Nicolás Tamargo authored
MBS-10343 / MBS-11394: Deal with darkened cover art
-
Nicolás Tamargo authored
I just added the first place-series rel type, so we should show it.
-
Nicolás Tamargo authored
This was just having two rows for release, so the second would end up overwriting $result{release}. Both lines should be summed up instead.
-
Nicolás Tamargo authored
Suggestion was to make this "Chat" because it is more clear to new users. While that is probably true, other users might still search for "IRC", so I feel "Chat (IRC)" is short enough, clear enough for newbies and still useful for people who are searching for an IRC link.
-
Adam James authored
-
Nicolás Tamargo authored
Blocking all Google TLDs because the ones we currently have in the DB are from Google India and Google Italy, not .com
-
Nicolás Tamargo authored
This drops fragments and whatnot and also the unneeded name-string section of the URL.
-
Nicolás Tamargo authored
-
Nicolás Tamargo authored
-
- Feb 19, 2021
-
-
Nicolás Tamargo authored
The site redirects to HTTPS.
-
Nicolás Tamargo authored
-
Nicolás Tamargo authored
-
- Feb 18, 2021
-
-
Nicolás Tamargo authored
For some reason, the one we have now is on black background, but they actually provide a transparent one.
-
Nicolás Tamargo authored
.eu redirects to .nl nowadays, so we changed the cleanup, but we never changed the actual sidebar match, so new links are not shown on the sidebar. I'm not supporting existing .eu links here because I plan to run the bot to change them before we merge this (MBBE-37).
-
Nicolás Tamargo authored
Since we can't show nor use this, we probably shouldn't bother even loading it.
-
Nicolás Tamargo authored
Given the art cannot be shown anyway, there's no reason to show a number here (not even 0). Disabling the tab completely would be an option, but that would require an explanation tooltip and might be less clear than simply allowing users to click for an explanation.
-
Nicolás Tamargo authored
For darkened releases, cover art is not available, so trying to show it will only cause one or several broken image boxes. This replaces the content of the cover art tab with a notice that the art has been taken down. As such, there's also no need to show a specific "can't upload art" section anymore. Note: for this to be truly useful we will need to implement MBS-6567.
-
Nicolás Tamargo authored
See https://www.dmca.com/faq/What-is-a-DMCA-Takedown We can maybe reapply the translations by hand to avoid bothering the translators with this.
-
- Feb 17, 2021
-
-
Nicolás Tamargo authored
We should specify why we don't have cover art for darkened releases, rather than just say "No cover art available". Otherwise, this can make users go to the cover art tab to add cover art, only to be surprised to find out that it is not allowed. Darkened status isn't currently being updated properly, but at least with this it will show up as it should once that is fixed.
-