silverstripe-framework/admin/javascript/dist
Ingo Schommer 7337f26d3a Fix non-standard url encoding in CMS search form
jQuery uses encodeURIComponent, but also this line here:
return s.join( "&" ).replace( r20, "+" );
https://github.com/jquery/jquery/blob/1.7.2/src/ajax.js#L797

This breaks when passing the result through $.path.addSearchParams(),
which in turn uses jQuery.param - any '%20' would've been wrongly encoded as '+' by jQuery.serialise(),
which in turn gets rightly encoded as '%2B' by jQuery.param().

This had the effect of breaking CMS searches with spaces in them.
2016-04-05 22:30:50 +12:00
..
bundle-framework.js.map TinyMCE 4 optimisations. Use TinyMCE_Compressor. 2016-04-04 07:58:45 +12:00
bundle-leftandmain.js Fix non-standard url encoding in CMS search form 2016-04-05 22:30:50 +12:00
bundle-legacy.js.map TinyMCE 4 optimisations. Use TinyMCE_Compressor. 2016-04-04 07:58:45 +12:00
bundle-lib.js BUG Fix error when using search bar 2016-04-05 17:10:21 +12:00
bundle-lib.js.map TinyMCE 4 optimisations. Use TinyMCE_Compressor. 2016-04-04 07:58:45 +12:00
bundle-react.js Tidy grunt file 2016-03-28 21:02:15 +13:00
CMSSecurity.js Merge remote-tracking branch 'origin/3.3' 2016-03-04 17:06:04 +13:00
config.js Implement client-side routing with Page.js 2016-04-01 13:45:14 +13:00
leaktools.js Merge remote-tracking branch 'origin/3.3' 2016-03-04 17:06:04 +13:00
LeftAndMain.js Fix non-standard url encoding in CMS search form 2016-04-05 22:30:50 +12:00
LeftAndMain.Ping.js Merge remote-tracking branch 'origin/3.3' 2016-03-04 17:06:04 +13:00
MemberDatetimeOptionsetField.js Merge remote-tracking branch 'origin/3.3' 2016-03-04 17:06:04 +13:00
MemberImportForm.js Merge remote-tracking branch 'origin/3.3' 2016-03-04 17:06:04 +13:00
ModelAdmin.js Merge remote-tracking branch 'origin/3.3' 2016-03-04 17:06:04 +13:00
router.js Implement client-side routing with Page.js 2016-04-01 13:45:14 +13:00
SecurityAdmin.js Merge remote-tracking branch 'origin/3.3' 2016-03-04 17:06:04 +13:00
SilverStripeComponent.js Merge remote-tracking branch 'origin/3.3' 2016-03-04 17:06:04 +13:00
sspath.js BUG Fix error when using search bar 2016-04-05 17:10:21 +12:00
ssui.core.js Merge remote-tracking branch 'origin/3.3' 2016-03-04 17:06:04 +13:00