3cb4554bbb
Can refresh queued posts via button
2015-04-27 13:52:54 -04:00
cce8693354
FIX: canonical link tag when using relative_url_root
2015-04-27 13:34:22 -04:00
19a89bb501
Small hooks for Queued Post version of discourse-akismet
2015-04-27 11:56:07 -04:00
151dea4088
FIX: editing a poll/post with a poll wasn't working properly
2015-04-26 00:12:19 +02:00
151b559e4c
FIX: If you delete a user, delete their queued posts as well.
2015-04-24 16:04:44 -04:00
15dbce5886
Show pending posts count in modal when your posts are enqueued
2015-04-24 15:44:59 -04:00
3660fe4f60
FIX: When approving/rejecting a post it should delete the user action
2015-04-24 15:25:47 -04:00
3a6efa25f0
Allow ReadOnly to propogate up to the Ember app via Response Header
2015-04-24 14:37:16 -04:00
5b3f99aa50
Don't blow up if Redis switches to READONLY
2015-04-24 14:37:16 -04:00
eff921d1ec
FIX: Turn that frown upside down!
2015-04-24 11:14:06 -04:00
2562b61448
normalize_name
is a better name for this.
2015-04-24 10:35:18 -04:00
be5a76fbc8
Merge pull request #3394 from scossar/fix-height-on-onebox-image
...
Fix: size on onebox-avatar
2015-04-24 11:18:26 +02:00
80b2935e11
FIX: prevent DOS when fixing avatar in quotes
2015-04-24 11:14:10 +02:00
def9740d5d
Fix size on onebox-avatar
2015-04-23 20:42:27 -07:00
ae028a5bb1
FIX: support for redirects to external url in permalinks table was broken
2015-04-23 16:45:28 -04:00
e17ea2e787
UX: Show a dash if a version string is missing
2015-04-23 14:50:37 -04:00
a737090442
- FEATURE: revamped poll plugin
...
- add User.staff scope
- inject MessageBus into Ember views (so it can be used by the poll plugin)
- REFACTOR: use more accurate is_first_post? method instead of post_number == 1
- FEATURE: add support for JSON-typed custom fields
- FEATURE: allow plugins to add validation
- FEATURE: add post_custom_fields to PostSerializer
- FEATURE: allow plugins to whitelist post_custom_fields
- FIX: don't bump when post did not save successfully
- FEATURE: polls are supported in any post
- FEATURE: allow for multiple polls in the same post
- FEATURE: multiple choice polls
- FEATURE: rating polls
- FEATURE: new dialect allowing users to preview polls in the composer
2015-04-23 19:33:29 +02:00
9bce812c8f
Merge pull request #3388 from Mooash/Adding_ViewActions
...
Adding ViewAction into email notifications
2015-04-23 10:18:57 -04:00
bbfa5c7df1
Fix NoMethodError
in TopicEmbed#find_remote
...
Stop TopicEmbed#find_remote from generating `NoMethodError: undefined method `empty?' for nil:NilClass` exceptions
2015-04-22 16:52:02 -07:00
b65313d3b9
Adding ViewAction into email notifications
...
See: https://meta.discourse.org/t/integrate-viewactions-one-click-actions-schemas-into-discourse-emails/27056
2015-04-23 08:40:22 +10:00
388f51eed7
FIX: Bring email username logic in line with front end
2015-04-22 16:26:57 -04:00
5c7d6e0a3c
FIX: Don't display names on emails if display_name_on_posts
is false
...
Note that `enable_names` was always respected.
2015-04-22 16:15:23 -04:00
839416212e
FIX: Category badge was showing before topic loaded
2015-04-22 13:39:04 -04:00
56cd381ff8
FIX: Loading more was broken on topic list after changing sort order
2015-04-22 12:52:12 -04:00
53ca51654d
FIX: Avoid cookie overflows by truncating the referer we store in flash
2015-04-22 12:41:49 -04:00
85320f919b
FEATURE: user list csv includes approved, suspended_at, suspended_till, blocked
2015-04-22 12:40:12 -04:00
afc12da2f9
Merge pull request #3387 from riking/fix-uploaded-onebox
...
FIX: Local files never oneboxed, onebox requests cache-busted
2015-04-22 10:37:09 -04:00
40b22bf367
PERF: improve performance for featured user calculation
2015-04-22 23:54:54 +10:00
3681674ec4
FIX: Don't cache-bust onebox requests
2015-04-21 23:11:25 -07:00
706183f886
hide editor button bar overflow
2015-04-21 17:35:10 -07:00
5bf8c31af4
Users can see their pending posts
2015-04-21 16:44:47 -04:00
26693c16ac
Don't show the link to "Needs Approval" unless approval is enabled.
...
Note that any plugin that extends the NewPostMananger to support
enqueuing will enable it.
2015-04-21 13:59:57 -04:00
b2ab95f9c2
Fix an issue with the store hydrating embedded objects
2015-04-21 13:15:40 -04:00
f600ead587
FIX: Don't validate approved posts.
...
A moderator has already validated them. Otherwise we hit things like
rate limits.
2015-04-21 11:59:35 -04:00
2cdd967188
Adds support for invisible approval queues, which we'll need for Akismet
2015-04-20 17:19:05 -04:00
66be9147a0
FIX: You can edit two queued posts simultaneously
2015-04-20 16:49:11 -04:00
5476723906
Add post date to moderator queue
2015-04-20 16:34:36 -04:00
2c53a8b7bc
Link queued post avatar and username to user profile
2015-04-20 16:18:00 -04:00
5990ab855b
PERF: Move post alerting into async
2015-04-20 13:34:57 -04:00
6ae58d41a7
PERF: Only refresh the Daily stats hourly, do the others daily.
2015-04-20 12:11:36 -04:00
3071650eb3
FEATURE: when post is too short, suggest using the like button instead
2015-04-20 11:10:56 -04:00
a3b6e3cb97
FIX: permalinks redirects with relative_url_root
2015-04-19 23:36:09 -04:00
296add56e6
correct letter avatar template
2015-04-20 13:07:12 +10:00
6d2e651862
Revert "FIX: Missing letter avatars"
...
This reverts commit 03943554c6f8ece7f2b07d9aa34131ad1954e544.
2015-04-20 06:41:08 +10:00
72ab1b9714
Merge pull request #3385 from tancnle/each-key-refactor
...
Replace Hash#keys.each with Hash#each_key for some perf boost
2015-04-20 06:17:27 +10:00
c2e3c86883
FIX: broken header links when using relative_url_root
2015-04-19 13:52:10 -04:00
03943554c6
FIX: Missing letter avatars
...
cc @zogstrip
It seems that the version string was ammended to return the ImageMagick
version. This caused the guard in the user avatars method to fail as the
versions weren't the same.
I changed it so it is comparing the right version, but I wonder if this
is bad as the controller is no longer using the ImageMagick version. Can
you please review?
2015-04-19 10:48:53 -04:00
9fbc763902
Replace Hash#keys.each with Hash#each_key for some perf boost
2015-04-18 21:53:53 +10:00
13de577568
FIX: Error alerting tracking users of PM when replying in general
2015-04-17 15:38:44 -04:00
bed7781fe2
FIX: Broken build
2015-04-17 14:45:17 -04:00