|
25a080a8e1
|
Fix HTML tags in topic titles.
We no longer sanitize titles before saving to the database since it
would cause problems like HTML entities showing up when you try to edit
a topic title. It isn't even really necessary since we only render
fancy_title directly and never title.
The escaping logic used here is the same that is used both in lodash and
onebox. See:
1. https://github.com/discourse/onebox/pull/190/files
2. https://github.com/lodash/lodash/blob/2.4.1/dist/lodash.compat.js#L6194
|
2014-04-18 10:47:00 +05:30 |
|
|
27b62df48b
|
Change "awarded" to "granted".
|
2014-04-18 09:20:55 +05:30 |
|
|
e6eb16ee73
|
Fix infinite loading spinner for badges that have not been granted yet.
|
2014-04-18 09:20:55 +05:30 |
|
|
8113e8d897
|
Basic UI for selecting gold/silver badges as titles.
|
2014-04-18 09:20:51 +05:30 |
|
|
f6783775f2
|
Merge pull request #2275 from techAPJ/guide-image-updates
digital ocean guide ubuntu 14.04 image updates
|
2014-04-17 20:01:42 -07:00 |
|
|
95b430df72
|
Link poster expansion "+x more" to user badges page.
|
2014-04-18 08:24:48 +05:30 |
|
|
2d8e168461
|
digital ocean guide ubuntu 14.04 image updates
|
2014-04-18 08:13:37 +05:30 |
|
|
17110a6eba
|
use the actual name
|
2014-04-17 16:57:54 -07:00 |
|
|
b38e8320e9
|
some tweaks
|
2014-04-17 16:57:02 -07:00 |
|
|
4eb7579d04
|
Notification copy.
|
2014-04-18 04:04:24 +05:30 |
|
|
5bb3a1a05a
|
Show badges filter in user profiles only when the user has badges.
|
2014-04-18 04:03:13 +05:30 |
|
|
55a6078188
|
collapse SSH/Putty line
|
2014-04-17 15:24:20 -07:00 |
|
|
ab8ba34d42
|
add better nano screenshot
|
2014-04-17 15:21:38 -07:00 |
|
|
e960d67d70
|
update final screenshot, add email section
|
2014-04-17 15:12:46 -07:00 |
|
|
1d342870c5
|
match image sizes
|
2014-04-17 14:19:04 -07:00 |
|
|
c569bdda0d
|
actually, discourse.example.com is better
|
2014-04-17 14:12:07 -07:00 |
|
|
294eff9262
|
more 14.04 refinements
|
2014-04-17 14:08:35 -07:00 |
|
|
b8acf8df75
|
update to ubuntu 14.04
|
2014-04-17 13:59:13 -07:00 |
|
|
64faee0935
|
Break down new topic counts by category if a digest contains many.
|
2014-04-17 16:42:40 -04:00 |
|
|
0e56157212
|
Basic "Also, there are x new topics" text for the digest
|
2014-04-17 16:04:26 -04:00 |
|
|
fd4007eefc
|
FIX: Don't sort the new topics by score since the Top logic is already
sorting them by score.
|
2014-04-17 15:43:24 -04:00 |
|
|
564b1d86b0
|
Digest should exclude muted topics.
|
2014-04-17 15:27:11 -04:00 |
|
|
89aa2380c6
|
Use "Top" logic for digest emails. Leave out muted categories.
|
2014-04-17 15:22:19 -04:00 |
|
|
2341118570
|
Add categories to the first topics in the email digest
|
2014-04-17 15:22:19 -04:00 |
|
|
b2cb4b27a1
|
Merge pull request #2273 from paully21/development-branch
Add blurb of post to search results via API
|
2014-04-17 21:06:03 +02:00 |
|
|
bda47c2bf8
|
Merge pull request #2274 from vikhyat/badge-system
Fix user_badges n+1 query
|
2014-04-17 21:05:48 +02:00 |
|
|
890e53cd6e
|
Remove the default_invitee_trust_level+1 privilege from trust level 3.
|
2014-04-17 15:05:15 -04:00 |
|
|
87e5e4b8d0
|
Use a real link to docker manager in new version email
|
2014-04-17 14:36:26 -04:00 |
|
|
6c7863bbba
|
Show installed version on dashboard after upgrade
|
2014-04-17 14:26:44 -04:00 |
|
|
a57f802048
|
If there's a TopicEmbed record for a url, we don't have to crawl it.
This should help sites like Boing Boing where sometimes links are
crawled before saved in WordPress.
|
2014-04-17 14:00:22 -04:00 |
|
|
ffc1634193
|
FIX: Only show link clicks on the title of a onebox, not repeatedly in
its body.
|
2014-04-17 13:01:44 -04:00 |
|
|
87682f7539
|
FIX: Don't include image meta data when embedded in an email
|
2014-04-17 12:32:51 -04:00 |
|
|
843023d7c9
|
Fix user_badges n+1 query.
|
2014-04-17 21:58:05 +05:30 |
|
|
b3ed8b6a32
|
Use query params for sortable table headings
|
2014-04-17 10:52:57 -04:00 |
|
|
2eab288dc9
|
Port "Summarize Topic" to query-params-new
|
2014-04-17 10:46:33 -04:00 |
|
|
fdb751296a
|
FIX: ZALGO test suite was causing failures in the wrong place due to
missing `async` bits.
|
2014-04-17 10:46:33 -04:00 |
|
|
617b4bed41
|
FIX: Rather than using singleton: false for avoiding caching in the
container, just unregister it afterwards.
|
2014-04-17 10:45:06 -04:00 |
|
|
c9c95a9ac2
|
FIX: Ember doesn't allow one route name, basic , and Discourse used it!
|
2014-04-17 10:45:06 -04:00 |
|
|
c820747ea3
|
FIX: Malformed HTML in templates
|
2014-04-17 10:45:06 -04:00 |
|
|
fc65bc28be
|
FIX: Use the container to register Discourse's custom location handler
|
2014-04-17 10:45:06 -04:00 |
|
|
2f9bb6b88f
|
FIX: Deprecation warnings on Ember.js for render without quotes.
|
2014-04-17 10:45:06 -04:00 |
|
|
73cc722ed5
|
Update Ember.js, Handlebars and jQuery to latest
|
2014-04-17 10:45:06 -04:00 |
|
|
84d100be85
|
Add blurb of post to search results via API
|
2014-04-17 07:58:51 -05:00 |
|
|
a8011a5b63
|
Merge pull request #2272 from Onaldanm/upstream
Add badges class
|
2014-04-17 11:58:40 +02:00 |
|
|
bf8d727a91
|
Add badges class
Add badges class to the container to custom this new page differently.
|
2014-04-17 11:40:06 +02:00 |
|
|
22b33871d5
|
Revert "update sidekiq"
This reverts commit d0129068830c237799bfc8ee1c5f51dbb49c0241.
|
2014-04-17 17:05:05 +10:00 |
|
|
d012906883
|
update sidekiq
|
2014-04-17 16:48:42 +10:00 |
|
|
30e73104e4
|
Bump up to 200 for now, UI perf needs lots of work
|
2014-04-17 16:25:06 +10:00 |
|
|
87f37b3ee9
|
Merge pull request #2271 from vikhyat/badge-system
Badge system updates
|
2014-04-17 16:22:41 +10:00 |
|
|
a92f839aaf
|
Merge pull request #2267 from Supermathie/emailtest
Ghetto script to test if email settings work
|
2014-04-17 16:16:04 +10:00 |
|