Robin Ward
514c3976f0
PERF: Migrate header to discourse widgets
2016-04-25 10:48:04 -04:00
Arpit Jalan
b473cd10a6
UX: remove top border from onebox body on mobile
2016-04-25 08:34:07 +05:30
Sam
0b6d12f95d
FIX: when no notification state exists on topic, mute on unsubscribe
2016-04-25 11:24:52 +10:00
Sam
7ee11b0508
more logging, add referer
2016-04-25 10:48:36 +10:00
Jeff Atwood
bb10697c50
make clickable alert info use dark blue on blue
2016-04-24 15:24:21 -07:00
Régis Hanol
56adc01081
fix last-seen date position in digest preview
2016-04-21 21:00:28 +02:00
Régis Hanol
ded03a1aa4
ensure pikaday respects our color scheme
2016-04-21 20:56:12 +02:00
Arpit Jalan
ee7ef46b9e
FEATURE: support filter options for PM report
2016-04-21 14:52:41 +05:30
Arpit Jalan
89a7a90208
UX: do not show filter controls for PM admin reports
2016-04-21 13:49:30 +05:30
Guo Xiang Tan
a556d9ad4e
FIX: Expiry should be 3 times polling interval.
2016-04-21 15:04:03 +08:00
Guo Xiang Tan
b4e0c5afe0
FIX: Fetch stats if it has not been cached.
2016-04-21 14:50:25 +08:00
Arpit Jalan
e7d1fa8120
Merge pull request #4186 from shaktikatare1989/suspention-details-in-log
...
Fix: Suspensions and Blocks do not give enough details in logs
2016-04-21 09:00:36 +05:30
Régis Hanol
27695c74c2
remove unused file
2016-04-20 23:43:23 +02:00
Régis Hanol
c117a48e93
add rel=nofollow in Top Links in User Summary for untrusted users
2016-04-20 23:43:13 +02:00
Régis Hanol
2016e1cda1
UX: show topics where the top links are extracted from in user summary
2016-04-20 22:58:30 +02:00
Robin Ward
850f5c3472
FIX: This DecoratorHelper
didn't have a container
reference
2016-04-20 16:23:53 -04:00
Régis Hanol
4960b62110
FEATURE: new 'block_auto_generated_emails' site setting
2016-04-20 21:29:27 +02:00
Neil Lalonde
0548523e8b
FIX: password reset UI shares state on all profile pages and stops working after first use
2016-04-20 14:51:46 -04:00
Robin Ward
c423ce6333
Allow auth providers to provide custom urls
2016-04-20 13:19:59 -04:00
Régis Hanol
180c972b58
FIX: also apply decorators to embedded posts
2016-04-20 17:25:32 +02:00
Rafael dos Santos Silva
bbe642070e
App Banner Support for Android Chrome ( #4103 )
...
* App Banner Support for Android Chrome
* Oops, forgot semicolon;
2016-04-20 10:54:01 -04:00
Robin Ward
7996ae50d8
FIX: Group topics should link to the actual post
2016-04-20 10:50:50 -04:00
shakti katare
cd4c34204d
Fix: Suspensions and Blocks do not give enough details in logs
2016-04-20 10:45:19 +05:30
Régis Hanol
51b0b5f2f8
Merge pull request #4182 from NickIvanter/fix-best-post
...
FIX: make sure the best post is not the worst
2016-04-19 18:48:15 +02:00
Régis Hanol
7ab521758f
FIX: don't show links in PM in user summary
2016-04-19 18:15:53 +02:00
Arpit Jalan
125d9b5d2e
Revert "UX: bigger title font on local oneboxed topic"
...
This reverts commit e492ed64ec
.
2016-04-19 21:40:50 +05:30
Nick Ivanter
bc6862d82d
FIX: make sure the best post is not the worst
...
By default Postgres returns NULLs first when sorting in a descending order. As a result, best_post() would often actually return the "worst" post of the topic. And it was then included in digest emails in "popular posts".
2016-04-19 17:44:36 +03:00
Robin Ward
4cdd1e2e24
Adds a body class for static routes
2016-04-19 10:27:11 -04:00
David McClure
08298036e3
FIX: layout for location and website on user card when bio not displayed.
2016-04-18 20:59:54 -07:00
Arpit Jalan
374657d9d5
FIX: Cancelling a title change does not revert the value
2016-04-19 09:00:41 +05:30
Régis Hanol
7d9f2265b9
FIX: improve support for handling emails coming from screened email addresses
2016-04-18 23:01:54 +02:00
Régis Hanol
de9136a8f2
FIX: bypass TL0-specific validations on posts in a PM
2016-04-18 22:08:42 +02:00
Régis Hanol
163a3e195f
break-word in user's summary <li>s
2016-04-18 18:07:14 +02:00
Régis Hanol
270ab5b71d
FIX: 'most_liked_by_users' wasn't sorting users properly
2016-04-18 18:03:33 +02:00
James Kiesel
c0138c0277
Remove gunk from post stream serializer mixin ( #4176 )
2016-04-18 11:55:23 -04:00
Régis Hanol
868e70e817
FIX: ensure we only ever enqueue 1 UpdateGravatar job
2016-04-18 12:44:09 +02:00
Guo Xiang Tan
256d7a00e9
Update sprockets. ( #4167 )
...
* Update sass-rails.
* FIX: Tilt dependency has been removed from Ember::Handlebars::Template.
* Update `DiscourseIIFE` to new Sprockets API.
* `Rails.application.assets` returns `nil` in production.
* Move sprockets-rails out of the assets group.
* Pin ember-rails to 0.18.5 which works with Sprockets 3.x.
* Update sprockets to 3.6.0.
* Make `DiscourseSassCompiler` work with Sprockets 3.
* Use `Sass::Rails::SassImporterGlobbing` instead of haxxing our own.
* Moneky patch so that we don't add dependencies for our custom css.
* FIX: Missing class.
* Upgrade ember-handlebars-template.
* FIX: require path needs to share the same root as the folder's path.
* Bump discourse-qunit-rails.
* Update ember-template-compiler.js to 1.12.2.
* `prepend` is private in Ruby 2.0.0.
2016-04-18 10:47:52 +08:00
Guo Xiang Tan
c5e0b74321
UX: Increase contrast for mentions on dark theme.
2016-04-18 10:27:08 +08:00
Guo Xiang Tan
7af0e0006f
UX: Mentions are not styled on mobile.
2016-04-18 10:26:43 +08:00
Guo Xiang Tan
3af5ab8c2c
UX: Dark theme tweaks for edit history.
2016-04-18 10:01:10 +08:00
Guo Xiang Tan
9f264d2477
UX: Dark theme tweaks for Ember.Select
.
2016-04-18 09:36:33 +08:00
Arpit Jalan
507c4ff777
FEATURE: show invite button on PM footer
2016-04-17 18:30:35 +05:30
Régis Hanol
3a641033cb
UX: fix top links & most liked by sections on mobile
2016-04-17 13:19:06 +02:00
Régis Hanol
7ad55554dd
UX: put the heart icon to the left in the user summary
2016-04-17 12:49:58 +02:00
Régis Hanol
ae4dd6e679
FIX: user summary's "most liked by" query
2016-04-17 12:21:27 +02:00
Guo Xiang Tan
2db42e970d
FIX: Autocomplete retriggering when term is blank on keyup.
2016-04-16 23:53:24 +08:00
Arpit Jalan
272747f2b9
FIX: imgur album title onebox was large on mobile
2016-04-16 15:09:42 +05:30
Régis Hanol
fd93fff39b
update pikaday.js to latest and replace date inputs with pikadays
2016-04-15 17:58:32 +02:00
Arpit Jalan
e492ed64ec
UX: bigger title font on local oneboxed topic
2016-04-15 18:12:21 +05:30
Sam
9e50f36c50
Merge pull request #4137 from cpradio/add-warning-to-flag
...
FEATURE: Add warning input to flag dialog when notifying a user
2016-04-15 16:23:22 +10:00