discourse/spec
Konrad Borowski 9d737d894d FIX: Don't diplay character reference in HTML diffs (#4204)
* FIX: Don't diplay character reference in HTML diffs

Before this change, HTML escaping was done before splitting text into
tokens, so token splitter saw literals like "'", and split them as
it was normal text into parts into ["&", "#", "39", ";"]. This caused
diff to display character references, as those tokens used separate
HTML tags to display their insertion/deletion status.

* Avoid making one element arrays while generating diffs
2016-05-09 08:44:21 +02:00
..
components FIX: Don't diplay character reference in HTML diffs (#4204) 2016-05-09 08:44:21 +02:00
controllers Merge pull request #4206 from techAPJ/convert-topic 2016-05-04 01:33:15 +05:30
fabricators Revert "Adds upload fabricator for subfolder image upload" 2016-03-20 08:46:17 -04:00
fixtures FEATURE: handle bounced emails 2016-05-02 23:15:32 +02:00
helpers modernize user agent "is mobile" test strings 2016-03-27 10:28:18 -07:00
integration Use 4.0 api for job fakes (as opposed to master) 2016-01-01 15:48:49 +11:00
integrity Adds integrity check for badge descriptions 2016-04-12 12:55:49 -04:00
jobs fix build 2016-05-06 19:50:44 +02:00
mailers FEATURE: limit daily emails per user to 100 per day via site setting 2016-03-23 15:08:48 +11:00
models Merge pull request #4206 from techAPJ/convert-topic 2016-05-04 01:33:15 +05:30
phantom_js Okay disable uploads for now, looks like a PhantomJS bug 2015-11-06 14:21:52 -05:00
serializers Remove www. from website name 2016-04-11 07:13:33 -07:00
services FEATURE: New "First Onebox" badge 2016-04-12 15:31:14 -04:00
support FIX: Fetch stats if it has not been cached. 2016-04-21 14:50:25 +08:00
views/omniauth_callbacks Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
rails_helper.rb FEATURE: Add /search discovery 2016-03-28 15:07:59 -07:00