5f481ec097
Merge pull request #4328 from dachary/wip-poll-empty-lines
...
FIX: poll builder should ignore empty lines
2016-07-17 09:24:36 +08:00
46b34e3c62
FEATURE: remove user option for edit history public
...
Users can no longer opt-in for "public" edit history
if site owner disables it.
This feature adds cost and complexity to post rendering since
user options need to be premeptively loaded for every user in the
stream. It is also confusing to explain to communities with private edit
history.
2016-07-16 21:30:00 +10:00
9893953f62
PERF: no need to nest a transaction when featuring topics
...
adding featured topics is already in a transaction, no need to nest
2016-07-16 15:36:40 +10:00
4cef1c1750
PERF: stop featuring users on categories
...
(this feature has long been removed, no need to run expensive queries
every 15 minutes)
2016-07-16 15:33:57 +10:00
6777bd2629
warm up v8 after fork
2016-07-16 15:11:34 +10:00
2d1d9a78b8
Revert "Try warming up pretty text before we fork"
...
This reverts commit 2e71e6fc6f72442a6b93200debfaa7f9c18be9bc.
2016-07-15 18:10:22 -04:00
a74606c87c
PERF: tag groups index query
2016-07-15 17:16:26 -04:00
4d27d7e1d3
Revert "Update rails."
...
This reverts commit 898ec4398912ed248832cc76276c966acaec0ce8.
2016-07-15 16:35:57 -04:00
56a7249498
Minor quoting improvements to email cooker
2016-07-15 15:37:16 -04:00
61ada93a99
FIX: category settings showed top tags instead of tag settings
2016-07-15 14:08:42 -04:00
caa1aea995
FIX: ensure emojis have absolute URLs and uses CDN
2016-07-15 18:37:51 +02:00
6ed03bf3d9
FIX: always update bounce_score even when email was not auto_generated
2016-07-15 18:00:40 +02:00
8d2c878b34
FIX: only send 1 rejection email per day to prevent loops
2016-07-15 13:18:55 +02:00
7848a84e0e
FIX: ensure summary emails have the 'List-Unsubscribe' header set
2016-07-15 11:39:29 +02:00
9353013b40
Merge pull request #4332 from tgxworld/bunch_of_fixes_for_backup
...
Bunch of fixes for backup
2016-07-15 17:26:30 +08:00
802b502818
I think check works better for dismiss
2016-07-15 00:59:23 -07:00
898ec43989
Update rails.
2016-07-15 13:18:30 +08:00
a604c6393d
UX: Add icon to dismiss notifications button.
2016-07-15 12:11:58 +08:00
b981041f6f
Make sure we log failures in ensure
block.
2016-07-15 11:36:47 +08:00
4aa3442824
Skip validations when creating a post by system user.
2016-07-15 11:36:29 +08:00
5fe4837e28
Add PostCreator#create!
.
2016-07-15 11:36:06 +08:00
5f5e045271
Update aws-sdk.
2016-07-15 11:35:18 +08:00
2ded524b5a
remove direct sendgrid link as it is a spam signal
2016-07-14 19:00:10 -07:00
ba637e40b6
FEATURE: Google Tag Manager Universal Analytics support
2016-07-14 16:35:20 -04:00
f8a12d4940
Add support for AWS cn ( #4327 )
2016-07-14 16:56:09 +02:00
e5bbfe1f1b
Lint inner function declarations to prevent Safari breakage
2016-07-14 10:22:39 -04:00
1c4bc154c9
add SimplePress import script
2016-07-14 19:07:25 +05:30
529528f122
add Drupal JSON import script
2016-07-14 18:56:54 +05:30
bea06afd3d
UX: suppress description excerpt on mobile
2016-07-14 22:38:16 +10:00
fa8ba3b408
UX: don't expand pinned on mobile categories page
2016-07-14 22:30:51 +10:00
3dcd6edb46
FEATURE: stage post in stream on edit
2016-07-14 22:20:43 +10:00
1386f9c8c9
make the activate account button a btn-primary
2016-07-14 03:40:55 -07:00
f152900969
FIX: poll builder should ignore empty lines
...
Although pollOptionsCount skips empty lines, pollOutput inserts empty
lines. Skip them instead.
Signed-off-by: Loic Dachary <loic@dachary.org >
2016-07-14 09:27:43 +02:00
2e71e6fc6f
Try warming up pretty text before we fork
2016-07-13 17:07:39 -04:00
7b6d946613
FIX: searching received emails for TO was broken
2016-07-13 22:43:25 +02:00
926c021125
set 'List-Unsubscribe' email header to new unsubscribe url instead of user preferences url
2016-07-13 22:32:46 +02:00
b8261a662b
FIX: siteSettings
weren't getting applied to plugin auth
2016-07-13 16:11:48 -04:00
00e45c0d3c
FIX: Safari strict mode errors
2016-07-13 15:36:34 -04:00
29c9979b9b
Deprecate the BBCode module too for plugins that reach in there.
2016-07-13 14:05:54 -04:00
5e8cfe8cef
tag group input needs to be bigger
2016-07-13 13:55:42 -04:00
c7bbc1cebf
update onebox gem
2016-07-13 21:54:49 +05:30
24b83d1c57
DOCS: Much better way to create an admin account. Thanks @techapj
2016-07-13 12:04:30 -04:00
1f5b593800
DOCS: Instructions for creating an admin user
2016-07-13 11:55:08 -04:00
5fed886c8f
FIX: Update post replies when we move posts. ( #4324 )
2016-07-13 17:34:21 +02:00
41cbdb5dfa
Fix the build.
2016-07-13 19:14:40 +08:00
c3cab98998
FEATURE: Admins should be able to create polls even when plugin is disabled.
2016-07-13 18:05:19 +08:00
467b35df14
shorten copy for Watching First Post
2016-07-13 02:08:06 -07:00
973a7c9d3a
FIX: Redeeming an invitation fails if inviter has been destroyed.
2016-07-13 11:58:31 +08:00
15a46d419f
tweak in-reply-to email CSS
2016-07-12 16:26:44 -07:00
91e4af0d3d
FIX: restore of a backup from an older Discourse version can create new tables in the wrong schema, leading to UndefinedTable errors
2016-07-12 16:26:45 -04:00