silverstripe-framework/admin
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
..
code API Update Versioned methods 2016-04-04 14:50:16 +12:00
css Changed CMS close from an 'x' to a silverstripe font icon 2016-04-01 13:52:28 +13:00
font Merge remote-tracking branch 'origin/3.3' into 3 2016-02-09 18:25:47 +13:00
images Replace Compass with gulp-sass 2016-02-16 18:35:57 +13:00
javascript Fix non-standard url encoding in CMS search form 2016-04-05 22:30:50 +12:00
scss Changed CMS close from an 'x' to a silverstripe font icon 2016-04-01 13:52:28 +13:00
templates Merge remote-tracking branch 'origin/3.3' into 3 2016-02-09 18:25:47 +13:00
tests Merge remote-tracking branch 'origin/3' 2016-01-20 13:16:27 +13:00
thirdparty Implement client-side routing with Page.js 2016-04-01 13:45:14 +13:00
_config.php API Move ss buttons plugin out of thirdparty 2016-03-21 13:51:33 +13:00
.gitignore MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00