Files
meteor/tools
David Glasser d226fd18af Plugins register extensions, not filenames
This particular piece of code (introduced in #1407) would decide that
Plugin.registerSourceHandler('foo.bar') would match a file named
'foo.bar', but that was not the intention. In an app, the (correct) code
in getSourcesFunc does expect the leading period to exist, so you end up
with an odd situation where this code allows equal matches, but it only
gets to see the file if it's in a package (not app) or if there's
another plugin registering for 'bar'.

Fixes #3985.
2015-03-26 13:56:29 -07:00
..
2015-02-10 11:56:20 -08:00
2014-12-12 09:03:10 -05:00
2015-03-17 13:41:14 -07:00
2014-12-04 17:56:04 -08:00
2015-03-09 15:39:22 -07:00
2015-03-24 17:21:59 -07:00
2015-02-09 21:54:57 -08:00
2015-02-04 12:57:17 -08:00
2015-03-17 13:41:14 -07:00
2015-02-04 13:56:54 -08:00
2015-03-12 19:49:24 -07:00
2015-03-03 18:54:53 -08:00
2014-06-13 17:14:42 -07:00
2015-03-12 17:21:30 -07:00
2015-03-05 15:55:44 -08:00
2015-02-13 20:36:45 -08:00
2015-03-17 13:41:14 -07:00
2015-03-05 21:56:40 -08:00
2015-02-17 09:22:48 -08:00
2015-03-23 14:57:54 -07:00
2015-02-10 16:57:44 -08:00