Commit Graph

10044 Commits

Author SHA1 Message Date
Konrad Borowski
3e5ff66bed
Add unit tests for testing if infinity as highest_date works. 2014-08-12 09:51:54 +02:00
Konrad Borowski
2c3bdf48d1
Use infinity instead of 3000-01-01 as max date.
This fixes the y3k problem in Discourse that made topics with pins
appear after threads updated in year 3000.
2014-08-12 09:23:57 +02:00
Régis Hanol
85570ddc77 TRIVIAL: fix grammar on 'deferred' columns 2014-08-11 11:56:54 +02:00
Régis Hanol
45faf07ba6 Merge pull request #2629 from gschlager/fix_badge_header
Use the translated display name of badge instead of English one.
2014-08-11 10:58:13 +02:00
Régis Hanol
e64d3b8a42 FIX: disagree flag should unhide hidden post 2014-08-11 10:48:00 +02:00
Sam
f897c89d48 FIX: run reaper after fork 2014-08-11 17:51:55 +10:00
Sam
9a46a156e4 PERF: message bus releases connections earlier 2014-08-11 16:48:10 +10:00
Sam
9ceb0556bc PERF: add connection pool drainer to keep connection counts down 2014-08-11 16:48:10 +10:00
Jeff Atwood
f8528b12d3 improved version_checks copy 2014-08-10 23:13:44 -07:00
Sam
9fc7c145b3 FEATURE: added method for draining idle connections 2014-08-11 15:13:37 +10:00
Sam
eeff092ead PERF/FIX: Dismiss Post coming back
Now that post numbers are monotonically increasing we should not need this job
Stuff should just self correct as users browser along

Corrected the job not to reset the disimissed posts in case we need it
2014-08-11 10:26:46 +10:00
Sam
0b5e19303d PERF: only run category stats once a day 2014-08-11 09:41:50 +10:00
Sam
22cd259687 FIX: remove faulty "ensure consistency" badge job 2014-08-11 09:21:06 +10:00
Sam
b8d7fb8735 FIX: first flag should not auto revoke 2014-08-10 08:41:23 +10:00
Jeff Atwood
5a1162418d lightbox size was black on black 2014-08-09 15:21:53 -07:00
Jeff Atwood
cad5c424d8 Shorten PM message titles a tad 2014-08-09 15:18:36 -07:00
Sam
e6f0b94b3a FIX: bust preview
FIX: safeguard for huge delta backfill
2014-08-09 09:33:00 +10:00
Robin Ward
792c73a671 Bump Onebox version 2014-08-08 17:42:50 -04:00
Robin Ward
3f316b29f0 FIX: Don't trigger scrolled while the router is transitioning. 2014-08-08 17:38:30 -04:00
Neil Lalonde
1022806f6a Version bump to v0.9.9.16 2014-08-08 17:20:33 -04:00
Neil Lalonde
51266c0208 Merge pull request #2634 from techAPJ/update-translations
Update Translations
2014-08-08 16:49:23 -04:00
Robin Ward
dc260110fa FIX: If editing a reply, the quote button should target the post it was
a reply to, not the post you're editing.
2014-08-08 16:41:58 -04:00
Arpit Jalan
3339b30001 Update Translations 2014-08-09 02:04:01 +05:30
Jeff Atwood
c410da4f7f minor copy tweak 2014-08-08 13:18:15 -07:00
Jeff Atwood
cf31463115 copyedit on dismiss buttons tooltips 2014-08-08 13:12:29 -07:00
Jeff Atwood
679e9957f0 misspelled "deferred" 2014-08-08 12:43:11 -07:00
Jeff Atwood
70d639c241 fix irritating padding asymmetry on notifications 2014-08-08 12:30:44 -07:00
Robin Ward
859167470e PERF: Limit the amount of badges fixed in the consistency check. 2014-08-08 15:13:43 -04:00
Neil Lalonde
50ac4c6336 FIX: cleanup aliases in email From and Reply-to fields to prevent Bad sender address syntax errors 2014-08-08 13:35:47 -04:00
Robin Ward
3b76fd82fd ES6: user-search lib and autocomplete. Cancels many promises rather than
leaving them as pending forever.
2014-08-08 13:10:13 -04:00
Robin Ward
d7f28baf77 FIX: delegation error when reloading user activity 2014-08-08 09:44:21 -04:00
Régis Hanol
4f60eb6c77 FIX: banner on mobile 2014-08-08 12:31:32 +02:00
Régis Hanol
7e7938e37f FIX: smaller agree/delete flag modals on mobile 2014-08-08 12:10:32 +02:00
Régis Hanol
5ab571e4b7 FIX: agree/delete flag modals on mobile 2014-08-08 12:07:53 +02:00
Sam
49f738fe27 FEATURE: allow users to dismiss unread posts 2014-08-08 16:29:51 +10:00
Sam
c1cbf1b269 PERF: new table used for title similarity search 2014-08-08 15:50:26 +10:00
Sam
cd20c8e55f HACK: to be fixed later by @eviltrout 2014-08-08 15:07:04 +10:00
Sam
3ea38b5749 PERF: safeguard to ensure similarity search does not fire too much 2014-08-08 15:06:37 +10:00
Sam
16b7004767 PERF: optimise and improve topic similarity search
FIX: shows up similarity search with blank results
2014-08-08 12:12:53 +10:00
Sam
f20c5a02c7 amend test 2014-08-08 10:02:43 +10:00
Sam
953d3f2151 PERF: add optional delta badge filtering
This is tricky and optional, some badges are very expensive to calculate

pass in :backfill , :post_ids and :user_ids to all badge queries so they
can do pre-filtering, if you do it after the sub-query it is too late
2014-08-08 10:02:43 +10:00
Jeff Atwood
ddbcba145d add ellipsis to flag buttons, better tooltips 2014-08-07 16:39:12 -07:00
Sam
f4b2a83f29 remove broken spec 2014-08-08 09:15:52 +10:00
Sam
7d5c0ae28e FIX: broken and uneeded code 2014-08-08 09:07:51 +10:00
Robin Ward
271374a8c6 Remove some Ember.Deferred usage. It's deprecated. 2014-08-07 17:22:00 -04:00
Robin Ward
39c7101c4b TWEAK: Remove TransitionAborted exceptions from logging. They are
apparently normal when you abort a router transition and can be ignored.
2014-08-07 16:52:31 -04:00
Robin Ward
7b317c1ad7 FIX: When navigating to a topic via a link that's not found, the
formatting was broken.
2014-08-07 15:56:09 -04:00
Robin Ward
becfcefb3c FIX: Compatibility layer load order 2014-08-07 15:46:58 -04:00
Robin Ward
69e7071099 Merge pull request #2632 from awesomerobot/master
fixing gutter bug on expanded link list
2014-08-07 15:26:56 -04:00
Kris Aubuchon
180939d6b2 fixing gutter bug on expanded link list 2014-08-07 15:23:41 -04:00