Kane York
2f0bd6294c
Add noindex directive on unlisted topics
2015-06-22 11:00:39 -07:00
Régis Hanol
6dfef49392
fix the build...
2015-06-22 19:57:02 +02:00
Régis Hanol
b25a16ee3e
FEATURE: 2 new reports: time to first response, topics with no response
...
FIX: relativeAgeMediumSpan was off by 1
REFACTOR: extracted decimalAdjust & round functions from the poll plugin
2015-06-22 19:46:51 +02:00
Régis Hanol
0bfabed2d5
FIX: avatar selection wasn't properly pre-selected
2015-06-22 16:22:15 +02:00
Régis Hanol
5a77f62181
PERF: poor SQL performances when counting notifications
2015-06-22 14:40:03 +02:00
Arpit Jalan
ef0f1b2dbd
add XenForo importer
2015-06-22 18:02:42 +05:30
Régis Hanol
efb02ae561
FIX: take into account unlisted banners
2015-06-22 14:08:30 +02:00
Guo Xiang Tan
565450601f
FIX: Tagging plugin was blocking composer status on smaller screens.
2015-06-22 19:56:45 +08:00
Sam
41e427bd2e
Work in progress, full page search
2015-06-22 18:09:08 +10:00
Sam
b3e583faf3
UX: correct text for sharing badges
2015-06-22 15:58:51 +10:00
Sam
374f951c65
fix live css changes on mobile
2015-06-22 14:35:11 +10:00
Sam
fe6203d4ec
UX: improve front page styling for mobile
2015-06-22 14:25:17 +10:00
Sam
701c23c8b7
REFACTOR: create component for navigation pills
2015-06-22 10:54:50 +10:00
Sam
283459e496
add more routes
2015-06-22 09:17:06 +10:00
Sam
c4224b8966
add mobile breakdown to script
2015-06-22 09:09:20 +10:00
Régis Hanol
1b594027fb
Merge pull request #3560 from simpl1g/fix_synchronous_api_uploads
...
FIX: Unable to create upload with :url in api
2015-06-21 18:25:36 +02:00
Konstantin Ilchenko
131cf643ce
FIX: Allow api to send uploads with :url
2015-06-21 14:54:59 +03:00
Jeff Atwood
ca42d00883
match time gap styling for mobile/desktop
2015-06-19 23:08:49 -07:00
Régis Hanol
fd40d4d1ed
Merge pull request #3558 from riking/patch-7
...
Fix copy error in temporarily_closed_due_to_flags
2015-06-20 00:50:53 +02:00
Simon Cossar
4896a7dec7
Change const to a variable
2015-06-19 15:31:03 -07:00
Simon Cossar
aa8b06aed2
Clean up code
2015-06-19 14:43:34 -07:00
Simon Cossar
7cf910a408
Merge branch 'master' into rtl-usercard
2015-06-19 14:31:08 -07:00
Gerhard Schlager
3e2653d198
FEATURE: Close search window when Ctrl+F is pressed.
...
FIX: All search related keyboard shortcuts enabled the "search context", but only Ctrl+F inside of topics should enable it.
2015-06-19 23:04:00 +02:00
Kane York
72db917169
Fix copy error in temporarily_closed_due_to_flags
2015-06-19 11:30:46 -07:00
Neil Lalonde
56ec41cd83
Version bump to v1.4.0.beta3
2015-06-19 11:37:12 -04:00
Neil Lalonde
4b6cf528ce
update translations
2015-06-19 11:29:13 -04:00
Robin Ward
00572c4f11
FIX: The time gap would disappear after a post was comitted
2015-06-19 10:32:58 -04:00
Sam
d12de36c82
FIX: denote that we are not collapsed if no buttons are hidden
2015-06-19 16:09:26 +10:00
Sam
309d1b267b
style mobile time gap
2015-06-19 13:30:01 +10:00
Simon Cossar
7d898ff517
remove comment
2015-06-18 19:33:23 -07:00
Sam
5ab7f7e88d
FIX: double like notification
...
If you got a like -> edit/quote/etc -> like you would get a
double notification
2015-06-19 12:31:36 +10:00
Simon Cossar
1bdf43d5cc
Correct user-card positioning for rtl layouts
2015-06-18 19:28:02 -07:00
Sam
0dfb9261ea
Improve time gap styling
2015-06-19 11:24:10 +10:00
Sam
054789038c
remove leftover code
2015-06-19 11:23:52 +10:00
Sam
5eabf01c29
FIX: don't allow storage of post timings batch larger than 60 secs
2015-06-19 10:35:55 +10:00
Jeff Atwood
8feaa5c613
typo: later, not layer
2015-06-18 16:23:18 -07:00
Jeff Atwood
e7c8f5bb2b
minor copyedit
2015-06-18 15:31:35 -07:00
Robin Ward
42bd9b6199
FEATURE: Show time gap between posts if more than a few days
2015-06-18 17:06:25 -04:00
Robin Ward
4e898c604e
UX: Update suggested topics to include topic status + category
2015-06-18 15:53:10 -04:00
Neil Lalonde
77595bcaa9
FEATURE: notify by email when there are posts from new users waiting to be reviewed
2015-06-18 15:47:35 -04:00
Régis Hanol
455ba6ae0c
FIX: restore previous welcome PM images
2015-06-18 18:35:23 +02:00
Sam
f0c74d7685
PERF: batch update post timings
...
previously we would issue a query per row in post timings,
this batches it
2015-06-18 17:02:10 +10:00
Sam
61df4bd90a
PERF: slow down the rate topic/timings is called
...
(we still rush new posts)
2015-06-18 16:15:20 +10:00
Sam
a3885a18f8
extra logic to force kill orphan sidekiqs
2015-06-18 15:32:04 +10:00
Sam
c034dca844
improve nginx report to include counts
...
and break down user traffic
2015-06-18 12:29:06 +10:00
Sam
1343d40558
PERF: deleting a post in huge topics was timing out
...
- add missing index to user actions for fast retrieval by post
- add missing indexes to users for fast retrieval of staff
- only refresh topic_users liked/bookmarked cache for affected users
2015-06-18 09:58:49 +10:00
Régis Hanol
9cdfef2b27
UX: no need for all these margins
2015-06-17 21:46:55 +02:00
Arpit Jalan
6148ae8775
Update Translations
2015-06-17 22:05:22 +05:30
Régis Hanol
3db743640e
fix the build :fired:
2015-06-17 17:45:53 +02:00
Robin Ward
874b2a628d
FIX: plugin-outlet
should do view injections
2015-06-17 11:11:16 -04:00