Commit graph

50 commits

Author SHA1 Message Date
Michael Wiencek
6934521733 Fix #2 2015-08-21 17:56:42 -05:00
Michael Wiencek
1157876b46 Fix for undefined _.str.levenshtein function 2015-08-21 17:56:00 -05:00
Michael Wiencek
d0e637eb3d Merge branch 'master' of bitbucket.org:mwiencek/userscripts 2015-05-26 14:36:12 -05:00
Michael Wiencek
cd7813967c Copy date utils from mbserver 2015-05-26 14:35:51 -05: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
murdos
7a2efc579e [batch-add-recording-relationships] Fix detection of current page. 2015-03-15 23:00:11 +00:00
Michael Wiencek
a67341a870 Consistent formatting 2015-01-04 14:37:55 -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
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
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
Michael Wiencek
eb66785385 Use .prototype for RequestManager 2014-12-28 23:30:39 -06:00
Michael Wiencek
9818accd04 Use &fmt=json for ws requests 2014-12-28 23:25:47 -06:00
Michael Wiencek
153ffd3667 Merge branch 'master' of bitbucket.org:mwiencek/userscripts
Conflicts:
	batch-add-recording-relationships.user.js
2014-12-28 23:25:12 -06:00
Jesse Weinstein
902acb0a9a Add label elements where they were missing; & another util func 2014-12-28 21:13:57 -08:00
Jesse Weinstein
a83f724a52 Add & use util funcs for table making 2014-12-28 21:13:57 -08:00
Michael Wiencek
cc4fbecf36 Support execution on other domains 2014-12-28 22:18:07 -06:00
Michael Wiencek
8d5b9f9507 Random style changes 2014-12-28 22:01:39 -06:00
Michael Wiencek
e191ae11ab Simplify restripe_rows 2014-12-28 21:31:58 -06:00
Michael Wiencek
d98ba93c88 Use jquery.cookie plugin 2014-12-28 21:25:13 -06:00
Michael Wiencek
f2194cf29e Merged in jesseweinstein/mwiencek_userscripts/fix_filtered (pull request #4)
Fix the filtered recordings case
2014-12-28 21:09:36 -06:00
Jesse Weinstein
532f2202e4 Add AND between the clauses of the Lucerne query 2014-12-28 19:02:39 -08:00
nikki
196ac91557 Change to use the /relationship-editor endpoint 2014-12-28 20:59:38 -06:00
Jesse Weinstein
27e5b35e43 For filtered results, load the work-rels separately for each recording 2014-12-28 18:59:07 -08:00
Michael Wiencek
ab945863b9 Add old/broken version of "batch-add 'performance of' relationships" script 2014-12-28 20:11:13 -06:00