Laurent Monin
57e486e552
Merge pull request #172 from zas/fmt_versions
...
Change version format on all scripts
2018-02-18 19:05:30 +01:00
Laurent Monin
6c5c083dba
Change version format on all scripts
...
Related to https://github.com/murdos/musicbrainz-userscripts/pull/171
2018-02-18 18:16:45 +01:00
Aurélien Mino
5fd620a5fa
Merge pull request #171 from yvanzo/fix-update-version
...
Fix update version to make sub-version numbers without leading 0
2018-02-18 00:37:54 +01:00
yvanzo
495619204c
Bump version number without leading 0 in any part
...
as it blocked auto updates in Chrome at least.
2018-02-17 11:38:03 +01:00
yvanzo
5da3cceb85
Stop padding version month and day with leading 0
...
as it blocks auto updates in Chrome at least.
2018-02-17 11:38:03 +01:00
yvanzo
1771336a34
Make version fourth number start from 1
...
instead of 0 which blocks auto updates in Chrome at least.
2018-02-17 11:37:55 +01:00
Aurélien Mino
092d3c9eb5
Merge pull request #170 from jesus2099/fast-cancel_bump-version
...
Fixing my old date mistake that makes old users stay on the old version
2018-02-16 14:57:09 +01:00
jesus2099
b86f5419b6
Fixing my old date mistake that makes old users stay on the old version.
...
a82234ebf0
was made in 2016-06-07, not 2015-06-07.
2018-02-16 14:32:51 +01:00
Aurélien Mino
2a2bf1a3cc
Merge pull request #165 from yvanzo/patch-2
...
Check target type in shorcut for relationships
2018-02-11 21:01:21 +01:00
yvanzo
b365af8cde
Check target type in shorcut for relationships
...
Issue: `mb_relationship_shortcuts.user.js` triggers the following exception under certain circumstances:
````
TypeError
relationsIconsURLs[targettype] is undefined
````
This patch tests if the `targettype` is appropriate for relationships shortcut display.
2018-02-11 20:16:08 +01:00
Laurent Monin
2bb755af2d
Merge pull request #169 from jesus2099/pluck-is-not-a-function
...
URGENT: Recording comment removal edits are queued!
2018-02-07 16:49:03 +01:00
jesus2099
776a51bb25
@include are no longer required, when @match are there, in modern engines.
...
With @match, //*.musicbrainz.org means both //musicbrainz.org and all sub domains like //beta.musicbrainz.org.
2018-02-07 16:37:53 +01:00
jesus2099
6b237ee52b
Fixes the « _.pluck is not a function » issue as underscore.js has changed or something.
2018-02-07 16:37:30 +01:00
Laurent Monin
316d2a5416
Merge remote-tracking branch 'upstream/master'
2018-01-14 18:51:40 +01:00
Laurent Monin
0f6f187455
Qobuz importer: fix importer (buttons not shown), use https
2018-01-14 18:49:11 +01:00
Laurent Monin
da58524d1a
Bandcamp importer: fix up extra space in tags, and few semicolons in code
2018-01-14 18:48:02 +01:00
Aurélien Mino
d32a75cfd3
Merge pull request #167 from loujine/lodash4_fix
...
Adapt batch-add-recording-relationships.user.js script to lodash 4 (closes #163 )
2018-01-03 06:18:40 +01:00
loujine
9635943108
Adapt batch-add-recording-relationships.user.js script to lodash 4 ( closes #163 )
...
The MusicBrainz server upgraded from lodash 3.10 to lodash 4.17 (https://github.com/metabrainz/musicbrainz-server/pull/573 ) on 2017-12-21
Fix by replacing deprecated syntax
2018-01-02 21:05:52 +00:00
Aurélien Mino
265bb51e1e
Merge pull request #161 from SothoTalKer/master
...
Display more relationships + minor changes
2017-11-13 14:44:11 +01:00
Sotho Tal Ker
9bbd1ceb0b
Update mb_relationship_shortcuts.user.js
...
- Converted the display of other databases to a dictionary as suggested
2017-11-12 03:01:52 +01:00
Sotho Tal Ker
065fe600e5
Show me more
...
- added display of allmusic and rateyourmusic
- optimized conditionals
2017-11-12 02:02:26 +01:00
Sotho Tal Ker
686778616d
Display more relationships + minor changes
...
- remove unused logger, updated to latest jQuery without any noticeable breakage
- changed most of the favicons to load the copies stored on the MusicBrainz server
- updated the script so that a few "other databases" relationships are shown aswell; might be kludgy but better than not showing them at all
- fixed some minor code warnings
2017-11-11 02:28:11 +01:00
Laurent Monin
ec81ba7c59
Bandcamp Importer: set the label name from the back link text
2017-09-05 10:51:31 +02:00
Laurent Monin
9e8f54af6d
Merge remote-tracking branch 'upstream/master'
2017-09-05 10:34:46 +02:00
Laurent Monin
4459dfebb7
Bandcamp importer: use back link to label to find out label mbid
2017-09-05 10:34:13 +02:00
Laurent Monin
b75d5fc2d4
Merge pull request #149 from augustjanse/master
...
Update Beatport scripts
2017-06-16 08:33:53 +02:00
augustjanse
979bfb30e5
Update Beatport versions
2017-06-13 13:55:37 +02:00
augustjanse
c29313e000
Fix various warnings
...
Unused variable, left-over comma and nonstrict comparisons.
2017-06-13 13:55:37 +02:00
augustjanse
e6b6a26559
Update Beatport entries
2017-06-13 13:55:37 +02:00
augustjanse
bfbe30d65a
Rename Beatport (Pro) file
2017-06-13 13:55:37 +02:00
augustjanse
b0cd69da5e
Rename Beatport Classic file
2017-06-13 13:55:37 +02:00
augustjanse
1e4f1b27e5
Get label info from ProductDetail
2017-06-13 13:55:37 +02:00
augustjanse
95eb960737
Get title from ProductDetail
2017-06-13 13:55:37 +02:00
augustjanse
9e075aec21
Get release date from ProductDetail
2017-06-13 13:55:37 +02:00
augustjanse
b8d53a5d0a
Fix release_id check bug
...
Uses the seemingly very useful ProductDetail object instead of an
element attribute that doesn't exist.
2017-06-13 13:55:37 +02:00
augustjanse
5a19049afa
Fix references to Beatport Pro
2017-06-13 13:55:37 +02:00
augustjanse
e754d01b42
Fix references to Beatport Classic
2017-06-13 13:55:01 +02:00
Laurent Monin
47fe6ab38d
Issue #146 : metal-archives now uses https, fix regex to match it
2017-05-23 09:16:49 +02:00
Laurent Monin
0f0193f6d8
Bump CDBaby Importer version
2017-05-18 09:44:13 +02:00
Laurent Monin
a8f5b26373
Merge pull request #145 from CatQuest/master
...
Update cdbaby_importer.user.js
2017-05-18 09:42:55 +02:00
CatQuest, the Endeavouring Cat!
5590793ea2
Merge pull request #2 from CatQuest/CatQuest-patch-1
...
Update cdbaby_importer.user.js
fix for cdbaby changing their url to store.cdbaby.com instead, see: https://chatlogs.metabrainz.org/brainzbot/musicbrainz/msg/3911374/
2017-05-18 01:24:25 +02:00
CatQuest, the Endeavouring Cat!
c403324cf5
Update cdbaby_importer.user.js
...
fix for cdbaby changing their url to store.cdbaby.com instead, see: https://chatlogs.metabrainz.org/brainzbot/musicbrainz/msg/3911374/
2017-05-18 01:23:41 +02:00
CatQuest, the Endeavouring Cat!
a471f3fd25
Merge pull request #1 from murdos/master
...
blup
2017-05-03 01:53:03 +02:00
Laurent Monin
92b3933c0c
Bump mb_relationship_shortcuts script's version
2017-04-17 00:40:54 +02:00
Laurent Monin
104c824593
Merge pull request #144 from LeoVerto/patch-1
...
Fix #136 : mb_relationship_shortcuts.user.js not handling GET parameterrs properly
2017-04-17 00:39:23 +02:00
LeoVerto
c037ecfc2c
Set offset when requesting items for pages other than the first one
2017-04-16 22:07:25 +02:00
LeoVerto
b5bad0d18e
Fix typo
2017-04-16 21:32:44 +02:00
LeoVerto
0631682d6e
Fix #136 : mb_relationship_shortcuts.user.js not handling GET parameters properly
...
If a release group or label URL included additional GET parameters, namely ?page=X when switching to another page, the script regex would not pick it up anymore.
2017-04-16 21:25:19 +02:00
Aurélien Mino
e25284bcd2
Merge pull request #142 from Freso/merge-in-bitmaps-userscripts
...
Merge in bitmap’s userscripts
2017-03-11 09:14:16 +01:00
Frederik “Freso” S. Olesen
27edbeddc5
Merge in bitmap's userscripts
...
Merging from https://bitbucket.org/mwiencek/userscripts
Permission given at
https://chatlogs.metabrainz.org/brainzbot/musicbrainz/msg/3852183/
2017-03-10 19:57:54 +01:00