Régis Hanol
|
635b31af7b
|
FIX: editing a post with a poll breaks sometimes
|
2015-05-14 17:18:45 +02:00 |
|
Robin Ward
|
c23aeddccf
|
Merge pull request #3466 from techAPJ/patch-2
FIX: user archive export was failing in some cases
|
2015-05-14 11:16:51 -04:00 |
|
Robin Ward
|
963b08f063
|
Allow OPTIONS requests when CORS is enabled
|
2015-05-14 11:14:47 -04:00 |
|
Arpit Jalan
|
750a275dcb
|
FIX: user archive export was failing in some cases
|
2015-05-14 20:35:25 +05:30 |
|
Régis Hanol
|
0b62730382
|
Merge pull request #3465 from riking/patch-2
FEATURE: Multiple notifications at once (1/topic)
|
2015-05-14 10:05:48 +02:00 |
|
Sam
|
4a48f983fd
|
PERF: hit all index conditions to speed up anon ip tracking
|
2015-05-14 17:21:02 +10:00 |
|
Sam
|
2b2d0e803f
|
PERF: missing index on useractions making user page slow
|
2015-05-14 14:39:04 +10:00 |
|
Sam
|
e074651fdc
|
PERF: refactor user search so works more efficiently
Stop scanning entire user table
|
2015-05-14 14:38:47 +10:00 |
|
Sam
|
1eeed5fed2
|
PERF: speed up counting of unread notifications
|
2015-05-14 12:33:43 +10:00 |
|
Sam
|
e6f73a1c80
|
PERF: optimise front page category security lookup query
|
2015-05-14 12:19:22 +10:00 |
|
Sam
|
b0306fd613
|
DEV: make autospec compatible with rspec 3
|
2015-05-14 11:24:48 +10:00 |
|
riking
|
28f32aff66
|
FEATURE: Multiple notifications at once (1/topic)
|
2015-05-13 18:23:42 -07:00 |
|
Régis Hanol
|
82cc467d93
|
FIX: move to new/another topic
|
2015-05-13 23:42:45 +02:00 |
|
Régis Hanol
|
7c545537a6
|
FIX: prevent pollception
|
2015-05-13 23:12:53 +02:00 |
|
Robin Ward
|
8fa109638b
|
FIX: Double load if left a topic and came back into it.
|
2015-05-13 16:54:06 -04:00 |
|
Robin Ward
|
b0695a2fc6
|
Merge pull request #3459 from arturtr/patch-1
Add http-ip param for mailcatcher
|
2015-05-13 16:34:01 -04:00 |
|
Régis Hanol
|
43755a6fab
|
keep closed status when migrating poll to new style
|
2015-05-13 22:30:27 +02:00 |
|
Robin Ward
|
d90063fc59
|
FIX: Error with ace editor and new ember.
Fix upgrades ace editor, which was a huge headache due to AMD.
|
2015-05-13 16:25:33 -04:00 |
|
Régis Hanol
|
06643fb625
|
add support for all types of unordered lists in migrate_old_polls
|
2015-05-13 22:10:02 +02:00 |
|
Robin Ward
|
01d4085125
|
Removed bad JS tests, upgrade QUnit + ember-qunit
|
2015-05-13 14:13:37 -04:00 |
|
Régis Hanol
|
4df868a420
|
FIX: update 'migrate_old_polls' rake task to support more cases
FIX: support list that uses double newlines
FIX: support list that uses spaces before the '-'
FIX: don't break lamentably when a poll wasn't created
|
2015-05-13 19:56:09 +02:00 |
|
Robin Ward
|
29631f65f1
|
Include the template compiler in production mode.
Some people use this for customizations.
|
2015-05-13 12:23:11 -04:00 |
|
Robin Ward
|
882dc8132d
|
FIX: Invalid HTML on plugins page
|
2015-05-13 12:13:25 -04:00 |
|
Robin Ward
|
5fdbc6c4b2
|
FIX: Replies to PMs should never been enqueued
|
2015-05-13 12:08:53 -04:00 |
|
Régis Hanol
|
bb29bff5d8
|
Merge pull request #3463 from techAPJ/patch-2
FIX: match subdomain with email domain blacklist
|
2015-05-13 17:56:54 +02:00 |
|
Régis Hanol
|
b8005f0b1b
|
FIX: link starting with '[poll' should not break polls
|
2015-05-13 17:50:25 +02:00 |
|
Arpit Jalan
|
220b9c5abe
|
FIX: match subdomain with email domain blacklist
|
2015-05-13 21:02:02 +05:30 |
|
Neil Lalonde
|
76a95e4aaf
|
FIX: profile background inputs always appear disabled
|
2015-05-13 11:27:54 -04:00 |
|
Robin Ward
|
bbef5fb3c7
|
FIX: Ember deprecations on user preferences
|
2015-05-13 11:18:35 -04:00 |
|
Robin Ward
|
ea51095ef9
|
Adds acceptance test for user preferences
|
2015-05-13 11:15:41 -04:00 |
|
Erick Guan
|
54ce66fc62
|
FIX: ensure not found category badge consistent with style
|
2015-05-13 19:30:19 +08:00 |
|
Régis Hanol
|
d90e0fe66b
|
Merge pull request #3460 from techAPJ/patch-3
FIX: rate limit topic invitations
|
2015-05-13 12:55:20 +02:00 |
|
Sam
|
8362993099
|
PERF: add missing index on post actions
|
2015-05-13 19:43:51 +10:00 |
|
Arpit Jalan
|
4324a157e0
|
FIX: rate limit topic invitations
|
2015-05-13 14:44:37 +05:30 |
|
Erick Guan
|
4c00eef8b5
|
FIX: category custom slug can't be set when generation method is none
|
2015-05-13 16:54:19 +08:00 |
|
Sam
|
51d82fc25d
|
PERF: Active Record #pluck is twice faster
PERF: SqlBuilder bypasses AR converters and uses PG directly
|
2015-05-13 16:46:17 +10:00 |
|
Sam
|
e81f122a3f
|
EXTENSIBILITY: allow registration of custom post menu items
|
2015-05-13 16:46:17 +10:00 |
|
Jeff Atwood
|
6de7e7e161
|
remove incorrect keyboard help text
|
2015-05-12 23:25:47 -07:00 |
|
Neil Lalonde
|
8b77f57acb
|
Version bump to v1.3.0.beta9
|
2015-05-12 17:51:56 -04:00 |
|
Neil Lalonde
|
1c5ea5d8ef
|
Update translations
|
2015-05-12 17:38:49 -04:00 |
|
Jeff Atwood
|
08f87e837d
|
minor topic list gridline tweak
|
2015-05-12 14:31:29 -07:00 |
|
Neil Lalonde
|
7f9504abb2
|
PERF: sites in multisite config can share css files if they are not using a color scheme or category backgrounds
|
2015-05-12 16:12:49 -04:00 |
|
Neil Lalonde
|
406c8bb340
|
PERF: don't recompile css files that have already been compiled
|
2015-05-12 16:12:49 -04:00 |
|
Régis Hanol
|
d7b3f9bfe2
|
FIX: properly handle errors when creating a topic
|
2015-05-12 22:02:06 +02:00 |
|
Régis Hanol
|
0a41ec59e8
|
fix substitution - :fired:
|
2015-05-12 19:43:25 +02:00 |
|
Régis Hanol
|
8c57aef3f8
|
log the hostname when restarting sidekiq
|
2015-05-12 19:39:17 +02:00 |
|
Robin Ward
|
5754bb3654
|
FIX: Load order of applyFlaggedProperties
|
2015-05-12 11:15:45 -04:00 |
|
Robin Ward
|
7a6aab24f1
|
Merge pull request #3453 from techAPJ/patch-1
UX: show lock icon in user stream if topic is closed/archived
|
2015-05-12 10:53:49 -04:00 |
|
Robin Ward
|
0502d2252b
|
Merge pull request #3457 from darix/fix-permissions-pull
Fix permissions of various files
|
2015-05-12 10:49:56 -04:00 |
|
Régis Hanol
|
6ae9bcab56
|
add DistributedMutex around uploads/optimized_images creation
|
2015-05-12 16:45:33 +02:00 |
|