Commit graph

75 commits

Author SHA1 Message Date
jesus2099
f436e1e152 - set all *visible* comments only
- submit *visible* comments only
- focus text field when it appears
2015-06-24 13:00:19 +02:00
jesus2099
9a654bec5b Added HTTPS @downloadURL and @update@URL in metadata block to enable user script auto update in most greasmonkey engines. 2015-04-09 15:01:15 +02:00
Michael Wiencek
4cee38c8f8 Exclude release sub-paths 2015-04-07 14:27:49 -05:00
Michael Wiencek
02e78c9add Fix for latest server update 2015-04-07 14:00:24 -05:00
Michael Wiencek
74220bf0a2 Merged in murdos/mwiencek-userscripts/murdos/batchaddrecordingrelationships-fix-detec-1426460399175 (pull request #13)
[batch-add-recording-relationships] Fix detection of current page.
2015-03-16 13:33:52 -05:00
murdos
7a2efc579e [batch-add-recording-relationships] Fix detection of current page. 2015-03-15 23:00:11 +00:00
murdos
ee73578165 Merged mwiencek/userscripts into master 2015-03-15 23:57:32 +01:00
Michael Wiencek
0937c9b1cb Merged in murdos/mwiencek-userscripts (pull request #12)
Fix following 2015-02-09 server release
2015-02-14 22:40:52 -06:00
Aurélien Mino
acc71cb95e Fix location of editing form. 2015-02-14 23:30:30 +01:00
Aurélien Mino
64db3b57d1 Fix detection of tracks and recording links after 2015-02-09 server
release.
2015-02-14 20:30:25 +01:00
murdos
b05d63e76f Merged mwiencek/userscripts into master 2015-02-14 20:26:57 +01:00
Michael Wiencek
db65c23bef Merged in jesus2099/mwiencek_userscripts (pull request #11)
FIX. javascript error in rg/mbid/edits page where add release edits.
2015-01-23 16:16:32 -06:00
jesus2099
02f93f75ed FIX. javascript error in rg/mbid/edits page where add release edits. 2015-01-20 18:14:07 +01:00
Michael Wiencek
7366790046 Merged in jesus2099/mwiencek_userscripts (pull request #10)
Adding “Expand/collapse release groups”
2015-01-08 13:26:30 -06:00
jesus2099
1da51f2184 fixed « release disambiguation is stuck to release name » 2015-01-08 19:53:40 +01:00
Michael Wiencek
721cf44353 “MusicBrainz: Expand/collapse release groups” added from https://chatlogs.musicbrainz.org/musicbrainz/2015/2015-01/2015-01-08.html#T09-15-52-762574 2015-01-08 19:37:49 +01:00
Michael Wiencek
a67341a870 Consistent formatting 2015-01-04 14:37:55 -06:00
Michael Wiencek
511622c533 Merged in jesseweinstein/mwiencek_userscripts/yet_more_cleanup (pull request #8)
Remove some unused variables, various other cleanup
2015-01-04 14:36:05 -06:00
Jesse Weinstein
4113ffedf9 Reset date foreground color when blank 2015-01-01 20:34:21 -08:00
Jesse Weinstein
921b5eae49 Cleanup date parse code 2015-01-01 20:30:05 -08:00
Jesse Weinstein
3798ebe6fa Factor the $work_X_options variables into a dict 2015-01-01 18:29:39 -08:00
Jesse Weinstein
3c68c4af85 Add some new utility funcs to RequestManager 2015-01-01 18:01:34 -08:00
Jesse Weinstein
8720dbe579 Wrap work types/language loading in RequestManager 2015-01-01 17:44:18 -08:00
Jesse Weinstein
fed47e56e2 More bits of cleanup 2015-01-01 17:37:08 -08:00
Jesse Weinstein
86df8c7627 Convert some more loops to functional style 2015-01-01 17:22:43 -08:00
Jesse Weinstein
9880ef8baa Rewrite definition of RECORDING_TITLES to use underscore.js 2015-01-01 14:33:50 -08:00
Jesse Weinstein
867109d947 Merge branch 'master' into yet_more_cleanup
Conflicts:
	batch-add-recording-relationships.user.js
2014-12-31 16:34:47 -08:00
Michael Wiencek
73165734b1 Remove incorrect param 2014-12-29 13:00:19 -06:00
Michael Wiencek
1627e9a452 Merged in murdos/mwiencek-userscripts/murdos/fix-the-callback-name-for-the-relate-to--1419842317407 (pull request #9)
Fix the callback name for the relate to suggested work feature.
2014-12-29 12:36:39 -06:00
murdos
a1937d8b27 Fix the callback name for the relate to suggested work feature. 2014-12-29 08:38:40 +00:00
Jesse Weinstein
1ce6c8272d Remove some unused variables, various other cleanup 2014-12-29 00:27:37 -08:00
Michael Wiencek
91feecd7de More misc. cleanups 2014-12-29 02:05:25 -06:00
Michael Wiencek
5fba68c625 Set cookie options after types are loaded 2014-12-29 01:52:39 -06:00
Michael Wiencek
ec6e8cf82d Request work types/languages 2014-12-29 01:48:26 -06:00
Michael Wiencek
ccc352e3ca Use an actual placeholder 2014-12-29 01:34:38 -06:00
Michael Wiencek
dd6b62cca8 Use event delegation 2014-12-29 01:32:12 -06:00
Michael Wiencek
1cdddb625f Undefined variable 2014-12-29 01:21:59 -06:00
Michael Wiencek
a6b782003d Use MB.utility functions to simplify date parsing more 2014-12-29 01:21:30 -06:00
Michael Wiencek
4ef2502c07 Merge branch 'master' of bitbucket.org:mwiencek/userscripts
Conflicts:
	batch-add-recording-relationships.user.js
2014-12-29 00:58:47 -06:00
Michael Wiencek
b293e4b02f Use promises instead of callbacks in a few places 2014-12-29 00:54:55 -06:00
Michael Wiencek
369bc675f7 Merged in jesseweinstein/mwiencek_userscripts/cleanup_date_parsing (pull request #7)
More cleanup
2014-12-29 00:54:39 -06:00
Michael Wiencek
45dd35e4c1 Merged in jesseweinstein/mwiencek_userscripts/handle_json_lookup_format (pull request #6)
Handle the case where a single recording is returned
2014-12-29 00:54:01 -06:00
Jesse Weinstein
8e8763bdcd Simplify the logic of the date parsing func & other cleanup 2014-12-28 22:42:31 -08:00
Jesse Weinstein
e41a992a59 Handle the case where a single recording is returned 2014-12-28 22:40:12 -08:00
Michael Wiencek
f21aaaef11 Remove huge closure 2014-12-29 00:15:31 -06:00
Michael Wiencek
7176504a32 More misc. cleanups 2014-12-29 00:02:18 -06:00
Michael Wiencek
f3393fa00e s/foo/self/ 2014-12-28 23:52:47 -06:00
Michael Wiencek
60dfa47e86 Move RequestManager to the top 2014-12-28 23:51:11 -06:00
Michael Wiencek
6232fa9794 Remove unused variables 2014-12-28 23:43:37 -06:00
Michael Wiencek
887842a9e9 s/disambig/comment/g 2014-12-28 23:32:50 -06:00